summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* ; Spelling fixPaul Eggert2016-08-03
* Expand FIXME near definition of fboundpRobert Cochran2016-07-16
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Add new User Pointer (User_Ptr) typeAurélien Aptel2015-11-18
* Move INTEGER_TO_CONS body out of .h filePaul Eggert2015-11-10
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Ensure redisplay after evaluationEli Zaretskii2015-11-06
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* (/ N) now returns the reciprocal of NPaul Eggert2015-10-20
* Improve CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-10
* * src/data.c (Faset): Fix last change.Andreas Schwab2015-10-10
* CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-10
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-16
* Docstring fixes re quotes in C codePaul Eggert2015-09-01
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Better docstring for null. (Bug#20815)Nicolas Petton2015-06-16
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Don't misencode C-generated messagesPaul Eggert2015-05-30
* Finalizer documentation, minor improvementsDaniel Colascione2015-03-02
* * src/data.c (Findirect_function): Don't signal an errorStefan Monnier2015-02-08
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-18
* Port better to AddressSanitizer.Paul Eggert2014-11-29
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-16
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-13
* Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris2014-09-07
|\
| * Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.Eli Zaretskii2014-09-04
* | Minor cleanup of recent strlen-avoiding patch.Paul Eggert2014-09-02
* | * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-02
* | Revert previous change.Paul Eggert2014-07-26
* | Reorder conditions that are written backwardsAndreas Schwab2014-07-26
* | * data.c (wrong_choice): Not static any more.Dmitry Antipov2014-07-17
* | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-16
* | Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-08
|\|
| * Doc tweaks re < etcGlenn Morris2014-06-07
* | * lisp/subr.el (zerop): Move from C. Add compiler-macro.Stefan Monnier2014-05-27
* | Allow any non-nil value to count as true in bool-vector.Paul Eggert2014-05-19
* | * src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov2014-05-19
* | Avoid undefined behavior in signed left shift.Paul Eggert2014-04-27