aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/lib/ctype.c
Commit message (Collapse)AuthorAgeFilesLines
* stubdom: use host's gccKeir Fraser2008-07-041-0/+2
| | | | | | | | This makes stubdom use the host's gcc instead of downloading/compiling binutils+gcc. That requires a bunch of changes and even uncovered a few bugs, but saves a lot of time. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* [Mini-OS] Move _ctype into a moduleKeir Fraser2007-11-231-0/+27
Move the _ctype array into its own module, instead of having it defined in a header. Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>