2012-09-23 |
Paul Eggert | * Makefile.in (bootstrap): Set MAKEFILE_NAME when building...
|
commit | commitdiff | tree |
2012-09-23 |
Paul Eggert | Simplify and avoid signal-handling races.
|
commit | commitdiff | tree |
2012-09-22 |
Paul Eggert | * .gdbinit: Just stop at fatal_error_backtrace.
|
commit | commitdiff | tree |
2012-09-22 |
Paul Eggert | * trouble.texi (Crashing): Document ulimit -c.
|
commit | commitdiff | tree |
2012-09-22 |
Paul Eggert | * Makefile.in (bootstrap): Simplify build procedure.
|
commit | commitdiff | tree |
2012-09-22 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2012-09-22 |
Paul Eggert | Do not truncate strsignal output.
|
commit | commitdiff | tree |
2012-09-22 |
Paul Eggert | * emacs.c (shut_down_emacs): Don't assume stderr is...
|
commit | commitdiff | tree |
2012-09-21 |
Paul Eggert | * trouble.texi (Crashing): Document addr2line.
|
commit | commitdiff | tree |
2012-09-20 |
Paul Eggert | Omit unused arg EXPECTED from socket hooks.
|
commit | commitdiff | tree |
2012-09-19 |
Paul Eggert | * w32inevt.c (w32_console_read_socket): Return -1 on...
|
commit | commitdiff | tree |
2012-09-19 |
Paul Eggert | * frame.c (read_integer): Remove. All uses replaced...
|
commit | commitdiff | tree |
2012-09-17 |
Paul Eggert | * Makefile.in: Run autogen/copy_autogen if autogen...
|
commit | commitdiff | tree |
2012-09-17 |
Paul Eggert | * Makefile.in: Fix build error on FreeBSD.
|
commit | commitdiff | tree |
2012-09-17 |
Paul Eggert | Remove no-longer-needed Solaris 2.4 vfork bug workaround.
|
commit | commitdiff | tree |
2012-09-16 |
Paul Eggert | Remove configure's --without-sync-input option.
|
commit | commitdiff | tree |
2012-09-16 |
Paul Eggert | * font.c (Ffont_shape_gstring): Remove unused local.
|
commit | commitdiff | tree |
2012-09-15 |
Paul Eggert | Port _setjmp fix to POSIXish hosts as well as Microsoft.
|
commit | commitdiff | tree |
2012-09-15 |
Paul Eggert | Port better to POSIX hosts lacking _setjmp.
|
commit | commitdiff | tree |
2012-09-14 |
Paul Eggert | Fix glitches with 'configure --without-sync-input'.
|
commit | commitdiff | tree |
2012-09-14 |
Paul Eggert | * configure.ac: Port to hosts lacking gtk.
|
commit | commitdiff | tree |
2012-09-13 |
Paul Eggert | Use a more backwards-compatible timer format.
|
commit | commitdiff | tree |
2012-09-13 |
Paul Eggert | * texinfo.tex: Merge from gnulib.
|
commit | commitdiff | tree |
2012-09-13 |
Paul Eggert | Fix glitches caused by addition of psec to timers.
|
commit | commitdiff | tree |
2012-09-13 |
Paul Eggert | Better workaround for GNOME bug when --enable-gcc-warnings.
|
commit | commitdiff | tree |
2012-09-13 |
Paul Eggert | Simplify SIGIO usage.
|
commit | commitdiff | tree |
2012-09-13 |
Paul Eggert | Work around GCC and GNOME bugs when --enable-gcc-warnings.
|
commit | commitdiff | tree |
2012-09-12 |
Paul Eggert | More fixes for 'volatile' and setjmp/longjmp.
|
commit | commitdiff | tree |
2012-09-12 |
Paul Eggert | * image.c (jpeg_memory_src): Don't assume string len...
|
commit | commitdiff | tree |
2012-09-12 |
Paul Eggert | * texinfo.tex: Merge from gnulib.
|
commit | commitdiff | tree |
2012-09-11 |
Paul Eggert | Avoid _setjmp/_longjmp problems with local nonvolatile...
|
commit | commitdiff | tree |
2012-09-11 |
Paul Eggert | Prefer assignment to memcpy when either will do.
|
commit | commitdiff | tree |
2012-09-11 |
Paul Eggert | * alloc.c (discard_killed_buffers): Tune and simplify...
|
commit | commitdiff | tree |
2012-09-11 |
Paul Eggert | Simplify, document, and port floating-point.
|
commit | commitdiff | tree |
2012-09-11 |
Paul Eggert | * xdisp.c (Qinhibit_debug_on_message): Now static.
|
commit | commitdiff | tree |
2012-09-10 |
Paul Eggert | Parenthesize macro bodies.
|
commit | commitdiff | tree |
2012-09-10 |
Paul Eggert | Improve robustness of 'make bootstrap'.
|
commit | commitdiff | tree |
2012-09-09 |
Paul Eggert | Assume C89 or later for math functions.
|
commit | commitdiff | tree |
2012-09-08 |
Paul Eggert | * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos...
|
commit | commitdiff | tree |
2012-09-07 |
Paul Eggert | * emacs.c (main): Convert three 'signal' calls to ...
|
commit | commitdiff | tree |
2012-09-07 |
Paul Eggert | More signal-handler cleanup.
|
commit | commitdiff | tree |
2012-09-07 |
Paul Eggert | * syssignal.h (handle_on_main_thread): Always declare,
|
commit | commitdiff | tree |
2012-09-07 |
Paul Eggert | Signal-handler cleanup.
|
commit | commitdiff | tree |
2012-09-06 |
Paul Eggert | Use bool for booleans in font-related modules.
|
commit | commitdiff | tree |
2012-09-05 |
Paul Eggert | Fix race conditions with signal handlers and errno.
|
commit | commitdiff | tree |
2012-09-05 |
Paul Eggert | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool...
|
commit | commitdiff | tree |
2012-09-05 |
Paul Eggert | * xdisp.c (set_message): Simplify and reindent last...
|
commit | commitdiff | tree |
2012-09-04 |
Paul Eggert | Give more-useful info on a fatal error (Bug#12328).
|
commit | commitdiff | tree |
2012-09-04 |
Paul Eggert | Simplify redefinition of 'abort' (Bug#12316).
|
commit | commitdiff | tree |
2012-09-04 |
Paul Eggert | Be more systematic about _setjmp vs setjmp.
|
commit | commitdiff | tree |
2012-09-04 |
Paul Eggert | * configure.ac (_setjmp, _longjmp): Check by compiling
|
commit | commitdiff | tree |
2012-09-03 |
Paul Eggert | Revert changes prompted only by gcc -Wjump-misses-init.
|
commit | commitdiff | tree |
2012-09-03 |
Paul Eggert | * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
|
commit | commitdiff | tree |
2012-09-03 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2012-09-03 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2012-09-02 |
Paul Eggert | * emacs.c, eval.c: Use bool for boolean.
|
commit | commitdiff | tree |
2012-09-02 |
Paul Eggert | Clean up some extern decls.
|
commit | commitdiff | tree |
2012-09-02 |
Paul Eggert | * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
|
commit | commitdiff | tree |
2012-09-02 |
Paul Eggert | * doc.c, editfns.c, insdel.c, intervals.c: Use bool...
|
commit | commitdiff | tree |
2012-09-01 |
Paul Eggert | * configure.ac (_FORTIFY_SOURCE): Define only when...
|
commit | commitdiff | tree |
2012-09-01 |
Paul Eggert | * sysdep.c (seed_random): Fix typo: HAV_LRAND48 ->...
|
commit | commitdiff | tree |
2012-09-01 |
Paul Eggert | Better seed support for (random).
|
commit | commitdiff | tree |
2012-08-30 |
Paul Eggert | * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
|
commit | commitdiff | tree |
2012-08-28 |
Paul Eggert | * dispnew.c: Use bool for boolean.
|
commit | commitdiff | tree |
2012-08-27 |
Paul Eggert | * composite.c, data.c, dbusbind.c, dired.c: Use bool...
|
commit | commitdiff | tree |
2012-08-27 |
Paul Eggert | * cmds.c, coding.c: Use bool for booleans.
|
commit | commitdiff | tree |
2012-08-26 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2012-08-26 |
Paul Eggert | Remove unused external symbols.
|
commit | commitdiff | tree |
2012-08-26 |
Paul Eggert | * fns.c (Fstring_to_unibyte): Adjust to str_to_unibyte...
|
commit | commitdiff | tree |
2012-08-26 |
Paul Eggert | * character.c, charset.c, chartab.c: Use bool for booleans.
|
commit | commitdiff | tree |
2012-08-26 |
Paul Eggert | * lisp.h (ASET): Remove attempt to detect side effects.
|
commit | commitdiff | tree |
2012-08-26 |
Paul Eggert | * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
|
commit | commitdiff | tree |
2012-08-25 |
Paul Eggert | * xgselect.c (xg_select): Use auto storage for the...
|
commit | commitdiff | tree |
2012-08-25 |
Paul Eggert | * emacs.c (fatal_error_signal_hook): Remove.
|
commit | commitdiff | tree |
2012-08-25 |
Paul Eggert | * casefiddle.c, casetab.c, category.c: Use bool for...
|
commit | commitdiff | tree |
2012-08-25 |
Paul Eggert | * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4...
|
commit | commitdiff | tree |
2012-08-25 |
Paul Eggert | On assertion failure, print backtrace if available.
|
commit | commitdiff | tree |
2012-08-25 |
Paul Eggert | * bytecode.c, callint.c, callproc.c: Use bool for boolean.
|
commit | commitdiff | tree |
2012-08-24 |
Paul Eggert | * buffer.c, buffer.h: Use bool for boolean.
|
commit | commitdiff | tree |
2012-08-24 |
Paul Eggert | Fix file time stamp problem with bzr and CVS (Bug#12001).
|
commit | commitdiff | tree |
2012-08-23 |
Paul Eggert | * bidi.c: Use bool for boolean.
|
commit | commitdiff | tree |
2012-08-23 |
Paul Eggert | * atimer.c, atimer.h (turn_on_atimers): Use bool for...
|
commit | commitdiff | tree |
2012-08-22 |
Paul Eggert | * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
|
commit | commitdiff | tree |
2012-08-21 |
Paul Eggert | * alloc.c: Use bool for booleans.
|
commit | commitdiff | tree |
2012-08-21 |
Paul Eggert | Make recently-introduced setters macros.
|
commit | commitdiff | tree |
2012-08-21 |
Paul Eggert | * lisp.h (vcopy): Use memcpy rather than our own loop.
|
commit | commitdiff | tree |
2012-08-21 |
Paul Eggert | * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
|
commit | commitdiff | tree |
2012-08-21 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2012-08-20 |
Paul Eggert | Clarify recent ChangeLog entry.
|
commit | commitdiff | tree |
2012-08-19 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2012-08-19 |
Paul Eggert | Rely on <unistd.h> to declare 'environ',
|
commit | commitdiff | tree |
2012-08-19 |
Paul Eggert | * unexaix.c, unexcoff.c: Include "mem-limits.h".
|
commit | commitdiff | tree |
2012-08-19 |
Paul Eggert | * xdisp.c (handle_invisible_prop): Make it a bit faster
|
commit | commitdiff | tree |
2012-08-18 |
Paul Eggert | port new setting code to Sun C 5.8 2005/10/13
|
commit | commitdiff | tree |
2012-08-18 |
Paul Eggert | * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
|
commit | commitdiff | tree |
2012-08-18 |
Paul Eggert | * buffer.h (BSET): Remove.
|
commit | commitdiff | tree |
2012-08-18 |
Paul Eggert | * process.h (PSET): Remove.
|
commit | commitdiff | tree |
2012-08-18 |
Paul Eggert | * window.h (WSET): Remove.
|
commit | commitdiff | tree |
2012-08-18 |
Paul Eggert | * termhooks.h (TSET): Remove.
|
commit | commitdiff | tree |
2012-08-17 |
Paul Eggert | * keyboard.h (KSET): Remove.
|
commit | commitdiff | tree |