log src/w32.c @ 79781:a7efe7a6e6e2

age author description
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-10-25 Juanma Barranquero (w32_get_resource): Remove unused variable `ok'.
2007-10-25 Juanma Barranquero (init_environment): Fix tiny memory leak.
2007-09-29 Jason Rumney (w32_get_resource): Always close registry keys.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-06-20 Juanma Barranquero (_wsa_errlist): Fix typo in error message.
2007-02-23 Eli Zaretskii (stat, get_long_basename, is_unc_volume): Use _mbspbrk instead of strpbrk.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-12-27 Kim F. Storm Wrap function headers.
2006-12-21 Kim F. Storm (_sys_wait_accept): Fix handle leak.
2006-09-03 Jason Rumney (shutdown_handler): New function to exit cleanly on shutdown.
2006-08-05 Eli Zaretskii (w32_valid_pointer_p): New function.
2006-07-21 Eli Zaretskii (convert_time): Use explicit long double constants to ensure long double
2006-07-14 Kim F. Storm (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
2006-07-14 Kim F. Storm Fix high cpu load for server sockets.
2006-05-19 Eli Zaretskii (init_environment): Simplify code that calls ExpandEnvironmentStrings and make
2006-05-19 Eli Zaretskii (init_environment): Perform the processing of environment variables on a copy
2006-02-27 Luc Teirlinck (check_windows_init_file): Use Fget_load_suffixes instead of Vload_suffixes.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-20 Eli Zaretskii (sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close.
2005-09-12 Kim F. Storm (check_windows_init_file): Fix allocation of error buffer.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-14 Jason Rumney (init_environment): Default HOME directory to user's
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-24 Eli Zaretskii (sys_chown): New function.
2005-06-05 Eli Zaretskii (sys_setsockopt): Change arg 4 to `const void *'. In the
2005-06-04 Eli Zaretskii (gettimeofday): Use struct _timeb, not struct timeb.
2005-02-15 Jason Rumney 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2004-10-19 Jason Rumney (init_environment): Set emacs_dir correctly when running
2004-05-17 Jason Rumney Rename w32_num_mouse_buttons from Vw32_num_mouse_buttons.
2004-05-17 Jason Rumney (_sys_read_ahead): Use w32_pipe_read_delay.
2003-11-22 Lars Hansen (struct the_group): Added.
2003-09-01 Miles Bader Add arch taglines
2003-08-27 Jason Rumney (sys_pipe): Protect against file descriptor overflow.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-12-18 Ben Key Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
2002-11-27 Jason Rumney Doc fix
2002-11-25 Jason Rumney (sys_write): Avoid non-blocking mode, which is not fully
2002-11-17 Ben Key Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-06-13 Jason Rumney (init_environment): Remove EMACSLOCKDIR.
2002-06-13 Jason Rumney (init_environment): Remove EMACSLOCKDIR.
2002-05-03 Jason Rumney (sys_getpeername, fcntl): New functions.
2002-04-30 Stefan Monnier (check_windows_init_file): Update call to openp.
2002-04-28 Jason Rumney (stat, fstat): Use file index information to generate
2002-04-08 Juanma Barranquero (sys_accept): Don't hide variable `s'.
2002-03-20 Jason Rumney (init_winsock): Dynamically load new server and UDP
2002-01-01 Pavel Janík Include <config.h>.
2001-12-19 Eli Zaretskii (emacs_root_dir): New function.
2001-10-12 Stefan Monnier Update calls to openp.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-04-10 Gerd Moellmann (sys_open): Try to open file without _O_CREAT first, to be
2001-02-09 Jason Rumney (init-environment): Duplicate local string before putenv.
2001-01-19 Andrew Innes (init_environment): Add a version-independent site-lisp
2001-01-13 Jason Rumney (init_environment, sys_shutdown, sys_pipe): Remove unused
2000-12-18 Andrew Innes (w32_strerror): New function.
2000-12-17 Andrew Innes (sys_rename): Only check errno against EEXIST, and not
2000-11-24 Jason Rumney (init_environment): Set LANG environment variable based on
2000-09-03 Andrew Innes (_ANONYMOUS_UNION) [__GNUC__]: New define
2000-08-22 Andrew Innes (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.