| Commit | Date | |
|---|---|---|
|
[r4186]
by
david_costanzo
Fix the test to pass integers to SETACTIVEAREA, now that SETACTIVEAREA throws an error when given non-integral numbers. |
2016-07-20 03:08:54 | Tree |
| 2016-07-20 03:00:02 | Tree | |
|
[r4184]
by
david_costanzo
Fix an unnecessary warning when running IFTEST by replacing a call to IF with IFELSE. The call was intended to act like IFELSE, but was not testing the IF-becomes-IFELSE behavior. |
2016-07-20 02:57:28 | Tree |
|
[r4183]
by
david_costanzo
Fix an off-by-one bug that prevent cnv_node_to_intnode() from returning an int node when the number was FIXNUM_MAX. |
2016-07-20 02:40:38 | Tree |
|
[r4182]
by
david_costanzo
Fix a memory corruption bug in ranged_integer_arg that was introduced during some recent refactoring. |
2016-07-20 02:39:49 | Tree |
|
[r4181]
by
david_costanzo
Add missing #include to fix build breaks when not compiling with a precompiled header. |
2016-07-19 03:52:26 | Tree |
| 2016-07-18 04:05:30 | Tree | |
|
[r4179]
by
david_costanzo
Fix bug #338; SETACTIVEAREA now throw errors when given non-integer values. This required a little refactoring of the argument and conversion logic to provide an "integer only" argument checker. This revision also includes a regression test that SETACTIVEAREA persists the new settings to the configuration. |
2016-07-18 03:59:44 | Tree |
| 2016-07-18 03:05:35 | Tree | |
|
[r4177]
by
david_costanzo
Add a function to uninitialize the DLL subsystem. This cleans up memory which a Logo programmer may have forgotten. It also fixes an assert failure in the case when DLLFREE is not called. |
2016-07-17 21:33:04 | Tree |