| Commit message (Expand) | Author | Age | Files | Lines |
* | Use KVAR in MS-Windows build, remove buffer-file-type. | Eli Zaretskii | 2011-02-16 | 1 | -9/+0 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -6/+6 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -6/+6 |
* | * callproc.c (Fcall_process): | Jan D | 2011-02-13 | 1 | -2/+2 |
* | Make sure SIGPIPE is reset in child processes | Andreas Schwab | 2011-02-12 | 1 | -0/+32 |
* | * callproc.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -2/+2 |
* | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -11/+11 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -3/+2 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -18/+10 |
* | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
|/ / |
|
* | | * src/callproc.c (syms_of_callproc): Use intern_c_string. | Dan Nicolaescu | 2010-11-18 | 1 | -1/+1 |
* | | * src/callproc.c (child_setup): Fix previous change. | Dan Nicolaescu | 2010-11-15 | 1 | -0/+1 |
* | | * src/callproc.c (child_setup): Reorder code to simplify #ifdefs. | Dan Nicolaescu | 2010-11-15 | 1 | -23/+19 |
* | | Clean up src/systty.h macros. | Dan Nicolaescu | 2010-11-14 | 1 | -3/+1 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-08 | 1 | -15/+6 |
|\ \
| |/ |
|
| * | Complement a coding system for encoding arguments and input to a process. | Kenichi Handa | 2010-09-30 | 1 | -15/+6 |
* | | Remove O_RDONLY, O_WRONLY definitions, not needed. | Dan Nicolaescu | 2010-10-04 | 1 | -8/+0 |
* | | Include <fcntl.h> unconditionally. | Dan Nicolaescu | 2010-10-03 | 1 | -4/+0 |
* | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+0 |
* | | * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h define... | Dan Nicolaescu | 2010-10-01 | 1 | -7/+0 |
* | | Fix int/EMACS_INT use in callproc.c. | Eli Zaretskii | 2010-09-24 | 1 | -2/+2 |
* | | Simplify termio code. | Dan Nicolaescu | 2010-08-22 | 1 | -2/+3 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -2/+2 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -2/+0 |
* | | * callproc.c (set_initial_environment): Avoid unbalanced braces. | Andreas Schwab | 2010-07-25 | 1 | -5/+4 |
* | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -3/+7 |
* | | Remove more "#ifdef subprocesses". | Eli Zaretskii | 2010-07-13 | 1 | -6/+2 |
* | | Cleanups for src/callproc.c. | Dan Nicolaescu | 2010-07-12 | 1 | -11/+1 |
* | | * callproc.c (relocate_fd): Use F_DUPFD if defined. | Andreas Schwab | 2010-07-11 | 1 | -4/+10 |
* | | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -6/+8 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -8/+3 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -8/+6 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -32/+13 |
* | | Avoid erroneous syscalls | Andreas Schwab | 2010-07-01 | 1 | -2/+4 |
* | | Remove INCLUDED_FCNTL. | Dan Nicolaescu | 2010-06-07 | 1 | -2/+0 |
* | | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing. | Chong Yidong | 2010-05-27 | 1 | -1/+1 |
* | | Remove BSD_PGRPS. | Dan Nicolaescu | 2010-05-04 | 1 | -3/+3 |
* | | Add optional arg to delete-file to force deletion (Bug#6070). | Chong Yidong | 2010-05-03 | 1 | -1/+1 |
* | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -5/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (Fcall_process): Remove always true #if. | Dan Nicolaescu | 2009-08-26 | 1 | -2/+0 |
* | * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused. | Dan Nicolaescu | 2009-07-03 | 1 | -4/+2 |
* | (Fcall_process): Fix GC protection. Make sure | Andreas Schwab | 2009-04-29 | 1 | -14/+22 |
* | (Fcall_process): Bind inhibit-modification-hooks to t when decoding | Eli Zaretskii | 2009-03-02 | 1 | -0/+8 |
* | (Vtemp_file_name_pattern): Remove DEFVAR_LISP. | Chong Yidong | 2009-01-30 | 1 | -40/+34 |