Changeset 444
- Timestamp:
- 08/07/07 01:08:59 (14 months ago)
- Location:
- branches/thune/thread_safe
- Files:
-
- 4 modified
-
boot.c (modified) (1 diff)
-
mkboot.t (modified) (1 diff)
-
tests/working/helpers.good (modified) (1 diff)
-
tests/working/helpers.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/boot.c
r442 r444 135 135 " reduce\n" 136 136 " dup first\n" 137 " dup series! is-type? [copy] [ string! to] either :val\n"137 " dup series! is-type? [copy] [to-text] either :val\n" 138 138 " next [\n" 139 139 " first val swap append drop\n" -
branches/thune/thread_safe/mkboot.t
r442 r444 157 157 reduce 158 158 dup first 159 dup series! is-type? [copy] [ string! to] either :val159 dup series! is-type? [copy] [to-text] either :val 160 160 next [ 161 161 first val swap append drop -
branches/thune/thread_safe/tests/working/helpers.good
r417 r444 1 --- rejoin --- 2 "<hi>" 1 3 --- split-path --- 2 4 my/path/to/ file -
branches/thune/thread_safe/tests/working/helpers.t
r417 r444 1 1 ; Test helper functions 2 3 4 "--- rejoin ---" print 5 6 ['<' "hi" '>'] rejoin . 7 2 8 3 9 "--- split-path ---" print
