| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor EBADF fixes. | Paul Eggert | 2013-07-12 | 1 | -3/+3 |
* | Fix races with threads and file descriptors. | Paul Eggert | 2013-07-11 | 1 | -13/+49 |
* | * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. | Paul Eggert | 2013-07-10 | 1 | -26/+30 |
* | Port to C89. | Paul Eggert | 2013-07-10 | 1 | -1/+1 |
* | Handle errno and exit status a bit more carefully. | Paul Eggert | 2013-07-09 | 1 | -21/+64 |
* | Make file descriptors close-on-exec when possible. | Paul Eggert | 2013-07-07 | 1 | -6/+28 |
* | Use emacs_open more consistently when opening files. | Paul Eggert | 2013-07-05 | 1 | -9/+23 |
* | * src/sysdep.c (sys_siglist): Fix typo in previous commit. | Paul Eggert | 2013-07-02 | 1 | -1/+1 |
* | Remove some unused macros from 'configure'. | Paul Eggert | 2013-07-02 | 1 | -0/+2 |
* | Try to avoid malloc SEGVs on Cygwin. | Paul Eggert | 2013-06-23 | 1 | -2/+0 |
* | Clean up SIGCHLD handling a bit. | Paul Eggert | 2013-06-22 | 1 | -0/+2 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -3/+3 |
* | File synchronization fixes. | Paul Eggert | 2013-03-13 | 1 | -3/+2 |
* | * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out. | Paul Eggert | 2013-03-12 | 1 | -4/+3 |
* | Merge from emacs-24; up to 2012-12-25T11:37:21Z!dmantipov@yandex.ru | Glenn Morris | 2013-03-06 | 1 | -13/+3 |
|\ |
|
| * | Fix a build failure on OpenBSD 4.x and MirBSD. | Paul Eggert | 2013-03-05 | 1 | -3/+3 |
| * | Fix a build failure on OpenBSD 4.x and MirBSD. | Paul Eggert | 2013-03-05 | 1 | -12/+2 |
* | | Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.org | Glenn Morris | 2013-03-04 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Also port to MirBSD. | Paul Eggert | 2013-03-04 | 1 | -2/+3 |
| * | Fix a build failure on OpenBSD 4.x. | Paul Eggert | 2013-03-04 | 1 | -0/+7 |
* | | Minor getenv-related fixes. | Paul Eggert | 2013-02-12 | 1 | -2/+2 |
* | | Use fdopendir, fstatat and readlinkat, for efficiency. | Paul Eggert | 2013-01-31 | 1 | -18/+0 |
* | | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.edu | Glenn Morris | 2013-01-13 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | Fix SIGDANGER handlers, for AIX. | Paul Eggert | 2013-01-10 | 1 | -0/+19 |
* | | emacsclient -t should not suspend Emacs server | Paul Eggert | 2013-01-10 | 1 | -3/+23 |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | Revert recent change for Bug#8855. | Paul Eggert | 2012-11-24 | 1 | -2/+5 |
| * | Fix a race condition with glib (Bug#8855). | Paul Eggert | 2012-11-23 | 1 | -5/+2 |
* | | * sysdep.c (emacs_abort): Bump backtrace size to 40. | Paul Eggert | 2012-12-16 | 1 | -1/+1 |
* | | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 1 | -26/+4 |
* | | * sysdep.c (get_child_status): Abort on internal error (Bug#13086). | Paul Eggert | 2012-12-07 | 1 | -3/+6 |
* | | Don't let call-process be a zombie factory. | Paul Eggert | 2012-12-03 | 1 | -28/+52 |
* | | * sysdep.c (sys_subshell): Don't assume pid_t fits in int. | Paul Eggert | 2012-11-24 | 1 | -1/+1 |
* | | Assume POSIX 1003.1-1988 or later for dirent.h. | Paul Eggert | 2012-11-22 | 1 | -22/+0 |
* | | Assume POSIX 1003.1-1988 or later for unistd.h. | Paul Eggert | 2012-11-21 | 1 | -76/+4 |
* | | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -21/+5 |
* | | Fix bug #12829 with aborts on MS-Windows when several child processes die. | Eli Zaretskii | 2012-11-17 | 1 | -5/+2 |
* | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -3/+3 |
* | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert | 2012-11-04 | 1 | -2/+2 |
|/ |
|
* | Fix crash when using Emacs as commit editor for git. | Paul Eggert | 2012-10-31 | 1 | -0/+72 |
* | Don't assume process IDs fit in int. | Paul Eggert | 2012-10-24 | 1 | -1/+1 |
* | Improve sys_siglist detection. | Paul Eggert | 2012-10-06 | 1 | -4/+14 |
* | Fix a malloc race condition involving strsignal. | Paul Eggert | 2012-10-01 | 1 | -16/+13 |
* | Revert the FOLLOW-SYMLINKS change for file-attributes. | Paul Eggert | 2012-09-30 | 1 | -2/+1 |
* | Support x64 build on MS-Windows with MSVC. | Fabrice Popineau | 2012-09-30 | 1 | -0/+3 |
* | file-attributes has a new optional arg FOLLOW-SYMLINKS. | Paul Eggert | 2012-09-30 | 1 | -1/+2 |
* | Profiler improvements: more-accurate timers, overflow checks. | Paul Eggert | 2012-09-29 | 1 | -1/+4 |
* | * sysdep.c (handle_fatal_signal): Bump backtrace size to 40. | Paul Eggert | 2012-09-29 | 1 | -1/+1 |
* | Do not use SA_NODEFER. | Paul Eggert | 2012-09-23 | 1 | -2/+1 |