| Commit message (Expand) | Author | Age | Files | Lines |
| * | Undo faccessat change. | Paul Eggert | 2012-10-19 | 1 | -18/+18 |
| * | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-10-19 | 1 | -18/+18 |
| * | Fix warnings when compiling on MS-Windows with -std=gnu99. | Eli Zaretskii | 2012-10-17 | 1 | -0/+5 |
| * | Fix some stat-related races. | Paul Eggert | 2012-10-12 | 1 | -17/+0 |
| * | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -7/+7 |
| * | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -332/+276 |
| |\ |
|
| | * | Fix a malloc race condition involving strsignal. | Paul Eggert | 2012-10-01 | 1 | -1/+1 |
| | * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -16/+16 |
| | * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -315/+259 |
| * | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -217/+182 |
| |\ \
| |/ |
|
| | * | Remove no-longer-needed Solaris 2.4 vfork bug workaround. | Paul Eggert | 2012-09-16 | 1 | -31/+8 |
| | * | Remove configure's --without-sync-input option. | Paul Eggert | 2012-09-16 | 1 | -2/+0 |
| | * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -6/+3 |
| | * | Simplify SIGIO usage. | Paul Eggert | 2012-09-12 | 1 | -14/+15 |
| | * | Prefer assignment to memcpy when either will do. | Paul Eggert | 2012-09-11 | 1 | -3/+2 |
| | * | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -2/+2 |
| | * | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -16/+17 |
| | * | Fix bug #12327 with SIGCHLD handling on Windows and some other systems. | Eli Zaretskii | 2012-09-06 | 1 | -2/+2 |
| | * | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -127/+129 |
| | * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -7/+7 |
| | * | Be more systematic about _setjmp vs setjmp. | Paul Eggert | 2012-09-03 | 1 | -2/+2 |
| | * | * emacs.c, eval.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -3/+3 |
| | * | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -10/+0 |
| * | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -0/+1 |
| |/ |
|
| * | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -3/+4 |
| * | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -2/+2 |
| * | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -9/+7 |
| * | Rely on <unistd.h> to declare 'environ', | Paul Eggert | 2012-08-19 | 1 | -3/+0 |
| * | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+4 |
| * | * process.h (PSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -100/+184 |
| * | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -4/+4 |
| * | Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process. | Dmitry Antipov | 2012-08-07 | 1 | -144/+143 |
| * | Separate read and write access to Lisp_Object slots of Lisp_Process. | Dmitry Antipov | 2012-08-06 | 1 | -228/+228 |
| * | Port to Solaris 8. | Paul Eggert | 2012-08-01 | 1 | -7/+7 |
| * | Use INTERNAL_FIELD for processes. | Dmitry Antipov | 2012-08-01 | 1 | -220/+226 |
| * | Simple wrapper for make_unibyte_string, adjust font_open_by_name. | Dmitry Antipov | 2012-07-20 | 1 | -1/+1 |
| * | Remove macro MIN_PTY_KERNEL_VERSION, only used in one place | Glenn Morris | 2012-07-12 | 1 | -2/+1 |
| * | Rename init_process rather than working around it on Darwin | Glenn Morris | 2012-07-12 | 1 | -1/+3 |
| * | EMACS_TIME simplification (Bug#11875). | Paul Eggert | 2012-07-10 | 1 | -22/+19 |
| * | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -3/+6 |
| * | * process.c (wait_reading_process_output): 'waitchannels' was unset | Paul Eggert | 2012-07-09 | 1 | -15/+11 |
| * | Use make_formatted_string to avoid double length calculation. | Dmitry Antipov | 2012-07-09 | 1 | -2/+1 |
| * | * process.c: Avoid unnecessary calls to gettime. | Paul Eggert | 2012-07-06 | 1 | -8/+8 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -8/+6 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -4/+4 |
| * | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -5/+0 |
| * | Adapt the MS-DOS build to the latest changes. | Eli Zaretskii | 2012-06-30 | 1 | -1/+1 |
| |\ |
|
| | * | Adapt the MS-DOS build to the latest changes. | Eli Zaretskii | 2012-06-30 | 1 | -1/+1 |
| * | | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first | Andreas Schwab | 2012-06-30 | 1 | -2/+2 |
| |/ |
|
| * | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -4/+4 |