I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 35 years ago
Be more careful with negative reference counts. More... over 35 years ago
Added provision for THINK C which doesn't have sys_nerrors or sys_errlist. More... over 35 years ago
Moved prototyes for fmod and pow, and don't use them for THINK C. More... over 35 years ago
Added prototype for strerror. More... over 35 years ago
Removed redundant prototype for err_nomem(). Added check for negative refcnt in DELREF. More... over 35 years ago
Added new event types and selection types. More... over 35 years ago
Added S_IMODE() to strip the file type (S_IFMT) from a mode. More... over 35 years ago
Initial revision More... over 35 years ago
Changed resizing functionality. More... over 35 years ago
removed resizing functionality. More... over 35 years ago
Separated out resizing functionality. More... over 35 years ago
Added w.setwincursor(), selection, and new cut buffer interface. More... over 35 years ago
Change set/getcutbuffer to use the new stdwin interface. This makes it possible to cut/paste strings wuth embedded null bytes. More... over 35 years ago
Added prototype to declaration of strerror(). More... over 35 years ago
Added prototype for sortlist(). More... over 35 years ago
Added external interface to sort a list. More... over 35 years ago
Added some prototypes. More... over 35 years ago
Added getdictkeys() prototype. More... over 35 years ago
removed dir statement. Function arguments may now be tests. More... over 35 years ago
Added getmodulename() public interface. More... over 35 years ago
Take out duplication of code in initmodule(). More... over 35 years ago
Added prototype for reload_module. More... over 35 years ago
Added reload() functionality. More... over 35 years ago
Fix zero division checks: return if it occurs! More... over 35 years ago
Reads of zero should be legal! More... over 35 years ago
Added intobject.h and tupleobject.h includes. More... over 35 years ago
Removed reference to minmax. More... over 35 years ago
Re3moved reference to minmax. More... over 35 years ago
Fix bug in rect.intersect(): empty rects beyond the first were ignored instead of making the outcome empty... More... over 35 years ago