index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lisp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove UCHAR typedef
Paul Eggert
2019-01-01
1
-7
/
+0
*
Remove CHECK_FIXNUM_CAR etc.
Paul Eggert
2018-12-09
1
-18
/
+0
*
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-0
/
+11
*
Streamline and fix vector-size checks
Paul Eggert
2018-12-08
1
-7
/
+2
*
Act like POSIX sh if $HOME is relative
Paul Eggert
2018-11-13
1
-0
/
+3
*
maybe_disable_address_randomization always returns "int argc"
Sam Steingold
2018-11-12
1
-1
/
+2
*
Fix dumping on GNU/Linux ppc64le
Paul Eggert
2018-11-11
1
-2
/
+5
*
Fix struct thread alignment on FreeBSD x86
Paul Eggert
2018-10-19
1
-18
/
+19
*
Avoid assertion violation when comparing with main-thread
Eli Zaretskii
2018-10-17
1
-0
/
+1
*
Fix lisp_eval_depth in unwind-protect cleanup
Paul Eggert
2018-10-14
1
-0
/
+1
*
Fix mishandling of symbols that look like numbers
Paul Eggert
2018-10-10
1
-2
/
+3
*
Fix malfunctioning cursor display on 32-bit Gtk
Paul Eggert
2018-10-09
1
-4
/
+6
*
Move timestamp-related stuff to timefns.c
Paul Eggert
2018-10-06
1
-2
/
+2
*
Use overflow-error for bignum overflow
Paul Eggert
2018-09-11
1
-1
/
+1
*
Fix misleading name ‘double_to_bignum’
Paul Eggert
2018-09-10
1
-1
/
+1
*
One more GC-aligned struct
Paul Eggert
2018-09-07
1
-1
/
+1
*
Fix overenthusiastic header size check
Paul Eggert
2018-09-07
1
-7
/
+19
*
Shrink pseudovectors a bit
Paul Eggert
2018-09-06
1
-35
/
+55
*
Simplify bignum->intmax conversion
Paul Eggert
2018-09-04
1
-0
/
+33
*
* src/lisp.h: Add explanation in a comment
Stefan Monnier
2018-09-01
1
-1
/
+10
*
Several fixes for formatting bignums
Paul Eggert
2018-08-31
1
-1
/
+4
*
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-35
/
+12
*
Modularize bignums better
Paul Eggert
2018-08-27
1
-53
/
+19
*
Improve performance of CONSP, FIXNUMP, etc.
Paul Eggert
2018-08-25
1
-7
/
+24
*
Fix bugs when rounding to bignums
Paul Eggert
2018-08-22
1
-1
/
+1
*
Fix bignum bugs with nth, elt, =
Paul Eggert
2018-08-21
1
-0
/
+5
*
Avoid libgmp aborts by imposing limits
Paul Eggert
2018-08-21
1
-1
/
+10
*
Minor fixups for intmax_t→mpz_t conversion
Paul Eggert
2018-08-18
1
-5
/
+6
*
Fix problems with logxor etc. and fixnums
Paul Eggert
2018-08-17
1
-13
/
+0
*
Port recent changes to older GCC
Paul Eggert
2018-08-14
1
-1
/
+2
*
Fix check for unsafe watch descriptor
Paul Eggert
2018-08-13
1
-1
/
+7
*
Ensure no padding after union vectorlike_header
Andreas Schwab
2018-08-12
1
-5
/
+6
*
Avoid padding after union vectorlike_header
Andreas Schwab
2018-08-12
1
-3
/
+5
*
Simplify mark_object for pseudovectors
Paul Eggert
2018-08-11
1
-1
/
+3
*
Turn misc objects into pseudovectors
Paul Eggert
2018-08-11
1
-162
/
+56
*
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-8
/
+6
|
\
|
*
Substitute a <ieee754.h> on hosts lacking it
Paul Eggert
2018-08-01
1
-7
/
+4
|
*
Move proper-list-p to C
Paul Eggert
2018-07-24
1
-1
/
+1
|
*
Make async :family 'local failures fail correctly again
Lars Ingebrigtsen
2018-07-22
1
-0
/
+1
*
|
Use mpz_sgn rather than comparisons against 0
Tom Tromey
2018-08-09
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-30
/
+30
*
|
Make bignums work better when EMACS_INT is larger than long
Andy Moreton
2018-08-04
1
-2
/
+2
*
|
Fix bignum creation when EMACS_INT is wider than long
Tom Tromey
2018-07-19
1
-0
/
+26
*
|
Use fixnump rather than integerp in some spots
Tom Tromey
2018-07-12
1
-2
/
+2
*
|
Make % and mod handle bignums
Tom Tromey
2018-07-12
1
-0
/
+8
*
|
Allow conversion of bignums to floats
Tom Tromey
2018-07-12
1
-0
/
+2
*
|
Make the reader accept bignums
Tom Tromey
2018-07-12
1
-1
/
+1
*
|
Provide new functions to create bignums
Tom Tromey
2018-07-12
1
-0
/
+3
*
|
Introduce the bignum type
Tom Tromey
2018-07-12
1
-0
/
+66
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-51
/
+51
|
/
[next]