| Age | Commit message (Collapse) | Author | Files | Lines |
|
use KITTENC to embed all NLS files into executable
KITTENC does not allow loading external files anymore...
embed the cp???uni.tbl (codepage -> unicode conversion tables)
into the main executable too. however, we will still try to find
them in PATH if user cp is missing from the internal ones.
this means the distribution zip/flp now contain much fewer files.
con: some utilities now need to built in the host (kittenc & unitbl2c)
this may make the build less portable; so far unix and dos/386 still work.
|
|
|
|
|
|
|
|
|
|
|
|
message & nls files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
virtualbox-only issue.
|
|
since dual wheel support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before, patterns like 'test.???' would be passed as 'test' incorrectly.
This fixes command.com which uses this pattern when searching for
executable files.
|
|
They had spaces in the description field, so scanf '%s' would
fail to parse them.
|
|
|
|
|
|
Even though it should not be necessary, this should help some cases
where mouse control is lost when returning from a fullscreen DOS box.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|