2010-10-15 |
Mike Sperber |
Move src/ to GPLv3.
|
2010-10-15 |
Mike Sperber |
Convert lisp/ to GPLv3.
|
2010-10-15 |
Mike Sperber |
Added -x flag to configure.
|
2010-10-14 |
Mats Lidell |
Changed bulk of GPLv2 or later files identified by script
|
2011-04-17 |
Jeff Sparkes |
Fix compile issues for C89 compilers. Use log() instead of log2().
|
2011-04-17 |
Aidan Kehoe |
Add various Common Lisp character functions, making porting CL code easier.
|
2011-04-14 |
Jeff Sparkes |
Merge tty display color cells change that I couldn't push.
|
2011-03-28 |
Jeff Sparkes |
issue 757 - tty device metric for num-color-cells
|
2011-04-12 |
Aidan Kehoe |
No longer create windows-874 as a Win32-specific coding system; thanks Mats!
|
2011-04-08 |
Aidan Kehoe |
Drop support for Thai-XTIS, which was always non-standard and never used.
|
2011-04-04 |
Aidan Kehoe |
Correct some interactions of :from-end and :count, #'delete*, #'remove*
|
2011-04-04 |
Aidan Kehoe |
Correct some nesting of GCPRO and UNGCPRO, thank you Mats' buildbot!
|
2011-04-03 |
Aidan Kehoe |
Use GC_EXTERNAL_LIST_LOOP_* where appropriate, fns.c
|
2011-04-02 |
Aidan Kehoe |
#'cadr, #'caddr, #'cadddr; document some equivalences.
|
2011-04-02 |
Aidan Kehoe |
Implement #'load-time-value less hackishly, by modifying the byte compiler.
|
2011-04-02 |
Stephen J. Turnbull |
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
|
2011-03-30 |
Jerry James |
Typo fix: use a semicolon instead of a comma at the end of a statement.
|
2011-03-29 |
Aidan Kehoe |
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
|
2011-03-29 |
Aidan Kehoe |
Drop #'cl-finite-do, defalias #'cl-float-limits to #'ignore in dumped XEmacs
|
2011-03-29 |
Jerry James |
Make listu() and listn() assemble lists in forward order. Use them.
|
2011-03-29 |
Aidan Kehoe |
Give docstrings to least-{positive,negative}-normalized-float, float-*epsilon
|
2011-03-24 |
Jerry James |
Fix misspelled words, and some grammar, across the entire source tree.
|
2011-03-24 |
Aidan Kehoe |
#'custom-add-to-group: warn if GROUP is nil.
|
2011-03-22 |
Mats Lidell |
Remove use of auto keyword. It is default and will be illegal in C++0X.
|
2011-03-17 |
Didier Verna |
Improve read-only error reporting.
|
2011-03-21 |
Aidan Kehoe |
Add compiler macros for #'revappend, #'nreconc.
|
2011-03-21 |
Aidan Kehoe |
#'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x40000000
|
2011-03-19 |
Stephen J. Turnbull |
Improve support for min-colors req in `defface'.
|
2011-03-17 |
Aidan Kehoe |
Correct some minor problems in my last change.
|
2011-03-17 |
Aidan Kehoe |
Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el
|
2011-03-17 |
Aidan Kehoe |
Merge.
|
2011-03-17 |
Aidan Kehoe |
Conditionalise the old-* functions and byte codes at compile time.
|
2011-03-17 |
Jeff Sparkes |
Add min-colors specifier to defface, and document it.
|
2011-03-14 |
Aidan Kehoe |
Update png_instantiate () to work with more recent versions of libpng.
|
2011-03-12 |
Aidan Kehoe |
Be better about searching for chars typed via XIM and x-compose.el, isearch
|
2011-03-11 |
Aidan Kehoe |
Address the easy test failures in tests/automated.
|
2011-03-10 |
Aidan Kehoe |
Eliminate byte-compile warnings, core Lisp.
|
2011-03-10 |
Aidan Kehoe |
Use ', not #', when a given symbol may not have a function binding at read time
|
2011-03-08 |
Aidan Kehoe |
Use Common Lisp-derived builtins in a few more places in core Lisp.
|
2011-03-08 |
Aidan Kehoe |
Examining the result of #'length: `eql', not `=', it's better style & cheaper
|
2011-03-08 |
Aidan Kehoe |
Remove redundant functions, format.el, use functions from cl*.el instead.
|
2011-03-08 |
Aidan Kehoe |
Make my Lisp a little more sophisticated, select.el.
|
2011-03-08 |
Aidan Kehoe |
Remove various redundant wrapper lambdas, core lisp.
|
2011-03-01 |
Aidan Kehoe |
Automated merge with file:///home/aidan/xemacs-21.5-checked-out
|
2011-03-01 |
Aidan Kehoe |
Change "special form" to "special operator" in the manuals, too
|
2011-02-24 |
Aidan Kehoe |
#'substring-no-properties: check STRING's type, get_string_range_char won't.
|
2011-02-19 |
Aidan Kehoe |
Document the CL set functions and #'eql in the Lispref, not just cl.texi
|
2011-02-16 |
Aidan Kehoe |
#'byte-compile-normal-call; only examine properties of (car FORM) if a symbol
|
2011-02-16 |
Aidan Kehoe |
xemacs.def.in.in: no longer export acons(), export Facons() instead.
|
2011-02-12 |
Aidan Kehoe |
Be better about eliminating `block's that are not `return-from'd, bytecomp.el
|
2011-02-10 |
Aidan Kehoe |
Correct a bug with circularity checking in #'mapcar*, #'map, etc.
|
2011-02-09 |
Aidan Kehoe |
Remove #'acons from cl.el, make the version in alloc.c visible to Lisp
|
2011-02-07 |
Aidan Kehoe |
Improve the lexical scoping in #'block, #'return-from.
|
2011-02-07 |
Aidan Kehoe |
Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.
|
2011-02-06 |
Aidan Kehoe |
Supply check_string_lessp_nokey explicitly to list_sort(), #'apropos-internal
|
2011-02-05 |
Aidan Kehoe |
Have #'sort*, #'merge use the same test approach as functions from cl-seq.el
|
2011-01-30 |
Mike Sperber |
Unbreak font-lock during `revert-buffer.
|
2011-01-30 |
Mike Sperber |
Don't commit suicide when an X device dies.
|
2011-01-23 |
Aidan Kehoe |
Loop at macroexpansion time when sanity-checking :start, :end keyword args.
|
2011-01-23 |
Aidan Kehoe |
Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
|
2011-01-23 |
Aidan Kehoe |
Use Ben's recently-introduced listu (), where appropriate.
|
2011-01-22 |
Aidan Kehoe |
Don't quote keywords, they've been self-quoting for well over a decade.
|
2011-01-22 |
Aidan Kehoe |
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
|
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.
|
2010-12-30 |
Aidan Kehoe |
Provide some milquetoast compatibility in our errors, type-error, program-error
|
2010-12-29 |
Aidan Kehoe |
#'delete-duplicates: don't attempt to compiler macroexpand with bad arguments
|
2010-12-29 |
Aidan Kehoe |
#'cl-safe-expr-p, forms that start with the symbol lambda are also safe.
|
2010-12-29 |
Aidan Kehoe |
#'float: if handed a bigfloat, give the same bigfloat back.
|
2010-12-29 |
Aidan Kehoe |
= < > <= >=: it's OK to use the compiler macro when first, last args side effect
|
2010-12-29 |
Aidan Kehoe |
Unrool a load-time loop at macro expansion time, cl-macs.el
|
2010-12-29 |
Aidan Kehoe |
Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.
|
2010-12-29 |
Aidan Kehoe |
Mark #'remove, #'remq as free of side-effects.
|
2010-11-30 |
Stephen J. Turnbull |
Remove gratuitously added version marker from CHANGES-beta.
|
2010-11-30 |
Aidan Kehoe |
#'fill; move all declarations before statements, for the Visual Studio build
|
2010-11-24 |
Aidan Kehoe |
Fix my last change when both --with-union-type and --with-xft, thanks Robert.
|
2010-11-20 |
Aidan Kehoe |
Have NATNUMP give t for positive bignums; check limits appropriately.
|
2010-11-17 |
Aidan Kehoe |
Handle bignum N correctly, #'butlast, #'nbutlast.
|
2010-11-17 |
Aidan Kehoe |
Handle slightly more complex type specifications, #'coerce, #'typep.
|
2010-11-15 |
Aidan Kehoe |
Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in
|
2010-11-14 |
Aidan Kehoe |
Fix some bugs in fns.c, discovered in passing while doing other work.
|
2010-11-14 |
Aidan Kehoe |
Correct argument name in docstring, #'random.
|
2010-11-14 |
Aidan Kehoe |
Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el
|
2010-11-06 |
Aidan Kehoe |
Accept sequences generally, not just lists, #'reverse, #'nreverse.
|
2010-11-06 |
Aidan Kehoe |
Error in #'list-length if LIST is dotted; check for this error with #'mapcar
|
2010-11-02 |
Mats Lidell |
Remove netinstall.
|
2010-11-01 |
Mats Lidell |
Added tag last-version-with-netinstall for changeset d185fa593d5f
|
2010-10-25 |
Aidan Kehoe |
Specify ERROR_ME_WARN explicitly in specifier_instance_from_inst_list().
last-version-with-netinstall
|
2010-10-25 |
Aidan Kehoe |
Make sure (format "%b" 0) is non-zero length, print.c
|
2010-10-25 |
Aidan Kehoe |
Add compiler macros and compilation sanity-checks for functions with keywords.
|