summaryrefslogtreecommitdiff
path: root/console-tools/loadacm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-091-1/+1
| | | | | | (except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due to missing stuff in the library). -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-3/+2
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+5
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* More minor updates to docs (and making apps behave as the docsErik Andersen2000-04-191-3/+11
| | | | | suggest they should) -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+2
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-350/+314
| | | | -Erik
* Add the beginings of some regression testing. Add in the recentlyErik Andersen1999-12-291-0/+441
contributed loadacm utility (for dealing with unicode fonts) -Erik