Mercurial > hg > xemacs-beta
graph
-
Converted tooltalk to GPLv3 according to GPLv3 source survey analysis.2010-10-19, by Mats Lidell
-
Convert remainder in "tests" with plain text GPLv2 to GPLv32010-10-19, by Mats Lidell
-
Convert lib-src/ to GPLv3.2010-10-18, by Mike Sperber
-
Move src/ to GPLv3.2010-10-15, by Mike Sperber
-
Convert lisp/ to GPLv3.2010-10-15, by Mike Sperber
-
Added -x flag to configure.2010-10-15, by Mike Sperber
-
Changed bulk of GPLv2 or later files identified by script2010-10-14, by Mats Lidell
-
Fix compile issues for C89 compilers. Use log() instead of log2().2011-04-17, by Jeff Sparkes
-
Add various Common Lisp character functions, making porting CL code easier.2011-04-17, by Aidan Kehoe
-
Merge tty display color cells change that I couldn't push.2011-04-14, by Jeff Sparkes
-
issue 757 - tty device metric for num-color-cells2011-03-28, by Jeff Sparkes
-
No longer create windows-874 as a Win32-specific coding system; thanks Mats!2011-04-12, by Aidan Kehoe
-
Drop support for Thai-XTIS, which was always non-standard and never used.2011-04-08, by Aidan Kehoe
-
Correct some interactions of :from-end and :count, #'delete*, #'remove*2011-04-04, by Aidan Kehoe
-
Correct some nesting of GCPRO and UNGCPRO, thank you Mats' buildbot!2011-04-04, by Aidan Kehoe
-
Use GC_EXTERNAL_LIST_LOOP_* where appropriate, fns.c2011-04-03, by Aidan Kehoe
-
#'cadr, #'caddr, #'cadddr; document some equivalences.2011-04-02, by Aidan Kehoe
-
Implement #'load-time-value less hackishly, by modifying the byte compiler.2011-04-02, by Aidan Kehoe
-
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.2011-04-02, by Stephen J. Turnbull
-
Typo fix: use a semicolon instead of a comma at the end of a statement.2011-03-30, by Jerry James
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2011-03-29, by Aidan Kehoe
-
Drop #'cl-finite-do, defalias #'cl-float-limits to #'ignore in dumped XEmacs2011-03-29, by Aidan Kehoe
-
Make listu() and listn() assemble lists in forward order. Use them.2011-03-29, by Jerry James
-
Give docstrings to least-{positive,negative}-normalized-float, float-*epsilon2011-03-29, by Aidan Kehoe
-
Fix misspelled words, and some grammar, across the entire source tree.2011-03-24, by Jerry James
-
#'custom-add-to-group: warn if GROUP is nil.2011-03-24, by Aidan Kehoe
-
Remove use of auto keyword. It is default and will be illegal in C++0X.2011-03-22, by Mats Lidell
-
Improve read-only error reporting.2011-03-17, by Didier Verna
-
Add compiler macros for #'revappend, #'nreconc.2011-03-21, by Aidan Kehoe
-
#'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x400000002011-03-21, by Aidan Kehoe
-
Improve support for min-colors req in `defface'.2011-03-19, by Stephen J. Turnbull
-
Correct some minor problems in my last change.2011-03-17, by Aidan Kehoe
-
Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el2011-03-17, by Aidan Kehoe
-
Merge.2011-03-17, by Aidan Kehoe
-
Conditionalise the old-* functions and byte codes at compile time.2011-03-17, by Aidan Kehoe
-
Add min-colors specifier to defface, and document it.2011-03-17, by Jeff Sparkes
-
Update png_instantiate () to work with more recent versions of libpng.2011-03-14, by Aidan Kehoe
-
Be better about searching for chars typed via XIM and x-compose.el, isearch2011-03-12, by Aidan Kehoe
-
Address the easy test failures in tests/automated.2011-03-11, by Aidan Kehoe
-
Eliminate byte-compile warnings, core Lisp.2011-03-10, by Aidan Kehoe
-
Use ', not #', when a given symbol may not have a function binding at read time2011-03-10, by Aidan Kehoe
-
Use Common Lisp-derived builtins in a few more places in core Lisp.2011-03-08, by Aidan Kehoe
-
Examining the result of #'length: `eql', not `=', it's better style & cheaper2011-03-08, by Aidan Kehoe
-
Remove redundant functions, format.el, use functions from cl*.el instead.2011-03-08, by Aidan Kehoe
-
Make my Lisp a little more sophisticated, select.el.2011-03-08, by Aidan Kehoe
-
Remove various redundant wrapper lambdas, core lisp.2011-03-08, by Aidan Kehoe
-
Automated merge with file:///home/aidan/xemacs-21.5-checked-out2011-03-01, by Aidan Kehoe
-
Change "special form" to "special operator" in the manuals, too2011-03-01, by Aidan Kehoe
-
#'substring-no-properties: check STRING's type, get_string_range_char won't.2011-02-24, by Aidan Kehoe
-
Document the CL set functions and #'eql in the Lispref, not just cl.texi2011-02-19, by Aidan Kehoe
-
#'byte-compile-normal-call; only examine properties of (car FORM) if a symbol2011-02-16, by Aidan Kehoe
-
xemacs.def.in.in: no longer export acons(), export Facons() instead.2011-02-16, by Aidan Kehoe
-
Be better about eliminating `block's that are not `return-from'd, bytecomp.el2011-02-12, by Aidan Kehoe
-
Correct a bug with circularity checking in #'mapcar*, #'map, etc.2011-02-10, by Aidan Kehoe
-
Remove #'acons from cl.el, make the version in alloc.c visible to Lisp2011-02-09, by Aidan Kehoe
-
Improve the lexical scoping in #'block, #'return-from.2011-02-07, by Aidan Kehoe
-
Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.2011-02-07, by Aidan Kehoe
-
Supply check_string_lessp_nokey explicitly to list_sort(), #'apropos-internal2011-02-06, by Aidan Kehoe
-
Have #'sort*, #'merge use the same test approach as functions from cl-seq.el2011-02-05, by Aidan Kehoe
-
Unbreak font-lock during `revert-buffer.2011-01-30, by Mike Sperber
-
Don't commit suicide when an X device dies.2011-01-30, by Mike Sperber
-
Loop at macroexpansion time when sanity-checking :start, :end keyword args.2011-01-23, by Aidan Kehoe
-
Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.2011-01-23, by Aidan Kehoe
-
Use Ben's recently-introduced listu (), where appropriate.2011-01-23, by Aidan Kehoe
-
Don't quote keywords, they've been self-quoting for well over a decade.2011-01-22, by Aidan Kehoe
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2011-01-22, by Aidan Kehoe
-
Require that NAME be an unquoted symbol, #'block, #'return-from2011-01-22, by Aidan Kehoe
-
Zap freebsd.h.2011-01-18, by Mike Sperber
-
Try again, s/usg5-4.h, this type with qxestrcpy_ascii(), etc.2011-01-15, by Aidan Kehoe
-
Accept more complex TYPEs in #'concatenate, cl-extra.el2011-01-15, by Aidan Kehoe
-
Move #'delq, #'delete to Lisp, adding support for sequences.2011-01-14, by Aidan Kehoe
-
Change to qxesprintf(), qxestrcpy(), s/hpux11.h, s/usg5-4.h2011-01-14, by Aidan Kehoe
-
Pass in the DEFAULT argument to position() as documented, #'find.2011-01-14, by Aidan Kehoe
-
Replace POSIX index(3) with C89 strchr(3), lwlib-fonts.c2011-01-11, by Aidan Kehoe
-
Replace some C++ comments with C89-style /* */ comments, mc-alloc.c2011-01-10, by Aidan Kehoe
-
Correct a misplaced parenthesis in #'make-dialog-box, thank you Mats!2011-01-10, by Aidan Kehoe
-
Let's try that last commit again; remove some more duplicate declarations.2011-01-02, by Aidan Kehoe
-
Avoid duplicate declarations, assumptions about HAVE_BIGNUM, fns.c2011-01-02, by Aidan Kehoe
-
Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list2011-01-02, by Aidan Kehoe
-
Tweak a few compiler macros for functions in cl-seq.el.2011-01-02, by Aidan Kehoe
-
Merge.2011-01-02, by Aidan Kehoe
-
Move the heavy lifting from cl-seq.el to C.2010-12-30, by Aidan Kehoe
-
Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el2011-01-02, by Aidan Kehoe
-
Be more helpful in printing ephemerons, weak lists, and weak boxes.2011-01-01, by Aidan Kehoe
-
Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.2010-12-30, by Aidan Kehoe
-
Test sanity-checking of :start, :end keyword arguments when appropriate.2010-12-30, by Aidan Kehoe
-
Support up to nine keywords in the PARSE_KEYWORDS() macro.2010-12-30, by Aidan Kehoe
-
Implement some basic Lisp functions in terms of Common Lisp builtins.2010-12-30, by Aidan Kehoe
-
Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()2010-12-30, by Aidan Kehoe
-
cl-macs belongs in lisp-files-needed-for-byte-compilation.2010-12-30, by Aidan Kehoe
-
Provide some milquetoast compatibility in our errors, type-error, program-error2010-12-30, by Aidan Kehoe
-
#'delete-duplicates: don't attempt to compiler macroexpand with bad arguments2010-12-29, by Aidan Kehoe
-
#'cl-safe-expr-p, forms that start with the symbol lambda are also safe.2010-12-29, by Aidan Kehoe
-
#'float: if handed a bigfloat, give the same bigfloat back.2010-12-29, by Aidan Kehoe
-
= < > <= >=: it's OK to use the compiler macro when first, last args side effect2010-12-29, by Aidan Kehoe
-
Unrool a load-time loop at macro expansion time, cl-macs.el2010-12-29, by Aidan Kehoe
-
Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.2010-12-29, by Aidan Kehoe
-
Mark #'remove, #'remq as free of side-effects.2010-12-29, by Aidan Kehoe
-
Remove gratuitously added version marker from CHANGES-beta.2010-11-30, by Stephen J. Turnbull
-
#'fill; move all declarations before statements, for the Visual Studio build2010-11-30, by Aidan Kehoe
-
Fix my last change when both --with-union-type and --with-xft, thanks Robert.2010-11-24, by Aidan Kehoe
-
Have NATNUMP give t for positive bignums; check limits appropriately.2010-11-20, by Aidan Kehoe
-
Handle bignum N correctly, #'butlast, #'nbutlast.2010-11-17, by Aidan Kehoe
-
Handle slightly more complex type specifications, #'coerce, #'typep.2010-11-17, by Aidan Kehoe
-
Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in2010-11-15, by Aidan Kehoe
-
Fix some bugs in fns.c, discovered in passing while doing other work.2010-11-14, by Aidan Kehoe
-
Correct argument name in docstring, #'random.2010-11-14, by Aidan Kehoe
-
Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el2010-11-14, by Aidan Kehoe
-
Accept sequences generally, not just lists, #'reverse, #'nreverse.2010-11-06, by Aidan Kehoe
-
Error in #'list-length if LIST is dotted; check for this error with #'mapcar2010-11-06, by Aidan Kehoe
-
Remove netinstall.2010-11-02, by Mats Lidell
-
Added tag last-version-with-netinstall for changeset d185fa593d5f2010-11-01, by Mats Lidell