summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-031-1/+1
* Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* Merge from origin/emacs-25Paul Eggert2016-08-051-2/+1
|\
| * Un-confuse doc string of 'string-collate-equalp'Eli Zaretskii2016-07-081-2/+1
* | Fix (mapcar F S) crash when F alters S’s lengthPaul Eggert2016-08-021-47/+30
* | * src/fns.c (syms_of_fns): Leave `features' lexically scopedStefan Monnier2016-07-111-0/+3
* | An efficient built-in mapcanMario Lang2016-07-101-0/+25
* | Merge from origin/emacs-25Paul Eggert2016-06-261-1/+1
|\ \ | |/
| * Fix documentation of 'assoc-string' and 'compare-strings'Eli Zaretskii2016-06-231-1/+1
| * Have the doc strings of `load-path' and `require' mention each otherLars Ingebrigtsen2016-05-011-11/+18
* | Merge from origin/emacs-25Paul Eggert2016-05-011-6/+1
|\ \ | |/
| * Use ‘T *restrict’ proto, not ‘T[restrict]’Paul Eggert2016-05-011-6/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-011-0/+5
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-0/+5
* | Have the doc strings of `load-path' and `require' mention each otherLars Ingebrigtsen2016-04-301-11/+18
* | Minor improvements for hash function primitivesPaul Eggert2016-04-081-46/+22
* | New primitives sxhash-eq, sxhash-eqlPaul Pogonyshev2016-04-081-2/+22
* | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-041-3/+2
* | Pacify --enable-gcc-warnings for buffer-hash etc.Paul Eggert2016-03-291-5/+3
* | Add a new function `buffer-hash'Lars Magne Ingebrigtsen2016-03-281-11/+57
* | Merge from origin/emacs-25John Wiegley2016-03-111-13/+13
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-13/+13
| * Revert "Re-enable checks in member, memql, delete to complain about non-lists"Andreas Schwab2016-01-301-3/+3
| * Re-enable checks in member, memql, delete to complain about non-listsAndreas Schwab2016-01-291-3/+3
* | Use Gnulib filevercmp for version comparisonPaul Eggert2016-02-211-99/+30
* | Avoid integer overflows in string-numeric-lesspLars Ingebrigtsen2016-02-211-38/+56
* | Add the string-numeric-lessp functionLars Ingebrigtsen2016-02-211-0/+98
* | Re-enable checks in member, memql, delete to complain about non-listsAndreas Schwab2016-01-301-3/+3
|/
* Minor improvements to (random t) documentationPaul Eggert2016-01-181-1/+1
* Make 'random' seeds cryptographically secure if possibleEli Zaretskii2016-01-151-1/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Add a few safety checks when ENABLE_CHECKINGPaul Eggert2015-11-211-6/+3
* Improve documentation of dynamic modulesEli Zaretskii2015-11-211-2/+3
* Add catch-all & no-signal version of PUSH_HANDLERPhilipp Stephani2015-11-181-3/+2
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Improve a few doc strings, commentsStephen Leake2015-11-151-1/+2
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-2/+2
* Include-file cleanup for src directoryPaul Eggert2015-10-201-10/+1
* Attempt to avoid crashes in plist-memberEli Zaretskii2015-10-121-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-12/+12
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-79/+12
* Check for an input event before showing a dialog box. (Bug#20813)Glenn Morris2015-06-231-1/+1
* Add new function string-greaterpNicolas Petton2015-06-041-14/+14
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Don't misencode C-generated messagesPaul Eggert2015-05-301-2/+1
* 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