| Commit | Date | |
|---|---|---|
| 2018-04-15 22:40:31 | Tree | |
| 2018-04-01 01:44:22 | Tree | |
| 2018-04-01 01:32:40 | Tree | |
| 2018-04-01 01:22:12 | Tree | |
| 2018-03-31 22:50:19 | Tree | |
|
[r4569]
by
david_costanzo
Remove some redundant code in lportreadarray() |
2018-03-25 02:15:25 | Tree |
|
[r4568]
by
david_costanzo
Replace "char rxchar[64]" with "char rxchar", since only one byte was used. |
2018-03-25 02:08:57 | Tree |
|
[r4567]
by
david_costanzo
Reduce the scope of the "#ifndef WX_PURE" blocks so that more of FMSLogo is compiled for GNU/Linux |
2018-03-25 02:04:54 | Tree |
| 2018-03-25 01:53:12 | Tree | |
|
[r4565]
by
david_costanzo
Fix Bug #514; PORTWRITEARRAY now writes ' ' instead of random memory for non-int items in its array input Throwing a bad input error risked compatibility problems. Writing NUL would break old text-based protocols that use COM communication. Writing an ASCII space seemed to be the safest way to ignore garbage input. |
2018-03-25 01:48:14 | Tree |