summaryrefslogtreecommitdiff
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Juanma Barranquero2008-02-051-1/+1
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* (w32_get_resource): Remove unused variable `ok'.Juanma Barranquero2007-10-251-1/+0
* (init_environment): Fix tiny memory leak.Juanma Barranquero2007-10-251-0/+1
* (w32_get_resource): Always close registry keys.Jason Rumney2007-09-291-0/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (_wsa_errlist): Fix typo in error message.Juanma Barranquero2007-06-201-21/+19
* (stat, get_long_basename, is_unc_volume): Use _mbspbrk instead of strpbrk.Eli Zaretskii2007-02-231-4/+9
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Wrap function headers.Kim F. Storm2006-12-271-5/+10
* (_sys_wait_accept): Fix handle leak.Kim F. Storm2006-12-211-2/+2
* (shutdown_handler): New function to exit cleanly on shutdown.Jason Rumney2006-09-031-0/+24
* (w32_valid_pointer_p): New function.Eli Zaretskii2006-08-051-0/+22
* (convert_time): Use explicit long double constants to ensure long doubleEli Zaretskii2006-07-211-3/+4
* (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.Kim F. Storm2006-07-141-14/+44
* Fix high cpu load for server sockets.Kim F. Storm2006-07-141-2/+14
* (init_environment): Simplify code that calls ExpandEnvironmentStrings and makeEli Zaretskii2006-05-191-11/+8
* (init_environment): Perform the processing of environment variables on a copyEli Zaretskii2006-05-191-4/+15
* (check_windows_init_file): Use Fget_load_suffixes instead of Vload_suffixes.Luc Teirlinck2006-02-271-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close.Eli Zaretskii2006-01-201-9/+9
* (check_windows_init_file): Fix allocation of error buffer.Kim F. Storm2005-09-121-1/+3
* 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 <Benjamin.Riefenstahl@epost.de>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