1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
emacs/lisp/org
Paul Eggert a4a3c92e9d Prune most-positive-fixnum from Lisp source
I looked through all instances of most-negative-fixnum
and most-positive-fixnum in the Lisp source code, and
when it was easy I removed assumptions that integers
fit in fixnums.  The remaining instances are either
nontrivial to fix, or are inherent to the algorithm.
* lisp/arc-mode.el (archive-l-e): Do not convert to float,
since we have bignums now.  All uses changed.
* lisp/calc/calc.el (math-bignum):
Don’t special-case most-negative-fixnum.
* lisp/calendar/parse-time.el (parse-time-string):
* lisp/emacs-lisp/edebug.el (edebug-read-special):
* lisp/emacs-lisp/package.el (package--remove-hidden):
* lisp/gnus/nnfolder.el (nnfolder-read-folder):
* lisp/international/mule-util.el (filepos-to-bufferpos--dos):
* lisp/menu-bar.el (menu-bar-update-buffers):
* lisp/net/rcirc.el (rcirc-handler-317):
* lisp/org/org-agenda.el (org-cmp-ts):
* lisp/window.el (window--resize-child-windows):
Avoid arbitrary limit to most-positive-fixnum or to
most-negative-fixnum.
* lisp/calendar/time-date.el (days-to-time):
* lisp/erc/erc-dcc.el (erc-unpack-int):
Don’t worry about integer overflow.
* lisp/cedet/semantic/wisent/comp.el (wisent-BITS-PER-WORD):
* lisp/gnus/message.el (message-unique-id):
* lisp/org/org-footnote.el (org-footnote-new):
Simplify.
* lisp/erc/erc-dcc.el (erc-most-positive-int-bytes)
(erc-most-positive-int-msb): Remove; no longer needed.
* lisp/net/imap.el (imap-string-to-integer): Remove; unused.
* lisp/org/org-element.el (org-element--cache-generate-key):
Document fixnum limitation.
2018-08-22 20:46:08 -07:00
..
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ob-abc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ob-asymptote.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-awk.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-C.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-calc.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-clojure.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-comint.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-coq.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-core.el Add predicate proper-list-p 2018-07-09 19:00:43 -07:00
ob-css.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-ditaa.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-dot.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-ebnf.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-emacs-lisp.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-eval.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-exp.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-forth.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-fortran.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-gnuplot.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-groovy.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-haskell.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-hledger.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-io.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-J.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-java.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-js.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-keys.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-latex.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-ledger.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-lilypond.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-lisp.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-lob.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-lua.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-makefile.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-matlab.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-maxima.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-mscgen.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-ocaml.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-octave.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-org.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-perl.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-picolisp.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-plantuml.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-processing.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-python.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-R.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-ref.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-ruby.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-sass.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-scheme.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-screen.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-sed.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ob-shell.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-shen.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-sql.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-sqlite.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-stan.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-table.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-tangle.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob-vala.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ob.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-agenda.el Prune most-positive-fixnum from Lisp source 2018-08-22 20:46:08 -07:00
org-archive.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-attach.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
org-bbdb.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-bibtex.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
org-capture.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-clock.el Port recent org-clock fix to POSIX time_t 2018-03-28 15:04:50 -07:00
org-colview.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-compat.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-crypt.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
org-ctags.el Prefer \... to control chars in .el literals 2018-03-29 17:43:08 -07:00
org-datetree.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-docview.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-duration.el Update Org to v9.1.6 2018-01-22 16:02:55 +01:00
org-element.el Prune most-positive-fixnum from Lisp source 2018-08-22 20:46:08 -07:00
org-entities.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-eshell.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
org-eww.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-faces.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-feed.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-footnote.el Prune most-positive-fixnum from Lisp source 2018-08-22 20:46:08 -07:00
org-gnus.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-habit.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-id.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-indent.el Merge from origin/emacs-26 2018-03-28 09:38:22 -07:00
org-info.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-inlinetask.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-install.el
org-irc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
org-lint.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
org-list.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-macro.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-macs.el Merge from origin/emacs-26 2018-03-28 09:38:22 -07:00
org-mhe.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-mobile.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-mouse.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-pcomplete.el Merge from origin/emacs-26 2018-03-28 09:38:22 -07:00
org-plot.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-protocol.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-rmail.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-src.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-table.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-timer.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-version.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-w3m.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
ox-ascii.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ox-beamer.el Update Org to v9.1.6 2018-01-22 16:02:55 +01:00
ox-html.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ox-icalendar.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ox-latex.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
ox-man.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ox-md.el Update Org to v9.1.6 2018-01-22 16:02:55 +01:00
ox-odt.el Merge from origin/emacs-26 2018-03-28 09:38:22 -07:00
ox-org.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ox-publish.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
ox-texinfo.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
ox.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00