[Wisp-cvs] wisp/src Makefile.am,1.89,1.90 essence.c,1.209,1.210 prim.c,1.403,1.404 wordlist.txt,1.57
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-18 21:01:05
|
Update of /cvsroot/wisp/wisp/src In directory usw-pr-cvs1:/tmp/cvs-serv27827/src Modified Files: Makefile.am essence.c prim.c wordlist.txt Removed Files: sys.c sys.h Log Message: Converted sys.c to Worth code. Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/src/Makefile.am,v retrieving revision 1.89 retrieving revision 1.90 diff -u -d -r1.89 -r1.90 --- Makefile.am 7 Sep 2002 21:52:32 -0000 1.89 +++ Makefile.am 18 Sep 2002 21:00:49 -0000 1.90 @@ -10,7 +10,7 @@ wisp_SOURCES = wisp.c.nepl wisp.c death.h wordreg.c \ wordreg.h.nepl wordlist.txt dict.c dict.h node.c node.h arithm.c arithm.h \ mem.c mem.h GenWisp.pm evm.h evm.c prim.c \ - prim.h essence.c essence.h boot.wisp sys.c sys.h \ + prim.h essence.c essence.h boot.wisp \ sysconst.h sysconst.txt rgnwsysc.wisp SUBDIRS = builtin native Index: essence.c =================================================================== RCS file: /cvsroot/wisp/wisp/src/essence.c,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- essence.c 18 Sep 2002 20:59:51 -0000 1.209 +++ essence.c 18 Sep 2002 21:00:50 -0000 1.210 @@ -355,7 +355,6 @@ NN_prsymbol2string, NN_raise, NN_rat2cons, - NN_realloc, NN_record_type_discriminator, NN_record_type_huh, NN_record_type_referrer, @@ -377,7 +376,6 @@ NN_sys_fd_isset, NN_sys_fd_set, NN_sys_fd_zero, [...1205 lines suppressed...] struct cons conses [] = { @@ -2075,13 +2078,13 @@ [326]{car:CH('C'),cdr:BC 325}, [327]{car:CH('A'),cdr:BC 326}, [328]{car:CH('e'),cdr:BC 327}, -[329]{car:B 680,cdr:Q}, -[330]{car:B 679,cdr:BC 329}, -[331]{car:B 681,cdr:Q}, +[329]{car:B 682,cdr:Q}, +[330]{car:B 681,cdr:BC 329}, +[331]{car:B 683,cdr:Q}, }; /* The root node of the compiled builtin library */ struct node * -builtin_root = B 683; +builtin_root = B 685; /* essence.c ends here */ Index: prim.c =================================================================== RCS file: /cvsroot/wisp/wisp/src/prim.c,v retrieving revision 1.403 retrieving revision 1.404 diff -u -d -r1.403 -r1.404 --- prim.c 22 Jul 2002 14:53:11 -0000 1.403 +++ prim.c 18 Sep 2002 21:01:02 -0000 1.404 @@ -26,7 +26,6 @@ #include "evm.h" #include "node.h" #include "prim.h" -#include "sys.h" #include "wordreg.h" struct node *rat2cons (struct node *rat) Index: wordlist.txt =================================================================== RCS file: /cvsroot/wisp/wisp/src/wordlist.txt,v retrieving revision 1.573 retrieving revision 1.574 diff -u -d -r1.573 -r1.574 --- wordlist.txt 18 Sep 2002 20:59:21 -0000 1.573 +++ wordlist.txt 18 Sep 2002 21:01:02 -0000 1.574 @@ -164,13 +164,13 @@ sys:fork sys:fstat sys:ftruncate sys:getcwd sys:getegid sys:geteuid sys:getgid sys:getpgid sys:getpgrp sys:getpid sys:getppid sys:getuid sys:kill sys:link sys:listen sys:low:getcwd sys:lseek sys:lstat -sys:mkdir sys:nanosleep sys:ns:waitpid sys:open sys:pipe sys:read -sys:rename sys:select sys:setpgid sys:setpgrp sys:setsid sys:stat -sys:symlink sys:sync sys:tcgetattr sys:tcsetattr sys:truncate -sys:unlink sys:waitpid sys:write syscalls sysnr system-constant -system-constant-internal system-constants system-error system-path -system-type t t* tab takervec target tc tcchangeattr tcgetattr -tcgetattr-raw tcsetattr-raw tenth termios th third time tn +sys:mkdir sys:nanosleep sys:ns:for-dir-entries sys:ns:waitpid sys:open +sys:pipe sys:read sys:rename sys:select sys:setpgid sys:setpgrp +sys:setsid sys:stat sys:symlink sys:sync sys:tcgetattr sys:tcsetattr +sys:truncate sys:unlink sys:waitpid sys:write syscalls sysnr +system-constant system-constant-internal system-constants system-error +system-path system-type t t* tab takervec target tc tcchangeattr +tcgetattr tcgetattr-raw tcsetattr-raw tenth termios th third time tn too-long-character topocopy toposplit translate tree-copy true truncate truncate-not try tty? type type-of ubyte? uid undefined unix-time unknown unknown-context unknown-local unknown-open-input-file-flag --- sys.c DELETED --- --- sys.h DELETED --- |