summaryrefslogtreecommitdiff
path: root/src/w32.c
Commit message (Expand)AuthorAge
* (sys_open): Try to open file without _O_CREAT first, to beGerd Moellmann2001-04-10
* (init-environment): Duplicate local string before putenv.Jason Rumney2001-02-09
* (init_environment): Add a version-independent site-lispAndrew Innes2001-01-19
* (init_environment, sys_shutdown, sys_pipe): Remove unusedJason Rumney2001-01-13
* (w32_strerror): New function.Andrew Innes2000-12-18
* (sys_rename): Only check errno against EEXIST, and notAndrew Innes2000-12-17
* (init_environment): Set LANG environment variable based onJason Rumney2000-11-24
* (_ANONYMOUS_UNION) [__GNUC__]: New defineAndrew Innes2000-09-03
* (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.Andrew Innes2000-08-22
* (init_environment): Install code from 20.7 for providingAndrew Innes2000-07-05
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-16
* (init_environment): Set Vw32_num_mouse_buttons here.Jason Rumney2000-02-27
* (sigmask): New function (does nothing).Andrew Innes2000-02-06
* (stat): Check for directory ending in separator whenGeoff Voelker1999-08-06
* (get_emacs_configuration): Use GetVersionEx toGeoff Voelker1999-06-24
* (sys_strerror): New function.Andrew Innes1999-06-16
* (init_environment): Change argv[0] to contain the full path to Emacs.Andrew Innes1999-01-30
* (w32_get_long_filename): Handle root dirs correctly.Geoff Voelker1998-12-10
* (check_windows_init_file): Use decode_env_path whenGeoff Voelker1998-12-03
* (stat): GetFileInformationByHandle can legitimately fail, so don'tAndrew Innes1998-11-03
* (check_windows_init_file): Also look in load path specifiedGeoff Voelker1998-10-27
* (init_ntproc): Check for Windows init file.Geoff Voelker1998-10-07
* (stat): Fall-back to default behaviour when we cannot getRichard M. Stallman1998-08-14
* (is_unc_volume, open_unc_volume, read_unc_volume,Geoff Voelker1998-06-17
* (sys_rename): On some network drives, rename fails withRichard M. Stallman1998-06-16
* (sys_rename): Don't examine errno if rename didn't fail.Richard M. Stallman1998-06-10
* #include sys/file.hKarl Heuer1998-06-05
* (sys_rename): Handle filenames with accented characters.Geoff Voelker1998-05-30
* (stat, get_long_basename): Fail if filename contains anyRichard M. Stallman1998-05-12
* (sys_socket): Make sockets non-inheritable.Geoff Voelker1998-04-24
* (fstat, utime): New functions; these are provided inGeoff Voelker1998-04-23
* (sys_read): Clear carriage return flag.Geoff Voelker1998-04-17
* (sys_pipe): Use binary pipe I/O unconditionally.Eli Zaretskii1998-04-15
* (min, max): Define as macros.Karl Heuer1998-04-09
* (unrequest_sigio, request_sigio): Fix prototype.Karl Heuer1998-04-09
* Include stddef.h.Geoff Voelker1997-09-03
* (sys_shutdown): New function.Geoff Voelker1997-07-10
* Rebuild Vsystem_configuration at startup.Geoff Voelker1997-01-20
* Change all uses of win95, winnt, and win32Geoff Voelker1997-01-20
* (get_emacs_configuration): Return windows95 instead of win95.Richard M. Stallman1997-01-15
* Use new names for w32 filesGeoff Voelker1996-11-19
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-19
* (normalize_filename): Always lower-case drive letters, even on systemsMiles Bader1996-07-07
* Delete restrict_dos_process.Richard M. Stallman1996-06-12
* (restrict_dos_process): Renamed from can_run_dos_process.Richard M. Stallman1996-06-12
* (init_environment): Read PRELOAD_WINSOCK from registry ifRichard M. Stallman1996-06-08
* (sys_mktemp): Complete rewrite.Richard M. Stallman1996-06-07
* (init_winsock): Dynamically link to SetHandleInformation.Richard M. Stallman1996-06-06
* (normalize_filename): New function.Richard M. Stallman1996-06-03
* (get_volume_info): Always update *pPath correctly, even ifKarl Heuer1996-05-22