summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Revert recent change for Bug#8855.Paul Eggert2012-11-241-88/+103
* Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-231-103/+88
* Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-311-8/+2
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-0/+5
* Fix some stat-related races.Paul Eggert2012-10-121-17/+0
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-7/+7
* Merge from trunkDaniel Colascione2012-10-071-332/+276
|\
| * Fix a malloc race condition involving strsignal.Paul Eggert2012-10-011-1/+1
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-16/+16
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-315/+259
* | Merge from trunkDaniel Colascione2012-09-171-217/+182
|\ \ | |/
| * Remove no-longer-needed Solaris 2.4 vfork bug workaround.Paul Eggert2012-09-161-31/+8
| * Remove configure's --without-sync-input option.Paul Eggert2012-09-161-2/+0
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-6/+3
| * Simplify SIGIO usage.Paul Eggert2012-09-121-14/+15
| * Prefer assignment to memcpy when either will do.Paul Eggert2012-09-111-3/+2
| * Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-2/+2
| * Signal-handler cleanup.Paul Eggert2012-09-061-16/+17
| * Fix bug #12327 with SIGCHLD handling on Windows and some other systems.Eli Zaretskii2012-09-061-2/+2
| * Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-127/+129
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-7/+7
| * Be more systematic about _setjmp vs setjmp.Paul Eggert2012-09-031-2/+2
| * * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-3/+3
| * Clean up some extern decls.Paul Eggert2012-09-021-10/+0
* | Implement cygw32Daniel Colascione2012-09-171-0/+1
|/
* Refactor window-system configurationDaniel Colascione2012-08-311-3/+4
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-2/+2
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-9/+7
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-191-3/+0
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-4/+4
* * process.h (PSET): Remove.Paul Eggert2012-08-171-100/+184
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-4/+4
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-144/+143
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-228/+228
* Port to Solaris 8.Paul Eggert2012-08-011-7/+7
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-011-220/+226
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-1/+1
* Remove macro MIN_PTY_KERNEL_VERSION, only used in one placeGlenn Morris2012-07-121-2/+1
* Rename init_process rather than working around it on DarwinGlenn Morris2012-07-121-1/+3
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-22/+19
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-3/+6
* * process.c (wait_reading_process_output): 'waitchannels' was unsetPaul Eggert2012-07-091-15/+11
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-2/+1
* * process.c: Avoid unnecessary calls to gettime.Paul Eggert2012-07-061-8/+8
* More xmalloc and related cleanup.Paul Eggert2012-07-051-8/+6
* Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+4
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-5/+0
* Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-1/+1
|\
| * Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-1/+1