summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Un-confuse doc string of 'string-collate-equalp'Eli Zaretskii2016-07-08
* Fix documentation of 'assoc-string' and 'compare-strings'Eli Zaretskii2016-06-23
* Have the doc strings of `load-path' and `require' mention each otherLars Ingebrigtsen2016-05-01
* Use ‘T *restrict’ proto, not ‘T[restrict]’Paul Eggert2016-05-01
* Fix the MSDOS buildEli Zaretskii2016-04-30
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Revert "Re-enable checks in member, memql, delete to complain about non-lists"Andreas Schwab2016-01-30
* Re-enable checks in member, memql, delete to complain about non-listsAndreas Schwab2016-01-29
* Minor improvements to (random t) documentationPaul Eggert2016-01-18
* Make 'random' seeds cryptographically secure if possibleEli Zaretskii2016-01-15
* Update copyright year to 2016Paul Eggert2016-01-01
* Add a few safety checks when ENABLE_CHECKINGPaul Eggert2015-11-21
* Improve documentation of dynamic modulesEli Zaretskii2015-11-21
* Add catch-all & no-signal version of PUSH_HANDLERPhilipp Stephani2015-11-18
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17
* Improve a few doc strings, commentsStephen Leake2015-11-15
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Attempt to avoid crashes in plist-memberEli Zaretskii2015-10-12
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Docstring fixes re quotes in C codePaul Eggert2015-09-01
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Check for an input event before showing a dialog box. (Bug#20813)Glenn Morris2015-06-23
* Add new function string-greaterpNicolas Petton2015-06-04
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Don't misencode C-generated messagesPaul Eggert2015-05-30
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-21
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-19
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-16
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* Fix minor problems found by static checking.Paul Eggert2014-09-17
* For symbols, use address as hash code.Daniel Colascione2014-09-16
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-16
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Tweak sort docstringDaniel Colascione2014-09-14
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* * fns.c (sort_vector): Fix GC bug in previous change.Paul Eggert2014-08-30
* Vector-sorting fixes.Paul Eggert2014-08-30
* Implement case-insensitive and Unicode-compliant collation on MS-Windows.Eli Zaretskii2014-08-29
* Add optional arguments LOCALE and IGNORE-CASE to collation functions.Michael Albinus2014-08-29
* Fix last change to support Darwin/OSX (Bug#18354).Dmitry Antipov2014-08-29