summaryrefslogtreecommitdiff
path: root/src/w32.c
Commit message (Collapse)AuthorAgeFilesLines
* (nt_stat): Use alloca instead of xmalloc.Geoff Voelker1996-01-211-9/+112
| | | | | | (get_unassigned_drive_letter, is_toplevel_share_name, stat_toplevel_share): New functions for stat on remote shares. (readdir): Use IS_ANY_SEP.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-15/+16
|
* (getuid): Only return root uid if Administrator.Geoff Voelker1996-01-041-2/+16
| | | | (geteuid): Return getuid.
* (nt_get_resource, init_environment): Defined.Geoff Voelker1995-11-071-0/+107
| | | | | (prepare_standard_handles, restore_standard_handles) [HAVE_NTGUI]: Don't duplicate or restore standard handles.
* Indentation change.Richard M. Stallman1995-10-081-31/+31
|
* (PASSWD_FIELD_SIZE): Defined.Geoff Voelker1995-06-301-6/+21
| | | | | | (the_passwd_name, the_passwd_passwd, the_passwd_gecos, the_passwd_dir, the_passwd_shell, getpwuid): Use PASSWD_FIELD_SIZE. (get_emacs_configuration): Check if processor macros are defined.
* Include config.h before stdio.h.Geoff Voelker1995-06-101-1/+1
|
* Change Vuser_real_name to Vuser_real_login_name.Karl Heuer1995-05-301-5/+5
|
* (configuration_buffer): Increase size.Geoff Voelker1995-05-261-6/+29
| | | | | | (get_emacs_configuration) [WINDOWS95]: Use appropriate string. (prepare_standard_handles) [WINDOWS95]: Disable subprocesses. (reset_standard_handles): Check error number on failure.
* (nt_ctime): Defined.Karl Heuer1995-04-121-11/+86
| | | | | | | | | (gettimeofday): Defined. (nt_stat): Defined. (random): Defined. (srandom): Defined. (readdir): Include "." and "..". (get_inode_and_device_vals): Handle directories.
* Initial revisionRichard M. Stallman1994-11-011-0/+610