summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-1/+1
* Count MANY function args more reliablyPaul Eggert2015-01-251-56/+20
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-2/+2
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-8/+5
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-0/+9
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-22/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-2/+2
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-1/+1
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-1/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-2/+3
* Fix minor problems found by static checking.Paul Eggert2014-09-171-1/+2
* For symbols, use address as hash code.Daniel Colascione2014-09-161-4/+1
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-6/+3
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-5/+2
* Tweak sort docstringDaniel Colascione2014-09-141-4/+4
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-14/+10
* * fns.c (sort_vector): Fix GC bug in previous change.Paul Eggert2014-08-301-8/+9
* Vector-sorting fixes.Paul Eggert2014-08-301-74/+99
* Implement case-insensitive and Unicode-compliant collation on MS-Windows.Eli Zaretskii2014-08-291-6/+17
* Add optional arguments LOCALE and IGNORE-CASE to collation functions.Michael Albinus2014-08-291-22/+32
* Fix last change to support Darwin/OSX (Bug#18354).Dmitry Antipov2014-08-291-5/+18
* * doc/lispref/lists.texi (Functions that Rearrange Lists): RemoveDmitry Antipov2014-08-291-1/+1
* Add vectors support to Fsort.Dmitry Antipov2014-08-291-7/+92
* 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