aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57Ron Yorston2024-02-201-0/+2
* win32: avoid console windows from CGI scriptsRon Yorston2024-02-071-1/+1
* win32: UTF8_OUTPUT: recover quicker from bad byteAvi Halachmi (:avih)2024-01-311-12/+19
* win32: import dirname(3) from mingw-w64Ron Yorston2024-01-302-0/+288
* win32: hardcode numeric value of MANIFEST resourceRon Yorston2024-01-231-2/+3
* win32: add aarch64 to uname(2)Ron Yorston2024-01-211-0/+3
* build system: more clang/llvm tweaksRon Yorston2024-01-182-3/+0
* win32: fix detection of directories in stat(2)Ron Yorston2024-01-041-3/+5
* win32: code shrink procps_scan()Ron Yorston2023-12-311-2/+2
* httpd: consistently leak memory, or notRon Yorston2023-12-311-3/+8
* win32: fix clang error/warningRon Yorston2023-12-311-3/+3
* httpd: enable support for CGIRon Yorston2023-12-201-2/+58
* win32: code shrink execve(2) implementationRon Yorston2023-12-181-2/+2
* httpd: fix return code when run in backgroundRon Yorston2023-12-151-11/+5
* win32: only search PATH for compressorRon Yorston2023-11-141-12/+18
* win32: avoid terminal weirdness induced by GradleRon Yorston2023-10-241-2/+2
* win32: avoid terminal weirdness induced by Gradle?Ron Yorston2023-10-221-0/+2
* win32: fix handling of relative pathsRon Yorston2023-10-041-12/+3
* sort: add support for sorting version stringsRon Yorston2023-10-012-0/+63
* win32: missing support for "app exec link" reparse pointsRon Yorston2023-09-181-1/+2
* win32: improved support for manifestsRon Yorston2023-09-144-0/+50
* win32: convert exit codesRon Yorston2023-09-142-8/+36
* make: return non-zero exit status when a command failsRon Yorston2023-09-121-0/+5
* win32: UTF8_INPUT: fix combining of some surrogates pairsAvi Halachmi (:avih)2023-09-111-1/+1
* Merge pull request #355 from avih/utf8-output-speedupRon Yorston2023-08-251-2/+8
|\
| * win32: UTF8_OUTPUT: speedup for big outputsAvi Halachmi (:avih)2023-08-241-2/+8
* | make: fix POSIX buildRon Yorston2023-08-241-2/+1
|/
* win32: replace readlink(2)Ron Yorston2023-08-211-11/+15
* 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