2011-03-27 |
Paul Eggert | * keyboard.c (parse_modifiers_uncached, parse_modifiers):
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | * callproc.c (Fcall_process, Fcall_process_region)...
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | * eval.c (Fbacktrace_frame): Don't assume nframes fits...
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | * eval.c (Fbacktrace): Don't assume nargs fits in int.
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | Merge from atest branch.
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | * chartab.c (sub_char_table_ref_and_range): Redo for...
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | * keyboard.c, keyboard.h (num_input_events): Now size_t.
|
commit | commitdiff | tree |
2011-03-27 |
Paul Eggert | Variadic C functions now count arguments with size_t...
|
commit | commitdiff | tree |
2011-03-26 |
Paul Eggert | * alloc.c (garbage_collect): Don't assume stack size...
|
commit | commitdiff | tree |
2011-03-24 |
Paul Eggert | * keyboard.c (syms_of_keyboard): Use the same style...
|
commit | commitdiff | tree |
2011-03-24 |
Paul Eggert | * image.c (tiff_load): Fix off-by-one image count ...
|
commit | commitdiff | tree |
2011-03-24 |
Paul Eggert | * xselect.c (x_check_property_data): Return correct...
|
commit | commitdiff | tree |
2011-03-23 |
Paul Eggert | * xterm.c (x_make_frame_visible, same_x_server): Redo...
|
commit | commitdiff | tree |
2011-03-23 |
Paul Eggert | * chartab.c (sub_char_table_ref_and_range): Redo to...
|
commit | commitdiff | tree |
2011-03-23 |
Paul Eggert | * term.c (produce_glyphless_glyph): Remove unnecessary...
|
commit | commitdiff | tree |
2011-03-23 |
Paul Eggert | * cm.c (calccost): Turn while-do into do-while, for...
|
commit | commitdiff | tree |
2011-03-23 |
Paul Eggert | Fix more problems found by GCC 4.5.2's static checks.
|
commit | commitdiff | tree |
2011-03-23 |
Paul Eggert | Merge removals from trunk.
|
commit | commitdiff | tree |
2011-03-23 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-03-22 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-03-22 |
Paul Eggert | Add Bug#
|
commit | commitdiff | tree |
2011-03-22 |
Paul Eggert | * coding.c (encode_coding_raw_text): Avoid unnecessary...
|
commit | commitdiff | tree |
2011-03-22 |
Paul Eggert | * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int...
|
commit | commitdiff | tree |
2011-03-22 |
Paul Eggert | * xmenu.c (set_frame_menubar): Use EMACS_UINT, not...
|
commit | commitdiff | tree |
2011-03-22 |
Paul Eggert | * xdisp.c (pint2hrstr): Simplify and tune code slightly.
|
commit | commitdiff | tree |
2011-03-22 |
Paul Eggert | * xdisp.c (message_log_check_duplicate): Return unsigned...
|
commit | commitdiff | tree |
2011-03-22 |
Paul Eggert | * scroll.c (do_scrolling): Work around GCC bug 48228.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | * frame.c (validate_x_resource_name): Simplify count...
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | Better version of previous patch.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | * frame.c (Fmodify_frame_parameters): Simplify loop...
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | * ebrowse.c: Use size_t, not int, for sizes.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | * etags.c (Ada_funcs): Redo slightly to avoid overflow...
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | etags: In Prolog functions, don't assume int fits in...
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | update-game-score: fix bug with -r
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | Merge from trunk and from gnulib stdio.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | Autogenerate.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | * .bzrignore: Add lib/stdio.h.
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | [ChangeLog]
|
commit | commitdiff | tree |
2011-03-21 |
Paul Eggert | * fileio.c (Fcopy_file): Report error if fchown or...
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | * emacs.c (Fdaemon_initialized): Do not ignore I/O...
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | Merge: Use socklen_t, not int, for socket lengths.
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | Merge from gnulib, for socklen_t.
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | Add Bug#8298.
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | * process.c (create_process): Use 'volatile' to avoid...
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | * process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT...
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | * process.c (process_send_signal): Add cast to avoid...
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | * process.c (Fnetwork_interface_info): Fix pointer...
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | * process.c (Fmake_network_process): Define label ...
|
commit | commitdiff | tree |
2011-03-20 |
Paul Eggert | * process.c: Rename or move locals to avoid shadowing.
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | Make tparam.h and terminfo.c consistent.
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * xftfont.c (xftfont_open): Rename locals to avoid...
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * xftfont.c (xftfont_shape): Now static, and defined...
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * ftfont.c: (get_adstyle_property, ftfont_pattern_entity):
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * ftfont.c (ftfont_list): Remove unused local.
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * ftfont.c (ftfont_otf_capability, ftfont_shape): Omit...
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * ftfont.c (ftfont_resolve_generic_family): Fix pointer...
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * xfont.c (xfont_list_family): Mark var as initialized.
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * xml.c (make_dom): Now static.
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * composite.c (find_automatic_composition): Mark vars...
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * composite.c (composition_update_it): Mark var as...
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * composite.c (composition_reseat_it): Remove unused...
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | * composite.c (composition_compute_stop_pos): Rename...
|
commit | commitdiff | tree |
2011-03-19 |
Paul Eggert | character.h: Rename locals to avoid shadowing.
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * textprop.c (property_change_between_p): Remove; unused.
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * intervals.c (interval_start_pos): Now static.
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * atimer.c (start_atimer, append_atimer_lists, set_alarm...
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * sound.c (wav_play): Initialize a variable to 0, to...
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * sound.c (alsa_choose_format): Remove unused local...
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * sound.c (wav_play, au_play, Fplay_sound_internal):
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * region-cache.c (insert_cache_boundary): Redo var...
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * region-cache.h (pp_cache): New decl, for gcc -Wmissing...
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * callproc.c (Fcall_process): Use 'volatile' to avoid...
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | Better fix for volatile issue.
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * sysdep.c (sys_subshell): Use 'volatile' to avoid...
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * callproc.c (relocate_fd): Rename locals to avoid...
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | * callproc.c (call_process_cleanup): Now static.
|
commit | commitdiff | tree |
2011-03-18 |
Paul Eggert | process.c: Use socklen_t, not int, for socket lengths.
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | Restore failure returns to unexaix.c, unexcoff.c, unexcw.c
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | Change unexec implementations to match prototype.
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | Merge: Fix more problems found by GCC 4.5.2's static...
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * process.c (make_serial_process_unwind, send_process_trap):
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * process.c (allocate_pty): Let PTY_ITERATION declare...
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * bytecode.c (CONSTANTLIM): Remove; unused.
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * bytecode.c (MAYBE_GC): Rewrite so as not to use empty...
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H):...
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * unexelf.c: Use a different way to cause a compilation...
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * unexelf.c (unexec): Name an expression,
|
commit | commitdiff | tree |