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)