1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 16:20:17 -08:00
emacs/lisp/net
Paul Eggert e9af822ac3 (/ N) now returns the reciprocal of N
This is more compatible with Common Lisp and XEmacs (Bug#21690).  See:
http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg01053.html
* lisp/color.el (color-hue-to-rgb, color-hsl-to-rgb)
(color-xyz-to-srgb, color-xyz-to-lab):
* lisp/emacs-lisp/cl-extra.el (cl-float-limits):
* lisp/net/shr-color.el (shr-color-hue-to-rgb)
(shr-color-hsl-to-rgb-fractions):
Exploit the change to simplify the code a bit.
* lisp/emacs-lisp/bytecomp.el (byte-compile-quo):
Don’t complain about single-argument calls to ‘/’.
* src/data.c (arith_driver, float_arith_driver):
Implement the change.
2015-10-20 18:22:48 -07:00
..
ange-ftp.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
browse-url.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
dbus.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
dig.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dns.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
eudc-bob.el ; Remove extraneous "coding: utf-8" specifications in Elisp files 2015-09-29 01:39:46 +03:00
eudc-export.el ; Remove extraneous "coding: utf-8" specifications in Elisp files 2015-09-29 01:39:46 +03:00
eudc-hotlist.el ; Remove extraneous "coding: utf-8" specifications in Elisp files 2015-09-29 01:39:46 +03:00
eudc-vars.el ; Remove extraneous "coding: utf-8" specifications in Elisp files 2015-09-29 01:39:46 +03:00
eudc.el ; Remove extraneous "coding: utf-8" specifications in Elisp files 2015-09-29 01:39:46 +03:00
eudcb-bbdb.el ; Remove extraneous "coding: utf-8" specifications in Elisp files 2015-09-29 01:39:46 +03:00
eudcb-ldap.el ; Remove extraneous "coding: utf-8" specifications in Elisp files 2015-09-29 01:39:46 +03:00
eudcb-mab.el EUDC: New maintainer 2015-01-27 10:17:24 -05:00
eudcb-ph.el ; Remove extraneous "coding: utf-8" specifications in Elisp files 2015-09-29 01:39:46 +03:00
eww.el Use special-mode in eww list modes 2015-10-13 08:12:53 -04:00
gnutls.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
goto-addr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
hmac-def.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
hmac-md5.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
imap.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ldap.el Recognize more LDAP attributes 2015-03-09 21:02:37 -04:00
mairix.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
net-utils.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
netrc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
network-stream.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
newst-backend.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
newst-plainview.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
newst-reader.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
newst-ticker.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
newst-treeview.el Fix a few problems with directed quotes 2015-10-01 21:44:35 -07:00
newsticker.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nsm.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
ntlm.el Bump version of ntlm.el to 2.00 2015-09-06 22:53:56 -04:00
pinentry.el pinentry.el: Add debugging support 2015-08-19 11:40:44 +09:00
quickurl.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
rcirc.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
rfc2104.el Move rfc2104 from gnus to net 2015-02-13 19:57:56 +11:00
rlogin.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
sasl-cram.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sasl-digest.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sasl-ntlm.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sasl-scram-rfc.el Fix SCRAM-SHA-1 SASL mechanism 2015-02-23 09:09:46 +00:00
sasl.el Fix SCRAM-SHA-1 SASL mechanism 2015-02-23 09:09:46 +00:00
secrets.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
shr-color.el (/ N) now returns the reciprocal of N 2015-10-20 18:22:48 -07:00
shr.el Spelling fixes 2015-10-14 14:46:50 -07:00
snmp-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
soap-client.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
soap-inspect.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
socks.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
telnet.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
tls.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
tramp-adb.el Minor edits in Tramp 2015-10-18 10:29:43 +02:00
tramp-cache.el * lisp/net/tramp-cache.el (top): Use message' but format-message'. 2015-08-26 10:32:02 +02:00
tramp-cmds.el * lisp/net/tramp-cmds.el (tramp-reporter-dump-variable): 2015-08-18 14:24:16 +02:00
tramp-compat.el Minor edits in Tramp 2015-10-18 10:29:43 +02:00
tramp-ftp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tramp-gvfs.el Handle symlink targets containing spaces in tramp-gvfs.el 2015-10-16 19:46:18 +02:00
tramp-gw.el Go back to grave quoting in Tramp 2015-08-25 19:00:21 -07:00
tramp-sh.el ; Submit changes promised last commit already 2015-10-14 20:10:14 +02:00
tramp-smb.el Introduce `file-notify-valid-p' 2015-09-13 21:16:40 +02:00
tramp-uu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tramp.el ; Remove obsolete comment in tramp.el 2015-10-18 17:09:07 +02:00
trampver.el Improve XEmacs compatibility of Tramp 2015-10-04 13:00:33 +02:00
webjump.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
zeroconf.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00