0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add .cvsignorage More... over 23 years ago
* Add 'log_malloc_size parameter for config(). * Move task stack logging general functions to log.c * Change caller of task stack logging stuff to use new general function in cache.c More... over 23 years ago
* Adjust cData to have less padding on 64 bit platforms. More... over 23 years ago
* Add func_init_0_to_2(). (Bruce) * Make stack() accept parameters to specify task id and whether or not line numbers are desired. (Bruce) More... over 23 years ago
* Win32 build fix involving VRELEASE. (Allen Noe) More... over 23 years ago
* html_escape needs to encode if there are doublequotes, otherwise Bruce's added case won't be used. (Allen Noe) * Corrected random(x)'s throw message for x < 1 (Allen Noe) * Make method_bytecode() act like list_method(), specifically not returning bytecode for methods on parent objects (Allen Noe) * Also fix a bug in method_bytecode where it checks the wrong variable. (Allen Noe) More... over 23 years ago
* Integrate patch to support using doubles for the ColdC float type. (Brian, trvial modifications by Bruce and Brad) * Adjust size_* functions to all return Int. (Bruce) More... over 23 years ago
* Add log_all_task_stacks() and use it in panic() More... over 23 years ago
* call log_all_task_stacks() in panic() * add a linefeed to last log file output in panic() More... over 23 years ago
* Export vm_current() from include/execute.h * Implement and export log_all_task_stacks() More... over 23 years ago
update with note about the checkin several hours ago More... over 23 years ago
Re-enable AC_INLINE check in configure More... over 23 years ago
Major object cache cleanup - Stop using full Obj's as the active/inactive bucket headers - Maintain a dirty list to speed up cache_sync - Add logging of dirty count - Add mechanism to dump the stack every cache_watch_count's dirtying - controlled by config('cachewatch, toint($my_object)) and config('cachewatchcount, ##) More... over 23 years ago
Add changelog entries for last changes. More... over 23 years ago
* Implement log_task_stack(). * Fix my last modification to task_stack() to store 0 for line number when line numbers aren't wanted. More... over 23 years ago
Add prototype for log_task_stack(). More... over 23 years ago
Change task_stack() to let you choose which frame to obtain a stack for and to allow the programmer to choose whether they want line numbers or opcode index values. More... over 23 years ago
Mention $buffer.bufsub() More... over 23 years ago
* Add test for pad bug. * Add tests that had been around before, but weren't in this file. * Add tests for bufsub(). More... over 23 years ago
Update for my stuff and 2 typos from Brad. More... over 23 years ago
Attempt to get a native $buffer.bufsub(). More... over 23 years ago
bufsub() stuff. More... over 23 years ago
Adjust formatting. More... over 23 years ago
Add op bufsub() More... over 23 years ago
Add buffer_bufsub() More... over 23 years ago
Add comment. Would like to find a better way to invalidate method cache when changing parents. More... over 23 years ago
* cleanup config() and add a new 'cachelog parameter (Brad) * add logging of objece name and size at all db_put()'s (Brad) * add pre-allocation to cBuf's (Brad) * add sync() builtin to allow cache_sync without backup (Brad) * fix pad to disallow 0 length pad string (Bruce) * method cache fixes: don't flush cache in as many cases, and also cache negative method lookups (Bruce) More... over 23 years ago
new file with 1.1.9 More... over 23 years ago
Remove files not in 1.1.9 More... over 23 years ago
update to 1.1.9 More... over 23 years ago