log src/w32.c @ 112453:06719a229a46 default tip

age author description
Wed, 19 Jan 2011 10:24:40 -0500 Sam Steingold * src/w32.c (check_windows_init_file): Remove declarations of
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 22 Nov 2010 20:09:29 +0200 Eli Zaretskii Back-port revision 101465 from the trunk, to resolve bug #7452.
Mon, 22 Nov 2010 20:15:07 +0200 Eli Zaretskii w32.c: Fix a typo in a comment.
Mon, 15 Nov 2010 09:21:18 -0800 Dan Nicolaescu Remove config.h include guards.
Thu, 14 Oct 2010 16:32:27 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Thu, 14 Oct 2010 14:25:35 +0200 Juanma Barranquero src/w32*.c: Whitespace fixes and typos.
Mon, 27 Sep 2010 18:27:37 +0200 Juanma Barranquero src/w32.c: Remove unused code and make static many functions.
Sun, 26 Sep 2010 03:39:24 +0200 Juanma Barranquero src/w32.c (get_emacs_configuration_options): Fix previous change.
Wed, 22 Sep 2010 20:39:51 +0200 Eli Zaretskii w32.c (get_emacs_configuration_options): Fix last change.
Wed, 22 Sep 2010 19:31:21 +0200 Juanma Barranquero src/w32.c (get_emacs_configuration_options): Fix buffer overrun.
Mon, 20 Sep 2010 02:18:18 +0200 Juanma Barranquero Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
Fri, 17 Sep 2010 23:34:45 +0200 Eli Zaretskii Fix bug #6989.
Fri, 06 Aug 2010 12:52:47 -0700 Dan Nicolaescu Move declarations to header files.
Wed, 07 Jul 2010 11:45:28 +0200 Juanma Barranquero Fix whitespace to follow coding guidelines.
Tue, 06 Jul 2010 16:22:29 +0200 Juanma Barranquero src/w32*.c: Convert function definitions to standard C.
Sat, 22 May 2010 22:09:51 +0300 Eli Zaretskii Fix bug #6237.
Sat, 01 May 2010 21:28:00 +0300 Eli Zaretskii Emulate POSIX_SIGNALS on MS-Windows.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sat, 11 Jul 2009 20:31:27 +0000 Eli Zaretskii (stat): Fix last change.
Sat, 11 Jul 2009 15:44:36 +0000 Eli Zaretskii (logon_network_drive): Don't assume PATH is an absolute file name.
Thu, 09 Jul 2009 18:44:14 +0000 Eli Zaretskii (stat): Treat UNC file names as residing on remote drives. (Bug#3542)
Sat, 04 Jul 2009 10:42:45 +0000 Eli Zaretskii Emulation of `getloadavg' on MS-Windows:
Mon, 29 Jun 2009 05:28:54 +0000 Jim Meyering Remove useless if-before-xfree tests.
Sat, 21 Mar 2009 11:29:28 +0000 Eli Zaretskii inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Sun, 04 Jan 2009 11:30:13 +0000 Juanma Barranquero * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
Fri, 02 Jan 2009 15:07:19 +0000 Eli Zaretskii (process_times): Compute sum of utime and stime.
Fri, 19 Dec 2008 19:50:35 +0000 Dan Nicolaescu Reorganize implementation of Flist_system_processes and
Wed, 03 Dec 2008 14:13:42 +0000 Juanma Barranquero * w32.c (init_environment): Don't free handle to library shell32.dll.
Sat, 30 Aug 2008 16:46:06 +0000 Eli Zaretskii (init_user_info): Allocate buf[] with xmalloc using the size needed by
Fri, 15 Aug 2008 17:36:08 +0000 Eli Zaretskii (w32_system_process_attributes) [_MSC_VER < 1300]: Alternative calculation
Fri, 15 Aug 2008 15:59:48 +0000 Eli Zaretskii (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
Fri, 15 Aug 2008 13:52:30 +0000 Eli Zaretskii (stat): Only root directory passed to GetDriveType.
Fri, 15 Aug 2008 12:48:21 +0000 Eli Zaretskii (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX): Rename from
Sat, 09 Aug 2008 19:05:02 +0000 Eli Zaretskii (w32_system_process_attributes): If the process does not exist, return nil.
Sat, 09 Aug 2008 18:19:28 +0000 Eli Zaretskii (process_times): Fix the case of System process.
Sat, 09 Aug 2008 17:53:00 +0000 Eli Zaretskii Include thelp32.h, psapi.h and coding.h.
Tue, 01 Jul 2008 03:04:08 +0000 Glenn Morris Spelling fix.
Fri, 27 Jun 2008 07:34:53 +0000 Glenn Morris American English spelling fix.
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>
Mon, 02 Jun 2008 06:09:17 +0000 Jim Meyering Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
Sat, 24 May 2008 08:38:55 +0000 Eli Zaretskii Include dispextern.h.
Thu, 22 May 2008 14:53:35 +0000 Jason Rumney * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Fri, 09 May 2008 19:09:33 +0000 Eli Zaretskii (stat): Fix last change.
Fri, 09 May 2008 19:03:01 +0000 Eli Zaretskii Support for reporting owner and group of each file on MS-Windows:
Fri, 09 May 2008 09:40:56 +0000 Eli Zaretskii Rename the_passwd_* to dflt_passwd_*.
Wed, 23 Apr 2008 05:55:42 +0000 Miles Bader Merge from emacs--rel--22
Thu, 10 Apr 2008 11:37:56 +0000 Jason Rumney (logon_network_drive): Also logon to remote drives that
Sat, 05 Apr 2008 23:01:26 +0000 Miles Bader Merge from emacs--rel--22
Sat, 05 Apr 2008 15:24:01 +0000 Eli Zaretskii (init_user_info): Don't restrict UID and GID to 0-60000 range.
Sat, 05 Apr 2008 14:32:28 +0000 Eli Zaretskii (sys_chown, stat, fstat): Use S_* constants instead of _S_* ones, since we
Sat, 22 Mar 2008 11:52:28 +0000 Eli Zaretskii (readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
Sun, 24 Feb 2008 10:09:07 +0000 Miles Bader Merge from emacs--rel--22
Sat, 23 Feb 2008 13:37:27 +0000 Eli Zaretskii (globals_of_w32): Add initializations for g_b_init_get_sid_sub_authority and
Sat, 16 Feb 2008 17:04:22 +0000 Eli Zaretskii (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead of
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
Sat, 27 Oct 2007 09:12:07 +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
Mon, 09 Jul 2007 08:00:55 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Jun 2007 22:32:13 +0000 Miles Bader Merge from emacs--devo--0
Mon, 26 Feb 2007 23:03:45 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Mon, 01 Jan 2007 03:21:06 +0000 Miles Bader Merge from emacs--devo--0
Tue, 05 Sep 2006 02:54:22 +0000 Miles Bader Merge from emacs--devo--0
Wed, 16 Aug 2006 14:08:49 +0000 Miles Bader Merge from emacs--devo--0
Thu, 03 Aug 2006 11:45:23 +0000 Miles Bader Merge from emacs--devo--0
Wed, 19 Jul 2006 00:42:56 +0000 Miles Bader Merge from emacs--devo--0
Wed, 07 Jun 2006 18:05:10 +0000 Miles Bader Merge from emacs--devo--0
Fri, 03 Mar 2006 07:48:46 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Wed, 25 Jan 2006 07:10:04 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7
Mon, 19 Sep 2005 10:20:33 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Fri, 22 Jul 2005 08:27:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Thu, 30 Jun 2005 00:31:46 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67
Mon, 06 Jun 2005 02:39:45 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Fri, 18 Feb 2005 00:41:50 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15
Fri, 22 Oct 2004 10:13:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62
Mon, 28 Jun 2004 07:56:49 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
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
Mon, 28 Jan 2008 17:44:11 +0000 Jason Rumney (stat): Don't do a double check for networked drive.
Sat, 26 Jan 2008 15:24:34 +0000 Eli Zaretskii (fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid and
Sat, 26 Jan 2008 15:04:33 +0000 Eli Zaretskii (get_sid_sub_authority, get_sid_sub_authority_count): Fix return values
Sat, 26 Jan 2008 14:52:01 +0000 Eli Zaretskii (init_user_info): Fix commentary for RID usage.
Sat, 26 Jan 2008 13:03:39 +0000 Eli Zaretskii (g_b_init_get_sid_sub_authority, g_b_init_get_sid_sub_authority_count): New
Sat, 26 Jan 2008 01:07:49 +0000 Jason Rumney (logon_network_drive): New function.
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, 25 Oct 2007 14:28:54 +0000 Juanma Barranquero (w32_get_resource): Remove unused variable `ok'.
Thu, 25 Oct 2007 10:28:37 +0000 Juanma Barranquero (init_environment): Fix tiny memory leak.
Tue, 09 Oct 2007 08:52:57 +0000 Miles Bader Merge from emacs--rel--22
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Jul 2007 02:05:20 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Jun 2007 22:33:42 +0000 Miles Bader Merge from emacs--devo--0
Tue, 15 May 2007 23:04:14 +0000 Jason Rumney (request_sigio, unrequest_sigio): Remove
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Wed, 20 Jun 2007 08:31:09 +0000 Juanma Barranquero (_wsa_errlist): Fix typo in error message.
Thu, 14 Jun 2007 15:58:13 +0000 Jason Rumney (get_process_times_fn): New function pointer.
Thu, 14 Jun 2007 10:01:04 +0000 Juanma Barranquero (init_user_info): Fix weird formatting not following GNU coding guidelines.
Sat, 30 Aug 2008 10:54:06 +0000 Eli Zaretskii (stat): Only root directory passed to GetDriveType. Allow RAM disk as well
Sat, 10 May 2008 07:56:42 +0000 Eli Zaretskii (stat): Fix test of Vw32_get_true_file_attributes against the value returned
Thu, 10 Apr 2008 10:44:01 +0000 Jason Rumney Fix last change.
Thu, 10 Apr 2008 10:42:22 +0000 Jason Rumney (stat): When Vw32_get_true_file_attributes is Qlocal, get
Wed, 26 Mar 2008 19:04:25 +0000 Eli Zaretskii (readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
Tue, 05 Feb 2008 02:30:41 +0000 Juanma Barranquero *** empty log message ***
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Thu, 25 Oct 2007 14:34:09 +0000 Juanma Barranquero (w32_get_resource): Remove unused variable `ok'.
Thu, 25 Oct 2007 10:34:36 +0000 Juanma Barranquero (init_environment): Fix tiny memory leak.
Sat, 29 Sep 2007 21:33:23 +0000 Jason Rumney (w32_get_resource): Always close registry keys.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Wed, 20 Jun 2007 08:46:20 +0000 Juanma Barranquero (_wsa_errlist): Fix typo in error message.
Fri, 23 Feb 2007 18:40:41 +0000 Eli Zaretskii (stat, get_long_basename, is_unc_volume): Use _mbspbrk instead of strpbrk.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Wed, 27 Dec 2006 21:55:59 +0000 Kim F. Storm Wrap function headers.
Thu, 21 Dec 2006 12:47:06 +0000 Kim F. Storm (_sys_wait_accept): Fix handle leak.
Sun, 03 Sep 2006 22:51:22 +0000 Jason Rumney (shutdown_handler): New function to exit cleanly on shutdown.
Sat, 05 Aug 2006 13:01:10 +0000 Eli Zaretskii (w32_valid_pointer_p): New function.
Fri, 21 Jul 2006 17:27:34 +0000 Eli Zaretskii (convert_time): Use explicit long double constants to ensure long double
Fri, 14 Jul 2006 14:18:40 +0000 Kim F. Storm (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
Fri, 14 Jul 2006 09:29:32 +0000 Kim F. Storm Fix high cpu load for server sockets.
Fri, 19 May 2006 19:29:36 +0000 Eli Zaretskii (init_environment): Simplify code that calls ExpandEnvironmentStrings and make
Fri, 19 May 2006 19:03:47 +0000 Eli Zaretskii (init_environment): Perform the processing of environment variables on a copy
Mon, 27 Feb 2006 02:07:37 +0000 Luc Teirlinck (check_windows_init_file): Use Fget_load_suffixes instead of Vload_suffixes.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Fri, 20 Jan 2006 19:12:04 +0000 Eli Zaretskii (sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close.
Mon, 12 Sep 2005 10:27:02 +0000 Kim F. Storm (check_windows_init_file): Fix allocation of error buffer.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 14 Jul 2005 22:31:57 +0000 Jason Rumney (init_environment): Default HOME directory to user's
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Fri, 24 Jun 2005 10:39:56 +0000 Eli Zaretskii (sys_chown): New function.
Sun, 05 Jun 2005 19:13:37 +0000 Eli Zaretskii (sys_setsockopt): Change arg 4 to `const void *'. In the
Sat, 04 Jun 2005 20:39:15 +0000 Eli Zaretskii (gettimeofday): Use struct _timeb, not struct timeb.
Tue, 15 Feb 2005 23:19:26 +0000 Jason Rumney 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
Tue, 19 Oct 2004 19:08:58 +0000 Jason Rumney (init_environment): Set emacs_dir correctly when running
Mon, 17 May 2004 21:33:16 +0000 Jason Rumney Rename w32_num_mouse_buttons from Vw32_num_mouse_buttons.
Mon, 17 May 2004 21:05:58 +0000 Jason Rumney (_sys_read_ahead): Use w32_pipe_read_delay.
Sat, 22 Nov 2003 23:01:18 +0000 Lars Hansen (struct the_group): Added.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 27 Aug 2003 22:57:54 +0000 Jason Rumney (sys_pipe): Protect against file descriptor overflow.
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Wed, 18 Dec 2002 06:16:28 +0000 Ben Key Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
Wed, 27 Nov 2002 23:48:33 +0000 Jason Rumney Doc fix
Mon, 25 Nov 2002 23:30:19 +0000 Jason Rumney (sys_write): Avoid non-blocking mode, which is not fully
Sun, 17 Nov 2002 22:35:26 +0000 Ben Key Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 13 Jun 2002 20:41:33 +0000 Jason Rumney (init_environment): Remove EMACSLOCKDIR.
Thu, 13 Jun 2002 18:41:17 +0000 Jason Rumney (init_environment): Remove EMACSLOCKDIR.
Fri, 03 May 2002 20:40:03 +0000 Jason Rumney (sys_getpeername, fcntl): New functions.
Tue, 30 Apr 2002 01:02:01 +0000 Stefan Monnier (check_windows_init_file): Update call to openp.
Sun, 28 Apr 2002 18:52:26 +0000 Jason Rumney (stat, fstat): Use file index information to generate
Mon, 08 Apr 2002 16:45:20 +0000 Juanma Barranquero (sys_accept): Don't hide variable `s'.
Wed, 20 Mar 2002 20:38:44 +0000 Jason Rumney (init_winsock): Dynamically load new server and UDP
Tue, 01 Jan 2002 19:15:26 +0000 Pavel Jank Include <config.h>.
Wed, 19 Dec 2001 18:56:44 +0000 Eli Zaretskii (emacs_root_dir): New function.
Fri, 12 Oct 2001 03:37:43 +0000 Stefan Monnier Update calls to openp.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Tue, 10 Apr 2001 12:15:25 +0000 Gerd Moellmann (sys_open): Try to open file without _O_CREAT first, to be
Fri, 09 Feb 2001 09:57:04 +0000 Jason Rumney (init-environment): Duplicate local string before putenv.
Fri, 19 Jan 2001 14:56:06 +0000 Andrew Innes (init_environment): Add a version-independent site-lisp
Sat, 13 Jan 2001 00:00:26 +0000 Jason Rumney (init_environment, sys_shutdown, sys_pipe): Remove unused
Mon, 18 Dec 2000 23:50:26 +0000 Andrew Innes (w32_strerror): New function.
Sun, 17 Dec 2000 23:14:55 +0000 Andrew Innes (sys_rename): Only check errno against EEXIST, and not
Fri, 24 Nov 2000 21:30:06 +0000 Jason Rumney (init_environment): Set LANG environment variable based on
Sun, 03 Sep 2000 17:41:20 +0000 Andrew Innes (_ANONYMOUS_UNION) [__GNUC__]: New define
Tue, 22 Aug 2000 22:49:27 +0000 Andrew Innes (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
Wed, 05 Jul 2000 16:00:13 +0000 Andrew Innes (init_environment): Install code from 20.7 for providing
Tue, 16 May 2000 14:29:08 +0000 Gerd Moellmann Use the term `invalid' instead of `illegal'.
Sun, 27 Feb 2000 21:28:38 +0000 Jason Rumney (init_environment): Set Vw32_num_mouse_buttons here.
Sun, 06 Feb 2000 23:37:46 +0000 Andrew Innes (sigmask): New function (does nothing).
Fri, 06 Aug 1999 20:40:36 +0000 Geoff Voelker (stat): Check for directory ending in separator when
Thu, 24 Jun 1999 22:05:14 +0000 Geoff Voelker (get_emacs_configuration): Use GetVersionEx to
Wed, 16 Jun 1999 20:00:19 +0000 Andrew Innes (sys_strerror): New function.
Sat, 30 Jan 1999 18:48:57 +0000 Andrew Innes (init_environment): Change argv[0] to contain the full path to Emacs.
Thu, 10 Dec 1998 05:43:07 +0000 Geoff Voelker (w32_get_long_filename): Handle root dirs correctly.
Thu, 03 Dec 1998 03:14:46 +0000 Geoff Voelker (check_windows_init_file): Use decode_env_path when
Tue, 03 Nov 1998 22:39:04 +0000 Andrew Innes (stat): GetFileInformationByHandle can legitimately fail, so don't
Tue, 27 Oct 1998 23:42:26 +0000 Geoff Voelker (check_windows_init_file): Also look in load path specified
Wed, 07 Oct 1998 19:47:48 +0000 Geoff Voelker (init_ntproc): Check for Windows init file.
Fri, 14 Aug 1998 03:47:10 +0000 Richard M. Stallman (stat): Fall-back to default behaviour when we cannot get
Wed, 17 Jun 1998 04:22:58 +0000 Geoff Voelker (is_unc_volume, open_unc_volume, read_unc_volume,
Tue, 16 Jun 1998 04:33:08 +0000 Richard M. Stallman (sys_rename): On some network drives, rename fails with
Wed, 10 Jun 1998 21:00:39 +0000 Richard M. Stallman (sys_rename): Don't examine errno if rename didn't fail.
Fri, 05 Jun 1998 16:08:32 +0000 Karl Heuer #include sys/file.h
Sat, 30 May 1998 23:41:57 +0000 Geoff Voelker (sys_rename): Handle filenames with accented characters.
Tue, 12 May 1998 21:33:44 +0000 Richard M. Stallman (stat, get_long_basename): Fail if filename contains any
Fri, 24 Apr 1998 04:35:05 +0000 Geoff Voelker (sys_socket): Make sockets non-inheritable.
Thu, 23 Apr 1998 23:41:12 +0000 Geoff Voelker (fstat, utime): New functions; these are provided in
Fri, 17 Apr 1998 05:07:15 +0000 Geoff Voelker (sys_read): Clear carriage return flag.
Wed, 15 Apr 1998 14:40:43 +0000 Eli Zaretskii (sys_pipe): Use binary pipe I/O unconditionally.
Thu, 09 Apr 1998 18:12:46 +0000 Karl Heuer (min, max): Define as macros.
Thu, 09 Apr 1998 17:06:31 +0000 Karl Heuer (unrequest_sigio, request_sigio): Fix prototype.
Wed, 03 Sep 1997 00:43:20 +0000 Geoff Voelker Include stddef.h.
Thu, 10 Jul 1997 20:10:09 +0000 Geoff Voelker (sys_shutdown): New function.
Mon, 20 Jan 1997 01:52:48 +0000 Geoff Voelker Rebuild Vsystem_configuration at startup.
Mon, 20 Jan 1997 00:38:22 +0000 Geoff Voelker Change all uses of win95, winnt, and win32
Wed, 15 Jan 1997 20:19:54 +0000 Richard M. Stallman (get_emacs_configuration): Return windows95 instead of win95.
Tue, 19 Nov 1996 07:04:49 +0000 Geoff Voelker Use new names for w32 files
Tue, 19 Nov 1996 04:59:23 +0000 Geoff Voelker Change identifiers of the form win32* to w32*.
Sun, 07 Jul 1996 01:59:24 +0000 Miles Bader (normalize_filename): Always lower-case drive letters, even on systems
Wed, 12 Jun 1996 18:19:40 +0000 Richard M. Stallman Delete restrict_dos_process.
Wed, 12 Jun 1996 15:58:53 +0000 Richard M. Stallman (restrict_dos_process): Renamed from can_run_dos_process.
Sat, 08 Jun 1996 00:22:50 +0000 Richard M. Stallman (init_environment): Read PRELOAD_WINSOCK from registry if
Fri, 07 Jun 1996 23:07:00 +0000 Richard M. Stallman (sys_mktemp): Complete rewrite.
Thu, 06 Jun 1996 17:07:00 +0000 Richard M. Stallman (init_winsock): Dynamically link to SetHandleInformation.
Mon, 03 Jun 1996 21:18:55 +0000 Richard M. Stallman (normalize_filename): New function.
Wed, 22 May 1996 00:36:27 +0000 Karl Heuer (get_volume_info): Always update *pPath correctly, even if
Fri, 17 May 1996 21:45:30 +0000 Karl Heuer (_sys_read_ahead): Handle sleep here.
Wed, 15 May 1996 14:38:30 +0000 Karl Heuer (sys_read): Introduce a small delay before reading from
Sat, 11 May 1996 17:26:00 +0000 Richard M. Stallman (map_win32_filename): If not a fat volume, cvt name to dos.
Fri, 03 May 1996 18:32:52 +0000 Geoff Voelker (nt_stat, nt_ctime): Functions deleted.
Fri, 29 Mar 1996 04:24:58 +0000 Geoff Voelker (rename): New function.
Sun, 21 Jan 1996 00:31:34 +0000 Geoff Voelker (nt_stat): Use alloca instead of xmalloc.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Thu, 04 Jan 1996 05:01:44 +0000 Geoff Voelker (getuid): Only return root uid if Administrator.
Tue, 07 Nov 1995 07:36:09 +0000 Geoff Voelker (nt_get_resource, init_environment): Defined.
Sun, 08 Oct 1995 19:38:53 +0000 Richard M. Stallman Indentation change.
Fri, 30 Jun 1995 21:12:37 +0000 Geoff Voelker (PASSWD_FIELD_SIZE): Defined.
Sat, 10 Jun 1995 21:45:43 +0000 Geoff Voelker Include config.h before stdio.h.
Tue, 30 May 1995 21:50:07 +0000 Karl Heuer Change Vuser_real_name to Vuser_real_login_name.
Fri, 26 May 1995 05:26:17 +0000 Geoff Voelker (configuration_buffer): Increase size.
Wed, 12 Apr 1995 02:10:10 +0000 Karl Heuer (nt_ctime): Defined.
Tue, 01 Nov 1994 10:27:02 +0000 Richard M. Stallman Initial revision