log src/sysdep.c @ 110902:8aed62727bef

age author description
Sun, 10 Oct 2010 06:44:22 -0700 Dan Nicolaescu Small sysdep.c cleanups.
Sun, 03 Oct 2010 08:19:34 -0700 Dan Nicolaescu Include <fcntl.h> unconditionally.
Sun, 03 Oct 2010 07:43:17 -0700 Dan Nicolaescu * src/sysdep.c (flush_pending_output): Remove code, does not do
Sun, 03 Oct 2010 07:16:48 -0700 Dan Nicolaescu Remove unused code.
Sun, 22 Aug 2010 08:14:37 -0700 Dan Nicolaescu Simplify termio code.
Mon, 09 Aug 2010 02:35:21 -0700 Dan Nicolaescu Use const char* instead of char*.
Fri, 06 Aug 2010 13:05:40 -0700 Dan Nicolaescu * sysdep.c: Remove declarations.
Fri, 06 Aug 2010 19:38:01 +0200 Jan D * src/sysdep.c: Move include term.h last of includes (Bug#6812).
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Thu, 05 Aug 2010 17:18:55 +1200 Nick Roberts Fix compilation error.
Wed, 04 Aug 2010 20:10:07 +0200 Stefan Monnier * src/sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
Mon, 02 Aug 2010 09:03:12 +0200 Jan D. Enable ICANON (Bug#6771). Any long line problem must be solved differently.
Thu, 29 Jul 2010 22:01:08 +0200 Jan D Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
Tue, 13 Jul 2010 13:57:00 +0300 Eli Zaretskii Remove more "#ifdef subprocesses".
Sun, 11 Jul 2010 12:31:10 +0200 Andreas Schwab Use strchr, strrchr instead of index, rindex
Wed, 07 Jul 2010 21:55:07 -0700 Dan Nicolaescu Clean up include guards.
Wed, 07 Jul 2010 20:03:52 -0700 Dan Nicolaescu Simplify start_of_data, start_of_text and related code.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Wed, 07 Jul 2010 11:38:03 +0200 Juanma Barranquero * coding.c, sysdep.c: Convert some more functions to standard C.
Sun, 04 Jul 2010 15:41:55 +0200 Juanma Barranquero Fix more prototypes.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Sun, 06 Jun 2010 01:57:39 -0700 Dan Nicolaescu Remove BSTRING related code, all platforms define it.
Tue, 01 Jun 2010 19:40:59 -0700 Dan Nicolaescu Remove unnecessary alloca.h includes.
Mon, 31 May 2010 21:49:15 -0400 Stefan Monnier * sysdep.c (child_setup_tty): Move the non-canonical initialization to
Tue, 04 May 2010 00:40:53 -0700 Dan Nicolaescu Remove BSD_PGRPS.
Mon, 03 May 2010 21:00:10 -0700 Dan Nicolaescu Remove POSIX_SIGNALS.
Sat, 01 May 2010 13:14:10 -0700 Dan Nicolaescu * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused.
Sat, 01 May 2010 21:28:00 +0300 Eli Zaretskii Emulate POSIX_SIGNALS on MS-Windows.
Fri, 23 Apr 2010 00:00:38 -0700 Dan Nicolaescu Clean up Solaris code.