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 |
2011-03-17 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * deps.mk (unexalpha.o): Remove; unused.
|
commit | commitdiff | tree |
2011-03-17 |
Paul Eggert | * unexec.h: New file.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | New file unexec.h, the (simple) interface for unexec.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * syntax.c (back_comment, skip_chars): Mark vars as...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * syntax.c (Fforward_comment, scan_lists): Rename locals...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * lread.c (Fload, readevalloop, read1): Rename locals...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK,...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * lread.c (read1): Rewrite so as not to use empty ...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * print.c (Fredirect_debugging_output): Fix pointer...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * lisp.h (debug_output_compilation_hack): Add decl...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * font.c (font_sort_entities): Mark var as initialized.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * font.c (font_unparse_fcname): Abort in an "impossible...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * font.c: (font_style_to_value, font_prop_validate_style...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * character.h (FETCH_CHAR_ADVANCE): Rename locals to...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * font.c (font_get_spec): Remove; unused.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * font.c (font_delete_unmatched): Now static.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * font.c (font_parse_fcname): Remove unused vars.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * font.c (font_unparse_xlfd): Don't mix pointers to...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * fns.c (Ffillarray): Rename locals to avoid shadowing.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * fns.c (require_nesting_list, require_unwind): Now...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * floatfns.c (Ffrexp, Fldexp): Rename locals to avoid...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * floatfns.c (domain_error2): Define only if needed.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * eval.c (Fdefvar): Rename locals to avoid shadowing.
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * alloc.c (mark_backtrace): Move decl from here ...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * eval.c (lisp_indirect_variable): Name an expression,
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * eval.c (Fdefvar): Rewrite so as not to use empty...
|
commit | commitdiff | tree |
2011-03-16 |
Paul Eggert | * eval.c (call_debugger, do_debug_on_call, grow_specpdl...
|
commit | commitdiff | tree |