| Commit message (Expand) | Author | Age | Files | Lines |
| * | * eval.c (funcall_lambda): Rename local to avoid shadowing. | Paul Eggert | 2011-04-02 | 1 | -0/+2 |
| * | * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int. | Paul Eggert | 2011-04-02 | 1 | -0/+4 |
| * | * search.c (wordify): Omit three unnecessary tests. | Paul Eggert | 2011-04-02 | 1 | -0/+1 |
| * | * search.c (boyer_moore, wordify): Remove vars set but not used. | Paul Eggert | 2011-04-02 | 1 | -0/+2 |
| * | * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column. | Paul Eggert | 2011-04-02 | 1 | -0/+3 |
| * | * casefiddle.c (casify_region): Remove var that is set but not used. | Paul Eggert | 2011-04-02 | 1 | -0/+2 |
| * | * dired.c (file_name_completion): Remove var that is set but not used. | Paul Eggert | 2011-04-02 | 1 | -0/+2 |
| * | * fileio.c (Finsert_file_contents): Make EOF condition clearer. | Paul Eggert | 2011-04-02 | 1 | -0/+4 |
| * | * fileio.c (Finsert_file_contents): Remove unnecessary code checking fd. | Paul Eggert | 2011-04-02 | 1 | -0/+1 |
| * | * fileio.c (Finsert_file_contents): Avoid signed integer overflow. | Paul Eggert | 2011-04-02 | 1 | -0/+2 |
| * | * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes. | Paul Eggert | 2011-04-02 | 1 | -0/+3 |
| * | * buffer.c (Fprevious_overlay_change): Remove var that is set | Paul Eggert | 2011-04-02 | 1 | -0/+3 |
| * | * keyboard.c (timer_check_2): Mark vars as initialized. | Paul Eggert | 2011-04-02 | 1 | -0/+1 |
| * | * keyboard.c (timer_check_2): Don't assume timer-list and idle-timer-list are... | Paul Eggert | 2011-04-02 | 1 | -0/+1 |
| * | 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 | 1 | -0/+3 |
| * | * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized. | Paul Eggert | 2011-04-01 | 1 | -0/+2 |
| * | * image.c (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable. | Paul Eggert | 2011-04-01 | 1 | -0/+1 |
| * | * image.c (lookup_image): Remove var that is set but not used. | Paul Eggert | 2011-04-01 | 1 | -0/+2 |
| * | * fontset.c (Finternal_char_font, Ffontset_info): Remove vars | Paul Eggert | 2011-04-01 | 1 | -0/+3 |
| * | * xfns.c (make_invisible_cursor): Don't return garbage | Paul Eggert | 2011-04-01 | 1 | -0/+3 |
| * | * xselect.c (x_get_local_selection, x_handle_property_notify): | Paul Eggert | 2011-04-01 | 1 | -0/+6 |
| * | * xfns.c (x_create_tip_frame): Remove var that is set but not used. | Paul Eggert | 2011-04-01 | 1 | -0/+2 |
| * | Merge from mainline. | Paul Eggert | 2011-04-01 | 1 | -0/+58 |
| |\ |
|
| | * | Merge from lexical-binding branch. | Stefan Monnier | 2011-04-01 | 1 | -0/+58 |
| | |\ |
|
| | | * | Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new | Stefan Monnier | 2011-04-01 | 1 | -0/+5 |
| | | * | Remove bytecomp- prefix, plus misc changes. | Stefan Monnier | 2011-03-16 | 1 | -0/+5 |
| | | * | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier | 2011-03-13 | 1 | -0/+7 |
| | | * | Misc fixes, and use lexical-binding in more files. | Stefan Monnier | 2011-03-11 | 1 | -0/+6 |
| | | * | Fix pcase memoizing; change lexbound byte-code marker. | Stefan Monnier | 2011-03-05 | 1 | -0/+6 |
| | | * | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind. | Stefan Monnier | 2011-03-01 | 1 | -0/+6 |
| | | * | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 1 | -0/+56 |
| | | * | Use offsets relative to top rather than bottom for stack refs | Stefan Monnier | 2011-02-21 | 1 | -0/+7 |
| | | * | * lisp/subr.el (save-window-excursion): New macro, moved from C. | Stefan Monnier | 2011-02-19 | 1 | -0/+7 |
| | | * | Various compiler bug-fixes. MPC seems to run correctly now. | Stefan Monnier | 2011-02-17 | 1 | -0/+10 |
| | | * | * lisp/emacs-lisp/byte-lexbind.el: Delete. | Stefan Monnier | 2011-02-12 | 1 | -0/+5 |
| | | * | * src/eval.c (Fdefvar): Record specialness before computing initial value. | Stefan Monnier | 2010-12-27 | 1 | -0/+4 |
| | | * | Obey lexical-binding in interactive evaluation commands. | Stefan Monnier | 2010-12-15 | 1 | -0/+5 |
| | | * | Try and be more careful about propagation of lexical environment. | Stefan Monnier | 2010-12-13 | 1 | -0/+16 |
| | | * | Make the effect of (defvar foo) local. | Stefan Monnier | 2010-12-12 | 1 | -0/+14 |
| | | * | * eval.c (funcall_funvec): Replace bcopy by memcpy. | Andreas Schwab | 2010-07-23 | 1 | -0/+4 |
| | | * | Merge from trunk | Stefan Monnier | 2010-06-18 | 1 | -24099/+79 |
| | | |\ |
|
| | | * | | * src/eval.c (Fspecial_variable_p): Rename from `specialp'. | Stefan Monnier | 2010-06-18 | 1 | -0/+4 |
| | | * | | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment): | Stefan Monnier | 2010-06-14 | 1 | -0/+5 |
| * | | | | * xterm.c (scroll_bar_windows_size): Now size_t, not int. | Paul Eggert | 2011-04-01 | 1 | -0/+3 |
| * | | | | * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]: | Paul Eggert | 2011-04-01 | 1 | -0/+3 |
| * | | | | * xfaces.c (realize_named_face): Remove vars that are set but not used. | Paul Eggert | 2011-04-01 | 1 | -0/+3 |
| * | | | | * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning. | Paul Eggert | 2011-04-01 | 1 | -0/+2 |
| * | | | | * coding.c: Remove vars that are set but not used. | Paul Eggert | 2011-04-01 | 1 | -0/+7 |
| * | | | | * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var | Paul Eggert | 2011-04-01 | 1 | -0/+3 |