1
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 14 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Put my_strdup() and my_strndup() into separate ifdefs. More... about 2 months ago
Moved my_strrchr() to src/common/missing.c and made my_basename(). More... about 2 months ago
Removed CC declaration in SDL interface Makefile. More... about 2 months ago
Ensured that either pkgconf or pkg-config can be used. More... about 2 months ago
Simplified means of not including stdint.h for DOS targets. More... about 2 months ago
Finalized (for now) Randomization Test Suite. More... about 2 months ago
Reordered display_spread() to make a little more sense. More... 3 months ago
Getting ChangeLog a bit more ready for release. More... 4 months ago
Extended the name of the randomization test to randomization test SUITE. More... 4 months ago
Laid foundation for spread test to automatically increase granularity. More... 4 months ago
Removed useless parameters fed to _bellcurve() functions. More... 4 months ago
Parked cursor out of the way for the spread test. More... 4 months ago
Cleaned up printing of bar segments and removed @set_colour calls. More... 4 months ago
Consolidated the two bin and count arrays into a single Count array. More... 4 months ago
Spread test width is now the terminal width. More... 4 months ago
Put back the Lanes variable as a Global. More... 4 months ago
Added intro to spread test. More... 4 months ago
Committed a new build of the (now named) Z-machine Randomization Test. More... 4 months ago
Commented out Serial in random.inf since this is not yet ready for release. More... 4 months ago
Added optimzations to random.inf. 6656 bytes reduced to 4096 bytes. More... 4 months ago
Changed name of randomization test to Z-machine Randomization Test More... 4 months ago
Eliminated LANES from the global variables in random.inf. More... 4 months ago
Now setting Height and Width only in Main() in random.inf. More... 4 months ago
Corrected pausing goofs for the bellcurve test in random.inf. More... 4 months ago
Fixed problem with being unable to exit the spread test. More... 4 months ago
Updated copyright and signon stuff and put random.inf in public domain. More... 4 months ago
Moved printing of the last drop count in display_bellcurve() to before the loop. More... 4 months ago
Added release and serial number display to random.inf. More... 4 months ago
Set spread test to get height from $20 instead of $24. More... 4 months ago
Fixed mistake of "top == 0;" in bellcurve test. More... 4 months ago