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