aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add Bug#Paul Eggert2011-03-221-1/+1
* * coding.c (encode_coding_raw_text): Avoid unnecessary testPaul Eggert2011-03-222-1/+6
* * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflowPaul Eggert2011-03-222-2/+7
* * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexesPaul Eggert2011-03-222-1/+4
* * xdisp.c (pint2hrstr): Simplify and tune code slightly.Paul Eggert2011-03-222-3/+4
* * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.Paul Eggert2011-03-222-9/+13
* * scroll.c (do_scrolling): Work around GCC bug 48228.Paul Eggert2011-03-222-2/+7
* * frame.c (validate_x_resource_name): Simplify count usage.Paul Eggert2011-03-212-2/+3
* Better version of previous patch.Paul Eggert2011-03-211-2/+1
* * frame.c (Fmodify_frame_parameters): Simplify loop counter.Paul Eggert2011-03-212-1/+5
* Add Bug#.Paul Eggert2011-03-201-1/+2
* Merge from trunk and from gnulib stdio.Paul Eggert2011-03-204-28/+84
|\
| * (Re)move autotools generated files from the repository.Glenn Morris2011-03-202-1394/+4
| * src/minibuf.c: Fix previous change.Juanma Barranquero2011-03-202-2/+7
| * New variable completing-read-function to customize completing-readLeo Liu2011-03-202-1/+39
| * Merge changes from emacs-23 branchChong Yidong2011-03-192-1/+6
| |\
| | * Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-197-133/+148
| | * src/xfaces.c (Fx_load_color_file): Read color file from absolute filename.Juanma Barranquero2011-03-172-1/+6
| * | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-03-192-20/+30
* | | * fileio.c (Fcopy_file): Report error if fchown or fchmod fail.Paul Eggert2011-03-202-3/+8
* | | Add Bug#.Paul Eggert2011-03-201-1/+1
* | | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors.Paul Eggert2011-03-202-6/+13
* | | Merge: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-203-6/+21
|\ \ \
| * | | Merge from gnulib, for socklen_t.Paul Eggert2011-03-201-0/+3
| * | | Add Bug#.Paul Eggert2011-03-171-1/+1
| * | | process.c: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-173-6/+20
* | | | Add Bug#8298.Paul Eggert2011-03-191-2/+3
* | | | * process.c (create_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-03-192-4/+4
* | | | * process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.Paul Eggert2011-03-192-9/+1
* | | | * process.c (process_send_signal): Add cast to avoid pointer signedness problem.Paul Eggert2011-03-192-1/+2
* | | | * process.c (Fnetwork_interface_info): Fix pointer signedness.Paul Eggert2011-03-192-1/+2
* | | | * process.c (Fmake_network_process): Define label "retry_connect" only if nee...Paul Eggert2011-03-192-0/+3
* | | | * process.c: Rename or move locals to avoid shadowing.Paul Eggert2011-03-192-20/+27
* | | | Make tparam.h and terminfo.c consistent.Paul Eggert2011-03-196-23/+32
* | | | * xftfont.c (xftfont_open): Rename locals to avoid shadowing.Paul Eggert2011-03-182-6/+7
* | | | * xftfont.c (xftfont_shape): Now static, and defined only if needed.Paul Eggert2011-03-182-1/+5
* | | | * ftfont.c: (get_adstyle_property, ftfont_pattern_entity):Paul Eggert2011-03-182-19/+23
* | | | * ftfont.c (ftfont_list): Remove unused local.Paul Eggert2011-03-182-1/+1
* | | | * ftfont.c (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.Paul Eggert2011-03-182-0/+8
* | | | * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.Paul Eggert2011-03-182-1/+4
* | | | * xfont.c (xfont_list_family): Mark var as initialized.Paul Eggert2011-03-182-1/+3
* | | | * xml.c (make_dom): Now static.Paul Eggert2011-03-182-1/+4
* | | | Add Bug#.Paul Eggert2011-03-181-1/+2
* | | | * composite.c (find_automatic_composition): Mark vars as initialized, with a ...Paul Eggert2011-03-182-1/+8
* | | | * 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