0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix warnings/bug. return 0 not NULL. More... about 23 years ago
Add attribution for Brad. More... about 23 years ago
Updated for has_method() More... about 23 years ago
Add has_methods() op/function for ColdC. More... about 23 years ago
Remove entry that has been done. More... about 23 years ago
Updated. More... about 23 years ago
Sorted native tests (start of them anyway). More... about 23 years ago
New lookup implementation that uses Berkeley DB. More... about 23 years ago
* Tie in natives for sorted list stuff. More... about 23 years ago
Sorted list code and natives. More... about 23 years ago
Avoid useless strlen() calls. More... about 23 years ago
Potential bugfix. More... about 23 years ago
* Lookup and bind native methods while compiling the DB so that they can be used within eval blocks in coldcc to let you test natives in the test suite. (Bruce) * Remove some useless strlen() calls. More... about 23 years ago
* Avoid writing back size/offset values if they haven't changed in binarydb.c. (Bruce) More... about 23 years ago
* data_cmp() compares objnums by their numerical value now. (Bruce) More... about 23 years ago
* Add ability to get both size and char* data from an ident to avoid useless strlen() calls. (Bruce) More... about 23 years ago
Make sure the object has a name before trying to print it. More... about 23 years ago
textdb.c - don't preallocate that huge dict, that was for tec dict.c - change initializers to use memset where possible - rename double_hashtab_size to increase_hashtab_size list.c - preallocate in units of 16 quickhash.c - change initializers to use memset where possible - rename double_hashtab_size to increase_hashtab_size string_tab.c - change initializers to use memset where possible More... over 23 years ago
Limit bucket expansion to 4096 buckets. More... over 23 years ago
Oops.. don't write out objects unless they're dirty (only a problem #ifndef USE_DIRTY_THREAD) More... over 23 years ago
Fix name to match usage. More... over 23 years ago
Move include of config.h so that the stuff for BUILDING_COLDCC works. (Brad noticed this, I'm just the one checking it in.) More... over 23 years ago
Revert to old holders code, plus a different way of doing things to get the speed up we wanted. More... over 23 years ago
Memory leak fix. More... over 23 years ago
Add new string_tab code, encapsulation of the ident.c code to make it reusable More... over 23 years ago
#ifdef out cache history code with USE_CACHE_HISTORY More... over 23 years ago
Change obj->strings to use string_tab code More... over 23 years ago
Overhaul to use new string_tab code More... over 23 years ago
Add BUILDING_COLDCC to undefine USE_CLEANER_THREAD, USE_DIRTY_LIST, and USE_CACHE_HISTORY Add USE_CACHE_HISTORY around cache history related variables More... over 23 years ago
Add BUILDING_COLDCC define, always on right now. Controls the state of a number of behavior changing defines (see defs.h) Add USE_PARENT_OBJS, default to undefined More... over 23 years ago