6 Commits

Author SHA1 Message Date
5cb6d1b13c readme: udpate 2025-01-21 16:30:05 +08:00
Jason Hood
9140e3bd56 Update documentation
Expand the install section, adding a note about using the Startup group.

Add a brief "How it Works" section to `readme.md`.
2017-12-23 22:04:44 +10:00
Jason Hood
0c2f9b314e Strip readme.md to just the intro & requirements 2017-11-30 21:22:10 +10:00
Jason Hood
40f59c543c Many changes, bad programmer!
Just copying the history from the source:

recognize the standard handle defines in WriteFile;
minor speed improvement by caching GetConsoleMode;
keep track of three handles (ostensibly stdout, stderr and a file);
test a DOS header exists before writing to e_oemid;
more flexible/robust handling of data directories;
files writing to the console will always succeed;
log: use API file functions and a custom printf;
     add a blank line between processes;
     set function name for MyWriteConsoleA;
scan imports from "kernel32" (without extension);
added dynamic environment variable CLICOLOR;
removed _hwrite (it's the same address as _lwrite);
join multibyte characters split across separate writes;
remove wcstok, avoiding potential interference with the host;
similarly, use a private heap instead of malloc.
2017-07-25 18:18:34 +10:00
Jason Hood
3acc7a9f14 Remove version history & my postal address from readme.md. 2014-07-04 12:57:06 +10:00
sun
dfc8a43ac8 Converted readme.txt into Markdown. 2014-07-01 22:56:13 +02:00