index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
data.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add facility to make module functions interactive (Bug#23486).
Philipp Stephani
2020-09-13
1
-0
/
+7
*
Simplify use of __lsan_ignore_object
Paul Eggert
2020-08-03
1
-6
/
+0
*
Use a more precise check for '__lsan_ignore_object'
Philipp Stephani
2020-08-01
1
-1
/
+1
*
Suppress leak detector in some cases
Philipp Stephani
2020-08-01
1
-0
/
+7
*
Merge from origin/emacs-27
Glenn Morris
2020-05-06
1
-4
/
+16
|
\
|
*
Improve doc strings of makunbound and fmakunbound
Stefan Kangas
2020-05-03
1
-4
/
+16
*
|
Refactor and fix typo in CHECK_*_COERCE_MARKER
Paul Eggert
2020-03-26
1
-36
/
+41
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-23
1
-1
/
+1
|
\
|
|
*
Don't signal during backtrace unrewind (Bug#40088)
Noam Postavsky
2020-03-22
1
-1
/
+1
*
|
Restore runtime check for invalid tag
Paul Eggert
2020-02-22
1
-8
/
+2
*
|
Make Faset nonrecursive
Paul Eggert
2020-01-18
1
-28
/
+28
*
|
Improve performance when a string's byte count changes
Paul Eggert
2020-01-18
1
-26
/
+10
*
|
Let the OS clear new large strings of NUL
Paul Eggert
2020-01-03
1
-1
/
+1
*
|
Assume C99-style ‘long long’
Paul Eggert
2019-12-31
1
-24
/
+9
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Improve documentation of 'add-variable-watcher'
Eli Zaretskii
2019-11-15
1
-2
/
+3
*
Refactor bignum multiplication, exponentiation
Paul Eggert
2019-11-13
1
-74
/
+0
*
Simplify fixnum division slightly
Paul Eggert
2019-11-06
1
-4
/
+6
*
Remove unneeded overflow check in integer division
Paul Eggert
2019-11-05
1
-4
/
+3
*
Overflow errors are range errors
Paul Eggert
2019-11-04
1
-2
/
+2
*
Don’t signal overflow for (expt 1 bignum)
Paul Eggert
2019-11-04
1
-6
/
+21
*
Speed up % and mod with fixnum denom
Paul Eggert
2019-08-24
1
-48
/
+52
*
Tweak integer mod performance
Paul Eggert
2019-08-24
1
-1
/
+1
*
Make (mod 1.0 0) consistent with (/ 1.0 0)
Paul Eggert
2019-08-24
1
-1
/
+3
*
extern function cleanup
Paul Eggert
2019-08-24
1
-1
/
+1
*
Don’t debug fset by default
Paul Eggert
2019-08-21
1
-4
/
+1
*
Be more careful about pointers to bignum vals
Paul Eggert
2019-08-21
1
-15
/
+15
*
Improve bignum_integer static checking
Paul Eggert
2019-08-18
1
-4
/
+4
*
decode-time now returns subsec too
Paul Eggert
2019-08-05
1
-20
/
+20
*
Clean up use of XFIXNUM etc.
Paul Eggert
2019-06-27
1
-1
/
+1
*
Remove fixnum restriction on some display vars
Paul Eggert
2019-05-22
1
-11
/
+12
*
Replace ‘/* FALLTHROUGH! */’ with ‘break;’
Paul Eggert
2019-04-29
1
-12
/
+11
*
Remove some ineffective #ifdefs.
Philipp Stephani
2019-04-19
1
-4
/
+0
*
Remove some #ifdefs for user pointers.
Philipp Stephani
2019-04-19
1
-2
/
+0
*
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-18
1
-2
/
+2
*
Make struct Lisp_Objfwd etc. objects read-only
Paul Eggert
2019-04-01
1
-4
/
+4
*
Fix union Lisp_Fwd * alignment bug
Paul Eggert
2019-04-01
1
-34
/
+40
*
* lisp/subr.el (setq-default): Define as a macro
Stefan Monnier
2019-04-01
1
-31
/
+0
*
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-02-27
1
-3
/
+8
*
Merge from origin/emacs-26
Glenn Morris
2019-02-15
1
-0
/
+10
|
\
|
*
* src/data.c (Fmake_local_variable): Fix bug#34318
Stefan Monnier
2019-02-12
1
-0
/
+10
*
|
Add portable dumper
Daniel Colascione
2019-01-15
1
-4
/
+4
*
|
Use shortcuts for Flength
Paul Eggert
2019-01-09
1
-5
/
+3
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Fix assertion-violations on non-integers
Paul Eggert
2018-12-30
1
-2
/
+2
*
|
Support (ash INTEGER BIGNUM)
Paul Eggert
2018-12-18
1
-8
/
+21
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-12
1
-3
/
+7
|
\
|
|
*
* src/data.c (Ftype_of): xwidget objects are possible! (bug#33294)
Stefan Monnier
2018-11-09
1
-3
/
+7
*
|
* src/data.c (Ffset): Don't signal gratuitous errors
Stefan Monnier
2018-11-02
1
-1
/
+3
[next]