0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added comment. More... over 13 years ago
Fixed bad comment character. More... over 13 years ago
Drafts of 'blog articles. See http://kernelbob.wordpress.com/ More... over 13 years ago
Implemented string->list. More... over 13 years ago
Environment refs for local variables. More... over 13 years ago
Implemented environment references. Still can't insert them into code. More... over 13 years ago
Cosmetic. More... over 13 years ago
Moved "#include <stdio.h>" outside function body. More... over 13 years ago
Added assertions to vector_set_nc(). More... over 13 years ago
Environments as vectors now working. More... over 13 years ago
Cosmetic. More... over 13 years ago
Cosmetic. More... over 13 years ago
Factored env construction out of eval.c and into env.c More... over 13 years ago
Made some printf's 64 bit clean. More... over 13 years ago
New list utilities: is_list(), irregular_list_length(), cons_if_changed(). More... over 13 years ago
Now initializes superclass before subclass. More... almost 14 years ago
Suppress warning in optimized build. More... almost 14 years ago
Cosmetic. More... almost 14 years ago
fib - trivial performance benchmark in C, Python and Scheme. More... almost 14 years ago
Replaced "bool.h" with <stdbool.h>. More... almost 14 years ago
Added a period ('.') at the end of the test pass message. More... almost 14 years ago
Split UNDEFINED into UNINITIALIZED and UNSPECIFIED. More... almost 14 years ago
Declared eval's registers volatile. More... almost 14 years ago
Reordered specials by user visibility. More... almost 14 years ago
Wrote more. More... almost 14 years ago
Found some cool call/cc examples on the interwebs. More... about 14 years ago
Now collects garbage before each test case. Prevents spurious GC exceptions. More... about 14 years ago
Tweak: increased min heap utilization. More... about 14 years ago
Bug fix: was ignoring errors on test scripts. More... about 14 years ago
Added explicit "-O0" to debug CFLAGS. More... about 14 years ago