I Use This!
Very High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial revision More... about 35 years ago
Added explanatory comments. More... about 35 years ago
Adapted to new cutbuffer interface. More... about 35 years ago
Initial revision More... about 35 years ago
Fix bugf in index -- last char would not be checked. More... about 35 years ago
Use stdwinevents instead of stdwinsupport. More... about 35 years ago
Compensate stdwin bug More... about 35 years ago
*** empty log message *** More... about 35 years ago
Unimportant changes. More... about 35 years ago
Comment changes. More... about 35 years ago
Changes for THINK C 4.0. More... about 35 years ago
Return -1 for errors. More... about 35 years ago
Changes for THINK C 4.0. Don't call inittime() and initmath(), let config_*.c decide about those. More... about 35 years ago
Changess for THINK C 4.0. More... about 35 years ago
Add <errno.h>. More... about 35 years ago
Added <errno.h> More... about 35 years ago
Changed include of <errno.h> More... about 35 years ago
Initial revision More... about 35 years ago
Change div() into divide(); div() is a Standard C function. More... about 35 years ago
Include <string.h> instead of "string.h". More... about 35 years ago
"Compiling" version More... about 35 years ago
Changed interface (no nodes but code). More... about 35 years ago
Function objects no longer contain a parse tree node, but intermediate code. More... about 35 years ago
Empty all modules' symbol tables, so most circular references are cleared up. (A function definition references its module's symbol table but the symbol table of course references the function...) More... about 35 years ago
Fix wrong #ifdef. More... about 35 years ago
Some extra DECREFs. More... about 35 years ago
Set parse tree in parser data structure to NULL when returning a valid parse tree to caller, so caller must free the tree. More... about 35 years ago
Free parse tree when deleting parser. More... about 35 years ago
Added opcodes for classes. More... about 35 years ago
Added prototype for new function freenode(). More... about 35 years ago