Commit Graph

7 Commits

Author SHA1 Message Date
Stephen Heumann
573bc6efa9 Use consistent indentation within files.
Tabs have been expanded to spaces in several files that use mainly spaces for indentation.

The files ctype.asm, stdio.asm, and string.asm consistently use tabs for indentation. The tabs in these files have been left alone, except that a few tabs between sentences in comments were changed to spaces.  One space-indented line in stdio.asm was changed to use a tab.
2020-02-16 13:28:18 -06:00
Kelvin Sherlock
6006cefc70 add the c99 isblank() function 2018-03-04 22:31:11 -05:00
Stephen Heumann
89acbf2ced
Merge pull request #2 from ksherlock/toupper
tolower/toupper should work with EOF/-1
2017-11-01 18:10:48 -05:00
Stephen Heumann
9d116eae35 Rename isctrl() function to correct standard name of iscntrl().
This doesn't affect the macro, which already had the correct name.

Fixes the bug in the libca15.c test case.
2017-10-31 22:52:12 -05:00
Kelvin Sherlock
6ebb56af57 fix tolower/toupper to work with EOF/-1 2017-10-31 22:10:46 -04:00
Kelvin Sherlock
578bda8439 CR -> LF 2017-10-31 13:14:07 -04:00
mikew50
954c3a02b5 ORCA libraries, from the Opus ][ CD 2017-10-01 18:00:58 -06:00