aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* (init_environment): Default HOME directory to user'sJason Rumney2005-07-141-2/+37
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (sys_chown): New function.Eli Zaretskii2005-06-241-0/+8
* (sys_setsockopt): Change arg 4 to `const void *'. In theEli Zaretskii2005-06-051-2/+2
* (gettimeofday): Use struct _timeb, not struct timeb.Eli Zaretskii2005-06-041-2/+2
* 2004-11-08 Benjamin Riefenstahl <[email protected]>Jason Rumney2005-02-151-0/+2
* (init_environment): Set emacs_dir correctly when runningJason Rumney2004-10-191-0/+26
* Rename w32_num_mouse_buttons from Vw32_num_mouse_buttons.Jason Rumney2004-05-171-5/+5
* (_sys_read_ahead): Use w32_pipe_read_delay.Jason Rumney2004-05-171-2/+2
* (struct the_group): Added.Lars Hansen2003-11-221-0/+14
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (sys_pipe): Protect against file descriptor overflow.Jason Rumney2003-08-271-4/+15
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-108/+108
* Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs buil...Ben Key2002-12-181-31/+76
* Doc fixJason Rumney2002-11-271-1/+1
* (sys_write): Avoid non-blocking mode, which is not fullyJason Rumney2002-11-251-0/+16
* Added a partial implementation of play-sound-internal for Windows. Fixed the...Ben Key2002-11-171-7/+176
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-2/+2
* (init_environment): Remove EMACSLOCKDIR.Jason Rumney2002-06-131-1/+1
* (init_environment): Remove EMACSLOCKDIR.Jason Rumney2002-06-131-1/+0
* (sys_getpeername, fcntl): New functions.Jason Rumney2002-05-031-2/+73
* (check_windows_init_file): Update call to openp.Stefan Monnier2002-04-301-1/+1
* (stat, fstat): Use file index information to generateJason Rumney2002-04-281-36/+33
* (sys_accept): Don't hide variable `s'.Juanma Barranquero2002-04-081-3/+3
* (init_winsock): Dynamically load new server and UDPJason Rumney2002-03-201-87/+249
* Include <config.h>.Pavel Janík2002-01-011-1/+5
* (emacs_root_dir): New function.Eli Zaretskii2001-12-191-0/+15
* Update calls to openp.Stefan Monnier2001-10-121-1/+1
* Don't define min/max.Gerd Moellmann2001-10-081-5/+0
* (sys_open): Try to open file without _O_CREAT first, to beGerd Moellmann2001-04-101-3/+9
* (init-environment): Duplicate local string before putenv.Jason Rumney2001-02-091-1/+1
* (init_environment): Add a version-independent site-lispAndrew Innes2001-01-191-1/+1
* (init_environment, sys_shutdown, sys_pipe): Remove unusedJason Rumney2001-01-131-5/+2
* (w32_strerror): New function.Andrew Innes2000-12-181-0/+19
* (sys_rename): Only check errno against EEXIST, and notAndrew Innes2000-12-171-3/+3
* (init_environment): Set LANG environment variable based onJason Rumney2000-11-241-2/+19
* (_ANONYMOUS_UNION) [__GNUC__]: New defineAndrew Innes2000-09-031-0/+4
* (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.Andrew Innes2000-08-221-22/+65
* (init_environment): Install code from 20.7 for providingAndrew Innes2000-07-051-52/+119
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-161-2/+2
* (init_environment): Set Vw32_num_mouse_buttons here.Jason Rumney2000-02-271-0/+6
* (sigmask): New function (does nothing).Andrew Innes2000-02-061-0/+12
* (stat): Check for directory ending in separator whenGeoff Voelker1999-08-061-2/+4
* (get_emacs_configuration): Use GetVersionEx toGeoff Voelker1999-06-241-3/+31
* (sys_strerror): New function.Andrew Innes1999-06-161-0/+95
* (init_environment): Change argv[0] to contain the full path to Emacs.Andrew Innes1999-01-301-2/+6
* (w32_get_long_filename): Handle root dirs correctly.Geoff Voelker1998-12-101-2/+2
* (check_windows_init_file): Use decode_env_path whenGeoff Voelker1998-12-031-2/+4
* (stat): GetFileInformationByHandle can legitimately fail, so don'tAndrew Innes1998-11-031-16/+17