| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-12-04 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | * sysdep.c (init_sys_modes): Fix the check for the controlling terminal. | Enami Tsugutomo | 2011-10-25 | 1 | -1/+4 |
* | Fix the MSDOS build. | Eli Zaretskii | 2011-09-29 | 1 | -0/+4 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -4/+4 |
* | Add a stub for snprintf, for ancient hosts lacking it. | Paul Eggert | 2011-08-31 | 1 | -0/+39 |
* | * sysdep.c: Integer and memory overflow issues. | Paul Eggert | 2011-07-28 | 1 | -3/+5 |
* | Merge from trunk. | Paul Eggert | 2011-07-10 | 1 | -2/+1 |
|\ |
|
| * | Protoize | Andreas Schwab | 2011-07-10 | 1 | -2/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-07-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Use pthread_sigmask, not sigprocmask. | Paul Eggert | 2011-07-06 | 1 | -3/+3 |
* | | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -2/+0 |
* | | [ChangeLog] | Paul Eggert | 2011-07-04 | 1 | -53/+0 |
|/ |
|
* | Random fixes. E.g., (random) never returned negative values. | Paul Eggert | 2011-07-04 | 1 | -4/+7 |
* | Use gnulib's dup2 module instead of rolling our own. | Paul Eggert | 2011-06-25 | 1 | -31/+0 |
* | Merge from mainline. | Paul Eggert | 2011-05-02 | 1 | -12/+38 |
|\ |
|
| * | src/sysdep.c (get_tty_size) [WINDOWSNT]: Implement. | Juanma Barranquero | 2011-05-02 | 1 | -8/+18 |
| * | * src/sysdep.c (wait_for_termination_1): Make static. | Andreas Schwab | 2011-05-01 | 1 | -16/+17 |
| * | Extend `call-process' to take the `(:file "file")' syntax to redirect | Lars Magne Ingebrigtsen | 2011-05-01 | 1 | -0/+15 |
* | | * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long. | Paul Eggert | 2011-04-28 | 1 | -15/+6 |
|/ |
|
* | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
|\ |
|
| * | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. | Glenn Morris | 2011-04-22 | 1 | -1/+1 |
| |\ |
|
| | * | Fix wait_for_termination on GNU Hurd (Bug#8467) | Samuel Thibault | 2011-04-10 | 1 | -1/+1 |
* | | | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -1/+1 |
|/ / |
|
* | | * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
* | | * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT. | Paul Eggert | 2011-04-15 | 1 | -1/+4 |
* | | emacs_write: Accept and return EMACS_INT for sizes. | Paul Eggert | 2011-04-15 | 1 | -5/+5 |
* | | Merge from mainline. | Paul Eggert | 2011-04-15 | 1 | -12/+12 |
|\ \ |
|
| * \ | Merge from mainline. | Paul Eggert | 2011-04-14 | 1 | -7/+19 |
| |\ \ |
|
| * | | | * sysdep.c (croak): Now static, if | Paul Eggert | 2011-04-13 | 1 | -0/+3 |
| * | | | * sysdep.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -10/+9 |
| * | | | * sysdep.c (croak): Move decl from here to syssignal.h. | Paul Eggert | 2011-04-13 | 1 | -2/+0 |
* | | | | * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs. | Paul Eggert | 2011-04-13 | 1 | -2/+13 |
* | | | | emacs_write: Return size_t, not ssize_t, to avoid overflow issues. | Paul Eggert | 2011-04-12 | 1 | -17/+13 |
| |/ /
|/| | |
|
* | | | * sysdep.c (emacs_read, emacs_write): Check for negative sizes | Paul Eggert | 2011-04-12 | 1 | -3/+15 |
* | | | Fix write-region and its subroutines for buffers > 2GB. | Eli Zaretskii | 2011-04-10 | 1 | -6/+6 |
|/ / |
|
* | | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 2011-04-06 | 1 | -1/+2 |
* | | Replace two copies of readlink code with single gnulib version. | Paul Eggert | 2011-03-31 | 1 | -0/+18 |
* | | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 1 | -2/+2 |
* | | Better fix for volatile issue. | Paul Eggert | 2011-03-17 | 1 | -6/+3 |
* | | * sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-03-17 | 1 | -2/+7 |
* | | * sysdep.c (MAXPATHLEN): Define only if needed. | Paul Eggert | 2011-03-14 | 1 | -2/+2 |
* | | * sysdep.c (sys_subshell): Mark local as volatile if checking for lint, | Paul Eggert | 2011-03-14 | 1 | -1/+1 |
* | | * sysdep.c: Fix pointer signedness issue. | Paul Eggert | 2011-03-14 | 1 | -1/+3 |
* | | * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. | Paul Eggert | 2011-03-14 | 1 | -9/+10 |
* | | * sysdep.c (wait_for_termination_signal): Remove; unused. | Paul Eggert | 2011-03-14 | 1 | -4/+0 |
* | | * sysdep.c (reset_io): Now static. | Paul Eggert | 2011-03-14 | 1 | -2/+2 |
* | | don't ignore chdir failure | Paul Eggert | 2011-02-05 | 1 | -4/+9 |
* | | allow C code to suppress warnings about ignored return values | Paul Eggert | 2011-02-03 | 1 | -3/+4 |