aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-2/+3
* use guile-snarf for subr definitionBT Templeton2015-04-181-7/+2
* Omit redundant extern decls.Paul Eggert2014-06-171-2/+0
* * macros.c (Fexecute_kbd_macro): Doc fix.Lars Ingebrigtsen2014-02-081-1/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-3/+3
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-2/+1
* Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-261-1/+1
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-5/+5
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-7/+8
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-7/+7
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-2/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+2
* More xmalloc and related cleanup.Paul Eggert2012-07-051-4/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* * lisp/simple.el (execute-extended-command): Set real-this-command.Stefan Monnier2012-06-021-4/+4
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-7/+8
|/
* * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.Paul Eggert2011-08-291-6/+6
* * macros.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-2/+2
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-221-6/+13
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-3/+2
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-21/+21
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Give kbd-macro-termination-hook a doc.Glenn Morris2011-01-191-2/+8
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-10/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-11/+6
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-9/+7
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2