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