aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* win32: more changes to console/terminal modesRon Yorston2023-03-071-19/+19
* win32: virtual terminal input fixesRon Yorston2023-03-061-4/+1
* win32: enable Unix read_key() for virtual terminalRon Yorston2023-03-051-1/+4
* win32: add virtual terminal support to termios(3)Ron Yorston2023-03-052-111/+45
* win32: changes to console mode handlingRon Yorston2023-03-051-20/+56
* win32: revise poll(2) for use in ncRon Yorston2023-03-031-7/+11
* win32: update poll(2) to match latest gnulib versionRon Yorston2023-03-031-12/+37
* win32: try to recover from strange console modeRon Yorston2023-02-211-4/+14
* win32: shuffle skip_ansi_emulation() codeRon Yorston2023-02-191-6/+8
* win32: work around problem with ConEmuRon Yorston2023-02-191-1/+3
* win32: only change console mode if necessaryRon Yorston2023-02-191-7/+10
* win32: skip ACL check in stat(2) when running as rootFRP-4881-ga6c5fd4ebRon Yorston2023-02-131-1/+2
* ash,make: fix CRLF handlingRon Yorston2023-01-301-2/+3
* win32: provide a default value for HOMERon Yorston2023-01-291-5/+11
* win32: another stat(2) + access time fixRon Yorston2023-01-261-1/+1
* make: allow building as pdpmake onlyRon Yorston2023-01-241-0/+1
* win32: only count subdirectories if necessaryRon Yorston2023-01-231-3/+15
* win32: limit setting of errno when lazy loading failsRon Yorston2023-01-221-3/+3
* win32: reset errno in read_key()Ron Yorston2023-01-221-0/+1
* win32: more minor improvements to stat(2)Ron Yorston2023-01-181-29/+26
* win32: minor improvements to stat(2)Ron Yorston2023-01-171-9/+9
* win32: use ACL check to clarify write permissionRon Yorston2023-01-161-27/+30