cvs commit: parrot/io io.c

2002-06-02 Thread mrjoltcola
cvsuser 02/06/02 14:16:39 Modified:io io.c Log: this is C++ keyword. Revision ChangesPath 1.23 +2 -2 parrot/io/io.c Index: io.c === RCS file: /cvs/public/parrot/io/io.c,v retrievin

cvs commit: parrot/include/parrot io.h

2002-06-02 Thread mrjoltcola
cvsuser 02/06/02 14:15:37 Modified:include/parrot io.h Log: this is C++ keyword. Revision ChangesPath 1.19 +2 -2 parrot/include/parrot/io.h Index: io.h === RCS file: /cvs/public/parrot/inc

cvs commit: parrot TODO

2002-06-02 Thread grunblatt
cvsuser 02/06/02 20:03:05 Modified:.TODO Log: Typo. Revision ChangesPath 1.15 +1 -1 parrot/TODO Index: TODO === RCS file: /home/perlcvs/parrot/TODO,v retrieving revision 1.14 r

cvs commit: parrot/include/parrot debug.h

2002-06-02 Thread grunblatt
cvsuser 02/06/02 17:44:59 Modified:include/parrot debug.h Log: Added the `eval` (e) command used like this: eval set_s_sc S4 "string\n" Revision ChangesPath 1.4 +13 -1 parrot/include/parrot/debug.h Index: debug.h =

cvs commit: parrot/t/op basic.t

2002-06-02 Thread jgoff
cvsuser 02/06/02 21:20:17 Modified:.assemble.pl t/op basic.t Log: Added support for embedded hex characters and newlines. Added tests to make sure the hex characters actually work. Revision ChangesPath 1.58 +4 -3 parrot/assemble.pl

cvs commit: parrot assemble.pl

2002-06-02 Thread jgoff
cvsuser 02/06/02 20:52:33 Modified:.assemble.pl Log: Aiyee, forgot binmode() for Windows boxen. Revision ChangesPath 1.57 +1 -0 parrot/assemble.pl Index: assemble.pl === RCS file:

cvs commit: parrot/languages/BASIC basic.pl

2002-06-02 Thread clintp
cvsuser 02/06/02 20:51:53 Modified:languages/BASIC basic.pl Log: Minor edits for compilation Revision ChangesPath 1.10 +5 -2 parrot/languages/BASIC/basic.pl Index: basic.pl === RCS file: /

cvs commit: parrot debug.c

2002-06-02 Thread grunblatt
cvsuser 02/06/02 17:43:44 Modified:.debug.c Log: Added the `eval` (e) command used like this: eval set_s_sc S4 "string\n" Revision ChangesPath 1.4 +150 -4parrot/debug.c Index: debug.c ==

cvs commit: parrot/t/op macro.t

2002-06-02 Thread jgoff
cvsuser 02/06/02 19:05:47 Modified:t/op macro.t Log: D'oh. Missing an 'end' opcode. Revision ChangesPath 1.8 +1 -0 parrot/t/op/macro.t Index: macro.t === RCS file: /cvs/public/parrot/