aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-2/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-7/+7
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-5/+5
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-07Prefer xpalloc to doubling buffers by handPaul Eggert1-10/+5
2015-10-20Include-file cleanup for src directoryPaul Eggert1-3/+0
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-3/+0
2015-05-31Remove unused DEFSYMsPaul Eggert1-2/+0
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-4/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-07-29Fixes: debbugs:18140Andreas Schwab1-0/+2
2014-07-14* macros.c (Fstart_kbd_macro): Avoid need for overflow check.Paul Eggert1-5/+2
2014-07-14* macros.c (Fstart_kbd_macro): Simplify.Paul Eggert1-1/+1
2014-07-14* lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov1-15/+11
2014-06-17Omit redundant extern decls.Paul Eggert1-2/+0
2014-02-08* macros.c (Fexecute_kbd_macro): Doc fix.Lars Ingebrigtsen1-1/+2
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-11-06* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier1-3/+3
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert1-2/+1
2013-02-26Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert1-1/+1
2013-02-17Prefer `message1' over `message'.Stefan Monnier1-5/+5
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-10-11lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert1-1/+1
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-08-17* keyboard.h (KSET): Remove.Paul Eggert1-7/+8
2012-08-13Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov1-7/+7
2012-08-05Generalize common compile-time constants.Dmitry Antipov1-2/+2
2012-08-03Remove unnecessary casts involving pointers.Paul Eggert1-2/+2
2012-07-05More xmalloc and related cleanup.Paul Eggert1-4/+2
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-0/+1
2012-06-02* lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier1-4/+4
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-7/+8
2011-08-29* macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.Paul Eggert1-6/+6
2011-07-28* macros.c: Integer and memory overflow fixes.Paul Eggert1-2/+2
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-4/+2
2011-06-22* macros.c: Integer and buffer overflow fixes.Paul Eggert1-6/+13
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-2/+2
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-1/+2
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-3/+2
2011-02-16Hide implementation of `struct kboard'Tom Tromey1-21/+21