summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-1/+1
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Simplify list creation in C codePaul Eggert2019-03-041-7/+1
* * src/fns.c: Fix comment.Paul Eggert2019-02-181-2/+1
* Support (locale-info 'paper) on MS-WindowsEli Zaretskii2019-02-041-2/+3
* Support (locale-info 'paper) on GNU platformsPaul Eggert2019-02-021-12/+11
* Improve error data when passing a wrong type to 'sort' (Bug#34104)Philipp Stephani2019-01-201-1/+2
* Add portable dumperDaniel Colascione2019-01-151-79/+60
* List lengths are always fixnums nowPaul Eggert2019-01-101-8/+3
* Use shortcuts for FlengthPaul Eggert2019-01-091-31/+30
* Be consistent about list length fixnum overflowPaul Eggert2019-01-011-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix bug when hashing reversed buffer regionsPaul Eggert2018-12-101-8/+11
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-11/+9
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-081-1/+2
* | Tweak nthcdr for bignum efficiencyPaul Eggert2018-09-041-2/+2
* | Speed up (+ 2 2) by a factor of 10Paul Eggert2018-09-031-7/+5
* | 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