summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Constify functions taking char *Andreas Schwab2010-07-111-2/+2
* Fix indentation problemAndreas Schwab2010-07-111-36/+35
* Remove obsolete noinline declarationAndreas Schwab2010-07-111-8/+0
* Make doprnt and related functions ANSI C compliant, with prototypes.Ken Raeburn2010-07-111-8/+9
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-85/+40
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* Make the function member of Lisp_Subr use standard C prototypes.Dan Nicolaescu2010-07-061-41/+41
* Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-051-105/+55
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-7/+7
* * eval.c (specbind): Disallow let-binding frame-local vars.Stefan Monnier2010-05-141-8/+24
* Try and fix unbind_to when localness of binding has changedStefan Monnier2010-05-071-21/+21
* Misc tweaks.Stefan Monnier2010-05-041-17/+12
* Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-1/+50
* Fix wrong-docstring problem introduced with hash-consing.Stefan Monnier2010-04-291-4/+5
* Remove all NO_ARG_ARRAY uses.Dan Nicolaescu2010-04-251-46/+0
* Add SELinux support.Karel Klíc2010-04-201-0/+27
* Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-85/+129
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * eval.c (run_hook_with_args): Handle the case where the globalChong Yidong2010-01-011-12/+21
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-13/+13
* * alloc.c (make_pure_c_string): New function.Dan Nicolaescu2009-11-061-9/+6
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-241-8/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-36/+1
* * eval.c (Fcalled_interactively_p): Add `kind' argument.Stefan Monnier2009-10-011-6/+18
* (find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).Stefan Monnier2009-09-201-8/+7
* (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.Stefan Monnier2009-08-211-1/+1
* * eval.c (Fcalled_interactively_p, Finteractive_p): DocChong Yidong2009-08-151-14/+15
* Better docstring for `called-interactively-p'.Bastien Guerry2009-07-271-1/+1
* (Fcommandp): Use Qinteractive_form.Chong Yidong2009-03-241-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (Vdebug_on_error): Doc fix.Chong Yidong2008-12-051-1/+2
* (find_handler_clause): Temporarily increase max-lisp-eval-depth whileChong Yidong2008-08-271-3/+5
* (Fcondition_case): Doc fix.Chong Yidong2008-08-261-1/+1
* * lisp.h (init_weak_hash_tables, syms_of_font)Andreas Schwab2008-07-281-30/+30
* * config.nt (HAVE_FACES): Remove, unused.Dan Nicolaescu2008-07-131-2/+2
* (Fdefmacro): Doc fix.John Paul Wallington2008-06-041-1/+6
* * xdisp.c (select_frame_for_redisplay): Adjust for last change toStefan Monnier2008-05-201-1/+8
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Fdefvaralias): If the alias is bound and the target is not, set theGlenn Morris2008-04-111-3/+10
* * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.Jason Rumney2008-03-191-2/+2
* * xselect.c (x_handle_dnd_message):Stefan Monnier2008-02-071-2/+2
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | * data.c (store_symval_forwarding, set_internal):Stefan Monnier2007-11-191-8/+9
* | Merge from emacs--rel--22Miles Bader2007-10-271-1/+8
|\ \ | |/
| * Comment change.Richard M. Stallman2007-10-241-1/+8
* | Merge from emacs--rel--22Miles Bader2007-10-161-1/+1
|\ \ | |/
| * (do_autoload): Don't save autoloads.Juanma Barranquero2007-10-141-16/+2
* | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-161-6/+5
* | (do_autoload): Don't save autoloads.Juanma Barranquero2007-10-141-15/+1