| Commit | Date | |
|---|---|---|
|
[r4306]
by
david_costanzo
Make REPCOUNTTEST.TIMERTEST more space efficent by changing a counter that involved string concenation to an incrementing integer. This is equally effective at testing repetition, but it uses less memory and causes less work for the garbage collecter. |
2017-03-12 01:07:47 | Tree |
|
[r4305]
by
david_costanzo
Rewrite a test to not include non-ASCII characters directly in the source code and instead use CHAR to create it. This was done so that certain UNIX tools, like grep, don't treat the file as binary. I confirmed that the bug can be reproduced in FMSLogo 7.2.0 using CHAR, so there is no loss of test coverage. |
2017-03-12 00:43:16 | Tree |
|
[r4304]
by
david_costanzo
Sweep through all the tests and update the bug numbers to match what they are in SourceForge today. The old 7-digit numbers are no longer visible after SourceForge renumbered the bugs to be per-project instead of site-wide. |
2017-03-12 00:38:22 | Tree |
|
[r4303]
by
david_costanzo
Many small non-functional improvements: |
2017-03-11 22:58:57 | Tree |
| 2017-03-11 19:07:19 | Tree | |
|
[r4301]
by
david_costanzo
Add a place-holder for a Simplified Chinese translation provided by "test down" on SourceForge. |
2017-03-11 18:56:24 | Tree |
|
[r4300]
by
david_costanzo
Add "backward compatibility" tests for DLLCALL to ensure that future enhancements don't break compatbility with old programs that happen to work. |
2017-03-06 01:52:53 | Tree |
|
[r4299]
by
david_costanzo
Clarify that arguments are passed in reverse order in DLLCALL for stdcall convention. |
2017-03-05 21:53:50 | Tree |
|
[r4298]
by
david_costanzo
Add a test case for DLLCALL when the string returned from the native function contains spaces. In this case, DLLCALL returns each word as a separate element in the returned list. |
2017-03-05 17:10:48 | Tree |
| 2017-03-04 15:57:52 | Tree |