| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement locale-sensitive string collation for MS-Windows. (Bug#18051) | Eli Zaretskii | 2014-08-25 | 1 | -6/+6 |
* | Minor cleanups of str_collate fix. | Paul Eggert | 2014-08-24 | 1 | -5/+0 |
* | Add string collation. | Michael Albinus | 2014-08-24 | 1 | -1/+83 |
* | Make compare-strings more compatible with old behavior. | Paul Eggert | 2014-08-02 | 1 | -3/+10 |
* | Revert previous change. | Paul Eggert | 2014-07-26 | 1 | -6/+6 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -6/+6 |
* | * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elements | Dmitry Antipov | 2014-07-14 | 1 | -12/+2 |
* | * src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE. | Dmitry Antipov | 2014-06-26 | 1 | -15/+2 |
* | Consistently use validate_subarray to verify substring. | Dmitry Antipov | 2014-06-25 | 1 | -15/+9 |
* | Do not allow out-of-range character position in Fcompare_strings. | Dmitry Antipov | 2014-06-25 | 1 | -42/+23 |
* | * doc/lispref/sequences.texi (Sequence Functions): Update nreverse. | Leo Liu | 2014-05-21 | 1 | -6/+5 |
* | * src/fns.c (Fnreverse): Allow vectors and bool vectors. | Dmitry Antipov | 2014-05-15 | 1 | -15/+45 |
* | * src/fns.c (Freverse): Allow vectors, bool vectors and strings. | Dmitry Antipov | 2014-05-15 | 1 | -6/+58 |
* | * fns.c (validate_subarray): Rename from validate_substring, | Paul Eggert | 2014-04-01 | 1 | -46/+49 |
* | * fns.c (Fsubstring, Fsubstring_no_properties, secure_hash): | Dmitry Antipov | 2014-03-31 | 1 | -66/+43 |
* | Clean up gc_sweep | Daniel Colascione | 2014-03-23 | 1 | -0/+1 |
* | * fns.c (Frandom): Fix rare bug where the result isn't random. | Paul Eggert | 2014-03-19 | 1 | -2/+11 |
* | (Fyes_or_no_p): Doc fix | Lars Ingebrigtsen | 2014-02-09 | 1 | -1/+2 |
* | * fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive. | Lars Ingebrigtsen | 2014-02-09 | 1 | -1/+2 |
* | Port to C89. | Paul Eggert | 2014-01-02 | 1 | -1/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+2 |
* | * src/lisp.h (FOR_EACH_TAIL): New macro. | Stefan Monnier | 2013-12-04 | 1 | -9/+4 |
* | * src/fns.c (internal_equal): Add a hash_table argument to handle cycles. | Stefan Monnier | 2013-11-29 | 1 | -12/+42 |
* | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier | 2013-11-28 | 1 | -4/+0 |
* | Simplify, port and tune bool vector implementation. | Paul Eggert | 2013-11-13 | 1 | -10/+6 |
* | Simplify and port recent bool vector changes. | Paul Eggert | 2013-11-04 | 1 | -30/+7 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -4/+4 |
* | * fns.c (Fstring_as_unibyte): Fix last change. | Dmitry Antipov | 2013-10-16 | 1 | -1/+1 |
* | * fns.c (Fstring_as_unibyte): Use xlispstrdup. | Dmitry Antipov | 2013-10-16 | 1 | -4/+2 |
* | * lisp.h (bool_vector_size): New function. | Paul Eggert | 2013-10-14 | 1 | -12/+12 |
* | * fns.c (sxhash_bool_vector): Fix buffer read overrun. | Paul Eggert | 2013-10-09 | 1 | -1/+3 |
* | * lisp/profiler.el: Create a more coherent calltree from partial backtraces. | Stefan Monnier | 2013-10-08 | 1 | -6/+4 |
* | Fixed x-popup-dialog. | Eli Zaretskii | 2013-09-29 | 1 | -4/+3 |
* | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -4/+4 |
* | * fileio.c, fns.c (merge): Move extern decl from here ... | Paul Eggert | 2013-08-01 | 1 | -2/+0 |
* | * fns.c (toplevel): Remove comment before Fsafe_length because | Dmitry Antipov | 2013-07-29 | 1 | -2/+0 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -2/+2 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -5/+4 |
* | Port to C89. | Paul Eggert | 2013-07-10 | 1 | -9/+17 |
* | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -1/+50 |
* | * fns.c (Fcopy_sequence): Simplify XTYPE calculation. | Paul Eggert | 2013-06-15 | 1 | -1/+1 |
* | * lisp/subr.el (with-eval-after-load): New macro. | Stefan Monnier | 2013-06-13 | 1 | -1/+4 |
* | * src/window.c (select_window): Don't record_buffer while the invariant is | Stefan Monnier | 2013-04-08 | 1 | -1/+1 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -3/+2 |
* | * lisp.h (list2i, list3i): New functions. | Dmitry Antipov | 2013-03-07 | 1 | -4/+1 |
* | Prefer `message1' over `message'. | Stefan Monnier | 2013-02-17 | 1 | -1/+1 |
* | Minor hashing refactoring. | Paul Eggert | 2013-02-09 | 1 | -5/+1 |
* | * coding.c (Fdefine_coding_system_internal): Use AREF where | Dmitry Antipov | 2013-02-07 | 1 | -5/+4 |
* | * src/xdisp.c (message2, message2_nolog): Remove functions. | Stefan Monnier | 2013-01-23 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ru | Glenn Morris | 2013-01-19 | 1 | -1/+4 |
|\ |
|