Marius Vollmer
abf94ef33f
(member-if): Put in docstring for member-if, it
...
was a cut-n-paste error previously.
2001-06-26 23:51:54 +00:00
Marius Vollmer
45cf8cd6aa
(remove-if, remove-if-not): Fix typo: use
...
`pred', not `pred?', in the body.
2001-06-14 18:22:25 +00:00
Thien-Thi Nguyen
c771038bda
Clean up some docstrings; nfc.
...
Add Commentary.
Update copyright.
2001-06-13 09:10:20 +00:00
Marius Vollmer
a482f2cc7b
Added exception notice to all files.
...
(module-export!): Revert 2001-06-02 change. It
caused more problems than it solved by accidentally re-exporting
importing bindings once in a while.
2001-06-03 23:29:45 +00:00
Keisuke Nishida
d69947f744
* common-list.scm (count-if): New procedure.
2001-03-12 12:23:55 +00:00
Marius Vollmer
23d919087e
* common-list.scm (uniq): Made tail-recursive. Thanks to thi!
2000-07-23 23:12:02 +00:00
Dirk Herrmann
e5d2c2fa4f
* Made a couple of functions (not all yet) tail recursive.
...
Thanks to William Webber for the hint.
2000-06-21 18:19:20 +00:00
Dirk Herrmann
79494f15d3
* Removed duplicate implementation of list*.
2000-06-16 12:38:41 +00:00
Marius Vollmer
47678fe3bc
* common-list.scm (delete-if-not!): Bug fix of bug fix: change
...
label of named let to `delete-if-not'. Sorry.
2000-05-09 19:43:14 +00:00
Marius Vollmer
59dd18528b
* common-list.scm (doc fixes): Talk about `true values' instead of
...
`#t' when a function treats all non-#f valuers the same.
(remove-if-not): Bug fix: call remove-if-not
instead of remove-if when iterating.
(delete-if-not!): Bug fix: call delete-if-not! instead of
remove-if when iterating.
2000-05-08 00:43:28 +00:00
Greg J. Badros
1669305496
* common-list.scm: Added documentation; largely cut and pasted
...
from slib docs.
2000-02-14 01:49:48 +00:00
Jim Blandy
6a4d3cfd00
* calling.scm, common-list.scm, ls.scm, q.scm, runq.scm,
...
string-fun.scm: Added copyright notices; reformatted.
1997-10-22 22:27:33 +00:00
Jim Blandy
a6401ee0f2
Suggestion and script from Maciej Stachowiak:
...
* boot-9.scm: Split off modules into separate, autoloadable files.
This reduces startup time from 10.5s to 5.5s (user cpu).
* calling.scm, common-list.scm, ls.scm, q.scm, runq.scm,
string-fun.scm: New files, containing stuff that used to be in
boot-9.scm.
* Makefile.am (ice9_sources): List new files here, for
distribution and installation.
* Makefile.in: Regenerated.
1997-09-30 17:16:54 +00:00