added listing for regex and stack checking routines

This commit is contained in:
gdr 1997-12-02 05:28:37 +00:00
parent 7da4e89117
commit ed43cf427a
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$Id: status.lib,v 1.5 1997/11/03 03:15:58 gdr Exp $
$Id: status.lib,v 1.6 1997/12/02 05:28:37 gdr Exp $
Key for Code Status column:
R == reviewed
@ -45,9 +45,11 @@ __C2GSMALLOC libc/gno/gsstring.c T 3 gno/gno.h
__GS2C libc/gno/gsstring.c C 3 gno/gno.h
__GS2CMALLOC libc/gno/gsstring.c C 3 gno/gno.h
__prognameGS libc/gno/gnomisc.c T 3 gno/gno.h
_assertStack libc/gno/stack2.c T 3 gno/gno.h
_beginStackCheck libc/gno/stack.asm T 3 gno/gno.h
_endStackCheck libc/gno/stack.asm T 3 gno/gno.h
_errnoText [var] libc/stdio/perror.c T na na
_getMinStack libc/gno/stack.asm T 3 gno/gno.h
_getModeEmulation libc/sys/map.c T 3 gno/gno.h
_mapErr libc/gno/map.c T 3 gno/gno.h
_mapMode2GS libc/gno/map.c T 3 gno/gno.h
@ -270,6 +272,10 @@ readdir libc/gen/dirent.c T 3 dirent.h
recv libc/sys/trap.asm C 2 sys/socket.h
recvfrom libc/sys/trap.asm C 2 sys/socket.h
recvmsg ( missing from kernel ) 2 sys/socket.h
regcomp libc/regex/regcomp.c T 3 regex.h
regerror libc/regex/regerror.c T 3 regex.h
regexec libc/regex/regexec.c T 3 regex.h
regfree libc/regex/regfree.c T 3 regex.h
remove libc/stdio/remove.c C 3 stdio.h
rename libc/sys/syscall.c T 2 stdio.h
rewind libc/stdio/rewind.c T(1) 3 stdio.h