summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-5/+0
* Merge from mainline.Paul Eggert2011-01-141-1/+1
|\
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | Remove emacs-priority.Dan Nicolaescu2010-11-201-9/+0
* | Clean up src/systty.h macros.Dan Nicolaescu2010-11-141-9/+17
* | Fix compilation on Solaris.Dan Nicolaescu2010-11-131-9/+3
* | Small sysdep.c cleanups.Dan Nicolaescu2010-10-101-7/+2
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-3/+0
* | * src/sysdep.c (flush_pending_output): Remove code, does not doDan Nicolaescu2010-10-031-16/+1
* | Remove unused code.Dan Nicolaescu2010-10-031-248/+1
* | Simplify termio code.Dan Nicolaescu2010-08-221-169/+11
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-1/+1
* | * sysdep.c: Remove declarations.Dan Nicolaescu2010-08-061-7/+0
* | * src/sysdep.c: Move include term.h last of includes (Bug#6812).Jan D2010-08-061-3/+6
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-0/+3
* | Fix compilation error.Nick Roberts2010-08-051-1/+1
* | * src/sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.Stefan Monnier2010-08-041-13/+16
* | Enable ICANON (Bug#6771). Any long line problem must be solved differently.Jan Djärv2010-08-021-1/+10
* | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D2010-07-291-2/+2
* | Remove more "#ifdef subprocesses".Eli Zaretskii2010-07-131-28/+5
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-4/+4
* | Clean up include guards.Dan Nicolaescu2010-07-071-3/+0
* | Simplify start_of_data, start_of_text and related code.Dan Nicolaescu2010-07-071-81/+0
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-3/+56
* | * coding.c, sysdep.c: Convert some more functions to standard C.Juanma Barranquero2010-07-071-54/+49
* | Fix more prototypes.Juanma Barranquero2010-07-041-1/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-62/+32
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-5/+5
* | Remove BSTRING related code, all platforms define it.Dan Nicolaescu2010-06-061-48/+0
* | Remove unnecessary alloca.h includes.Dan Nicolaescu2010-06-011-10/+0
* | * sysdep.c (child_setup_tty): Move the non-canonical initialization toStefan Monnier2010-05-311-9/+9
* | Remove BSD_PGRPS.Dan Nicolaescu2010-05-041-71/+1
* | Remove POSIX_SIGNALS.Dan Nicolaescu2010-05-031-24/+0
* | * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused.Dan Nicolaescu2010-05-011-11/+0