log src/w32.c @ 82422:77d2d5f85dbc

age author description
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.