summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Improve bignum support for system typesPaul Eggert2018-08-271-3/+3
* Modularize bignums betterPaul Eggert2018-08-271-0/+1
* Fix bignum bugs with nth, elt, =Paul Eggert2018-08-211-3/+2
* Fix glitches introduced by nthcdr changesPaul Eggert2018-08-211-8/+27
* Speed up (nthcdr N L) when L is circularPaul Eggert2018-08-201-6/+52
* nthcdr now works with bignumsPaul Eggert2018-08-201-2/+13
* Document that ‘random’ is limited to fixnumsPaul Eggert2018-08-181-6/+3
* Pacify gcc -Og -WuninitializedPaul Eggert2018-08-121-1/+1
* ; Avoid compilation warnings under -OgEli Zaretskii2018-08-121-1/+1
* Turn misc objects into pseudovectorsPaul Eggert2018-08-111-34/+24
* Fix up for bignums after merge from trunkTom Tromey2018-08-091-1/+1
* Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-36/+67
|\
| * Move proper-list-p to CPaul Eggert2018-07-241-0/+23
| * * src/fns.c (Feql, Fequal): Improve floating-point doc.Paul Eggert2018-07-201-4/+6
| * Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
| * Fix bug with eql etc. on NaNsPaul Eggert2018-07-181-33/+35
* | More macro renamings for bignumTom Tromey2018-08-071-53/+53
* | Fix hash functions for bignumsTom Tromey2018-08-041-4/+30
* | Make eql work for bignumsTom Tromey2018-07-121-1/+3
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-63/+63
|/
* * 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