| Commit message (Expand) | Author | Age | Files | Lines |
| * | * eval.c (funcall_lambda): Rename local to avoid shadowing. | Paul Eggert | 2011-04-02 | 2 | -6/+8 |
| * | * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int. | Paul Eggert | 2011-04-02 | 2 | -2/+6 |
| * | * search.c (wordify): Omit three unnecessary tests. | Paul Eggert | 2011-04-02 | 2 | -6/+8 |
| * | * search.c (boyer_moore, wordify): Remove vars set but not used. | Paul Eggert | 2011-04-02 | 2 | -8/+4 |
| * | * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column. | Paul Eggert | 2011-04-02 | 2 | -8/+8 |
| * | * casefiddle.c (casify_region): Remove var that is set but not used. | Paul Eggert | 2011-04-02 | 2 | -2/+3 |
| * | * dired.c (file_name_completion): Remove var that is set but not used. | Paul Eggert | 2011-04-02 | 2 | -2/+2 |
| * | * fileio.c (Finsert_file_contents): Make EOF condition clearer. | Paul Eggert | 2011-04-02 | 2 | -7/+7 |
| * | * fileio.c (Finsert_file_contents): Remove unnecessary code checking fd. | Paul Eggert | 2011-04-02 | 2 | -1/+1 |
| * | * fileio.c (Finsert_file_contents): Avoid signed integer overflow. | Paul Eggert | 2011-04-02 | 2 | -15/+12 |
| * | * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes. | Paul Eggert | 2011-04-02 | 2 | -1/+6 |
| * | * buffer.c (Fprevious_overlay_change): Remove var that is set | Paul Eggert | 2011-04-02 | 2 | -3/+5 |
| * | * keyboard.c (timer_check_2): Mark vars as initialized. | Paul Eggert | 2011-04-02 | 2 | -2/+6 |
| * | * keyboard.c (timer_check_2): Don't assume timer-list and idle-timer-list are... | Paul Eggert | 2011-04-02 | 2 | -6/+7 |
| * | Add Bug#. | Paul Eggert | 2011-04-02 | 1 | -1/+1 |
| * | * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt): | Paul Eggert | 2011-04-01 | 2 | -7/+3 |
| * | * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized. | Paul Eggert | 2011-04-01 | 2 | -1/+3 |
| * | * image.c (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable. | Paul Eggert | 2011-04-01 | 2 | -0/+2 |
| * | * image.c (lookup_image): Remove var that is set but not used. | Paul Eggert | 2011-04-01 | 2 | -3/+2 |
| * | * fontset.c (Finternal_char_font, Ffontset_info): Remove vars | Paul Eggert | 2011-04-01 | 2 | -10/+4 |
| * | * xfns.c (make_invisible_cursor): Don't return garbage | Paul Eggert | 2011-04-01 | 2 | -4/+8 |
| * | * xselect.c (x_get_local_selection, x_handle_property_notify): | Paul Eggert | 2011-04-01 | 2 | -7/+9 |
| * | * xfns.c (x_create_tip_frame): Remove var that is set but not used. | Paul Eggert | 2011-04-01 | 2 | -2/+3 |
| * | Merge from mainline. | Paul Eggert | 2011-04-01 | 17 | -206/+729 |
| |\ |
|
| | * | Merge from lexical-binding branch. | Stefan Monnier | 2011-04-01 | 17 | -206/+729 |
| | |\ |
|
| | | * | Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new | Stefan Monnier | 2011-04-01 | 7 | -58/+44 |
| | | * | Merge from trunk | Stefan Monnier | 2011-03-31 | 76 | -1298/+1830 |
| | | |\ |
|
| | | * | | * lisp/subr.el (apply-partially): Use a non-nil static environment. | Stefan Monnier | 2011-03-30 | 1 | -0/+1 |
| | | * | | Merge from trunk | Stefan Monnier | 2011-03-21 | 108 | -3740/+3187 |
| | | |\ \ |
|
| | | * | | | Remove bytecomp- prefix, plus misc changes. | Stefan Monnier | 2011-03-16 | 4 | -10/+13 |
| | | * | | | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier | 2011-03-13 | 4 | -11/+17 |
| | | * | | | Misc fixes, and use lexical-binding in more files. | Stefan Monnier | 2011-03-11 | 2 | -14/+17 |
| | | * | | | Merge from trunk | Stefan Monnier | 2011-03-06 | 36 | -514/+653 |
| | | |\ \ \ |
|
| | | * | | | | Missing file in last commit. | Stefan Monnier | 2011-03-06 | 1 | -4/+3 |
| | | * | | | | Fix pcase memoizing; change lexbound byte-code marker. | Stefan Monnier | 2011-03-05 | 3 | -31/+59 |
| | | * | | | | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind. | Stefan Monnier | 2011-03-01 | 2 | -3/+16 |
| | | * | | | | Compute freevars in cconv-analyse. | Stefan Monnier | 2011-02-26 | 1 | -1/+1 |
| | | * | | | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 13 | -305/+133 |
| | | * | | | | Merge from trunk | Stefan Monnier | 2011-02-21 | 90 | -3430/+2159 |
| | | |\ \ \ \ |
|
| | | * | | | | | Use offsets relative to top rather than bottom for stack refs | Stefan Monnier | 2011-02-21 | 5 | -77/+53 |
| | | * | | | | | * lisp/subr.el (save-window-excursion): New macro, moved from C. | Stefan Monnier | 2011-02-19 | 4 | -36/+27 |
| | | * | | | | | Various compiler bug-fixes. MPC seems to run correctly now. | Stefan Monnier | 2011-02-17 | 5 | -18/+34 |
| | | * | | | | | * lisp/emacs-lisp/byte-lexbind.el: Delete. | Stefan Monnier | 2011-02-12 | 2 | -23/+5 |
| | | * | | | | | Merge from trunk | Stefan Monnier | 2011-02-11 | 58 | -3723/+1163 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2011-02-01 | 237 | -8042/+7124 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | * src/eval.c (Fdefvar): Record specialness before computing initial value. | Stefan Monnier | 2010-12-27 | 2 | -3/+8 |
| | | * | | | | | | | Obey lexical-binding in interactive evaluation commands. | Stefan Monnier | 2010-12-15 | 8 | -144/+152 |
| | | * | | | | | | | Try and be more careful about propagation of lexical environment. | Stefan Monnier | 2010-12-13 | 9 | -81/+98 |
| | | * | | | | | | | Merge from trunk | Stefan Monnier | 2010-12-12 | 3 | -16/+23 |
| | | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | | Make the effect of (defvar foo) local. | Stefan Monnier | 2010-12-12 | 4 | -55/+83 |