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
|