index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-3
/
+3
*
Modularize bignums better
Paul Eggert
2018-08-27
1
-0
/
+1
*
Fix bignum bugs with nth, elt, =
Paul Eggert
2018-08-21
1
-3
/
+2
*
Fix glitches introduced by nthcdr changes
Paul Eggert
2018-08-21
1
-8
/
+27
*
Speed up (nthcdr N L) when L is circular
Paul Eggert
2018-08-20
1
-6
/
+52
*
nthcdr now works with bignums
Paul Eggert
2018-08-20
1
-2
/
+13
*
Document that ‘random’ is limited to fixnums
Paul Eggert
2018-08-18
1
-6
/
+3
*
Pacify gcc -Og -Wuninitialized
Paul Eggert
2018-08-12
1
-1
/
+1
*
; Avoid compilation warnings under -Og
Eli Zaretskii
2018-08-12
1
-1
/
+1
*
Turn misc objects into pseudovectors
Paul Eggert
2018-08-11
1
-34
/
+24
*
Fix up for bignums after merge from trunk
Tom Tromey
2018-08-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-36
/
+67
|
\
|
*
Move proper-list-p to C
Paul Eggert
2018-07-24
1
-0
/
+23
|
*
* src/fns.c (Feql, Fequal): Improve floating-point doc.
Paul Eggert
2018-07-20
1
-4
/
+6
|
*
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-19
1
-1
/
+1
|
*
Fix bug with eql etc. on NaNs
Paul Eggert
2018-07-18
1
-33
/
+35
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-53
/
+53
*
|
Fix hash functions for bignums
Tom Tromey
2018-08-04
1
-4
/
+30
*
|
Make eql work for bignums
Tom Tromey
2018-07-12
1
-1
/
+3
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-63
/
+63
|
/
*
* src/fns.c (Fstring_distance): Minor code reformatting.
Eli Zaretskii
2018-04-28
1
-5
/
+8
*
Fix documentation and tests for 'string-distance'
Eli Zaretskii
2018-04-28
1
-3
/
+5
*
New function 'string-distance'
Chen Bin
2018-04-28
1
-0
/
+62
*
Remove redundant test in fns.c
Eli Zaretskii
2018-03-01
1
-2
/
+0
*
Merge from origin/emacs-26
Glenn Morris
2018-02-28
1
-0
/
+3
|
\
|
*
Avoid aborts in 'md5'
Eli Zaretskii
2018-02-27
1
-0
/
+3
*
|
* fns.c (base64-decode-region): Add signal_after_change call for insertion.
Alan Mackenzie
2018-01-07
1
-0
/
+1
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
* src/fns.c (syms_of_fns) <overriding-plist-environment>: Doc fix.
Glenn Morris
2017-11-22
1
-1
/
+1
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-2
/
+2
*
Improve documentation of 'copy-sequence'
Eli Zaretskii
2017-09-30
1
-1
/
+3
*
Define gnutls_rnd for WINDOWSNT and HAVE_GNUTLS3 case only
Martin Rudalics
2017-09-15
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Improve error messages for improper plists (Bug#27726)
Philipp Stephani
2017-09-02
1
-4
/
+5
*
Let `define-symbol-prop' take effect during compilation
Stefan Monnier
2017-08-07
1
-0
/
+11
*
Improve some GnuTL error messages
Eli Zaretskii
2017-07-15
1
-2
/
+2
*
GnuTLS integer-overflow and style fixes
Paul Eggert
2017-07-14
1
-27
/
+22
*
Fix the MS-Windows build due to added GnuTLS functions
Eli Zaretskii
2017-07-14
1
-0
/
+4
*
GnuTLS HMAC and symmetric cipher support
Ted Zlatanov
2017-07-14
1
-25
/
+109
*
Add an optional testfn parameter to assoc
Nicolas Petton
2017-07-11
1
-5
/
+10
*
* src/fns.c (sxhash): Fix records hashing (bug#27057, bug#26639)
Stefan Monnier
2017-05-24
1
-4
/
+4
*
More informative error when required feature missing
Glenn Morris
2017-05-09
1
-2
/
+11
*
Add PVSIZE function to return the size of a pseudovector.
Lars Brinkhoff
2017-04-10
1
-3
/
+2
*
Deprecate copy-record in favor of copy-sequence
Paul Eggert
2017-04-07
1
-3
/
+9
*
Add record objects with user-defined types.
Lars Brinkhoff
2017-04-04
1
-1
/
+1
*
Some inotify cleanup
Paul Eggert
2017-03-30
1
-2
/
+1
*
Fix assoc_no_quit so that it does not quit
Paul Eggert
2017-03-29
1
-42
/
+80
*
Restore XFLOATINT but with restricted args
Paul Eggert
2017-03-02
1
-4
/
+2
*
* src/fns.c (Fbuffer_hash): Doc fix.
Leo Liu
2017-03-01
1
-2
/
+1
*
Minor weak hash table performance tweaks
Paul Eggert
2017-02-21
1
-5
/
+3
[next]