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