| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call gnulib's careadlinkat on Windows. | Eli Zaretskii | 2011-04-06 | 1 | -2/+23 |
* | src/scroll.c, src/w32.c: Trivial whitespace changes. | Juanma Barranquero | 2011-03-29 | 1 | -52/+53 |
* | src/*.c: Remove unused parameters and other warnings. | Juanma Barranquero | 2011-03-28 | 1 | -65/+65 |
* | src/*.c: Fix more warnings about unused parameters. | Juanma Barranquero | 2011-03-26 | 1 | -3/+3 |
* | nt/*.c, src/*.c: Remove unused variables. | Juanma Barranquero | 2011-03-25 | 1 | -4/+0 |
* | src/w32*.c: Clean up extern declarations. | Juanma Barranquero | 2011-03-14 | 1 | -5/+0 |
* | Implement stubs of `readlink' and `symlink' for MS-Windows. | Eli Zaretskii | 2011-02-27 | 1 | -0/+19 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | * src/w32.c (check_windows_init_file): Remove declarations of | Sam Steingold | 2011-01-19 | 1 | -1/+0 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -10/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | Back-port 2010-09-17T21:34:45Z!eliz@gnu.org from the trunk, to resolve bug #7... | Eli Zaretskii | 2010-11-22 | 1 | -1/+5 |
* | | w32.c: Fix a typo in a comment. | Eli Zaretskii | 2010-11-22 | 1 | -1/+1 |
* | | Remove config.h include guards. | Dan Nicolaescu | 2010-11-15 | 1 | -4/+0 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | src/w32*.c: Whitespace fixes and typos. | Juanma Barranquero | 2010-10-14 | 1 | -149/+141 |
* | | src/w32.c: Remove unused code and make static many functions. | Juanma Barranquero | 2010-09-27 | 1 | -162/+118 |
* | | src/w32.c (get_emacs_configuration_options): Fix previous change. | Juanma Barranquero | 2010-09-26 | 1 | -1/+2 |
* | | w32.c (get_emacs_configuration_options): Fix last change. | Eli Zaretskii | 2010-09-22 | 1 | -0/+1 |
* | | src/w32.c (get_emacs_configuration_options): Fix buffer overrun. | Juanma Barranquero | 2010-09-22 | 1 | -13/+30 |
* | | Don't make W32 code conditional on HAVE_SOCKETS, it's always defined. | Juanma Barranquero | 2010-09-20 | 1 | -47/+3 |
* | | Fix bug #6989. | Eli Zaretskii | 2010-09-17 | 1 | -1/+5 |
* | | Move declarations to header files. | Dan Nicolaescu | 2010-08-06 | 1 | -4/+0 |
* | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -58/+58 |
* | | src/w32*.c: Convert function definitions to standard C. | Juanma Barranquero | 2010-07-06 | 1 | -43/+34 |
* | | Fix bug #6237. | Eli Zaretskii | 2010-05-22 | 1 | -1/+28 |
* | | Emulate POSIX_SIGNALS on MS-Windows. | Eli Zaretskii | 2010-05-01 | 1 | -0/+24 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (stat): Fix last change. | Eli Zaretskii | 2009-07-11 | 1 | -1/+1 |
* | (logon_network_drive): Don't assume PATH is an absolute file name. | Eli Zaretskii | 2009-07-11 | 1 | -17/+37 |
* | (stat): Treat UNC file names as residing on remote drives. (Bug#3542) | Eli Zaretskii | 2009-07-09 | 1 | -3/+5 |
* | Emulation of `getloadavg' on MS-Windows: | Eli Zaretskii | 2009-07-04 | 1 | -5/+201 |
* | Remove useless if-before-xfree tests. | Jim Meyering | 2009-06-29 | 1 | -2/+1 |
* | inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. | Eli Zaretskii | 2009-03-21 | 1 | -11/+11 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766) | Juanma Barranquero | 2009-01-04 | 1 | -63/+56 |
* | (process_times): Compute sum of utime and stime. | Eli Zaretskii | 2009-01-02 | 1 | -5/+9 |
* | Reorganize implementation of Flist_system_processes and | Dan Nicolaescu | 2008-12-19 | 1 | -2/+2 |
* | * w32.c (init_environment): Don't free handle to library shell32.dll. | Juanma Barranquero | 2008-12-03 | 1 | -7/+2 |
* | (init_user_info): Allocate buf[] with xmalloc using the size needed by | Eli Zaretskii | 2008-08-30 | 1 | -81/+149 |
* | (w32_system_process_attributes) [_MSC_VER < 1300]: Alternative calculation | Eli Zaretskii | 2008-08-15 | 1 | -0/+12 |
* | (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs. | Eli Zaretskii | 2008-08-15 | 1 | -14/+179 |
* | (stat): Only root directory passed to GetDriveType. | Eli Zaretskii | 2008-08-15 | 1 | -2/+14 |
* | (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX): Rename from | Eli Zaretskii | 2008-08-15 | 1 | -6/+7 |
* | (w32_system_process_attributes): If the process does not exist, return nil. | Eli Zaretskii | 2008-08-09 | 1 | -0/+8 |
* | (process_times): Fix the case of System process. | Eli Zaretskii | 2008-08-09 | 1 | -3/+16 |
* | Include thelp32.h, psapi.h and coding.h. | Eli Zaretskii | 2008-08-09 | 1 | -4/+710 |
* | Spelling fix. | Glenn Morris | 2008-07-01 | 1 | -3/+3 |