Assume POSIX 1003.1-1988 or later for signal.h.
[bpt/emacs.git] / src / sysdep.c
2012-12-08 Paul EggertAssume POSIX 1003.1-1988 or later for signal.h.
2012-12-07 Paul Eggert* sysdep.c (get_child_status): Abort on internal error...
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-03 Paul EggertDon't let call-process be a zombie factory.
2012-12-03 Glenn MorrisMerge from emacs-24; up to 2012-11-23T06:23:28Z!cyd...
2012-11-27 Kenichi Handamerge trunk
2012-11-27 Glenn MorrisMerge from emacs-24; up to 2012-11-20T20:06:17Z!monnier...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-25 Paul Eggert* sysdep.c (sys_subshell): Don't assume pid_t fits...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-24 Paul EggertRevert recent change for Bug#8855.
2012-11-24 Glenn MorrisMerge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka...
2012-11-23 Paul EggertFix a race condition with glib (Bug#8855).
2012-11-23 Kenichi Handa(no commit message)
2012-11-23 Paul EggertAssume POSIX 1003.1-1988 or later for dirent.h.
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Paul EggertAssume POSIX 1003.1-1988 or later for unistd.h.
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-18 Kenichi Handamerge trunk
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-17 Paul EggertAssume POSIX 1003.1-1988 or later for fcntl.h.
2012-11-17 Eli ZaretskiiFix bug #12829 with aborts on MS-Windows when several...
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-14 Kenichi Handamerge trunk
2012-11-14 Paul EggertUse faccessat, not access, when checking file permissions.
2012-11-13 Glenn MorrisMerge from emacs-24; up to 2012-11-09T14:45:15Z!dmantip...
2012-11-10 Glenn MorrisMerge from emacs-24; up to 2012-11-08T14:54:03Z!monnier...
2012-11-05 Paul EggertAssume at least POSIX.1-1988 for getpgrp, setpgid,...
2012-10-31 Paul EggertFix crash when using Emacs as commit editor for git.
2012-10-30 Kenichi Handamerge trun
2012-10-25 Paul EggertDon't assume process IDs fit in int.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-07 Kenichi Handamerge trunk
2012-10-07 Paul EggertImprove sys_siglist detection.
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-01 Paul EggertFix a malloc race condition involving strsignal.
2012-10-01 Paul EggertRevert the FOLLOW-SYMLINKS change for file-attributes.
2012-09-30 Fabrice PopineauSupport x64 build on MS-Windows with MSVC.
2012-09-30 Paul Eggertfile-attributes has a new optional arg FOLLOW-SYMLINKS.
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Paul EggertProfiler improvements: more-accurate timers, overflow...
2012-09-30 Paul Eggert* sysdep.c (handle_fatal_signal): Bump backtrace size...
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-23 Paul EggertDo not use SA_NODEFER.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-13 Paul EggertSimplify SIGIO usage.
2012-09-07 Paul EggertSignal-handler cleanup.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Paul EggertFix race conditions with signal handlers and errno.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertGive more-useful info on a fatal error (Bug#12328).
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Paul Eggert* sysdep.c (seed_random): Fix typo: HAV_LRAND48 ->...
2012-09-01 Paul EggertBetter seed support for (random).
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Kenichi Handamerge trunk
2012-08-18 Paul Eggert* process.h (PSET): Remove.
2012-08-16 Paul EggertUse ASCII tests for character types.
2012-08-16 Kenichi Handamerge trunk
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-07 Dmitry AntipovDrop PGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Glenn MorrisGuard against potential configure bug wrt HAVE_GETWD
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-03 Paul EggertRemove unnecessary casts involving pointers.
2012-08-02 Paul EggertUse C99-style 'extern inline' if available.
2012-08-02 Paul EggertPort to Solaris 8.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for processes.
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovSimple wrapper for make_unibyte_string, adjust font_ope...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-11 Paul EggertAssume mkdir, rmdir.
2012-07-11 Paul EggertAssume rename.
2012-07-11 Paul EggertAssume perror.
2012-07-11 Paul EggertAssume strerror.
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Paul EggertSimplify by avoiding confusing use of strncpy etc.
2012-07-07 Glenn Morris* configure.in (BROKEN_SA_RESTART): Doc fix.
2012-07-07 Paul Eggert* sysdep.c (ULLONG_MAX): Define if not already defined.
2012-07-07 Paul Eggert* sysdep.c (list_system_processes): Port to NetBSD...
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-06 Paul EggertPort to OpenBSD 5.1 amd64.
next