From ed43cf427aea4757158d93c360e300c5e26f058e Mon Sep 17 00:00:00 2001 From: gdr Date: Tue, 2 Dec 1997 05:28:37 +0000 Subject: [PATCH] added listing for regex and stack checking routines --- NOTES/status.lib | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/NOTES/status.lib b/NOTES/status.lib index 9e4792f..7768dc0 100644 --- a/NOTES/status.lib +++ b/NOTES/status.lib @@ -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