| Commit message (Expand) | Author | Age | Files | Lines |
| * | * insdel.c (copy_text): Remove unused local var. | Paul Eggert | 2011-03-14 | 2 | -1/+1 |
| * | * insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic. | Paul Eggert | 2011-03-14 | 2 | -3/+7 |
| * | * insdel.c (check_markers, make_gap_larger, make_gap_smaller): | Paul Eggert | 2011-03-14 | 2 | -5/+8 |
| * | * filelock.c (lock_file_1): Rename local to avoid shadowing. | Paul Eggert | 2011-03-14 | 2 | -4/+5 |
| * | * filelock.c (within_one_second): Now static. | Paul Eggert | 2011-03-14 | 2 | -1/+3 |
| * | * buffer.c (fix_overlays_before): Mark locals as initialized. | Paul Eggert | 2011-03-14 | 2 | -2/+10 |
| * | * buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte): | Paul Eggert | 2011-03-14 | 2 | -43/+45 |
| * | * buffer.c (switch_to_buffer_1): Now static. | Paul Eggert | 2011-03-14 | 2 | -1/+3 |
| * | * sysdep.c (MAXPATHLEN): Define only if needed. | Paul Eggert | 2011-03-14 | 2 | -2/+3 |
| * | * sysdep.c (sys_subshell): Mark local as volatile if checking for lint, | Paul Eggert | 2011-03-14 | 2 | -1/+3 |
| * | * sysdep.c: Fix pointer signedness issue. | Paul Eggert | 2011-03-14 | 2 | -1/+4 |
| * | * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. | Paul Eggert | 2011-03-14 | 2 | -9/+12 |
| * | * process.c (serial_open, serial_configure): Move decls from here ... | Paul Eggert | 2011-03-14 | 3 | -4/+6 |
| * | * fns.c (get_random, seed_random): Move extern decls from here ... | Paul Eggert | 2011-03-14 | 3 | -3/+5 |
| * | * sysdep.c (wait_for_termination_signal): Remove; unused. | Paul Eggert | 2011-03-14 | 2 | -4/+1 |
| * | * sysdep.c (reset_io): Now static. | Paul Eggert | 2011-03-14 | 2 | -2/+4 |
| * | * keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal): | Paul Eggert | 2011-03-14 | 2 | -28/+32 |
| * | * keymap.c (DENSE_TABLE_SIZE): Remove; unused. | Paul Eggert | 2011-03-14 | 2 | -3/+1 |
| * | * keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily. | Paul Eggert | 2011-03-14 | 2 | -2/+3 |
| * | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): | Paul Eggert | 2011-03-14 | 2 | -6/+10 |
| * | * keyboard.c (read_char): Mark local as initialized. | Paul Eggert | 2011-03-14 | 2 | -2/+2 |
| * | * keyboard.c (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN. | Paul Eggert | 2011-03-14 | 2 | -0/+3 |
| * | * keyboard.c (read_key_sequence): Mark locals as initialized. | Paul Eggert | 2011-03-14 | 2 | -3/+5 |
| * | * keyboard.c: (read_char, kbd_buffer_get_event, make_lispy_position): | Paul Eggert | 2011-03-14 | 2 | -106/+112 |
| * | * keyboard.h (mark_kboards): Move decl here ... | Paul Eggert | 2011-03-13 | 3 | -1/+3 |
| * | * keyboard.c: Declare functions static if they are not used elsewhere. | Paul Eggert | 2011-03-13 | 2 | -6/+10 |
| * | * keyboard.h (make_ctrl_char): New decl. | Paul Eggert | 2011-03-13 | 2 | -4/+6 |
| * | * lisp.h (force_auto_save_soon): New decl. | Paul Eggert | 2011-03-13 | 2 | -0/+3 |
| * | * emacs.c (main): Add casts to avoid warnings | Paul Eggert | 2011-03-13 | 2 | -3/+5 |
| * | * emacs.c (DEFINE_DUMMY_FUNCTION): New macro. | Paul Eggert | 2011-03-13 | 2 | -8/+12 |
| * | * emacs.c (init_cmdargs): Rename local to avoid shadowing. | Paul Eggert | 2011-03-13 | 2 | -5/+7 |
| * | Rewrite to avoid "/*" in comment. | Paul Eggert | 2011-03-13 | 1 | -1/+1 |
| * | * lisp.h (fatal_error_signal): Add decl, since it's exported. | Paul Eggert | 2011-03-13 | 2 | -0/+3 |
| * | * dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused v... | Paul Eggert | 2011-03-13 | 2 | -2/+1 |
| * | * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning | Paul Eggert | 2011-03-13 | 2 | -1/+4 |
| * | * dbusbind.c: Pointer signedness fixes. | Paul Eggert | 2011-03-13 | 2 | -23/+31 |
| * | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong | 2011-03-13 | 7 | -136/+146 |
| * | MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2011-03-13 | 2 | -0/+6 |
| * | Merge from mainline. | Paul Eggert | 2011-03-13 | 14 | -63/+206 |
| |\ |
|
| | * | Improve quality of tests for time stamp overflow. | Paul Eggert | 2011-03-12 | 5 | -37/+143 |
| | |\ |
|
| | | * | * editfns.c (lisp_time_argument): Check for time stamp overflow. | Paul Eggert | 2011-03-12 | 2 | -7/+30 |
| | | * | * editfns.c (hi_time): Do not overparenthesize. | Paul Eggert | 2011-03-12 | 1 | -5/+5 |
| | | * | Improve quality of tests for time stamp overflow. For example, | Paul Eggert | 2011-03-11 | 3 | -29/+92 |
| | | * | * editfns.c (time_overflow): New function, refactoring common code. | Paul Eggert | 2011-03-11 | 2 | -4/+16 |
| | | * | Move 'make_time' to be next to its inverse 'lisp_time_argument'. | Paul Eggert | 2011-03-11 | 4 | -11/+21 |
| | * | | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu | Glenn Morris | 2011-03-12 | 3 | -8/+8 |
| | |\ \ |
|
| | | * | | Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk. | Juanma Barranquero | 2011-03-11 | 2 | -1/+7 |
| | | * | | * src/fringe.c (update_window_fringes): Remove unused variables. | YAMAMOTO Mitsuharu | 2011-03-11 | 2 | -8/+2 |
| | | * | | * src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223) | YAMAMOTO Mitsuharu | 2011-03-11 | 2 | -0/+6 |
| | | * | | Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs. | Chong Yidong | 2011-03-07 | 1 | -1/+1 |