summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* * src/fns.c (Fstring_distance): Minor code reformatting.Eli Zaretskii2018-04-281-5/+8
* Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-281-3/+5
* New function 'string-distance'Chen Bin2018-04-281-0/+62
* Remove redundant test in fns.cEli Zaretskii2018-03-011-2/+0
* Merge from origin/emacs-26Glenn Morris2018-02-281-0/+3
|\
| * Avoid aborts in 'md5'Eli Zaretskii2018-02-271-0/+3
* | * fns.c (base64-decode-region): Add signal_after_change call for insertion.Alan Mackenzie2018-01-071-0/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * src/fns.c (syms_of_fns) <overriding-plist-environment>: Doc fix.Glenn Morris2017-11-221-1/+1
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-2/+2
* Improve documentation of 'copy-sequence'Eli Zaretskii2017-09-301-1/+3
* Define gnutls_rnd for WINDOWSNT and HAVE_GNUTLS3 case onlyMartin Rudalics2017-09-151-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve error messages for improper plists (Bug#27726)Philipp Stephani2017-09-021-4/+5
* Let `define-symbol-prop' take effect during compilationStefan Monnier2017-08-071-0/+11
* Improve some GnuTL error messagesEli Zaretskii2017-07-151-2/+2
* GnuTLS integer-overflow and style fixesPaul Eggert2017-07-141-27/+22
* Fix the MS-Windows build due to added GnuTLS functionsEli Zaretskii2017-07-141-0/+4
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-141-25/+109
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-5/+10
* * src/fns.c (sxhash): Fix records hashing (bug#27057, bug#26639)Stefan Monnier2017-05-241-4/+4
* More informative error when required feature missingGlenn Morris2017-05-091-2/+11
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-3/+2
* Deprecate copy-record in favor of copy-sequencePaul Eggert2017-04-071-3/+9
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-1/+1
* Some inotify cleanupPaul Eggert2017-03-301-2/+1
* Fix assoc_no_quit so that it does not quitPaul Eggert2017-03-291-42/+80
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-4/+2
* * src/fns.c (Fbuffer_hash): Doc fix.Leo Liu2017-03-011-2/+1
* Minor weak hash table performance tweaksPaul Eggert2017-02-211-5/+3
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-42/+53
* Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-211-76/+93
* Hash table threshold is now float, not doublePaul Eggert2017-02-211-11/+13
* Fix glitches in recent hash table changesPaul Eggert2017-02-191-3/+2
* ; * src/fns.c (Fmake_hash_table): Prefer 'double' to 'float'.Eli Zaretskii2017-02-191-1/+1
* Avoid aborts during loadupEli Zaretskii2017-02-191-1/+1
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-15/+15
* Make FOR_EACH_TAIL more like other FOR_EACH macrosPaul Eggert2017-02-061-81/+101
* Signal list cycles in ‘length’ etc.Paul Eggert2017-02-051-181/+109
* Simplify use of FOR_EACH_TAILPaul Eggert2017-02-051-9/+7
* 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