2011-01-22 |
Aidan Kehoe |
Require that NAME be an unquoted symbol, #'block, #'return-from
|
2011-01-18 |
Mike Sperber |
Zap freebsd.h.
|
2011-01-15 |
Aidan Kehoe |
Try again, s/usg5-4.h, this type with qxestrcpy_ascii(), etc.
|
2011-01-15 |
Aidan Kehoe |
Accept more complex TYPEs in #'concatenate, cl-extra.el
|
2011-01-14 |
Aidan Kehoe |
Move #'delq, #'delete to Lisp, adding support for sequences.
|
2011-01-14 |
Aidan Kehoe |
Change to qxesprintf(), qxestrcpy(), s/hpux11.h, s/usg5-4.h
|
2011-01-14 |
Aidan Kehoe |
Pass in the DEFAULT argument to position() as documented, #'find.
|
2011-01-11 |
Aidan Kehoe |
Replace POSIX index(3) with C89 strchr(3), lwlib-fonts.c
|
2011-01-10 |
Aidan Kehoe |
Replace some C++ comments with C89-style /* */ comments, mc-alloc.c
|
2011-01-10 |
Aidan Kehoe |
Correct a misplaced parenthesis in #'make-dialog-box, thank you Mats!
|
2011-01-02 |
Aidan Kehoe |
Let's try that last commit again; remove some more duplicate declarations.
|
2011-01-02 |
Aidan Kehoe |
Avoid duplicate declarations, assumptions about HAVE_BIGNUM, fns.c
|
2011-01-02 |
Aidan Kehoe |
Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list
|
2011-01-02 |
Aidan Kehoe |
Tweak a few compiler macros for functions in cl-seq.el.
|
2011-01-02 |
Aidan Kehoe |
Merge.
|
2010-12-30 |
Aidan Kehoe |
Move the heavy lifting from cl-seq.el to C.
|
2011-01-02 |
Aidan Kehoe |
Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el
|
2011-01-01 |
Aidan Kehoe |
Be more helpful in printing ephemerons, weak lists, and weak boxes.
|
2010-12-30 |
Aidan Kehoe |
Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.
|
2010-12-30 |
Aidan Kehoe |
Test sanity-checking of :start, :end keyword arguments when appropriate.
|
2010-12-30 |
Aidan Kehoe |
Support up to nine keywords in the PARSE_KEYWORDS() macro.
|
2010-12-30 |
Aidan Kehoe |
Implement some basic Lisp functions in terms of Common Lisp builtins.
|
2010-12-30 |
Aidan Kehoe |
Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()
|
2010-12-30 |
Aidan Kehoe |
cl-macs belongs in lisp-files-needed-for-byte-compilation.
|