summaryrefslogtreecommitdiff
path: root/src/macros.c
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-07
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.Eli Zaretskii2014-08-01
|\
| * Fixes: debbugs:18140Andreas Schwab2014-07-29
* | * macros.c (Fstart_kbd_macro): Avoid need for overflow check.Paul Eggert2014-07-14
* | * macros.c (Fstart_kbd_macro): Simplify.Paul Eggert2014-07-14
* | * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-14
* | Omit redundant extern decls.Paul Eggert2014-06-17
|/
* * macros.c (Fexecute_kbd_macro): Doc fix.Lars Ingebrigtsen2014-02-08
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-06
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-26
* Prefer `message1' over `message'.Stefan Monnier2013-02-17
* Update copyright notices for 2013.Paul Eggert2013-01-01
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-17
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-13
* Generalize common compile-time constants.Dmitry Antipov2012-08-05
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-02
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.Paul Eggert2011-08-29
* * macros.c: Integer and memory overflow fixes.Paul Eggert2011-07-28
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-22
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* Hide implementation of `struct kboard'Tom Tromey2011-02-16
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Give kbd-macro-termination-hook a doc.Glenn Morris2011-01-19
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-28
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
|/