aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix quitting bug when buffers are frozenPaul Eggert2017-02-011-16/+16
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-29/+24
* Remove immediate_quit.Paul Eggert2017-02-011-34/+8
* Revert two accidental commitsDima Kogan2017-01-311-4/+0
* stashDima Kogan2017-01-301-0/+4
* Add delq list arg checkPaul Eggert2017-01-301-0/+1
* More fixes to prevent crashes on C-gEli Zaretskii2017-01-301-3/+3
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-6/+27
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-3/+3
* A quicker check for quitPaul Eggert2017-01-251-49/+83
* Improve uses of CHECK_LIST etc.Paul Eggert2017-01-221-168/+80
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * 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