summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Implement locale-sensitive string collation for MS-Windows. (Bug#18051)Eli Zaretskii2014-08-251-6/+6
* Minor cleanups of str_collate fix.Paul Eggert2014-08-241-5/+0
* Add string collation.Michael Albinus2014-08-241-1/+83
* Make compare-strings more compatible with old behavior.Paul Eggert2014-08-021-3/+10
* Revert previous change.Paul Eggert2014-07-261-6/+6
* Reorder conditions that are written backwardsAndreas Schwab2014-07-261-6/+6
* * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-141-12/+2
* * src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.Dmitry Antipov2014-06-261-15/+2
* Consistently use validate_subarray to verify substring.Dmitry Antipov2014-06-251-15/+9
* Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov2014-06-251-42/+23
* * doc/lispref/sequences.texi (Sequence Functions): Update nreverse.Leo Liu2014-05-211-6/+5
* * src/fns.c (Fnreverse): Allow vectors and bool vectors.Dmitry Antipov2014-05-151-15/+45
* * src/fns.c (Freverse): Allow vectors, bool vectors and strings.Dmitry Antipov2014-05-151-6/+58
* * fns.c (validate_subarray): Rename from validate_substring,Paul Eggert2014-04-011-46/+49
* * fns.c (Fsubstring, Fsubstring_no_properties, secure_hash):Dmitry Antipov2014-03-311-66/+43
* Clean up gc_sweepDaniel Colascione2014-03-231-0/+1
* * fns.c (Frandom): Fix rare bug where the result isn't random.Paul Eggert2014-03-191-2/+11
* (Fyes_or_no_p): Doc fixLars Ingebrigtsen2014-02-091-1/+2
* * fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive.Lars Ingebrigtsen2014-02-091-1/+2
* Port to C89.Paul Eggert2014-01-021-1/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* * src/lisp.h (FOR_EACH_TAIL): New macro.Stefan Monnier2013-12-041-9/+4
* * src/fns.c (internal_equal): Add a hash_table argument to handle cycles.Stefan Monnier2013-11-291-12/+42
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-4/+0
* Simplify, port and tune bool vector implementation.Paul Eggert2013-11-131-10/+6
* Simplify and port recent bool vector changes.Paul Eggert2013-11-041-30/+7
* Port to stricter C99 platforms.Paul Eggert2013-11-031-4/+4
* * fns.c (Fstring_as_unibyte): Fix last change.Dmitry Antipov2013-10-161-1/+1
* * fns.c (Fstring_as_unibyte): Use xlispstrdup.Dmitry Antipov2013-10-161-4/+2
* * lisp.h (bool_vector_size): New function.Paul Eggert2013-10-141-12/+12
* * fns.c (sxhash_bool_vector): Fix buffer read overrun.Paul Eggert2013-10-091-1/+3
* * lisp/profiler.el: Create a more coherent calltree from partial backtraces.Stefan Monnier2013-10-081-6/+4
* Fixed x-popup-dialog.Eli Zaretskii2013-09-291-4/+3
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-4/+4
* * fileio.c, fns.c (merge): Move extern decl from here ...Paul Eggert2013-08-011-2/+0
* * fns.c (toplevel): Remove comment before Fsafe_length becauseDmitry Antipov2013-07-291-2/+0
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-2/+2
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-5/+4
* Port to C89.Paul Eggert2013-07-101-9/+17
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-1/+50
* * fns.c (Fcopy_sequence): Simplify XTYPE calculation.Paul Eggert2013-06-151-1/+1
* * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-131-1/+4
* * src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier2013-04-081-1/+1
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-3/+2
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-4/+1
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-1/+1
* Minor hashing refactoring.Paul Eggert2013-02-091-5/+1
* * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-071-5/+4
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-1/+1
* Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ruGlenn Morris2013-01-191-1/+4
|\