aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * composite.c (composition_update_it): Mark var as initialized.Paul Eggert2011-03-182-1/+2
* * composite.c (composition_reseat_it): Remove unused locals.Paul Eggert2011-03-182-4/+5
* * composite.c (composition_compute_stop_pos): Rename local toPaul Eggert2011-03-182-9/+13
* character.h: Rename locals to avoid shadowing.Paul Eggert2011-03-182-34/+41
* * textprop.c (property_change_between_p): Remove; unused.Paul Eggert2011-03-182-32/+2
* * intervals.c (interval_start_pos): Now static.Paul Eggert2011-03-182-2/+3
* * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".Paul Eggert2011-03-182-3/+9
* Add Bug#.Paul Eggert2011-03-181-1/+2
* * atimer.c (start_atimer, append_atimer_lists, set_alarm): RenamePaul Eggert2011-03-172-24/+26
* * sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior.Paul Eggert2011-03-172-1/+2
* * sound.c (alsa_choose_format): Remove unused local var.Paul Eggert2011-03-172-1/+1
* * sound.c (wav_play, au_play, Fplay_sound_internal):Paul Eggert2011-03-172-4/+6
* * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.Paul Eggert2011-03-172-13/+14
* * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.Paul Eggert2011-03-172-0/+4
* * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-03-172-5/+10
* Better fix for volatile issue.Paul Eggert2011-03-171-6/+3
* * sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-03-172-2/+10
* * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.Paul Eggert2011-03-172-1/+9
* * callproc.c (relocate_fd): Rename locals to avoid shadowing.Paul Eggert2011-03-172-4/+5
* * callproc.c (call_process_cleanup): Now static.Paul Eggert2011-03-172-1/+5
* Restore failure returns to unexaix.c, unexcoff.c, unexcw.cPaul Eggert2011-03-173-0/+3
* Update MS-Windows dependencies after 2011-03-17T18:41:30Z!eggert@cs.ucla.edu.Eli Zaretskii2011-03-172-0/+5
* Change unexec implementations to match prototype.Paul Eggert2011-03-178-24/+10
* Merge: Fix more problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-1755-1100/+1381
|\
| * Merge from mainline.Paul Eggert2011-03-1718-178/+166
| |\ | |/ |/|
* | * src/print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.Stefan Monnier2011-03-162-12/+15
* | * src/print.c (print_preprocess): Don't forget font objects.Stefan Monnier2011-03-162-1/+5
* | src/emacs.c (USAGE3): Doc fixes.Juanma Barranquero2011-03-162-6/+10
* | * src/coding.c (detect_coding_iso_2022): Reorganize code to clarifyAndreas Schwab2011-03-152-79/+85
* | src/ChangeLog: Fix typos.Juanma Barranquero2011-03-141-3/+3
* | src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-1414-73/+46
* | * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion.Chong Yidong2011-03-142-2/+6
| * * process.c (make_serial_process_unwind, send_process_trap):Paul Eggert2011-03-162-3/+7
| * * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.Paul Eggert2011-03-166-7/+12
| * * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.Paul Eggert2011-03-163-3/+5
| * * bytecode.c (CONSTANTLIM): Remove; unused.Paul Eggert2011-03-162-6/+10
| * * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".Paul Eggert2011-03-162-1/+4
| * * unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.Paul Eggert2011-03-162-6/+1
| * * unexelf.c: Use a different way to cause a compilation error if anyone usesPaul Eggert2011-03-162-2/+6
| * * unexelf.c (unexec): Name an expression,Paul Eggert2011-03-162-5/+12
| * Add Bug#.Paul Eggert2011-03-161-1/+1
| * * deps.mk (unexalpha.o): Remove; unused.Paul Eggert2011-03-162-1/+4
| * * unexec.h: New file.Paul Eggert2011-03-162-0/+2
| * New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-1611-14/+34
| * * syntax.c (back_comment, skip_chars): Mark vars as initialized.Paul Eggert2011-03-162-2/+3
| * * syntax.c (Fforward_comment, scan_lists): Rename locals to avoidPaul Eggert2011-03-162-8/+10
| * * lread.c (Fload, readevalloop, read1): Rename locals to avoid shadowing.Paul Eggert2011-03-162-29/+30
| * * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):Paul Eggert2011-03-162-6/+9
| * * lread.c (read1): Rewrite so as not to use empty "else".Paul Eggert2011-03-162-2/+5
| * * print.c (Fredirect_debugging_output): Fix pointer signedess.Paul Eggert2011-03-162-1/+3