| Commit | Date | |
|---|---|---|
| 2009-07-13 05:53:13 | Tree | |
|
[r2902]
by
david_costanzo
Fix bug #2819812; Buttons created with BUTTONCREATE now respond to being pressed with the keyboard. |
2009-07-13 05:17:00 | Tree |
|
[r2901]
by
david_costanzo
Add some UI automation for pressing buttons that are created with BUTTONCREATE as a regression test for bug #2819812. |
2009-07-13 05:15:09 | Tree |
|
[r2900]
by
david_costanzo
Fix a regression where using the up arrow to select a line that contains non-ascii characters at the end would copy everything except those characters. The problem was that Borland's isspace() does not work properly for values greater than 127. The solution is to provide my own implementation that does. |
2009-07-12 06:43:35 | Tree |
|
[r2899]
by
david_costanzo
Remove some unused functions that use macros from ctype.h, which I just learned do not properly handle characters greater than 127 in Borland's compiler. |
2009-07-12 06:27:58 | Tree |
| 2009-07-12 06:26:28 | Tree | |
|
[r2897]
by
david_costanzo
Add a regression tests for bug #2819806, which is that NUMBERP on a non-ASCII word used to outputs TRUE. |
2009-07-12 06:17:49 | Tree |
|
[r2896]
by
david_costanzo
Fix bug #2819806; NUMBERP on a non-ASCII word now outputs FALSE. The bug is that isdigit() from Borland's compiler doesn't work with The fix is to use my own implementation of isdigit() that does not rely on a lookup table. This is what UCBLogo does. |
2009-07-12 06:16:52 | Tree |
| 2009-07-11 05:21:35 | Tree | |
| 2009-07-07 05:12:14 | Tree |