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