1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
emacs/lisp/net
Paul Eggert eb0f65b4fb Don't overflow if computing approximate percentage
* lisp/align.el (align-region):
* lisp/cedet/semantic.el (semantic-repeat-parse-whole-stream):
* lisp/cedet/semantic/wisent.el (wisent-parse-region):
* lisp/cus-edit.el (custom-buffer-create-internal):
* lisp/emacs-lisp/checkdoc.el (checkdoc-interactive-ispell-loop)
(checkdoc-message-interactive-ispell-loop, checkdoc-next-error)
(checkdoc-next-message-error):
* lisp/emacs-lisp/eieio-opt.el (eieio-display-method-list):
* lisp/epa.el (epa-progress-callback-function):
* lisp/erc/erc-dcc.el (erc-dcc-do-LIST-command):
* lisp/ffap.el (ffap-menu-rescan):
* lisp/gnus/nnbabyl.el (nnbabyl-retrieve-headers):
* lisp/gnus/nndiary.el (nndiary-retrieve-headers):
* lisp/gnus/nneething.el (nneething-retrieve-headers):
* lisp/gnus/nnmbox.el (nnmbox-retrieve-headers):
* lisp/gnus/nnmh.el (nnmh-retrieve-headers):
* lisp/gnus/nnml.el (nnml-retrieve-headers):
* lisp/gnus/nnspool.el (nnspool-retrieve-headers):
* lisp/gnus/nntp.el (nntp-retrieve-headers)
(nntp-retrieve-articles):
* lisp/imenu.el (imenu--relative-position):
* lisp/international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
(skkdic-convert-okuri-nasi):
* lisp/net/ange-ftp.el (ange-ftp-process-handle-hash):
* lisp/nxml/rng-valid.el (rng-compute-mode-line-string):
* lisp/org/org-list.el (org-update-checkbox-count):
* lisp/org/org.el (org-table-map-tables)
(org-update-parent-todo-statistics):
* lisp/play/decipher.el (decipher-insert-frequency-counts)
(decipher-analyze-buffer):
* lisp/profiler.el (profiler-format-percent):
* lisp/progmodes/cc-cmds.el (c-progress-update):
* lisp/progmodes/cpp.el (cpp-highlight-buffer):
* lisp/progmodes/idlwave.el (idlwave-convert-xml-system-routine-info)
(idlwave-list-load-path-shadows):
* lisp/progmodes/opascal.el (opascal-step-progress):
* lisp/progmodes/vhdl-mode.el (vhdl-update-progress-info)
(vhdl-scan-directory-contents):
* lisp/textmodes/bibtex.el (bibtex-progress-message):
* lisp/textmodes/flyspell.el (flyspell-small-region)
(flyspell-external-point-words):
* lisp/textmodes/table.el (table-recognize):
Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
progress-report percentages and the like.  This avoids problems
if (* 100 NUMERATOR) would overflow.
* lisp/gnus/gnus-registry.el (gnus-registry-import-eld):
* lisp/gnus/registry.el (registry-reindex):
Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
* lisp/descr-text.el (describe-char):
* lisp/org/org-colview.el (org-nofm-to-completion):
* lisp/ps-print.el (ps-plot):
* lisp/simple.el (what-cursor-position):
Prefer (round (* 100.0 NUMERATOR) DENOMINATOR) to a
more-complicated and less-accurate approximation.
2015-07-31 10:13:38 -07:00
..
ange-ftp.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
browse-url.el
dbus.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
dig.el
dns.el
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eudcb-ph.el
eww.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
gnutls.el
goto-addr.el
hmac-def.el
hmac-md5.el
imap.el
ldap.el
mairix.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
net-utils.el Silence some compilation warnings 2015-04-30 20:09:02 -04:00
netrc.el
network-stream.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
newst-backend.el
newst-plainview.el
newst-reader.el
newst-ticker.el
newst-treeview.el * lisp/net/newst-treeview.el: Use lexical-binding. 2015-06-16 15:39:35 -04:00
newsticker.el
nsm.el Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
ntlm.el
pinentry.el Add pinentry.el for better GnuPG integration 2015-06-18 10:22:38 +09:00
quickurl.el
rcirc.el Support @-mentions 2015-07-17 13:18:38 +02:00
rfc2104.el
rlogin.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl.el
secrets.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
shr-color.el
shr.el Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
snmp-mode.el
soap-client.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
soap-inspect.el
socks.el
telnet.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
tls.el
tramp-adb.el Improve error handling in tramp-adb.el 2015-06-21 20:36:14 +02:00
tramp-cache.el Fix Tramp problems with multihops, and nc. 2015-07-29 21:07:01 +02:00
tramp-cmds.el Inhibit `epa-file-handler' in Tramp 2015-05-25 10:44:51 +02:00
tramp-compat.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
tramp-ftp.el
tramp-gvfs.el Sync with Tramp repository 2015-07-21 14:59:18 +02:00
tramp-gw.el Fix Tramp problems with multihops, and nc. 2015-07-29 21:07:01 +02:00
tramp-sh.el Fix Tramp problems with multihops, and nc. 2015-07-29 21:07:01 +02:00
tramp-smb.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
tramp-uu.el
tramp.el Fix Tramp problems with multihops, and nc. 2015-07-29 21:07:01 +02:00
trampver.el Sync with Tramp repository 2015-07-21 14:59:18 +02:00
webjump.el
zeroconf.el