annotate lib-src/.cvsignore @ 4997:8800b5350a13

Move #'some, #'every to C, implementing them with mapcarX. src/ChangeLog addition: 2010-02-03 Aidan Kehoe <kehoea@parhasard.net> * fns.c (mapcarX): Accept a new argument, indicating whether the function is being called from #'some or #'every. Implement it. Discard any multiple values where that is appropriate. (Fmapconcat, FmapcarX, Fmapvector, Fmapcan, Fmapc, Fmap) (Fmap_into): Pass the new flag to mapcarX. (Fsome, Fevery): Move these functions here from cl-extra.el; implement them in terms of mapcarX. (maplist): Discard multiple values where appropriate. lisp/ChangeLog addition: 2010-02-03 Aidan Kehoe <kehoea@parhasard.net> * cl-extra.el (some, every): Move these functions to C. * cl-macs.el (notany, notevery): Add compiler macros for these functions, no longer proclaim them inline (which would involve specbinding that's not necessary with the compiler macros).
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 03 Feb 2010 20:26:47 +0000
parents ae83ac9c29b3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
1 Makefile.in
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
2 config.values
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
3 ellcc.h
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
4 make-path
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
5 wakeup
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
6 Makefile
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
7 GNUmakefile
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
8 profile
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
9 make-docfile
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
10 digest-doc
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
11 sorted-doc
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
12 movemail
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
13 cvtmail
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
14 fakemail
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
15 yow
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
16 hexl
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
17 gnuserv
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
18 mmencode
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
19 etags
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
20 ctags
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
21 b2m
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
22 gnuclient
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
23 ootags
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
24 ellcc
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
25 DOC
479
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 394
diff changeset
26 *.pdb
1123
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 479
diff changeset
27 *.idb
37bdd24225ef [xemacs-hg @ 2002-11-27 07:15:02 by ben]
ben
parents: 479
diff changeset
28 *.ilk
1358
d64a370129c7 [xemacs-hg @ 2003-03-16 21:02:01 by youngs]
youngs
parents: 1123
diff changeset
29 make-dump-id
2835
ae83ac9c29b3 [xemacs-hg @ 2005-06-28 12:02:39 by crestani]
crestani
parents: 1358
diff changeset
30 insert-data-in-exec