1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
emacs/lisp/net
Mario Lang 466ee1b3ea An efficient built-in mapcan
A built-in version of `mapcan' avoids consing up (and GC'ing) the
intermediate list.

* src/fns.c (Fmapcan): New built-in.
(syms_of_fns): Define.

* lisp/emacs-lisp/cl.el (mapcan): Remove defalias.

* lisp/emacs-lisp/cl-extra.el (cl-mapcan): Use built-in `mapcan'
if only one sequence is provided.

* lisp/progmodes/hideif.el (hif-delimit):
* lisp/dired-aux.el (dired-do-find-regexp):
* lisp/woman.el (woman-parse-colon-path): Use `mapcan' instead of
`cl-mapcan'.

* lisp/woman.el (eval-when-compile): Require 'cl-lib only when
compiling.

* lisp/mouse.el (mouse-buffer-menu-map):
* lisp/net/pop3.el (pop3-uidl-dele):
* lisp/progmodes/gud.el (gud-jdb-build-source-files-list):
* lisp/cedet/semantic/db-find.el (semanticdb-fast-strip-find-results):
* lisp/cedet/semantic/symref/grep.el (semantic-symref-derive-find-filepatterns):
* lisp/gnus/nnmail.el (nnmail-split-it):
* lisp/gnus/gnus-sum.el (gnus-articles-in-thread):
* lisp/gnus/gnus-registry.el (gnus-registry-sort-addresses):
* lisp/gnus/gnus-util.el (gnus-mapcar): Use `mapcan'.
2016-07-10 01:18:47 +02:00
..
ange-ftp.el
browse-url.el
dbus.el
dig.el
dns.el
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el Rename "Directory Search" menu to "Servers" 2016-04-29 03:15:59 +02:00
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eww.el Make `R' in eww work more reliably 2016-05-05 19:41:21 +02:00
gnutls.el Allow making TLS negotiation blocking 2016-03-05 17:04:34 +01:00
goto-addr.el
hmac-def.el
hmac-md5.el
html2text.el Move low-level library files from the lisp/gnus directory 2016-02-24 13:04:03 +11:00
imap.el
ldap.el
mailcap.el Remove obsolete leading * from defcustom, defface doc strings. 2016-06-09 20:13:12 -04:00
mairix.el
net-utils.el Teach net-utils more iproute2 and nl80211 tools 2016-06-25 10:38:33 -04:00
netrc.el
network-stream.el Make STARTTLS error messages better 2016-04-24 15:39:44 +02:00
newst-backend.el Simplify now that float-time etc. are built-in 2016-05-08 12:46:22 -07:00
newst-plainview.el
newst-reader.el
newst-ticker.el
newst-treeview.el
newsticker.el
nsm.el
ntlm.el
pinentry.el Set file modes of pinentry socket for extra safety 2016-02-22 11:49:19 +09:00
pop3.el An efficient built-in mapcan 2016-07-10 01:18:47 +02:00
puny.el
quickurl.el Fix problems caused by new implementation of sub-word mode 2016-03-21 17:47:22 -07:00
rcirc.el ; Refer to version 25.2 rather than 26.1. 2016-06-10 00:55:02 -04:00
rfc2104.el
rlogin.el
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl.el
secrets.el Turn on lexical binding 2016-07-08 21:49:52 -04:00
shr-color.el
shr.el Fix the prefix action of shr-copy-url 2016-06-27 22:26:02 +02:00
sieve-manage.el Move low-level library files from the lisp/gnus directory 2016-02-24 13:04:03 +11:00
sieve-mode.el Remove some more face aliases obsoleted in 22.1 2016-06-23 18:48:12 -04:00
sieve.el Move low-level library files from the lisp/gnus directory 2016-02-24 13:04:03 +11:00
snmp-mode.el
soap-client.el Sync with soap-client repository, version 3.1.1 2016-03-16 11:03:31 -04:00
soap-inspect.el
socks.el
starttls.el Remove obsolete leading * from defcustom, defface doc strings. 2016-06-09 20:13:12 -04:00
telnet.el
tls.el
tramp-adb.el Leading "*" in the doc of defvars is long obsolete. 2016-06-10 00:23:33 -04:00
tramp-cache.el Fix Bug#22145 2016-04-03 10:14:56 +02:00
tramp-cmds.el Improve robustness for out-of-band copy in Tramp 2016-05-31 20:00:21 +02:00
tramp-compat.el Make all Tramp tests pass for "gdrive" method 2016-07-05 21:16:25 +02:00
tramp-ftp.el
tramp-gvfs.el Avoid recursive detection of remote uid and gid in tramp-gvfs.el 2016-07-09 14:20:07 +02:00
tramp-gw.el
tramp-sh.el Wrap around error in coreutil's ls 2016-07-09 14:19:12 +02:00
tramp-smb.el Make all Tramp tests pass for "gdrive" method 2016-07-05 21:16:25 +02:00
tramp-uu.el
tramp.el Add Google Drive support to Tramp 2016-07-04 15:36:30 +02:00
trampver.el Add Google Drive support to Tramp 2016-07-04 15:36:30 +02:00
webjump.el Misc small webjump updates. 2016-06-07 21:29:30 -04:00
zeroconf.el