2013-07-16 |
Paul Eggert | Fix porting bug to older POSIXish platforms.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Prefer list1 (X) to Fcons (X, Qnil) when building lists.
|
commit | commitdiff | tree |
2013-07-16 |
Paul Eggert | Spelling fixes for "does not exists".
|
commit | commitdiff | tree |
2013-07-15 |
Paul Eggert | * callproc.c (Fcall_process_region): Fix minor race...
|
commit | commitdiff | tree |
2013-07-15 |
Paul Eggert | * shell.el (explicit-bash-args): Remove obsolete hack...
|
commit | commitdiff | tree |
2013-07-14 |
Paul Eggert | * filelock.c (create_lock_file) [!HAVE_MKOSTEMP &&...
|
commit | commitdiff | tree |
2013-07-14 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-07-14 |
Paul Eggert | * callproc.c (child_setup, relocate_fd) [!DOS_NT]:
|
commit | commitdiff | tree |
2013-07-13 |
Paul Eggert | * deps.mk (sysdep.o): Remove dependency on ../lib/ignore...
|
commit | commitdiff | tree |
2013-07-13 |
Paul Eggert | Don't lose top specpdl entry when memory is exhausted.
|
commit | commitdiff | tree |
2013-07-13 |
Paul Eggert | * configure.ac: Simplify --with-file-notification handling.
|
commit | commitdiff | tree |
2013-07-12 |
Paul Eggert | Clean up errno reporting and fix some errno-reporting...
|
commit | commitdiff | tree |
2013-07-12 |
Paul Eggert | Minor EBADF fixes.
|
commit | commitdiff | tree |
2013-07-12 |
Paul Eggert | Fix races with threads and file descriptors.
|
commit | commitdiff | tree |
2013-07-11 |
Paul Eggert | * inotify.c (uninitialized): Remove. All uses replaced...
|
commit | commitdiff | tree |
2013-07-11 |
Paul Eggert | * eval.c (backtrace_function, backtrace_args): Now...
|
commit | commitdiff | tree |
2013-07-11 |
Paul Eggert | * sysdep.c, term.c, termcap.c, terminal.c: Integer...
|
commit | commitdiff | tree |
2013-07-10 |
Paul Eggert | Port to C89.
|
commit | commitdiff | tree |
2013-07-10 |
Paul Eggert | Syntax cleanup, mostly replacing macros with functions.
|
commit | commitdiff | tree |
2013-07-10 |
Paul Eggert | * Makefile.in (removenullpaths): Remove adjacent null...
|
commit | commitdiff | tree |
2013-07-10 |
Paul Eggert | Timestamp fixes for undo.
|
commit | commitdiff | tree |
2013-07-09 |
Paul Eggert | Port recent close-on-exec changes to Cygwin.
|
commit | commitdiff | tree |
2013-07-09 |
Paul Eggert | Handle errno and exit status a bit more carefully.
|
commit | commitdiff | tree |
2013-07-09 |
Paul Eggert | * filelock.c: Fix comment to match code.
|
commit | commitdiff | tree |
2013-07-09 |
Paul Eggert | Space between "defined" and "(".
|
commit | commitdiff | tree |
2013-07-08 |
Paul Eggert | Try to fix FreeBSD 9.1 porting problem.
|
commit | commitdiff | tree |
2013-07-08 |
Paul Eggert | Remove stray empty line.
|
commit | commitdiff | tree |
2013-07-07 |
Paul Eggert | Port to Ubuntu 10.
|
commit | commitdiff | tree |
2013-07-07 |
Paul Eggert | Make file descriptors close-on-exec when possible.
|
commit | commitdiff | tree |
2013-07-07 |
Paul Eggert | Fix openp errno handling.
|
commit | commitdiff | tree |
2013-07-06 |
Paul Eggert | Use emacs_open more consistently when opening files.
|
commit | commitdiff | tree |
2013-07-05 |
Paul Eggert | Remove duplicate #include directives.
|
commit | commitdiff | tree |
2013-07-04 |
Paul Eggert | Scale ImageMagick images more carefully.
|
commit | commitdiff | tree |
2013-07-04 |
Paul Eggert | Try again to fix FreeBSD bug re multithreaded memory...
|
commit | commitdiff | tree |
2013-07-04 |
Paul Eggert | Try to fix FreeBSD bug re multithreaded memory allocation.
|
commit | commitdiff | tree |
2013-07-03 |
Paul Eggert | * texinfo.tex: Merge from gnulib.
|
commit | commitdiff | tree |
2013-07-02 |
Paul Eggert | * src/sysdep.c (sys_siglist): Fix typo in previous...
|
commit | commitdiff | tree |
2013-07-02 |
Paul Eggert | Remove some unused macros from 'configure'.
|
commit | commitdiff | tree |
2013-07-02 |
Paul Eggert | Don't convert function pointers to void * and back.
|
commit | commitdiff | tree |
2013-07-02 |
Paul Eggert | * configure.ac (GTK_COMPILES): Check API a bit more...
|
commit | commitdiff | tree |
2013-07-02 |
Paul Eggert | Simplify buildobj processing.
|
commit | commitdiff | tree |
2013-07-02 |
Paul Eggert | Fix ChangeLog dates.
|
commit | commitdiff | tree |
2013-07-02 |
Paul Eggert | Prefer plain 'static' to 'static inline'.
|
commit | commitdiff | tree |
2013-07-01 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-07-01 |
Paul Eggert | Remove duplicate ChangeLog entry, again.
|
commit | commitdiff | tree |
2013-07-01 |
Paul Eggert | Fix bug re noninteractive multithreaded memory allocation.
|
commit | commitdiff | tree |
2013-06-30 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-06-30 |
Paul Eggert | Remove duplicate ChangeLog entry.
|
commit | commitdiff | tree |
2013-06-30 |
Paul Eggert | Do not use GTK 3 if it exists but cannot be compiled.
|
commit | commitdiff | tree |
2013-06-30 |
Paul Eggert | * intervals.c (get_local_map): Actually clip POSITION
|
commit | commitdiff | tree |
2013-06-30 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-06-29 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-06-28 |
Paul Eggert | * image.c (x_from_xcolors): Remove unused local.
|
commit | commitdiff | tree |
2013-06-27 |
Paul Eggert | Do not tickle glib SIGCHLD handling if Cygwin.
|
commit | commitdiff | tree |
2013-06-24 |
Paul Eggert | A more-conservative workaround for Cygwin SIGCHLD issues.
|
commit | commitdiff | tree |
2013-06-23 |
Paul Eggert | Try to avoid malloc SEGVs on Cygwin.
|
commit | commitdiff | tree |
2013-06-22 |
Paul Eggert | Clean up SIGCHLD handling a bit.
|
commit | commitdiff | tree |
2013-06-22 |
Paul Eggert | * process.c (wait_reading_process_output): Avoid int...
|
commit | commitdiff | tree |
2013-06-21 |
Paul Eggert | * process.c (create_process): Handle a couple more...
|
commit | commitdiff | tree |
2013-06-21 |
Paul Eggert | * lib-src/ebrowse.c: Include <stddef.h>, needed on...
|
commit | commitdiff | tree |
2013-06-21 |
Paul Eggert | Use C99-style flexible array members if available.
|
commit | commitdiff | tree |
2013-06-20 |
Paul Eggert | * syntax.c: Integer cleanups.
|
commit | commitdiff | tree |
2013-06-20 |
Paul Eggert | * alloc.c (die): Move "assertion failed" string here ...
|
commit | commitdiff | tree |
2013-06-20 |
Paul Eggert | Add log2 support and make log10 obsolete for consistency.
|
commit | commitdiff | tree |
2013-06-20 |
Paul Eggert | * floatfns.c: Add commentary re C99 and C11.
|
commit | commitdiff | tree |
2013-06-19 |
Paul Eggert | * sound.c: Integer cleanups.
|
commit | commitdiff | tree |
2013-06-19 |
Paul Eggert | * syntax.c (skip_chars): Don't use uninitialized storage
|
commit | commitdiff | tree |
2013-06-18 |
Paul Eggert | Merge from gnulib (comment fixes only).
|
commit | commitdiff | tree |
2013-06-18 |
Paul Eggert | * conf_post.h: Add comments for INLINE, EXTERN_INLINE...
|
commit | commitdiff | tree |
2013-06-18 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-06-18 |
Paul Eggert | Porting fixes for merged specpdl and backtrace stacks.
|
commit | commitdiff | tree |
2013-06-17 |
Paul Eggert | * frame.c (x_report_frame_params): Cast parent_desc...
|
commit | commitdiff | tree |
2013-06-17 |
Paul Eggert | * nsfont.m (ns_registry_to_script): Parenthesize while...
|
commit | commitdiff | tree |
2013-06-17 |
Paul Eggert | Use functions, not macros, for XINT etc.
|
commit | commitdiff | tree |
2013-06-16 |
Paul Eggert | * configure.ac: Report ACL usage at the end.
|
commit | commitdiff | tree |
2013-06-15 |
Paul Eggert | * fns.c (Fcopy_sequence): Simplify XTYPE calculation.
|
commit | commitdiff | tree |
2013-06-13 |
Paul Eggert | * DEBUG: Document -fno-omit-frame-pointer.
|
commit | commitdiff | tree |
2013-06-13 |
Paul Eggert | * DEBUG: Document -Og.
|
commit | commitdiff | tree |
2013-06-11 |
Paul Eggert | Tickle glib by waiting for Emacs itself, not for process 0.
|
commit | commitdiff | tree |
2013-06-11 |
Paul Eggert | --without-all should imply --with-file-notification=no.
|
commit | commitdiff | tree |
2013-06-11 |
Paul Eggert | * keyboard.c: Don't use PROP (...) as an lvalue.
|
commit | commitdiff | tree |
2013-06-10 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-06-10 |
Paul Eggert | Documentation fix for 'ls' and hard links.
|
commit | commitdiff | tree |
2013-06-09 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-06-06 |
Paul Eggert | A few porting etc. fixes for the new file monitor code.
|
commit | commitdiff | tree |
2013-06-05 |
Paul Eggert | Chain glib's SIGCHLD handler from Emacs's (Bug#14474).
|
commit | commitdiff | tree |
2013-06-03 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2013-06-01 |
Paul Eggert | * process.c (handle_child_signal): Also use WCONTINUED.
|
commit | commitdiff | tree |
2013-05-31 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-05-31 |
Paul Eggert | Don't let D-bus autolaunch mess up SIGCHLD handling.
|
commit | commitdiff | tree |
2013-05-31 |
Paul Eggert | * fileio.c (Finsert_file_contents): Remove unused local.
|
commit | commitdiff | tree |
2013-05-18 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2013-05-18 |
Paul Eggert | Port --enable-gcc-warnings to clang.
|
commit | commitdiff | tree |
2013-05-18 |
Paul Eggert | * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
|
commit | commitdiff | tree |
2013-05-17 |
Paul Eggert | Doc string fix for "nanoseconds".
|
commit | commitdiff | tree |
2013-05-16 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2013-05-13 |
Paul Eggert | * configure.ac (LD_SWITCH_SYSTEM_EMACS): Fix typo in...
|
commit | commitdiff | tree |
2013-05-13 |
Paul Eggert | * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs...
|
commit | commitdiff | tree |
2013-05-12 |
Paul Eggert | * image.c (gif_load): Check that subimages fit.
|
commit | commitdiff | tree |
2013-05-09 |
Paul Eggert | * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VER...
|
commit | commitdiff | tree |