Not logged in

101 timeline items related to "trunk" occurring around 2011-12-07 12:34:14.

2011-12-07
12:34
[537872ae2e] Leaf: continue replacing elements with variables| (user: crc, tags: trunk)
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)