aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: detect console state on shell start upnoconsole2Ron Yorston2023-08-201-1/+0
* win32: support build with FEATURE_UNICODE_SUPPORTAvi Halachmi (:avih)2023-07-221-0/+12
* date: allow system date to be setRon Yorston2023-07-161-0/+1
* ash: properly echo console input to 'read' built-inRon Yorston2023-07-121-0/+1
* win32: more console input character conversionsRon Yorston2023-07-071-0/+5
* win32: character conversion for fread(3)Ron Yorston2023-07-061-0/+2
* win32: the great UTF8 ReadConsoleInput hackAvi Halachmi (:avih)2023-06-281-0/+3
* win32: don't assume console CP equals OEM CPAvi Halachmi (:avih)2023-06-281-5/+4
* Fixes for old mingw-w64Ron Yorston2023-06-141-1/+5
* win32: fix euro symbol handlingRon Yorston2023-06-021-0/+5
* ash: enable 'set -/+o noconsole'Ron Yorston2023-06-011-1/+1
* win32: crtl-c interrupts non-console applicationsRon Yorston2023-05-231-0/+1
* win32: changes to signal handlingRon Yorston2023-05-231-1/+2
* win32: code shrink copying of argvRon Yorston2023-04-281-0/+1
* win32: export xappendword()Ron Yorston2023-04-231-0/+1
* win32: case-sensitivity in tab completionRon Yorston2023-04-191-1/+0
* win32: add fake HUP and QUIT signalsRon Yorston2023-04-031-0/+2
* win32: delay adjusting code pageRon Yorston2023-03-171-1/+0
* runuser: add 'drop' as an alias for runuserRon Yorston2023-03-161-0/+1
* win32: code shrink detection of executablesRon Yorston2023-03-161-1/+2
* runuser: new appletRon Yorston2023-03-131-0/+2
* win32: changes to console mode handlingRon Yorston2023-03-051-1/+4
* win32: only count subdirectories if necessaryRon Yorston2023-01-231-0/+1
* win32: revised implementation of setlinebuf(3)Ron Yorston2022-12-311-1/+1
* win32: remove declaration of vfork(2)Ron Yorston2022-10-311-1/+0
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-261-1/+1
* win32: return reparse tag in struct statRon Yorston2022-05-191-0/+1
* jn: new appletRon Yorston2022-05-161-0/+1
* which,ash: changes to which/command/typeRon Yorston2022-05-011-0/+1
* date: enable FEATURE_DATE_NANORon Yorston2022-04-221-0/+1
* realpath: improved support for Windows pathsRon Yorston2021-10-131-0/+3
* win32: rename is_absolute_path()Ron Yorston2021-10-121-1/+1
* ash: improve signal handlingRon Yorston2021-09-211-0/+1
* win32: changes to allow timezones in datesRon Yorston2021-09-171-0/+3
* win32: better handling of nested symlinksRon Yorston2021-08-121-0/+3
* win32: partial implementation of sync(2)Ron Yorston2021-06-071-1/+2
* sync: enable in default configurationRon Yorston2021-06-071-1/+1
* win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-071-1/+1
* win32: implement futimens(2)/utimensat(2)Ron Yorston2021-05-141-0/+10
* win32: move is_absolute_path()Ron Yorston2021-03-011-0/+1
* win32: update sysinfo(2) implementationRon Yorston2021-02-191-2/+0
* free: implement sysinfo(2) and enable free(1)Ron Yorston2021-02-181-0/+22
* ash: code shrinkRon Yorston2021-02-141-1/+0
* win32: implement symlink(2)Ron Yorston2021-02-121-1/+1
* win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-4/+0
* win32: code shrinkRon Yorston2021-02-061-4/+0
* tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-0/+4
* Merge branch 'busybox' into mergeRon Yorston2021-01-141-0/+1
* winansi: intercept calls to fputc(3)Ron Yorston2020-12-071-0/+2
* ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-6/+0