aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-18Add new User Pointer (User_Ptr) typeAurélien Aptel1-0/+24
2015-11-10Move INTEGER_TO_CONS body out of .h filePaul Eggert1-0/+27
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-21/+10
2015-11-06Ensure redisplay after evaluationEli Zaretskii1-0/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-3/+0
2015-10-20(/ N) now returns the reciprocal of NPaul Eggert1-4/+7
2015-10-10Improve CHECK_IMPURE and PURE_P speedupPaul Eggert1-1/+2
2015-10-10* src/data.c (Faset): Fix last change.Andreas Schwab1-1/+1
2015-10-10CHECK_IMPURE and PURE_P speedupPaul Eggert1-3/+3
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-3/+3
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert1-1/+2
2015-09-01Docstring fixes re quotes in C codePaul Eggert1-1/+1
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-3/+0
2015-06-16Better docstring for null. (Bug#20815)Nicolas Petton1-1/+1
2015-05-31Remove unused DEFSYMsPaul Eggert1-7/+0
2015-05-30Don't misencode C-generated messagesPaul Eggert1-9/+18
2015-03-02Finalizer documentation, minor improvementsDaniel Colascione1-1/+4
2015-02-08* src/data.c (Findirect_function): Don't signal an errorStefan Monnier1-5/+0
2015-01-25Count MANY function args more reliablyPaul Eggert1-3/+2
2015-01-13Support const and noreturn DEFUN attributes.Dmitry Antipov1-14/+28
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-56/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-18Minor cleanups for Lisp objects and symbolsPaul Eggert1-1/+2
2014-11-29Port better to AddressSanitizer.Paul Eggert1-1/+1
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert1-9/+12
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert1-6/+8
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov1-1/+0
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert1-0/+1
2014-09-16If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov1-1/+1
2014-09-16Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov1-1/+1
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov1-10/+8
2014-09-13Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov1-1/+1
2014-09-04Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.Eli Zaretskii1-4/+4
2014-09-02Minor cleanup of recent strlen-avoiding patch.Paul Eggert1-2/+2
2014-09-02* buffer.h (decode_buffer): New function.Dmitry Antipov1-9/+1
2014-07-26Revert previous change.Paul Eggert1-2/+2
2014-07-26Reorder conditions that are written backwardsAndreas Schwab1-2/+2
2014-07-17* data.c (wrong_choice): Not static any more.Dmitry Antipov1-1/+1
2014-07-16More precise control over values of some buffer-local variables.Dmitry Antipov1-3/+68
2014-06-07Doc tweaks re < etcGlenn Morris1-6/+4
2014-05-27* lisp/subr.el (zerop): Move from C. Add compiler-macro.Stefan Monnier1-20/+1
2014-05-19Allow any non-nil value to count as true in bool-vector.Paul Eggert1-2/+1
2014-05-19* src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov1-1/+2
2014-04-27Avoid undefined behavior in signed left shift.Paul Eggert1-1/+1
2014-04-13Port to IRIX 6.5.Paul Eggert1-1/+1
2014-04-02Add GC bug investigation codeDaniel Colascione1-0/+5
2014-02-19Some doc for defalias-fset-functionGlenn Morris1-0/+4
2014-01-31Misc small fixes.Juri Linkov1-1/+1