| Commit | Date | |
|---|---|---|
| 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 |
|
[r2608]
by
david_costanzo
Fix an invalid memory read bug that only recently became a problem due to the change that accepts files on the command-line. Basically, the logic would read memory beyond the end of the command line when a "-L" was given, but it would ignore all of the input until it found a NUL. After my last change, FMSLogo no longer ignored this memory, so it became more obvious that something bad was happening. I suppose this could explain some strange behavior whenever the -L parameter was given, but I have never seen any problems that I would blame on this bug. |
2008-03-03 09:09:21 | Tree |