| Commit | Date | |
|---|---|---|
|
[r4256]
by
david_costanzo
Formally thank Peter De Watcher for opening a bug report on gcc |
2017-01-08 16:26:38 | Tree |
|
[r4255]
by
david_costanzo
Fix a class of warnings that is emitted by recent versions of g++: |
2017-01-02 23:33:54 | Tree |
| 2017-01-02 20:30:12 | Tree | |
|
[r4253]
by
david_costanzo
Fix Bug #485; Remove the synopsis for EDIT taking zero inputs. There is some behavior for this in UCBLogo (re-opening the same file as used in a previous EDIT call), but since FMSLogo also deletes the temp file after closing, this behavior doesn't make sense in FMSLogo. Instead of trying to add it, I decided to document the existing behavior. |
2016-11-23 23:13:23 | Tree |
| 2016-11-23 23:03:59 | Tree | |
| 2016-11-23 23:00:40 | Tree | |
|
[r4250]
by
david_costanzo
Port MESSAGEBOX to be implementing using wxWidgets instead of win32-specific functions so that it's avaiable on GNU/Linux builds of FMSLogo. |
2016-11-13 23:26:13 | Tree |
|
[r4249]
by
david_costanzo
Fix bug #484; BYE now immediately exits when run at the top-level of a file that is loaded from the command-line. The heart of the fix is to make all primitives return an Unbound value when exiting to avoid the "you don't say what to do with" errors. The rest of the changes udpate all parts that of the code that evaluate Logo code to do so within a start_execution() and stop_execution() so that a "close" event can be sent if the application is exiting. |
2016-11-13 21:49:07 | Tree |
|
[r4248]
by
david_costanzo
Simplify the shutdown logic. Also fix a bug that caused the debug screensaver to have assert failure (the size of the wxTempDC needed to be set) |
2016-11-13 21:46:16 | Tree |
|
[r4247]
by
david_costanzo
Correct the names of global variables and a function in a comment (this was a copy&paste legacy from the OWL implementation). |
2016-11-13 04:30:57 | Tree |