| Age | Commit message (Expand) | Author |
| 2011-03-17 | * sound.c (wav_play, au_play, Fplay_sound_internal): | Paul Eggert |
| 2011-03-17 | * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing. | Paul Eggert |
| 2011-03-17 | * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes. | Paul Eggert |
| 2011-03-17 | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert |
| 2011-03-17 | Add Bug#. | Paul Eggert |
| 2011-03-17 | * sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering. | Paul Eggert |
| 2011-03-17 | * lisp.h (child_setup): Now NO_RETURN unless DOS_NT. | Paul Eggert |
| 2011-03-17 | * callproc.c (relocate_fd): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-17 | * callproc.c (call_process_cleanup): Now static. | Paul Eggert |
| 2011-03-17 | process.c: Use socklen_t, not int, for socket lengths. | Paul Eggert |
| 2011-03-17 | Update MS-Windows dependencies after 2011-03-17T18:41:30Z!eggert@cs.ucla.edu. | Eli Zaretskii |
| 2011-03-17 | Change unexec implementations to match prototype. | Paul Eggert |
| 2011-03-17 | Merge: Fix more problems found by GCC 4.5.2's static checks. | Paul Eggert |
| 2011-03-17 | Merge from mainline. | Paul Eggert |
| 2011-03-17 | src/xfaces.c (Fx_load_color_file): Read color file from absolute filename. | Juanma Barranquero |
| 2011-03-16 | * process.c (make_serial_process_unwind, send_process_trap): | Paul Eggert |
| 2011-03-16 | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. | Paul Eggert |
| 2011-03-16 | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling. | Paul Eggert |
| 2011-03-16 | * bytecode.c (CONSTANTLIM): Remove; unused. | Paul Eggert |
| 2011-03-16 | * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else". | Paul Eggert |
| 2011-03-16 | * unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused. | Paul Eggert |
| 2011-03-16 | * unexelf.c: Use a different way to cause a compilation error if anyone uses | Paul Eggert |
| 2011-03-16 | * unexelf.c (unexec): Name an expression, | Paul Eggert |
| 2011-03-16 | Add Bug#. | Paul Eggert |
| 2011-03-16 | * deps.mk (unexalpha.o): Remove; unused. | Paul Eggert |
| 2011-03-16 | * unexec.h: New file. | Paul Eggert |
| 2011-03-16 | New file unexec.h, the (simple) interface for unexec. | Paul Eggert |
| 2011-03-16 | * syntax.c (back_comment, skip_chars): Mark vars as initialized. | Paul Eggert |
| 2011-03-16 | * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid | Paul Eggert |
| 2011-03-16 | * lread.c (Fload, readevalloop, read1): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-16 | * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS): | Paul Eggert |
| 2011-03-16 | * lread.c (read1): Rewrite so as not to use empty "else". | Paul Eggert |
| 2011-03-16 | * print.c (Fredirect_debugging_output): Fix pointer signedess. | Paul Eggert |
| 2011-03-16 | * lisp.h (debug_output_compilation_hack): Add decl here, to avoid | Paul Eggert |
| 2011-03-16 | * font.c (font_sort_entities): Mark var as initialized. | Paul Eggert |
| 2011-03-16 | * font.c (font_unparse_fcname): Abort in an "impossible" situation | Paul Eggert |
| 2011-03-16 | Remove bytecomp- prefix, plus misc changes. | Stefan Monnier |
| 2011-03-16 | * src/print.c (PRINT_CIRCLE_CANDIDATE_P): New macro. | Stefan Monnier |
| 2011-03-16 | * src/print.c (print_preprocess): Don't forget font objects. | Stefan Monnier |
| 2011-03-16 | * font.c: (font_style_to_value, font_prop_validate_style, font_unparse_fcname): | Paul Eggert |
| 2011-03-16 | * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-16 | * font.c (font_get_spec): Remove; unused. | Paul Eggert |
| 2011-03-16 | * font.c (font_delete_unmatched): Now static. | Paul Eggert |
| 2011-03-16 | * font.c (font_parse_fcname): Remove unused vars. | Paul Eggert |
| 2011-03-16 | * font.c (font_unparse_xlfd): Don't mix pointers to variables with | Paul Eggert |
| 2011-03-16 | * fns.c (Ffillarray): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-16 | * fns.c (require_nesting_list, require_unwind): Now static. | Paul Eggert |
| 2011-03-16 | * floatfns.c (Ffrexp, Fldexp): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-16 | * floatfns.c (domain_error2): Define only if needed. | Paul Eggert |
| 2011-03-16 | * eval.c (Fdefvar): Rename locals to avoid shadowing. | Paul Eggert |