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.
|
Mon, 12 Apr 2010 22:07:48 -0400 |
Stefan Monnier |
Try to solve the problem of spurious EOF chars in long lines of text
|
Thu, 01 Apr 2010 20:10:33 -0700 |
Dan Nicolaescu |
Remove extern errno declarations.
|
Thu, 01 Apr 2010 17:59:46 +0300 |
Eli Zaretskii |
Remove support for DJGPP v1.x (bug#5813).
|
Wed, 31 Mar 2010 13:39:03 -0700 |
Dan Nicolaescu |
Clean up BSD_SYSTEM use.
|
Wed, 31 Mar 2010 00:14:08 -0400 |
Stefan Monnier |
Get rid of the direct_output optimizations.
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Wed, 11 Nov 2009 20:11:51 +0000 |
Dan Nicolaescu |
* process.c (ifflag_def): Make flag_sym constant.
|
Sat, 24 Oct 2009 14:01:03 +0000 |
Andreas Schwab |
(procfs_ttyname): Fix sprintf format to match argument
|
Fri, 03 Jul 2009 13:46:39 +0000 |
Dan Nicolaescu |
* sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
|
Tue, 23 Jun 2009 07:09:58 +0000 |
Dan Nicolaescu |
(child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
|
Mon, 27 Apr 2009 22:27:55 +0000 |
Andreas Schwab |
* sysdep.c: Include <ctype.h>.
|
Thu, 29 Jan 2009 14:32:49 +0000 |
Chong Yidong |
(emacs_write): Use process_pending_signals.
|
Sat, 03 Jan 2009 15:04:59 +0000 |
Eli Zaretskii |
(list_system_processes, system_process_attributes) [MSDOS]: Don't use the
|
Fri, 02 Jan 2009 18:35:15 +0000 |
Dan Nicolaescu |
(system_process_attributes): Provide Qtime and Qctime
|
Fri, 02 Jan 2009 15:06:49 +0000 |
Eli Zaretskii |
(system_process_attributes): Compute Qtime and Qctime and add them to the alist.
|
Sat, 20 Dec 2008 12:13:54 +0000 |
Eli Zaretskii |
Add commentary about WINDOWSNT implementation of list_system_processes and
|
Fri, 19 Dec 2008 23:38:28 +0000 |
Dan Nicolaescu |
(system_process_attributes): Close fd when done.
|
Fri, 19 Dec 2008 23:06:39 +0000 |
Dan Nicolaescu |
(serial_configure): Fix typo.
|
Fri, 19 Dec 2008 22:24:58 +0000 |
Dan Nicolaescu |
* sysdep.c (system_process_attributes): Fix typo.
|
Fri, 19 Dec 2008 20:58:37 +0000 |
Dan Nicolaescu |
* sysdep.c (system_process_attributes): Add implementation for Solaris.
|
Fri, 19 Dec 2008 20:52:15 +0000 |
Dan Nicolaescu |
Include alloca.h.
|
Fri, 19 Dec 2008 19:50:35 +0000 |
Dan Nicolaescu |
Reorganize implementation of Flist_system_processes and
|
Tue, 07 Oct 2008 08:06:10 +0000 |
Andreas Schwab |
Add comment for last change.
|
Mon, 06 Oct 2008 21:27:44 +0000 |
Andreas Schwab |
(sys_signal): Always set SA_RESTART when
|
Sat, 04 Oct 2008 14:51:29 +0000 |
Eli Zaretskii |
(init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames as well as for TTY.
|
Sat, 23 Aug 2008 16:50:02 +0000 |
Eli Zaretskii |
(init_sys_modes): Call dos_ttraw with tty_out as argument.
|
Thu, 31 Jul 2008 05:33:56 +0000 |
Dan Nicolaescu |
* bitmaps/README:
|
Thu, 31 Jul 2008 02:47:32 +0000 |
Dan Nicolaescu |
* s/ms-w32.h (MULTI_KBOARD): Remove.
before-remove-vms
|
Wed, 30 Jul 2008 15:14:07 +0000 |
Dan Nicolaescu |
* systty.h (sensemode): Remove empty #if. Remove reference to
|
Sun, 27 Jul 2008 18:24:48 +0000 |
Dan Nicolaescu |
Remove support for Mac Carbon.
remove-carbon
|
Mon, 21 Jul 2008 18:19:30 +0000 |
Dan Nicolaescu |
* m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
|
Sun, 20 Jul 2008 13:03:56 +0000 |
Dan Nicolaescu |
* s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
|
Wed, 16 Jul 2008 07:45:52 +0000 |
Dan Nicolaescu |
* sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove
|
Sun, 13 Jul 2008 07:35:26 +0000 |
Dan Nicolaescu |
* config.nt (HAVE_FACES): Remove, unused.
|
Thu, 10 Jul 2008 15:26:15 +0000 |
Dan Nicolaescu |
* src/fileio.c:
|
Thu, 26 Jun 2008 22:33:33 +0000 |
Juanma Barranquero |
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
|
Thu, 26 Jun 2008 05:04:23 +0000 |
Glenn Morris |
Comment fixes.
|
Thu, 26 Jun 2008 04:24:54 +0000 |
Dan Nicolaescu |
* unexnext.c:
|
Fri, 20 Jun 2008 14:59:37 +0000 |
Stefan Monnier |
(cfsetspeed): New fun extracted from the code.
|
Fri, 20 Jun 2008 14:50:20 +0000 |
Stefan Monnier |
* configure.in: Check for presence of cfmakeraw and cfsetspeed.
|
Sat, 14 Jun 2008 19:14:01 +0000 |
Glenn Morris |
Comment fix for rms.
|
Fri, 13 Jun 2008 08:08:20 +0000 |
Glenn Morris |
Daniel Engeler <engeler at gmail.com>
|
Sat, 17 May 2008 20:06:42 +0000 |
Glenn Morris |
(child_setup_tty): Handle systems with NLDLY, without FFDLY.
|
Wed, 14 May 2008 07:50:26 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Wed, 09 Apr 2008 06:46:14 +0000 |
Jan Dj¸«£rv |
(emacs_write): If SYNC_INPUT and pending_atimers, run atimers.
|
Sat, 09 Feb 2008 18:03:10 +0000 |
Dan Nicolaescu |
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
|
Wed, 30 Jan 2008 07:57:28 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 09 Jan 2008 01:21:15 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 06 Dec 2007 09:51:45 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 11 Oct 2007 16:22:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 27 Jul 2007 10:52:18 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 30 May 2007 14:40:46 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 24 May 2007 21:31:10 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 24 Apr 2007 21:56:25 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 26 Jan 2007 06:16:11 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 07 Dec 2006 04:14:14 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sun, 15 Oct 2006 02:54:13 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 07 Jun 2006 18:05:10 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 08 Feb 2006 04:26:44 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
|
Sat, 15 Oct 2005 00:26:05 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91
|
Sun, 25 Sep 2005 22:07:01 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85
|
Mon, 19 Sep 2005 10:20:33 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82
|
Sun, 11 Sep 2005 22:21:01 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81
|
Fri, 26 Aug 2005 09:51:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
|
Thu, 07 Jul 2005 12:43:14 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
|
Thu, 05 May 2005 00:04:55 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
|
Thu, 21 Apr 2005 05:59:53 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39
|
Sun, 06 Feb 2005 12:06:02 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-11
|
Sat, 25 Dec 2004 02:00:25 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79
|
Wed, 08 Dec 2004 05:02:30 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
|
Fri, 27 Aug 2004 07:00:34 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32
|
Fri, 23 Jul 2004 04:30:44 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
|
Fri, 16 Apr 2004 12:51:06 +0000 |
Kenichi Handa |
Sync to HEAD
|
Wed, 03 Jul 2002 22:47:00 +0000 |
Dave Love |
Comment.
|
Mon, 16 Jan 2006 00:03:54 +0000 |
Henrik Enberg |
sync with trunk
|
Mon, 08 Sep 2003 11:56:09 +0000 |
Kenichi Handa |
New directory
|
Wed, 16 Jan 2008 16:29:00 +0000 |
Dan Nicolaescu |
* configure.in: Remove more references to unsupported systems.
|
Sun, 13 Jan 2008 00:43:55 +0000 |
Dan Nicolaescu |
* movemail.c:
|
Tue, 08 Jan 2008 20:46:54 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Sun, 06 Jan 2008 00:56:56 +0000 |
Dan Nicolaescu |
* configure.in: Remove references to unsupported systems.
|
Thu, 06 Dec 2007 00:46:18 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Sun, 18 Nov 2007 17:33:55 +0000 |
Jan Dj¸«£rv |
(init_system_name): Use getaddrinfo if available.
|
Thu, 27 Sep 2007 21:20:07 +0000 |
Stefan Monnier |
(narrow_foreground_group, widen_foreground_group): Static.
|
Tue, 25 Sep 2007 08:53:03 +0000 |
Jason Rumney |
(init_sys_modes): Use set_terminal_modes_hook.
|
Fri, 21 Sep 2007 17:10:48 +0000 |
Stefan Monnier |
* termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
|
Sat, 08 Sep 2007 09:11:16 +0000 |
Eli Zaretskii |
[WINDOWSNT]: Don't include sysselect.h
|
Tue, 31 Jul 2007 05:50:45 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 30 May 2007 14:44:47 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 26 May 2007 17:28:45 +0000 |
Dan Nicolaescu |
* emacsclient.c (main): Avoid having a declaration after a
|
Sun, 20 May 2007 23:29:14 +0000 |
Miles Bader |
Merged from emacs--devo--0
|
Fri, 11 May 2007 18:24:42 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|