aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: detect console state on shell start upnoconsole2Ron Yorston2023-08-201-14/+0
* win32: disable console output conversion with LC_ALL=CAvi Halachmi (:avih)2023-08-031-6/+29
* win32: add FEATURE_UTF8_OUTPUT (enabled with unicode)Avi Halachmi (:avih)2023-08-031-0/+96
* win32: unify 'convert and write to console' (no-op)Avi Halachmi (:avih)2023-08-031-17/+44
* win32: support build with FEATURE_UNICODE_SUPPORTAvi Halachmi (:avih)2023-07-221-0/+14
* win32: UTF8 input: improve missing-key-down hackAvi Halachmi (:avih)2023-07-211-11/+47
* win32: avoid crashing the console with poll(2)Ron Yorston2023-07-171-1/+1
* date: allow system date to be setRon Yorston2023-07-161-0/+23
* ash: fix 'read' shell built-in (2)Ron Yorston2023-07-121-1/+12
* ash: properly echo console input to 'read' built-inRon Yorston2023-07-121-0/+11
* win32: more console input character conversionsRon Yorston2023-07-071-0/+20
* win32: character conversion for fread(3)Ron Yorston2023-07-061-0/+15
* win32: don't crash the console *and* handle CJK inputRon Yorston2023-07-022-20/+21
* win32: revert to previous console input method by defaultRon Yorston2023-07-012-6/+12
* win32: code shrink readConsoleInput_utf8Ron Yorston2023-07-012-4/+5
* win32: remove superfluous euro codeRon Yorston2023-07-011-18/+0
* win32: UTF8 console input: don't spin the CPUAvi Halachmi (:avih)2023-06-301-3/+5
* win32: UTF8 input: avoid timeout when delivering UTF8 bytesAvi Halachmi (:avih)2023-06-281-6/+14
* win32: the great UTF8 ReadConsoleInput hackAvi Halachmi (:avih)2023-06-282-2/+163
* win32: don't assume console CP equals OEM CPAvi Halachmi (:avih)2023-06-282-55/+55
* win32: reduce impact of euro support (2)Ron Yorston2023-06-231-1/+3
* win32: reduce impact of euro supportRon Yorston2023-06-231-10/+12
* win32: make support for euro input a separate optionRon Yorston2023-06-221-4/+4
* win32: include UTF-8 manifestRon Yorston2023-06-203-0/+14
* Fix for old mingw-w64 (32-bit)Ron Yorston2023-06-151-0/+3
* Fixes for old mingw-w64Ron Yorston2023-06-141-0/+4
* win32: code shrinkRon Yorston2023-06-041-7/+2
* win32: change interpretation of BB_OVERRIDE_APPLETSRon Yorston2023-06-021-10/+2
* win32: fix euro symbol handlingRon Yorston2023-06-021-3/+1
* win32: skip test for non-console apps if necessaryRon Yorston2023-06-021-0/+4
* ash: enable 'set -/+o noconsole'Ron Yorston2023-06-011-8/+6
* win32: support "app exec link" reparse pointsRon Yorston2023-05-271-1/+36
* win32: crtl-c interrupts non-console applicationsRon Yorston2023-05-231-1/+36
* win32: changes to signal handlingRon Yorston2023-05-231-8/+13
* win32: further code shrink quote_args()Ron Yorston2023-04-281-19/+3
* win32: code shrink copying of argvRon Yorston2023-04-281-4/+14
* win32: improved error for overlong command lineRon Yorston2023-04-271-1/+6
* win32: code shrink quote_args()Ron Yorston2023-04-271-58/+20
* win32: export xappendword()Ron Yorston2023-04-231-0/+12
* win32: further fix incorrect path search in spawnvpRon Yorston2023-04-161-1/+3
* win32: fix incorrect path search in spawnvpRon Yorston2023-04-141-3/+1
* win32: ignore ctrl-c in parent of execve(2)Ron Yorston2023-04-051-4/+14
* win32: use CheckTokenMembership() to check privilegeRon Yorston2023-03-251-14/+16
* drop: add cdrop and pdrop aliasesRon Yorston2023-03-191-1/+1
* runuser,drop: drop runuser, tweak dropRon Yorston2023-03-191-1/+1
* runuser,drop: code shrinkRon Yorston2023-03-191-3/+2
* win32: delay adjusting code pageRon Yorston2023-03-171-1/+12
* runuser: add 'drop' as an alias for runuserRon Yorston2023-03-162-2/+2
* win32: code shrink detection of executablesRon Yorston2023-03-162-16/+29
* runuser: new appletRon Yorston2023-03-132-13/+32