Skip to content

Commit 2eb2420

Browse files
committed
Don't use character classification functions in OS rtl
This is to force the character classification functions to use the static, modified maptab that represents CP437 rather than ASCII. No functions currently operate with ASCII, while the graphx library operates with CP437. If this changes in the future, we should implement the LC_CTYPE category of locaale.h.
1 parent de96c7a commit 2eb2420

22 files changed

+306
-425
lines changed

CEdev/lib/src/std/os_functions_linked/isalnum.asm

Lines changed: 0 additions & 11 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/isalpha.asm

Lines changed: 0 additions & 10 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/iscntrl.asm

Lines changed: 0 additions & 10 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/isdigit.asm

Lines changed: 0 additions & 10 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/isgraph.asm

Lines changed: 0 additions & 11 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/islower.asm

Lines changed: 0 additions & 11 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/isprint.asm

Lines changed: 0 additions & 11 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/ispunct.asm

Lines changed: 0 additions & 11 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/isspace.asm

Lines changed: 0 additions & 12 deletions
This file was deleted.

CEdev/lib/src/std/os_functions_linked/isupper.asm

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)