| Commit | Date | |
|---|---|---|
|
[r2618]
by
david_costanzo
Fix bug #1518558; Running "5*" now throws a "not enough inputs to *" error, instead of a "* doesn't like [] as input" error. |
2008-03-06 16:01:29 | Tree |
| 2008-03-06 08:56:41 | Tree | |
|
[r2616]
by
david_costanzo
Refactor paren_infix() to make it a little easier to manipulate. Next I'm going to try to replace the recursion with iteration. |
2008-03-06 07:48:23 | Tree |
|
[r2615]
by
david_costanzo
Fix bug #1607580; SETACTIVEAREA no longer changes ACTIVEAREA when given bad input. |
2008-03-06 07:13:16 | Tree |
|
[r2614]
by
david_costanzo
Add logic to change the focus when pressing TAB and SHIFT+TAB on the commander history. |
2008-03-05 07:09:35 | Tree |
|
[r2613]
by
david_costanzo
Add logic to simulate the commander's navigation keys from the OWL-based FMSLogo. |
2008-03-05 06:44:43 | Tree |
|
[r2612]
by
david_costanzo
Make pressing the up-arrow on the numpad equivalent to pressing the up arrow. |
2008-03-05 06:43:23 | Tree |
|
[r2611]
by
david_costanzo
Fix a memory leak that I introduced when I removed the extra copy from reader(). If make_strnode_no_copy() returned Null_Word, then a three-byte buffer was leaked. The code now frees that buffer. |
2008-03-03 09:33:02 | Tree |
|
[r2610]
by
david_costanzo
Add logic to parse the command-line. No action is taken based on this, yet. |
2008-03-03 09:12:14 | Tree |
|
[r2609]
by
david_costanzo
Add additional tests for the command-line parsing, including tests for parsing the width and height parameters. |
2008-03-03 09:10:13 | Tree |