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