| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use pthread_sigmask, not sigprocmask. | Paul Eggert | 2011-07-06 | 1 | -3/+3 |
| * | * callproc.c (egetenv): Adjust to getenv_internal API change. | Paul Eggert | 2011-06-20 | 1 | -1/+1 |
| * | * callproc.c (child_setup): Rewrite to avoid two strlen calls. | Paul Eggert | 2011-06-19 | 1 | -2/+1 |
| * | * callproc.c: Don't assume string length fits in 'int.' | Paul Eggert | 2011-06-19 | 1 | -5/+5 |
| * | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -6/+6 |
| * | Make it possible to run ./temacs. | Dan Nicolaescu | 2011-05-30 | 1 | -14/+7 |
| * | Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05... | Eli Zaretskii | 2011-05-20 | 1 | -1/+1 |
| * | Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS. | Eli Zaretskii | 2011-05-07 | 1 | -24/+36 |
| * | Do not assume EMACS_INT is the same width as a pointer. | Paul Eggert | 2011-05-06 | 1 | -4/+13 |
| |\ |
|
| | * | Merge from mainline. | Paul Eggert | 2011-05-04 | 1 | -1/+2 |
| | |\
| |/
|/| |
|
| | * | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-05-02 | 1 | -4/+13 |
| * | | Implement dynamic loading of GnuTLS on Windows. | Juanma Barranquero | 2011-05-04 | 1 | -1/+2 |
| |/ |
|
| * | * src/callproc.c: Indentation fixup. | Andreas Schwab | 2011-05-01 | 1 | -149/+149 |
| * | Extend `call-process' to take the `(:file "file")' syntax to redirect | Lars Magne Ingebrigtsen | 2011-05-01 | 1 | -15/+70 |
| * | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 2011-04-14 | 1 | -1/+1 |
| * | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
| * | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
| * | * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA | Paul Eggert | 2011-03-27 | 1 | -24/+34 |
| * | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -7/+7 |
| * | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-03-17 | 1 | -3/+7 |
| * | * callproc.c (relocate_fd): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-17 | 1 | -4/+4 |
| * | * callproc.c (call_process_cleanup): Now static. | Paul Eggert | 2011-03-17 | 1 | -1/+1 |
| * | 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 |