| Commit | Date | |
|---|---|---|
|
[r1559]
by
david_costanzo
Remove extraneous whitespace from within <userinput> tags. I also fixed a few typos that I noticed along the way. Extraneous whitespace became important when I started using CSS for the HTML output. Now that I shade examples in grey, any extraneous newlines is very apparent (and looks amateur-ish). |
2006-09-04 00:01:33 | Tree |
|
[r1558]
by
david_costanzo
Add a way to generate HTML that is suitable for uploading to the FMSLogo homepage. I also added style sheets to the HTMLHelp content .HHP for the OSs that support it. |
2006-09-03 23:30:32 | Tree |
|
[r1557]
by
david_costanzo
Add a benchmark test. I'm not sure where I'm going with this, but it's nice to have *some* benchmarks, at least. |
2006-09-03 21:13:19 | Tree |
| 2006-09-03 21:12:27 | Tree | |
| 2006-09-03 21:11:32 | Tree | |
|
[r1554]
by
david_costanzo
Dead Code/Dead Store removal: Remove some legacy functions and global variables that delt with manipulating the terminal. FMSLogo will always have it's own GUI, so terminal capabilities doesn't make sense. This change makes the code simpler and smaller, and possibly faster. |
2006-09-03 21:03:31 | Tree |
|
[r1553]
by
david_costanzo
Refactoring: Rename val_status to g_ValueStatus and create manifest constants for the possible values. The names that I chose for the values aren't that great, but it will be easy to replace them, now that they are no longer magic numbers. |
2006-09-03 08:49:50 | Tree |
| 2006-09-03 07:56:16 | Tree | |
|
[r1551]
by
david_costanzo
Change lrepeat() and lforever() to return Unbound on error, instead of NIL. This follows the pattern of all other functions. Also, improve some variable names. |
2006-09-03 05:53:12 | Tree |
| 2006-09-03 05:50:34 | Tree |