2014-07-30 |
James M. Lawrence | Fix default ARRAY-INDEX and ARRAY-LENGTH. Signed-off-by: Attila Lendvai <attila.lendvai@gmail.com>
|
commit | commitdiff | tree |
2014-07-30 |
Attila Lendvai | Extended DELETE-FROM-PLIST.1 test to test the removal...
|
commit | commitdiff | tree |
2014-07-30 |
James M. Lawrence | Use the original DELETE-FROM-PLIST replacement. Signed-off-by: Attila Lendvai <attila.lendvai@gmail.com>
|
commit | commitdiff | tree |
2014-05-12 |
Jan Moringen | Actually use BISECT-BIG in %MULTIPLY-RANGE.
|
commit | commitdiff | tree |
2014-03-04 |
Attila Lendvai | Replace DELETE-FROM-PLIST implementation, shorter and...
|
commit | commitdiff | tree |
2014-03-04 |
Attila Lendvai | Optimize DELETE-FROM-PLIST not to cons.
|
commit | commitdiff | tree |
2014-03-04 |
Attila Lendvai | add/fix some tests
|
commit | commitdiff | tree |
2014-03-04 |
James M. Lawrence | fix test PARSE-ORDINARY-LAMBDA-LIST.1 Signed-off-by: Attila Lendvai <attila.lendvai@gmail.com>
|
commit | commitdiff | tree |
2014-02-16 |
aarvid | Fixed bug in gaussian-random when min or max is nil...
|
commit | commitdiff | tree |
2014-02-16 |
Attila Lendvai | Added test gaussian-random.2 (sbcl only) that demonstrates...
|
commit | commitdiff | tree |
2012-03-07 |
Zach Beane | Fix COPY-STREAM when called without an explicit END...
|
commit | commitdiff | tree |
2012-03-02 |
Attila Lendvai | Added support for copy-stream for START and END keyword...
|
commit | commitdiff | tree |
2010-10-08 |
Attila Lendvai | copy-sequence returns the number of bytes written
|
commit | commitdiff | tree |
2010-04-11 |
Attila Lendvai | simple-style-warning & co: better compatibility with ccl
|
commit | commitdiff | tree |
2010-02-17 |
Attila Lendvai | fix: assoc-value setter now always returns the new...
|
commit | commitdiff | tree |
2010-02-12 |
Attila Lendvai | rewrite assoc-value to look up the alist entry only...
|
commit | commitdiff | tree |
2010-02-12 |
Attila Lendvai | added a minimal assoc-value test
|
commit | commitdiff | tree |
2010-02-12 |
Attila Lendvai | fix: (push (assoc-value ... :test 'foo) ...) ignored...
|
commit | commitdiff | tree |
2010-01-09 |
Attila Lendvai | add &rest args to UNIONF and NUNIONF to support the...
|
commit | commitdiff | tree |
2009-12-04 |
Attila Lendvai | fix: parse-ordinary-lambda-list was normalizing keyword...
|
commit | commitdiff | tree |
2009-11-25 |
Attila Lendvai | add assoc-value and rassoc-value to the experimental...
|
commit | commitdiff | tree |
2009-11-25 |
Attila Lendvai | added assoc-value (written by John Fremlin)
|
commit | commitdiff | tree |
2009-10-30 |
Attila Lendvai | copy-pastable goodie in the docstring of parse-ordinary...
|
commit | commitdiff | tree |
2009-10-30 |
Attila Lendvai | added :allow-specializers to parse-ordinary-lambda...
|
commit | commitdiff | tree |
2009-09-28 |
Attila Lendvai | parse-ordinary-lambda-list: make normalization customizable...
|
commit | commitdiff | tree |
2009-09-28 |
Attila Lendvai | fix: drop a leftover break from parse-ordinary-lambda...
|
commit | commitdiff | tree |
2009-09-28 |
Attila Lendvai | fix: in parse-ordinary-lambda-list normalize &aux specificat...
|
commit | commitdiff | tree |
2009-03-24 |
Attila Lendvai | added read-file-into-byte-vector and write-byte-vector...
|
commit | commitdiff | tree |
2008-12-05 |
Attila Lendvai | added (unexported) with-open-file* to io.lisp, use...
|
commit | commitdiff | tree |
2008-11-16 |
Attila Lendvai | added ensure-functionf
|
commit | commitdiff | tree |
2008-11-23 |
Attila Lendvai | nil external-format means the default for functions...
|
commit | commitdiff | tree |
2008-11-23 |
Attila Lendvai | use ensure-function at one more place
|
commit | commitdiff | tree |
2008-11-23 |
Attila Lendvai | fix force-output/finish-output thinko in io.lisp
|
commit | commitdiff | tree |
2008-10-27 |
Attila Lendvai | use &key's in copy-stream just like the other io functions...
|
commit | commitdiff | tree |
2008-09-07 |
Attila Lendvai | added reversef and nreversef
|
commit | commitdiff | tree |
2008-06-04 |
Attila Lendvai | added symbolicate
|
commit | commitdiff | tree |
2008-06-02 |
Attila Lendvai | added io.lisp with a few utils:
|
commit | commitdiff | tree |
2008-06-01 |
Attila Lendvai | Use #+sbcl's simple-reader-error to get an error report...
|
commit | commitdiff | tree |
2008-04-27 |
Attila Lendvai | added simple-parse-error
|
commit | commitdiff | tree |
2008-04-10 |
Attila Lendvai | Added length
|
commit | commitdiff | tree |
2008-04-01 |
Attila Lendvai | Fix some glitches with simple-reader-error and add...
|
commit | commitdiff | tree |
2008-03-27 |
Attila Lendvai | Added simple-reader-error
|
commit | commitdiff | tree |
2008-03-14 |
Attila Lendvai | Fix dependency: previous patch to CDR5 in types.lisp...
|
commit | commitdiff | tree |
2008-03-13 |
Attila Lendvai | One level less quote in the implementation of the CDR5...
|
commit | commitdiff | tree |
2008-03-12 |
Attila Lendvai | More elegant implementation for remove-from-plist by...
|
commit | commitdiff | tree |
2008-03-10 |
Attila Lendvai | Optimize sequence-of-length-p, make it inlinable
|
commit | commitdiff | tree |
2008-03-10 |
Attila Lendvai | fix docstring typos in numbers.lisp (patch by Tobias...
|
commit | commitdiff | tree |
2008-03-10 |
Attila Lendvai | Fix define-constant thinko, thanks for Tobias C. Rittweiler...
|
commit | commitdiff | tree |
2008-03-10 |
Attila Lendvai | Extract the body of define-constant macro into a function...
|
commit | commitdiff | tree |
2008-03-01 |
Attila Lendvai | Fix autodoc argument list of remove-from-plistf and...
|
commit | commitdiff | tree |
2008-03-01 |
Attila Lendvai | FEATUREP accept any compound test specifier, not just...
|
commit | commitdiff | tree |
2008-03-01 |
Attila Lendvai | Fix file dependencies in the .asd
|
commit | commitdiff | tree |
2008-03-01 |
Attila Lendvai | Added an almost full implementation of CDR5
|
commit | commitdiff | tree |
2008-02-09 |
Attila Lendvai | Extract the function name of KEY too, not just TEST...
|
commit | commitdiff | tree |
2007-12-21 |
Attila Lendvai | fix dependency: macros.lisp is using MAKE-GENSYM-LIST...
|
commit | commitdiff | tree |
2007-11-26 |
Attila Lendvai | Switch the argument order of STARTS/ENDS-WITH-SUBSEQ...
|
commit | commitdiff | tree |
2007-10-31 |
Attila Lendvai | fix: darcs merge conflict was recorded into package...
|
commit | commitdiff | tree |
2007-10-01 |
Attila Lendvai | Merge conflicts around the conditions
|
commit | commitdiff | tree |
2007-08-27 |
Attila Lendvai | Renamed errors.lisp to conditions.lisp
|
commit | commitdiff | tree |
2007-08-27 |
Attila Lendvai | Added simple-style-warning function and condition.
|
commit | commitdiff | tree |
2007-08-02 |
Attila Lendvai | Use a shared expander for the SWITCH macros
|
commit | commitdiff | tree |
2007-07-06 |
Attila Lendvai | Make define-constant understand :test 'string
|
commit | commitdiff | tree |
2007-06-25 |
Attila Lendvai | Added starts-with-subseq and ends-with-subseq
|
commit | commitdiff | tree |
2007-06-25 |
Attila Lendvai | Added delete-from-plist, delete-from-plistf, remove...
|
commit | commitdiff | tree |
2007-05-01 |
Attila Lendvai | Added a faster loop based remove-from-plist
|
commit | commitdiff | tree |
2007-05-01 |
Attila Lendvai | Added a REMOVE-FROM-PLIST (same as SANS)
|
commit | commitdiff | tree |
2007-05-01 |
Attila Lendvai | Docstring typo
|
commit | commitdiff | tree |
2006-10-22 |
Attila Lendvai | Extended parse-body with a :whole arg, report multiple...
|
commit | commitdiff | tree |
2006-10-17 |
Attila Lendvai | Added (declare (ignore sub)) for type
|
commit | commitdiff | tree |
2006-10-15 |
Attila Lendvai | Added .boring and added public_html to it, so you can...
|
commit | commitdiff | tree |