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
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-3
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Add new User Pointer (User_Ptr) type
Aurélien Aptel
2015-11-18
1
-0
/
+24
*
Move INTEGER_TO_CONS body out of .h file
Paul Eggert
2015-11-10
1
-0
/
+27
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-21
/
+10
*
Ensure redisplay after evaluation
Eli Zaretskii
2015-11-06
1
-0
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-3
/
+0
*
(/ N) now returns the reciprocal of N
Paul Eggert
2015-10-20
1
-4
/
+7
*
Improve CHECK_IMPURE and PURE_P speedup
Paul Eggert
2015-10-10
1
-1
/
+2
*
* src/data.c (Faset): Fix last change.
Andreas Schwab
2015-10-10
1
-1
/
+1
*
CHECK_IMPURE and PURE_P speedup
Paul Eggert
2015-10-10
1
-3
/
+3
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-3
/
+3
*
Add -Wswitch to --enable-gcc-warnings
Paul Eggert
2015-09-16
1
-1
/
+2
*
Docstring fixes re quotes in C code
Paul Eggert
2015-09-01
1
-1
/
+1
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-3
/
+0
*
Better docstring for null. (Bug#20815)
Nicolas Petton
2015-06-16
1
-1
/
+1
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-7
/
+0
*
Don't misencode C-generated messages
Paul Eggert
2015-05-30
1
-9
/
+18
*
Finalizer documentation, minor improvements
Daniel Colascione
2015-03-02
1
-1
/
+4
*
* src/data.c (Findirect_function): Don't signal an error
Stefan Monnier
2015-02-08
1
-5
/
+0
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-3
/
+2
*
Support const and noreturn DEFUN attributes.
Dmitry Antipov
2015-01-13
1
-14
/
+28
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-56
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Minor cleanups for Lisp objects and symbols
Paul Eggert
2014-12-18
1
-1
/
+2
*
Port better to AddressSanitizer.
Paul Eggert
2014-11-29
1
-1
/
+1
*
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-30
1
-9
/
+12
*
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
1
-6
/
+8
*
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-29
1
-1
/
+0
*
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
1
-0
/
+1
*
If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.
Dmitry Antipov
2014-09-16
1
-1
/
+1
*
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-09-15
1
-10
/
+8
*
Prefer ptrdiff_t to int and avoid integer overflows.
Dmitry Antipov
2014-09-13
1
-1
/
+1
*
Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.edu
Glenn Morris
2014-09-07
1
-4
/
+4
|
\
|
*
Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.
Eli Zaretskii
2014-09-04
1
-4
/
+4
*
|
Minor cleanup of recent strlen-avoiding patch.
Paul Eggert
2014-09-02
1
-2
/
+2
*
|
* buffer.h (decode_buffer): New function.
Dmitry Antipov
2014-09-02
1
-9
/
+1
*
|
Revert previous change.
Paul Eggert
2014-07-26
1
-2
/
+2
*
|
Reorder conditions that are written backwards
Andreas Schwab
2014-07-26
1
-2
/
+2
*
|
* data.c (wrong_choice): Not static any more.
Dmitry Antipov
2014-07-17
1
-1
/
+1
*
|
More precise control over values of some buffer-local variables.
Dmitry Antipov
2014-07-16
1
-3
/
+68
*
|
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
Glenn Morris
2014-06-08
1
-6
/
+4
|
\
|
|
*
Doc tweaks re < etc
Glenn Morris
2014-06-07
1
-6
/
+4
*
|
* lisp/subr.el (zerop): Move from C. Add compiler-macro.
Stefan Monnier
2014-05-27
1
-20
/
+1
*
|
Allow any non-nil value to count as true in bool-vector.
Paul Eggert
2014-05-19
1
-2
/
+1
*
|
* src/lisp.h (CHECK_BOOLEAN): New function.
Dmitry Antipov
2014-05-19
1
-1
/
+2
*
|
Avoid undefined behavior in signed left shift.
Paul Eggert
2014-04-27
1
-1
/
+1
*
|
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Paul Eggert
2014-04-16
1
-1
/
+1
|
\
|
|
*
Port to IRIX 6.5.
Paul Eggert
2014-04-13
1
-1
/
+1
*
|
Add GC bug investigation code
Daniel Colascione
2014-04-02
1
-0
/
+5
|
/
[next]