aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* use xmalloc in w32 opendirBT Templeton2015-04-181-1/+1
* Minor fixes for MS-Windows MinGW64 build.Eli Zaretskii2014-05-261-3/+5
* Merge from emacs-24; up to 2014-04-07T20:54:[email protected]Glenn Morris2014-04-121-7/+2
|\
| * src/w32.c (sys_umask) <WRITE_USER>: Remove redundant constant.Eli Zaretskii2014-04-111-7/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-3/+3
* | Clean up array size calculationsDaniel Colascione2014-04-031-3/+3
* | src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-3/+0
* | Speed up thread startup on MS-Windows.Eli Zaretskii2014-03-251-0/+7
|/
* src/w32.c (stat_worker): Fix commentary.Eli Zaretskii2014-03-101-3/+5
* Fix an obscure bug in fstatat on Windows 9X.Eli Zaretskii2014-03-101-1/+4
* Another fix for handling of file names on Windows 9X.Eli Zaretskii2014-02-061-20/+40
* src/w32.c: Fix typos in commentary.Eli Zaretskii2014-02-051-6/+6
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-181-0/+34
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix typo in a comment in the last commit in w2.c.Eli Zaretskii2013-12-311-1/+1
* Fall back on SetNamedSecurityInfo if SetFileSecurity fails in acl_set_file.Fabrice Popineau2013-12-311-5/+102
* Fix bug #16299 with assertion violation in set-default-file-modes on Windows.Eli Zaretskii2013-12-301-0/+29
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-2/+3
* Fix minor problems in Windows emulation of getloadavg.Eli Zaretskii2013-12-171-1/+20
* Fix copy-file on MS-Windows with file names outside of current locale.Eli Zaretskii2013-12-141-0/+111
* Spelling fixes.Paul Eggert2013-12-121-4/+4
* Fixed a bug in w32-long-file-name.Eli Zaretskii2013-12-091-1/+10
* Fixed file-truename when w32-unicode-filenames is nil, fixed its doc.Eli Zaretskii2013-12-091-4/+14
* Fixed a bug in get_long_basename which broke creation of new files.Eli Zaretskii2013-12-071-1/+1
* Fixed initialization code and default-printer-name.Eli Zaretskii2013-12-071-9/+44
* Tested subprogram invocation, fixed decode_env_path.Eli Zaretskii2013-12-071-1/+1
* Added commentary about the overall design and its limitations.Eli Zaretskii2013-12-051-0/+92
* Converted image.c and gnutls.c functions that accept file names.Eli Zaretskii2013-12-031-0/+30
* File selection converted and tested.Eli Zaretskii2013-11-231-6/+3
* File ACL functions converted and tested.Eli Zaretskii2013-11-231-20/+63
* Converted symlink-related functions with minimal testing.Eli Zaretskii2013-11-231-186/+196
* Merge from mainline.Eli Zaretskii2013-11-181-1/+1
|\
| * Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* | Converted and tested stat and fstatat.Eli Zaretskii2013-11-181-101/+164
* | Converted and fixed w32_delayed_load.Eli Zaretskii2013-11-161-17/+53
* | Converted sys_unlink and sys_rmdir, got rid of pending deletion in w32proc.c.Eli Zaretskii2013-11-161-4/+33
* | sys_rename_replace converted.Eli Zaretskii2013-11-161-36/+81
* | Converted sys_mkdir and sys_open.Eli Zaretskii2013-11-161-8/+39
* | sys_link works, including enhanced error handling.Eli Zaretskii2013-11-161-7/+53
* | Convert faccessat, sys_chdir, sys_chmod, sys_creat, sys_fopen.Eli Zaretskii2013-11-091-13/+67
* | Dirent functions and directory-files are converted and work.Eli Zaretskii2013-11-091-114/+206
* | Converted map_w32_filename and its subroutines.Eli Zaretskii2013-11-081-59/+75
* | Adapt 'utime' and enhance its error handling.Eli Zaretskii2013-11-021-11/+54
* | Done with init_environment and emacs_root_dir.Eli Zaretskii2013-11-021-190/+71
* | Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-129/+73
* | getcwd and dflt_passwd stuff is done.Eli Zaretskii2013-10-261-12/+44
* | Finished conversion routines; w32-unicode-filenames exposed to Lisp.Eli Zaretskii2013-10-261-62/+119
* | Start; wrote conversion from UTF-8 to UTF-16 and ANSI.Eli Zaretskii2013-10-191-2/+106
|/
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-2/+3
* Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii2013-10-161-0/+292