| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge: Use socklen_t, not int, for socket lengths. | Paul Eggert | 2011-03-20 | 1 | -0/+8 |
| |\ |
|
| | * | Add Bug#. | Paul Eggert | 2011-03-17 | 1 | -1/+1 |
| | * | process.c: Use socklen_t, not int, for socket lengths. | Paul Eggert | 2011-03-17 | 1 | -0/+10 |
| * | | Add Bug#8298. | Paul Eggert | 2011-03-19 | 1 | -2/+3 |
| * | | * process.c (create_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| * | | * process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| * | | * process.c (process_send_signal): Add cast to avoid pointer signedness problem. | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| * | | * process.c (Fnetwork_interface_info): Fix pointer signedness. | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| * | | * process.c (Fmake_network_process): Define label "retry_connect" only if nee... | Paul Eggert | 2011-03-19 | 1 | -0/+1 |
| * | | * process.c: Rename or move locals to avoid shadowing. | Paul Eggert | 2011-03-19 | 1 | -0/+7 |
| * | | Make tparam.h and terminfo.c consistent. | Paul Eggert | 2011-03-19 | 1 | -0/+12 |
| * | | * xftfont.c (xftfont_open): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-18 | 1 | -0/+1 |
| * | | * xftfont.c (xftfont_shape): Now static, and defined only if needed. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | * ftfont.c: (get_adstyle_property, ftfont_pattern_entity): | Paul Eggert | 2011-03-18 | 1 | -0/+3 |
| * | | * ftfont.c (ftfont_list): Remove unused local. | Paul Eggert | 2011-03-18 | 1 | -0/+1 |
| * | | * ftfont.c (ftfont_otf_capability, ftfont_shape): Omit decls if not needed. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | * xfont.c (xfont_list_family): Mark var as initialized. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | * xml.c (make_dom): Now static. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | Add Bug#. | Paul Eggert | 2011-03-18 | 1 | -1/+2 |
| * | | * composite.c (find_automatic_composition): Mark vars as initialized, with a ... | Paul Eggert | 2011-03-18 | 1 | -0/+1 |
| * | | * composite.c (composition_update_it): Mark var as initialized. | Paul Eggert | 2011-03-18 | 1 | -0/+1 |
| * | | * composite.c (composition_reseat_it): Remove unused locals. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | * composite.c (composition_compute_stop_pos): Rename local to | Paul Eggert | 2011-03-18 | 1 | -0/+5 |
| * | | character.h: Rename locals to avoid shadowing. | Paul Eggert | 2011-03-18 | 1 | -0/+7 |
| * | | * textprop.c (property_change_between_p): Remove; unused. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | * intervals.c (interval_start_pos): Now static. | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else". | Paul Eggert | 2011-03-18 | 1 | -0/+2 |
| * | | Add Bug#. | Paul Eggert | 2011-03-18 | 1 | -1/+2 |
| * | | * atimer.c (start_atimer, append_atimer_lists, set_alarm): Rename | Paul Eggert | 2011-03-17 | 1 | -0/+3 |
| * | | * sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior. | Paul Eggert | 2011-03-17 | 1 | -0/+1 |
| * | | * sound.c (alsa_choose_format): Remove unused local var. | Paul Eggert | 2011-03-17 | 1 | -0/+1 |
| * | | * sound.c (wav_play, au_play, Fplay_sound_internal): | Paul Eggert | 2011-03-17 | 1 | -0/+3 |
| * | | * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing. | Paul Eggert | 2011-03-17 | 1 | -0/+2 |
| * | | * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes. | Paul Eggert | 2011-03-17 | 1 | -0/+2 |
| * | | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-03-17 | 1 | -2/+3 |
| * | | * sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-03-17 | 1 | -0/+3 |
| * | | * lisp.h (child_setup): Now NO_RETURN unless DOS_NT. | Paul Eggert | 2011-03-17 | 1 | -0/+4 |
| * | | * callproc.c (relocate_fd): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-17 | 1 | -0/+1 |
| * | | * callproc.c (call_process_cleanup): Now static. | Paul Eggert | 2011-03-17 | 1 | -0/+4 |
| * | | Update MS-Windows dependencies after 2011-03-17T18:41:30Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2011-03-17 | 1 | -0/+4 |
| * | | Change unexec implementations to match prototype. | Paul Eggert | 2011-03-17 | 1 | -0/+1 |
| |/ |
|
| * | Merge: Fix more problems found by GCC 4.5.2's static checks. | Paul Eggert | 2011-03-17 | 1 | -0/+314 |
| |\ |
|
| | * | Merge from mainline. | Paul Eggert | 2011-03-17 | 1 | -9/+47 |
| | |\
| |/
|/| |
|
| * | | * src/print.c (PRINT_CIRCLE_CANDIDATE_P): New macro. | Stefan Monnier | 2011-03-16 | 1 | -0/+3 |
| * | | * src/print.c (print_preprocess): Don't forget font objects. | Stefan Monnier | 2011-03-16 | 1 | -0/+4 |
| * | | src/emacs.c (USAGE3): Doc fixes. | Juanma Barranquero | 2011-03-16 | 1 | -0/+4 |
| * | | * src/coding.c (detect_coding_iso_2022): Reorganize code to clarify | Andreas Schwab | 2011-03-15 | 1 | -0/+5 |
| * | | src/ChangeLog: Fix typos. | Juanma Barranquero | 2011-03-14 | 1 | -3/+3 |
| * | | src/w32*.c: Clean up extern declarations. | Juanma Barranquero | 2011-03-14 | 1 | -0/+25 |