| Commit | Date | |
|---|---|---|
|
[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 |
| 2008-03-03 08:50:12 | Tree | |
|
[r2606]
by
david_costanzo
Implement request #1423937; FMSLogo no longer requires the -L on the command line to load a logo file on startup. This makes it easier to create file associations and allows you to drag-and-drop a Logo program on an FMSLogo desktop shortcut. |
2008-03-03 01:54:36 | Tree |
| 2008-03-02 21:39:34 | Tree | |
|
[r2604]
by
david_costanzo
Rename "commandarg" to "g_FileToLoad" to be more explicit about its intended purpose. |
2008-03-02 20:51:00 | Tree |
| 2008-03-02 08:57:19 | Tree |