aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Change two _Noreturn functions to return voidPaul Eggert2016-12-061-2/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Document watchpointsNoam Postavsky2016-12-021-0/+9
* | | | | | | | | | | | | | Ensure redisplay using variable watcherNoam Postavsky2016-12-021-2/+0
* | | | | | | | | | | | | | Show watchpoints when describing variablesNoam Postavsky2016-12-021-0/+11
* | | | | | | | | | | | | | Add lisp watchpointsNoam Postavsky2016-12-021-22/+169
* | | | | | | | | | | | | | ash, lsh avoid code duplicationTino Calancha2016-11-271-21/+15
* | | | | | | | | | | | | | Prefer now-standard int width macrosPaul Eggert2016-09-151-14/+14
* | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | ; Spelling fixPaul Eggert2016-08-031-2/+2
* | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-051-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Expand FIXME near definition of fboundpRobert Cochran2016-07-161-1/+6
* | | | | | | | | | | | | | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-6/+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