aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * insdel.c (copy_text): Remove unused local var.Paul Eggert2011-03-141-0/+1
* * insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.Paul Eggert2011-03-141-0/+1
* * insdel.c (check_markers, make_gap_larger, make_gap_smaller):Paul Eggert2011-03-141-0/+3
* * filelock.c (lock_file_1): Rename local to avoid shadowing.Paul Eggert2011-03-141-0/+1
* * filelock.c (within_one_second): Now static.Paul Eggert2011-03-141-0/+2
* * buffer.c (fix_overlays_before): Mark locals as initialized.Paul Eggert2011-03-141-0/+7
* * buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):Paul Eggert2011-03-141-0/+2
* * buffer.c (switch_to_buffer_1): Now static.Paul Eggert2011-03-141-0/+2
* * sysdep.c (MAXPATHLEN): Define only if needed.Paul Eggert2011-03-141-0/+1
* * sysdep.c (sys_subshell): Mark local as volatile if checking for lint,Paul Eggert2011-03-141-0/+2
* * sysdep.c: Fix pointer signedness issue.Paul Eggert2011-03-141-0/+1
* * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.Paul Eggert2011-03-141-0/+2
* * process.c (serial_open, serial_configure): Move decls from here ...Paul Eggert2011-03-141-0/+3
* * fns.c (get_random, seed_random): Move extern decls from here ...Paul Eggert2011-03-141-0/+3
* * sysdep.c (wait_for_termination_signal): Remove; unused.Paul Eggert2011-03-141-0/+1
* * sysdep.c (reset_io): Now static.Paul Eggert2011-03-141-0/+2
* * keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):Paul Eggert2011-03-141-0/+3
* * keymap.c (DENSE_TABLE_SIZE): Remove; unused.Paul Eggert2011-03-141-0/+1
* * keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.Paul Eggert2011-03-141-0/+1
* * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):Paul Eggert2011-03-141-0/+4
* * keyboard.c (read_char): Mark local as initialized.Paul Eggert2011-03-141-1/+1
* * keyboard.c (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.Paul Eggert2011-03-141-0/+1
* * keyboard.c (read_key_sequence): Mark locals as initialized.Paul Eggert2011-03-141-0/+1
* * keyboard.c: (read_char, kbd_buffer_get_event, make_lispy_position):Paul Eggert2011-03-141-0/+5
* * keyboard.h (mark_kboards): Move decl here ...Paul Eggert2011-03-131-0/+2
* * keyboard.c: Declare functions static if they are not used elsewhere.Paul Eggert2011-03-131-0/+4
* * keyboard.h (make_ctrl_char): New decl.Paul Eggert2011-03-131-0/+2
* * lisp.h (force_auto_save_soon): New decl.Paul Eggert2011-03-131-0/+2
* * emacs.c (main): Add casts to avoid warningsPaul Eggert2011-03-131-0/+2
* * emacs.c (DEFINE_DUMMY_FUNCTION): New macro.Paul Eggert2011-03-131-0/+3
* * emacs.c (init_cmdargs): Rename local to avoid shadowing.Paul Eggert2011-03-131-0/+2
* * lisp.h (fatal_error_signal): Add decl, since it's exported.Paul Eggert2011-03-131-0/+2
* * dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused v...Paul Eggert2011-03-131-0/+1
* * dbusbind.c (Fdbus_init_bus): Add cast to avoid warningPaul Eggert2011-03-131-0/+3
* * dbusbind.c: Pointer signedness fixes.Paul Eggert2011-03-131-0/+9
* Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-131-0/+22
* MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu.Eli Zaretskii2011-03-131-0/+5
* Merge from mainline.Paul Eggert2011-03-131-2/+71
|\
| * Improve quality of tests for time stamp overflow.Paul Eggert2011-03-121-0/+32
| |\
| | * * editfns.c (lisp_time_argument): Check for time stamp overflow.Paul Eggert2011-03-121-0/+4
| | * Improve quality of tests for time stamp overflow. For example,Paul Eggert2011-03-111-0/+19
| | * * editfns.c (time_overflow): New function, refactoring common code.Paul Eggert2011-03-111-0/+4
| | * Move 'make_time' to be next to its inverse 'lisp_time_argument'.Paul Eggert2011-03-111-0/+7
| * | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-0/+7
| |\ \
| | * | Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk.Juanma Barranquero2011-03-111-0/+6
| | * | * src/fringe.c (update_window_fringes): Remove unused variables.YAMAMOTO Mitsuharu2011-03-111-0/+2
| | * | * src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223)YAMAMOTO Mitsuharu2011-03-111-0/+5
| | * | Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong2011-03-071-1/+1
| | * | Release logs for 23.3 release.Chong Yidong2011-02-281-0/+4
| | * | Fix typos.Juanma Barranquero2011-02-231-1/+1