Changeset 63 for trunk/orca
- Timestamp:
- 02/26/06 17:02:40 (3 years ago)
- Location:
- trunk/orca
- Files:
-
- 6 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/ChangeLog
r55 r63 2 2 3 3 4 V0.0.23 - ?? February 2005 4 V0.0.24 - ?? March 2006 5 6 * 7 8 9 V0.0.23 - 26 February 2006 5 10 6 11 * Foreach no longer creates a new context. Use 'rebol in config.r to -
trunk/orca/README
r1 r63 1 ORCA v0.0.2 3README1 ORCA v0.0.24 README 2 2 3 3 -
trunk/orca/boot.c
r1 r63 381 381 "orca: true\n" 382 382 "system: context [\n" 383 " version: 0.0.2 3\n"383 " version: 0.0.24\n" 384 384 " os: none\n" 385 385 " error: context [\n" -
trunk/orca/ovalue.h
r61 r63 34 34 35 35 36 #define OR_VERSION_STR "0.0.2 3"37 #define OR_VERSION 0x00002 336 #define OR_VERSION_STR "0.0.24" 37 #define OR_VERSION 0x000024 38 38 39 39 -
trunk/orca/project.r
r61 r63 19 19 %tests/run_test 20 20 %tests/working 21 %tests/orca_test 22 %tests/orca 21 23 %support/bzip2 22 24 %util -
trunk/orca/tests/Makefile
r60 r63 6 6 7 7 clean: 8 @rm -f rebol/*.outr rebol/*.out9 8 @rm -f working/*.outr working/*.out 10 9 @rm -f orca/*.out
