| Commit message (Expand) | Author | Age | Files | Lines |
| * | * frame.c (Fmodify_frame_parameters): Simplify loop counter. | Paul Eggert | 2011-03-21 | 2 | -1/+5 |
| * | Add Bug#. | Paul Eggert | 2011-03-20 | 1 | -1/+2 |
| * | Merge from trunk and from gnulib stdio. | Paul Eggert | 2011-03-20 | 4 | -28/+84 |
| |\ |
|
| | * | (Re)move autotools generated files from the repository. | Glenn Morris | 2011-03-20 | 2 | -1394/+4 |
| | * | src/minibuf.c: Fix previous change. | Juanma Barranquero | 2011-03-20 | 2 | -2/+7 |
| | * | New variable completing-read-function to customize completing-read | Leo Liu | 2011-03-20 | 2 | -1/+39 |
| | * | Merge changes from emacs-23 branch | Chong Yidong | 2011-03-19 | 2 | -1/+6 |
| | |\ |
|
| | | * | Backport fix for Bug#8219 from trunk. | Chong Yidong | 2011-03-19 | 7 | -133/+148 |
| | | * | src/xfaces.c (Fx_load_color_file): Read color file from absolute filename. | Juanma Barranquero | 2011-03-17 | 2 | -1/+6 |
| | * | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2011-03-19 | 2 | -20/+30 |
| * | | | * fileio.c (Fcopy_file): Report error if fchown or fchmod fail. | Paul Eggert | 2011-03-20 | 2 | -3/+8 |
| * | | | Add Bug#. | Paul Eggert | 2011-03-20 | 1 | -1/+1 |
| * | | | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors. | Paul Eggert | 2011-03-20 | 2 | -6/+13 |
| * | | | Merge: Use socklen_t, not int, for socket lengths. | Paul Eggert | 2011-03-20 | 3 | -6/+21 |
| |\ \ \ |
|
| | * | | | Merge from gnulib, for socklen_t. | Paul Eggert | 2011-03-20 | 1 | -0/+3 |
| | * | | | 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 | 3 | -6/+20 |
| * | | | | 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 | 2 | -4/+4 |
| * | | | | * process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. | Paul Eggert | 2011-03-19 | 2 | -9/+1 |
| * | | | | * process.c (process_send_signal): Add cast to avoid pointer signedness problem. | Paul Eggert | 2011-03-19 | 2 | -1/+2 |
| * | | | | * process.c (Fnetwork_interface_info): Fix pointer signedness. | Paul Eggert | 2011-03-19 | 2 | -1/+2 |
| * | | | | * process.c (Fmake_network_process): Define label "retry_connect" only if nee... | Paul Eggert | 2011-03-19 | 2 | -0/+3 |
| * | | | | * process.c: Rename or move locals to avoid shadowing. | Paul Eggert | 2011-03-19 | 2 | -20/+27 |
| * | | | | Make tparam.h and terminfo.c consistent. | Paul Eggert | 2011-03-19 | 6 | -23/+32 |
| * | | | | * xftfont.c (xftfont_open): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-18 | 2 | -6/+7 |
| * | | | | * xftfont.c (xftfont_shape): Now static, and defined only if needed. | Paul Eggert | 2011-03-18 | 2 | -1/+5 |
| * | | | | * ftfont.c: (get_adstyle_property, ftfont_pattern_entity): | Paul Eggert | 2011-03-18 | 2 | -19/+23 |
| * | | | | * ftfont.c (ftfont_list): Remove unused local. | Paul Eggert | 2011-03-18 | 2 | -1/+1 |
| * | | | | * ftfont.c (ftfont_otf_capability, ftfont_shape): Omit decls if not needed. | Paul Eggert | 2011-03-18 | 2 | -0/+8 |
| * | | | | * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness. | Paul Eggert | 2011-03-18 | 2 | -1/+4 |
| * | | | | * xfont.c (xfont_list_family): Mark var as initialized. | Paul Eggert | 2011-03-18 | 2 | -1/+3 |
| * | | | | * xml.c (make_dom): Now static. | Paul Eggert | 2011-03-18 | 2 | -1/+4 |
| * | | | | 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 | 2 | -1/+8 |
| * | | | | * composite.c (composition_update_it): Mark var as initialized. | Paul Eggert | 2011-03-18 | 2 | -1/+2 |
| * | | | | * composite.c (composition_reseat_it): Remove unused locals. | Paul Eggert | 2011-03-18 | 2 | -4/+5 |
| * | | | | * composite.c (composition_compute_stop_pos): Rename local to | Paul Eggert | 2011-03-18 | 2 | -9/+13 |
| * | | | | character.h: Rename locals to avoid shadowing. | Paul Eggert | 2011-03-18 | 2 | -34/+41 |
| * | | | | * textprop.c (property_change_between_p): Remove; unused. | Paul Eggert | 2011-03-18 | 2 | -32/+2 |
| * | | | | * intervals.c (interval_start_pos): Now static. | Paul Eggert | 2011-03-18 | 2 | -2/+3 |
| * | | | | * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else". | Paul Eggert | 2011-03-18 | 2 | -3/+9 |
| * | | | | 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 | 2 | -24/+26 |
| * | | | | * sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior. | Paul Eggert | 2011-03-17 | 2 | -1/+2 |
| * | | | | * sound.c (alsa_choose_format): Remove unused local var. | Paul Eggert | 2011-03-17 | 2 | -1/+1 |
| * | | | | * sound.c (wav_play, au_play, Fplay_sound_internal): | Paul Eggert | 2011-03-17 | 2 | -4/+6 |
| * | | | | * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing. | Paul Eggert | 2011-03-17 | 2 | -13/+14 |
| * | | | | * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes. | Paul Eggert | 2011-03-17 | 2 | -0/+4 |
| * | | | | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-03-17 | 2 | -5/+10 |