Not logged in

200 timeline items related to "trunk" occurring around 2011-03-30 17:20:27.

2011-12-06
19:04
[6136ede88d] more use of variables| instead of elements (user: crc, tags: trunk)
14:04
[47458cc28d] use variables| in editor (user: crc, tags: trunk)
2011-11-28
19:49
[02e552134e] rxbasic: used whend, fix some minor bugs (user: crc, tags: trunk)
2011-11-26
15:34
[e2df5469fe] autopsy: now with vi style key bindings (user: crc, tags: trunk)
2011-11-25
17:51
[26f4d13a0e] editor: now use 'i' to enter edit mode, 'esc' to return to command mode; fix embedded docs (user: crc, tags: trunk)
17:06
[545ff85ff0] editor: use whend combinator instead of "dup nn = [ drop .., ] drop .., ifTrue" (user: crc, tags: trunk)
2011-11-24
20:54
[634ee8a601] editor: switch from ijkl to hjkl (vim style) key movement (user: crc, tags: trunk)
2011-11-19
03:31
[261a9b3415] use whend in cloak of darkness game (user: crc, tags: trunk)
03:23
[c8adca5c9b] use whend in tic-tac-toe game (user: crc, tags: trunk)
2011-11-18
19:58
[101cf9d86c] use whend combinator in autopsy (user: crc, tags: trunk)
2011-11-10
18:48
[7fa17d1509] initial port of a simple drawing application using canvas original was for retro 10 (user: crc, tags: trunk)
15:48
[737320dc2b] add a tic-tac-toe and simple example of canvas' usage (user: crc, tags: trunk)
2011-10-27
02:13
[740cd5e702] a simple ascii maze I wrote for my kids a few years back. updated for retro 11. original at https://github.com/crcx/retroforth/blob/master/forthlets/maze/maze.retro (user: crc, tags: trunk)
2011-10-26
17:44
[d544c51fe9] autopsy: continue small refactorings for readability purposes (user: crc, tags: trunk)
17:36
[04301827ca] autopsy: more refactorings (user: crc, tags: trunk)
17:26
[e3189b5c30] minor refactoring in autopsy (user: crc, tags: trunk)
2011-10-25
19:07
[f0ed5090c8] editor: remove dependencies on console' vocabulary (user: crc, tags: trunk)
19:06
[a1b984fc7c] hangman: fix some paths, setup stuff (user: crc, tags: trunk)
2011-10-24
11:36
[53759181d1] move hangman to games directory (user: crc, tags: trunk)
11:35
[c857cf32b6] hangman: attempt to load the console' vocabulary if not present (user: crc, tags: trunk)
2011-09-11
04:16
[1b1f29d954] cloak of darkness: add blunder detection (user: crc, tags: trunk)
2011-09-10
22:47
[722de7250f] initial playable prototype for "cloak of darkness", a simple interactive fiction (user: crc, tags: trunk)
2011-09-05
15:12
[48a095494d] more master theorem solutions (user: crc, tags: trunk)
2011-09-03
16:30
[9a71bf6e91] basic: minor changes to contents (user: crc, tags: trunk)
2011-08-22
03:51
[d9af436d0f] three more examples from rosetta code (user: crc, tags: trunk)
02:47
[4aac9ffad0] Start adding newer rosetta code examples (user: crc, tags: trunk)
02:33
[d051478fa5] rosetta code: cleaner rot-13 implementation (user: crc, tags: trunk)
2011-08-20
22:12
[d203a4d8f8] master theorem: solution for 8-bit classics (user: crc, tags: trunk)
2011-08-19
20:50
[5896fc3ed9] new example for translating tapcode to ascii (for the master theorem) (user: crc, tags: trunk)
2011-08-18
18:46
[0f6622cab9] life: a few tiny tweaks (user: crc, tags: trunk)
18:27
[00bf314a8b] add implementation of conway's game of life (user: crc, tags: trunk)
18:27
[cf08688f30] nicer fizzbuzz (user: crc, tags: trunk)
2011-07-28
17:08
[c5e96dcab1] new string evaluator (library candidate) in user/crc/eval.rx (user: crc, tags: trunk)
17:02
[4b8092d512] unwell needs a part of autopsy... (user: crc, tags: trunk)
17:02
[cf0bb1439f] add unwell (user: crc, tags: trunk)
2011-07-23
14:42
[02ed205b53] autopsy: now catch divide by zero; stop stepper when image error detected (user: crc, tags: trunk)
2011-06-16
12:09
[dcb8eea6b4] editor: add section on saving/loading external files (user: crc, tags: trunk)
02:10
[24be3769bd] games: chess: add doc block (user: charleschilders, tags: trunk)
2011-06-15
18:17
[2736ad2c59] editor: add docs on configuring colors; fix default colors a bit (user: crc, tags: trunk)
17:22
[37b7e2fe57] editor: add documentation block (user: crc, tags: trunk)
16:13
[dfbf994e6d] editor: remove 'ws', use 'preserve' combinator instead (user: crc, tags: trunk)
2011-06-12
23:18
[5a41ec582e] update docl's accounts code to work with 11.0 image (user: charleschilders, tags: trunk)
23:18
[fe7df2932c] autopsy: fix stats display (user: charleschilders, tags: trunk)
2011-06-06
15:46
[70c5b9401a] basic: slight improvements to embedded docs (user: crc, tags: trunk)
2011-06-04
14:15
[c1f29f6585] basic: add embedded documentation block (user: crc, tags: trunk)
13:35
[a05d095ca1] basic: add range checking to RUN; avoids crash if END was not used (user: crc, tags: trunk)
13:31
[407cba5f20] basic: add a couple of error messages (invalid line #, unknown keyword, invalid LET form) (user: crc, tags: trunk)
03:50
[7caf66d35c] rosetta code: leap year example (user: charleschilders, tags: trunk)
03:41
[3a40946465] rosetta code: towers of hanoi (user: charleschilders, tags: trunk)
2011-06-03
18:03
[2cbc99cd2c] basic: add rest of core LET forms (user: crc, tags: trunk)
14:59
[4b47872f29] basic: END returns to compiler; added QUIT and REM; better UI (user: crc, tags: trunk)
14:00
[04d16f1b58] basic: a couple of bug fixes, additional LET forms (user: crc, tags: trunk)
01:46
[16fc87401f] add a minimal BASIC dialect (user: crc, tags: trunk)
2011-05-31
23:31
[8db39fbab9] assembler: finish initial docs (user: charleschilders, tags: trunk)
23:24
[f8ccd36e2b] assembler: more documentation (user: charleschilders, tags: trunk)
17:54
[972aec60b0] assembler: start work on embedded docs (user: crc, tags: trunk)
14:41
[f49dd8b388] bf: add a second example (calculate squares from 1 to 100000) (user: crc, tags: trunk)
14:14
[a6b38e42bb] bf: fix loops (user: crc, tags: trunk)
11:51
[91fa12a859] fix , in brainf*** compiler (user: crc, tags: trunk)
03:24
[d844f9fff0] add assembler, brainf*** compiler (user: charleschilders, tags: trunk)
2011-05-19
16:43
[1ab5fc11c8] update web apps; add incision pastebin code (user: crc, tags: trunk)
2011-05-18
12:14
[bd7ca711e2] autopsy: cleanups (user: crc, tags: trunk)
11:39
[fea5057aae] autopsy: start of profiling functions (user: crc, tags: trunk)
2011-05-02
17:58
[dae5014a2f] autopsy: some comments on interactive memory explorer (user: crc, tags: trunk)
16:37
[75afeb69e9] autopsy: embed start of the manual (user: crc, tags: trunk)
14:16
[e82121a214] autopsy: the single stepper appears to now work properly with large, long-running functions (e.g., "words") (user: crc, tags: trunk)
13:55
[cebe086906] more work on single stepper. still buggy. but getting closer to usable. (user: crc, tags: trunk)
2011-04-29
17:05
[68b29dbc2e] minor work on autopsy (user: crc, tags: trunk)
2011-04-24
03:29
[05fa66f4a8] autopsy: start of single-step debugger (user: charleschilders, tags: trunk)
2011-04-23
16:08
[e043a39e75] add extractDocsFrom (parsing form) to extract-doc.rx (user: crc, tags: trunk)
15:25
[73c6a0a14c] add tool to extract doc{ blocks from library files (user: crc, tags: trunk)
2011-04-20
03:28
[9ab29be741] add bmi calculator (ported from reva) (user: charleschilders, tags: trunk)
03:06
[846127691f] add chess game (port of the old RetroChess from earlier Retro and Reva releases) (user: charleschilders, tags: trunk)
02:17
[de77fb5089] hangman: update for latest image (user: charleschilders, tags: trunk)
2011-04-10
19:04
[a591e397d9] add mouse_position task from rosetta code (user: crc, tags: trunk)
17:46
[c3fa4ab2e7] add rest of existing rosetta code samples (user: crc, tags: trunk)
17:36
[35f34c4339] add more examples from rosetta code (nearing the end) (user: crc, tags: trunk)
17:25
[b8db9be2b9] more examples from rosetta code (user: crc, tags: trunk)
15:16
[048ea65e02] add rancid, an irc log viewer (user: crc, tags: trunk)
2011-04-09
16:36
[0ed15a36db] more rosetta code examples (user: crc, tags: trunk)
16:29
[f27118dfb5] more rosetta code examples (user: crc, tags: trunk)
16:21
[11591a9f88] start checking in examples that have been posted on rosettacode.org (user: crc, tags: trunk)
16:14
[d1169e580e] create a directory for examples that have been posted to rosetta code (user: crc, tags: trunk)
2011-04-08
13:14
[89b22bbc13] lots of cleanups in 1d cellular automota example (user: crc, tags: trunk)
12:33
[ba7a6f3095] hangman works w/latest image (user: crc, tags: trunk)
2011-04-06
11:50
[b96e9278eb] autopsy: fix vertical decompilation, explore modes (user: crc, tags: trunk)
2011-04-03
02:30
[0f3a61e358] clean up the 1d cellular automota; now more flexible wrt world sizes; better factoring (user: charleschilders, tags: trunk)
2011-04-02
23:37
[8bb2d1c8d7] 1d cellular automota example (user: charleschilders, tags: trunk)
22:48
[25ad738c26] add trivial implementation of "head" (user: charleschilders, tags: trunk)
22:42
[ed365d25d7] add a trivial "cat" implementation (user: charleschilders, tags: trunk)
22:34
[03aff1d94a] grep: don't corrupt base (user: charleschilders, tags: trunk)
22:25
[aca2f1ee1b] fix Makefile to remove *~ files (user: charleschilders, tags: trunk)
21:04
[7326d0b4e8] autopsy: add ":see" for non-parsing usage of decompiler (user: charleschilders, tags: trunk)
21:03
[4788ae3ab1] autopsy: "nav" now replaced by "explore"; use "when" for conditional blocks; parse for name/address in "explore" (user: charleschilders, tags: trunk)
20:57
[343e9dce3a] autopsy: use bi@ instead of two swaps (user: charleschilders, tags: trunk)
20:53
[e2d8fa54ed] autopsy: "see" now allows for either function names or addresses (user: charleschilders, tags: trunk)
2011-03-30
17:43
[14eca79c87] remove more old, broken stuff (user: crc, tags: trunk)
17:42
[88f90a2358] autopsy: work on fixing vertical "see" mode (user: crc, tags: trunk)
17:37
[d8059bb834] fixes to Makefile (user: crc, tags: trunk)
17:21
[066060e484] no longer include vm, image here (user: crc, tags: trunk)
17:20
[1711ec316d] old debug code remove (user: crc, tags: trunk)
17:18
[0400d5b703] move some stuff into 'util' directory (user: crc, tags: trunk)
2011-03-24
16:45
[268a006de8] add 'wc' example (user: crc, tags: trunk)
16:41
[64f5755778] smaller grep (user: crc, tags: trunk)
2011-03-21
20:15
[5d00d42d6e] update tab completion to work with latest image (user: crc, tags: trunk)
18:39
[6c52469447] updated image w/ ^strings'chop (user: crc, tags: trunk)
16:22
[f0269c2f92] add "grep" example (user: crc, tags: trunk)
2011-03-15
19:04
[0c0139f1ae] update to latest image (user: crc, tags: trunk)
2011-03-14
20:17
[5a309ea759] start updating crc's toys to work with retro 11 image (user: crc, tags: trunk)
19:26
[4869954f76] latest vm, image (user: crc, tags: trunk)
2011-02-18
19:55
[08524e804d] crc: corpse: longer, more detailed NOTES (user: crc, tags: trunk)
18:50
[2ba67b75db] crc: corpse: include a working Casket and Makefile to simplify building (user: crc, tags: trunk)
2011-02-16
19:37
[f6892f2612] corpse: minor ui tweaks (user: crc, tags: trunk)
2011-02-13
16:33
[87f9808c0a] playground: change references to 2dup to 2over (all working apps updated) (user: charleschilders, tags: trunk)
2011-02-12
17:55
[d254cde5a2] fix autopsy (user: crc, tags: trunk)
17:54
[12cef85851] updated vm, image (user: crc, tags: trunk)
2011-01-29
22:14
[988d5241c8] update image (user: charleschilders, tags: trunk)
2011-01-26
18:36
[270831b8b8] updated image with 'jump:' macro (user: crc, tags: trunk)
12:13
[1e983f83ab] updated image with 'when' combinator (user: crc, tags: trunk)
2011-01-22
21:12
[448a8ef91e] various cleanups to hangman (from crc) (user: crc, tags: trunk)
20:55
[d81024413d] update to latest image (user: crc, tags: trunk)
2011-01-19
19:55
[afdca61aac] remove old debug tool (replaced by autopsy) (user: crc, tags: trunk)
19:54
[8132c62f7d] remove old irc code (user: crc, tags: trunk)
19:46
[69bd0ac208] corpse: add html templates (user: crc, tags: trunk)
19:34
[bab18f0bf7] latest source code for corpse checked in (requires casket) (user: crc, tags: trunk)
17:15
[9f5aa980c6] update hangman; now works with retro 11 (this is a direct port, needs cleanup) (user: marc, tags: trunk)
15:52
[abfd99870e] new autopsy w/block view from Marc (user: crc, tags: trunk)
15:51
[c02afc4a80] update image w/[[ ][ ] (user: crc, tags: trunk)
14:44
[5a766a8dcb] minor cleanups/use of combinators (box.rx) (user: crc, tags: trunk)
2011-01-18
22:43
[600c7f8b01] Update box.rx -- refactoring. (user: marc, tags: trunk)
18:53
[8ac11923ab] Add .thread (now used by thread'); .fill to fix margin/width problems in .edge and .rule (user: marc, tags: trunk)
17:39
[b8a7486210] Simple box diagram memory viewer for Retro 11 (experimental) (user: marc, tags: trunk)
2011-01-17
23:24
[82c2a445c5] update autopsy for latest image; use new style EOW recognition (user: charleschilders, tags: trunk)
15:20
[03e21899eb] update editor, image (user: crc, tags: trunk)
2010-12-20
00:46
[90c0b418f9] Update to 11.0-2010.12.19 and latest VM; fix editor.rx and debug.rx to work with new image (user: charleschilders, tags: trunk)
2010-11-29
23:02
[1b3b7badb8] update image to 11.0-2010.11.30 (user: charleschilders, tags: trunk)
23:01
[1595b01ef7] editor: use new each@ combinator and types' vocabulary (user: charleschilders, tags: trunk)
21:34
[f090973eb1] upgrade image (user: crc, tags: trunk)
2010-11-16
19:45
[25b3671a47] use ^ in all areas of hangman (user: crc, tags: trunk)
18:20
[f07b468712] start using ^ rather than open the full vocabulary (hangman) (user: crc, tags: trunk)
18:09
[e5f0ff793e] fix hangman game (user: crc, tags: trunk)
18:02
[11c620f2bb] cleanup to hangman (still broken) (user: crc, tags: trunk)
15:30
[180b240e3a] updates to hangman, eval.rx now uses withLength (user: crc, tags: trunk)
15:26
[2cec1ea458] finish color support in editor (user: crc, tags: trunk)
15:24
[f104d19a99] start of customizable colors; updated image (user: crc, tags: trunk)
2010-11-15
21:06
[2e3015e033] add comments on { } in editor (user: crc, tags: trunk)
20:49
[282bc6e115] add { and } to load and save a blockfile (user: crc, tags: trunk)
20:11
[b85ceef2f2] hide 'eval' (user: crc, tags: trunk)
20:07
[ac5dbf5f28] editor now checks screeen dimensions, displays error if too small (user: crc, tags: trunk)
18:33
[bff0e5a332] add block editor (user: crc, tags: trunk)
2010-11-14
15:04
[b1f910be0c] autopsy: add help text, '1' to jump to address directly (user: charleschilders, tags: trunk)
2010-11-13
15:53
[14497043a4] refactor and cleanup autopsy using quotes (user: crc, tags: trunk)
14:11
[792d0c7a11] start of work on autopsy; a tool for debugging and exploration of an image (user: crc, tags: trunk)
14:10
[0f035d2d90] update image to 11.0-2010.11.13 (user: crc, tags: trunk)
2010-10-25
20:25
[7058f95d8e] hangman: minor cleanups to main file (user: crc, tags: trunk)
20:20
[819dd8a89b] hangman: use string' in dict.retro instead of rolling a custom lowercase routine (user: crc, tags: trunk)
20:18
[1d10a0b3b3] hangman: use quotes in graphics.retro (user: crc, tags: trunk)
18:56
[8b7b6c9b3c] remove files.retro from hangman (user: crc, tags: trunk)
18:35
[f52ead2f32] random updates (user: crc, tags: trunk)
18:29
[54e5f1b915] update to 11.0-2010.10.24 image (user: crc, tags: trunk)
2010-09-30
00:22
[260bcca5a3] Use escapes in hangman (user: charleschilders, tags: trunk)
2010-09-29
19:21
[1a142fdeaf] fix hangman (user: crc, tags: trunk)
19:20
[8e6e398734] update to latest vm and image (needs rebuild) (user: crc, tags: trunk)
2010-09-20
00:53
[e091b5413a] update debug.rx for latest image. refactor the code a bit as well. (user: charleschilders, tags: trunk)
2010-09-19
23:15
[720b103870] Update hangman game for latest image (user: charleschilders, tags: trunk)
23:11
[9af46357c5] update docl's tab completion for the latest image (user: charleschilders, tags: trunk)
23:08
[a9a3dd29b3] Bump image to .19; add VM with updated instruction set. Please rebuild vm! (user: charleschilders, tags: trunk)
2010-09-15
19:37
[6657e41bde] Minor updates to irc client (user: crc, tags: trunk)
19:34
[c44b785881] initial update to debug.rx (user: crc, tags: trunk)
18:23
[24efd34450] fix hangman game to work with latest image (user: crc, tags: trunk)
18:10
[388bff82d8] use print instead of type in tabcompletion (user: crc, tags: trunk)
18:10
[635d8d4464] bump image to .15 (user: crc, tags: trunk)
2010-09-13
18:43
[8eafc4e897] Use strings' (hangman) (user: crc, tags: trunk)
18:29
[5dfd844821] cleanups to graphics.retro (hangman) (user: crc, tags: trunk)
18:28
[dfaab3790e] Add shell script to start hangman game (user: crc, tags: trunk)
17:47
[e36ceb0de7] Remove unneeded files from hangman (user: crc, tags: trunk)
2010-09-12
21:10
[7352e89669] Tab Completion (user: luke, tags: trunk)
20:20
[c2f69bb48c] small tweak to showCompletions (user: charleschilders, tags: trunk)
16:54
[5b177ebbc9] Fix IRC client (user: charleschilders, tags: trunk)
16:38
[8c64fabb65] Remove some code that is now part of Retro (user: charleschilders, tags: trunk)
16:19
[e96ace507c] Update 'hangman' to work with latest changes (user: charleschilders, tags: trunk)
16:09
[835f3b2b4c] Add a "broken" directory for code that no longer works with latest image (user: charleschilders, tags: trunk)
16:08
[2c65df0f22] Update image (user: charleschilders, tags: trunk)
2010-08-23
00:32
[295e55b3ab] Start of new debugger (user: charleschilders, tags: trunk)
2010-08-22
16:24
[2f647f11e8] Update image backport from rx.fossil (user: charleschilders, tags: trunk)
16:20
[720ed8205b] Updated VM w/support for console dimensions backport from rx.fossil (user: charleschilders, tags: trunk)
2010-08-19
13:34
[f17123c212] move optional extensions from rx.fossil into the playground (user: crc, tags: trunk)
2010-08-18
10:15
[de5a1bf8e2] Update to .17 image; fixes a bug in $.find and tightens a few definitions (user: charleschilders, tags: trunk)
10:14
[f797a21c8c] Add start of debug words ("see"; "nav") in debug.rx (user: charleschilders, tags: trunk)
2010-08-14
16:21
[fbc851a371] update to .14 image; fixes a bug in using prefixes on words in alternate chains (user: crc, tags: trunk)
14:45
[58f5878c50] crcx hangman uses chained vocabularies and search order now (user: crc, tags: trunk)
14:39
[88b4127246] crcx fixed point library updated to use chained vocabularies (user: crc, tags: trunk)
14:29
[1434cca35f] crcx irc.retro now uses chained vocabularies (user: crc, tags: trunk)
14:25
[b4c5b4c3b0] crcx alexandria.retro now uses chained vocabularies (user: crc, tags: trunk)
14:18
[3610151b02] crcx patengi.retro now uses chained vocabularies (user: crc, tags: trunk)
14:16
[41b88f85ad] Update to 2010.08.09 image (user: crc, tags: trunk)
2010-07-26
14:49
[8e0ceb946a] update image to 2010.07.26 (user: crc, tags: trunk)
14:44
[e5535ec322] 2010.07.25 image (user: crc, tags: trunk)
2010-07-25
02:16
[18c985f9ed] Update fixed point library (user: charleschilders, tags: trunk)
02:15
[70b3f787d6] Update irc client (user: charleschilders, tags: trunk)