- 19 Dec, 2007 5 commits
-
-
Nikodemus Siivola authored
* So SANS is now REMOVE-FROM-PLIST. ...I have to say that I'm still not sure I like this: (remove-from-plist x y) ; which is the plist? The common usage in REMOVE &co is to put the element designators first. This is confusing. Maybe we really want both: function SANS plist &rest keys function REMOVE-FROM-PLIST keys plist
-
Nikodemus Siivola authored
* plus a test-case
-
Nikodemus Siivola authored
* Thanks to Sean Ross: implement the Fisher/Yates/Knuth algorithm correctly. * As penance, specialize for lists as well: travel along the list, swapping towards the end -- marginally more efficient then swapping along the whole length.
-
Nikodemus Siivola authored
* new function: like GETHASH, but saves the default value in table if key is not found.*
-
Nikodemus Siivola authored
-
- 26 Nov, 2007 1 commit
-
-
Attila Lendvai authored
-
- 02 Nov, 2007 1 commit
-
-
Levente Meszaros authored
-
- 31 Oct, 2007 1 commit
-
-
Attila Lendvai authored
-
- 01 Oct, 2007 1 commit
-
-
Attila Lendvai authored
-
- 26 Jul, 2007 1 commit
-
-
Luís Oliveira authored
-
- 20 Jul, 2007 3 commits
-
-
Luís Oliveira authored
- Added respective documentation to the manual. - New test: NCONCF.1
-
Luís Oliveira authored
Added respective documentation in manual as well.
-
Luís Oliveira authored
Added respective documentation to the manual.
-
- 23 Aug, 2007 1 commit
-
-
Luís Oliveira authored
-
- 06 Aug, 2007 1 commit
-
-
Stelian Ionescu authored
Type declareations like ((or fixnum null) bar) or (unsigned-byte foo) don't work on CLISP. Must use (type unsigned-byte foo) instead.
-
- 11 Jul, 2007 1 commit
-
-
Luís Oliveira authored
-
- 27 Aug, 2007 2 commits
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- 09 Aug, 2007 1 commit
-
-
Nikodemus Siivola authored
-
- 02 Aug, 2007 1 commit
-
-
Attila Lendvai authored
- support #'eq and 'eq style :test arg - support T and OTHERWISE clause instead of the :default keyword arg
-
- 06 Jul, 2007 1 commit
-
-
Attila Lendvai authored
-
- 03 Jul, 2007 1 commit
-
-
Nikodemus Siivola authored
-
- 01 Jul, 2007 7 commits
-
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
- 25 Jun, 2007 2 commits
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- 01 Jun, 2007 2 commits
-
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
Added: * XOR * WHICHEVER * SWITCH, ESWITCH, CSWItCH * UNIONF, NUNIONF * ALIST-PLIST, PLIST-ALIST * ENSURE-CONS * NAMED-LAMDBA * DEFINE-CONSTANT * STRING-DESIGNATOR Note: Documentation strings of many new operators are sorely lacking, particularly NAMED-LAMBDA and *SWITCH.
-
- 01 May, 2007 3 commits
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- 18 Mar, 2007 2 commits
-
-
Stefan Lang authored
-
Nikodemus Siivola authored
-
- 25 Feb, 2007 2 commits
-
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-