3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Oops... The EOF_OBJ cell wasn't being initialized. Fixes bug #47.
Kevin Cozens
as kcozens
More... 10 months ago
Eliminated possible compiler warning.
Kevin Cozens
as kcozens
More... over 3 years ago
mk_atom forgot to set has_fp_exp. From patch #21 by Jesse Rosenstock.
Kevin Cozens
as kcozens
More... over 3 years ago
Use trunc() from C99. From patch #20 by Jesse Rosenstock.
Kevin Cozens
as kcozens
More... over 3 years ago
Use x and y declared at top of opexe_2 to save repeating some car() and
Kevin Cozens
as kcozens
More... over 3 years ago
Oops. The is_integer checks needed to be negated.
Kevin Cozens
as kcozens
More... over 3 years ago
Don't define APPLE in the makefile. From patch #17 by Jesse Rosenstock.
Kevin Cozens
as kcozens
More... over 3 years ago
Eliminated compiler warning.
Kevin Cozens
as kcozens
More... over 3 years ago
Corrected comment about sign of remainder result. Compile with -Wall.
Kevin Cozens
as kcozens
More... over 3 years ago
R5RS compatibility fix. Return proper type for remainder and modulo.
Kevin Cozens
as kcozens
More... almost 4 years ago
Don't define APPLE in makefile. From patch #16 by Jesse Rosenstock.
Kevin Cozens
as kcozens
More... almost 4 years ago
Eliminated last compiler warning when compiled with -Wall.
Kevin Cozens
as kcozens
More... almost 4 years ago
Another change from 2004 to quiet more compiler warnings.
Kevin Cozens
as kcozens
More... almost 4 years ago
Finally applied a patch from 2004 that quiets some compiler warnings.
Kevin Cozens
as kcozens
More... almost 4 years ago
String-ref, string-set!, vector-ref, and vector-set! index must be integer.
Kevin Cozens
as kcozens
More... almost 4 years ago
Prevent seg fault if scheme_load_named_file is passed NULL for file pointer.
Kevin Cozens
as kcozens
More... almost 4 years ago
Bumped the version number for the 1.42 release.
Kevin Cozens
as kcozens
More... almost 4 years ago
Fixed segfault in atom2str due to some break statements that got lost.
Kevin Cozens
as kcozens
More... about 8 years ago
Make various limits configurable. From a patch by Justus Winter.
Kevin Cozens
as kcozens
More... about 8 years ago
Fix function prototype for scheme_init_new().
Kevin Cozens
as kcozens
More... about 8 years ago
Added simple file to allow building via scons. From patch #2.
Kevin Cozens
as kcozens
More... almost 9 years ago
Added "tinyscheme" to the features list. From patch #10 by James Woodcock.
Kevin Cozens
as kcozens
More... almost 9 years ago
Removed redundant 'break;' statements.
Kevin Cozens
as kcozens
More... almost 9 years ago
Forgot to commit the updated CHANGES file as part of previous commit.
Kevin Cozens
as kcozens
More... almost 9 years ago
Prevent a segfault crash due to bad syntax used in a cond statement.
Kevin Cozens
as kcozens
More... almost 9 years ago
Don't need to use snprintf() in atom2str to return some fixed strings.
Kevin Cozens
as kcozens
More... over 9 years ago
Prevent possible can crash loading a file with scheme_load_file caused by
Kevin Cozens
as kcozens
More... over 9 years ago
Fixed an error in the close-port function.
Kevin Cozens
as kcozens
More... over 10 years ago
Updated the CHANGES file and bumped the version number for the 1.41 release.
Kevin Cozens
as kcozens
More... about 11 years ago
Updated "hack.txt" file with modified version of information from CMarinier.
Kevin Cozens
as kcozens
More... about 11 years ago