I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 24, 2025 — Jan 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Add function to free an entire parse tree. More... about 35 years ago
DECREF pi and e after inserting in symbol table. More... about 35 years ago
Add extra DECREF. More... about 35 years ago
Compile class definitions. Document and fix code generation for try statements. Use two bytes for all arguments. Avoid duplicate entries in lists of constants and names. More... about 35 years ago
Free parse tree after compiling. Added support for class definitions. Reorganized main interpreter loop to fetch op and arg once at the head. Use two bytes for arguments (see ceval.c). More... about 35 years ago
Fixed resizestring() to work if reference tracing is turned on. The realloc() call would move the list head without fixing the pointers to in the the chain of allocated objects... More... about 35 years ago
Moved configuration-dependent initializations (etc.) to config_*.c More... about 35 years ago
Initial revision More... about 35 years ago
Add UNREF macro if not tracing refs (see UNREF function in object.c). More... about 35 years ago
Increment line number for continuation lines. More... about 35 years ago
Reformulated err_badarg error message. More... about 35 years ago
Turn close commands into WE_CLOSE events. Remove (broken) compatibility hacks from cutbuffer interface. More... about 35 years ago
Initial revision More... about 35 years ago
*** empty log message *** More... about 35 years ago
Be more careful with negative reference counts. More... about 35 years ago