| Age | Commit message (Expand) | Author |
| 2011-03-14 | * fileio.c (Fmake_directory_internal, Fread_file_name): Remove unused vars. | Paul Eggert |
| 2011-03-14 | * fileio.c (file_name_as_directory): Use const pointers when appropriate. | Paul Eggert |
| 2011-03-14 | * fileio.c (file_name_as_directory, directory_file_name): | Paul Eggert |
| 2011-03-14 | * minibuf.c (Ftry_completion, Fall_completions): Rename or remove locals | Paul Eggert |
| 2011-03-14 | * minibuf.c (choose_minibuf_frame_1): Now static. | Paul Eggert |
| 2011-03-14 | * marker.c (bytepos_to_charpos): Remove; unused. | Paul Eggert |
| 2011-03-14 | * lisp.h (verify_bytepos, count_markers): New decls, | Paul Eggert |
| 2011-03-14 | * insdel.c (copy_text): Remove unused local var. | Paul Eggert |
| 2011-03-14 | * insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic. | Paul Eggert |
| 2011-03-14 | * insdel.c (check_markers, make_gap_larger, make_gap_smaller): | Paul Eggert |
| 2011-03-14 | * filelock.c (lock_file_1): Rename local to avoid shadowing. | Paul Eggert |
| 2011-03-14 | * filelock.c (within_one_second): Now static. | Paul Eggert |
| 2011-03-14 | * buffer.c (fix_overlays_before): Mark locals as initialized. | Paul Eggert |
| 2011-03-14 | * buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte): | Paul Eggert |
| 2011-03-14 | * buffer.c (switch_to_buffer_1): Now static. | Paul Eggert |
| 2011-03-14 | * sysdep.c (MAXPATHLEN): Define only if needed. | Paul Eggert |
| 2011-03-14 | * sysdep.c (sys_subshell): Mark local as volatile if checking for lint, | Paul Eggert |
| 2011-03-14 | * sysdep.c: Fix pointer signedness issue. | Paul Eggert |
| 2011-03-14 | * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. | Paul Eggert |
| 2011-03-14 | * process.c (serial_open, serial_configure): Move decls from here ... | Paul Eggert |
| 2011-03-14 | * fns.c (get_random, seed_random): Move extern decls from here ... | Paul Eggert |
| 2011-03-14 | * sysdep.c (wait_for_termination_signal): Remove; unused. | Paul Eggert |
| 2011-03-14 | * sysdep.c (reset_io): Now static. | Paul Eggert |
| 2011-03-14 | src/ChangeLog: Fix typos. | Juanma Barranquero |
| 2011-03-14 | src/w32*.c: Clean up extern declarations. | Juanma Barranquero |
| 2011-03-14 | * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion. | Chong Yidong |
| 2011-03-14 | * keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal): | Paul Eggert |
| 2011-03-14 | * keymap.c (DENSE_TABLE_SIZE): Remove; unused. | Paul Eggert |
| 2011-03-14 | * keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily. | Paul Eggert |
| 2011-03-14 | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): | Paul Eggert |
| 2011-03-14 | * keyboard.c (read_char): Mark local as initialized. | Paul Eggert |
| 2011-03-14 | * keyboard.c (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN. | Paul Eggert |
| 2011-03-14 | * keyboard.c (read_key_sequence): Mark locals as initialized. | Paul Eggert |
| 2011-03-14 | * keyboard.c: (read_char, kbd_buffer_get_event, make_lispy_position): | Paul Eggert |
| 2011-03-13 | * keyboard.h (mark_kboards): Move decl here ... | Paul Eggert |
| 2011-03-13 | * keyboard.c: Declare functions static if they are not used elsewhere. | Paul Eggert |
| 2011-03-13 | * keyboard.h (make_ctrl_char): New decl. | Paul Eggert |
| 2011-03-13 | * lisp.h (force_auto_save_soon): New decl. | Paul Eggert |
| 2011-03-13 | * emacs.c (main): Add casts to avoid warnings | Paul Eggert |
| 2011-03-13 | * emacs.c (DEFINE_DUMMY_FUNCTION): New macro. | Paul Eggert |
| 2011-03-13 | * emacs.c (init_cmdargs): Rename local to avoid shadowing. | Paul Eggert |
| 2011-03-13 | * lisp.h (fatal_error_signal): Add decl, since it's exported. | Paul Eggert |
| 2011-03-13 | * dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused v... | Paul Eggert |
| 2011-03-13 | * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning | Paul Eggert |
| 2011-03-13 | * dbusbind.c: Pointer signedness fixes. | Paul Eggert |
| 2011-03-13 | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier |
| 2011-03-13 | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong |
| 2011-03-13 | MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu. | Eli Zaretskii |
| 2011-03-13 | Merge from mainline. | Paul Eggert |
| 2011-03-13 | * gtkutil.c (gdk_window_get_screen): Make it clear that this macro is needed | Paul Eggert |