| Commit message (Expand) | Author | Age | Files | Lines |
* | Rationalize enqueue_forked_task interface and fix program_ref leak inUNSAFE.OPTS | bjj | 1998-12-06 | 3 | -61/+53 |
* | Fix a server crash when force_input() fills the input queue of an | bjj | 1998-11-23 | 1 | -3/+9 |
* | Change bytecode generation so that x=f(x) calls f() without holding a ref | bjj | 1997-09-09 | 6 | -191/+222 |
* | set_verb_code() doesn't really need a verb generation bump. | nop | 1997-07-07 | 1 | -6/+11 |
* | Because we use first-parent-with-verbs as a verb cache key, we can skip | nop | 1997-07-07 | 1 | -4/+19 |
* | Pattern cache was not storing case_matters flag, causing many patterns to | bjj | 1997-07-03 | 1 | -3/+8 |
* | Cache one pc/lineno pair with each Program. Hopefully most programs that | bjj | 1997-06-05 | 3 | -76/+18 |
* | Tweak nop's verbcache by moving an actual handle into vc_entry to avoid the | bjj | 1997-06-05 | 1 | -26/+52 |
* | Oops, make sure to free words as M_STRING_PTRS, not M_STRING. I crashed | nop | 1997-05-30 | 1 | -6/+10 |
* | Almost time for a release.ROGUE.3 | nop | 1997-05-29 | 1 | -1/+1 |
* | Stupid hack to allow non-gcc compilers to use -Dinline= to make the server | nop | 1997-05-29 | 2 | -8/+19 |
* | Make sure to clear prev_stacks to avoid referring to uninitialized memory | nop | 1997-05-29 | 1 | -217/+24 |
* | Added Jason Maltzen's builtin to return a list version of cache stats. | nop | 1997-05-29 | 2 | -6/+68 |
* | Needed a place to dump db-layer tuning functions... | nop | 1997-05-29 | 0 | -0/+0 |
* | Cleanup of Jay's last checkin to avoid some code duplication. | bjj | 1997-05-24 | 1 | -22/+15 |
* | Included Erik's notes from 1.8.0p6. | nop | 1997-05-23 | 1 | -140/+0 |
* | Set version to include "alpha" status. Don't release the server without | nop | 1997-05-23 | 1 | -1/+1 |
* | Failure during property lookups/stores sometimes fails to free the string | nop | 1997-05-23 | 1 | -263/+130 |
* | Added experimental support for 32-bit pointer model on Alpha with DEC cc. | nop | 1997-05-23 | 1 | -5/+28 |
* | Fix a memleak when a forked task was killed before it ever started. | bjj | 1997-05-21 | 1 | -513/+143 |
* | Include Jason's patch for bf_decode_binary losing on systems where | nop | 1997-05-20 | 1 | -7/+10 |
* | parse_into_words was allocating pointers to strings as strings. Predictably, | nop | 1997-05-20 | 2 | -22/+17 |
* | This time for sure! | bjj | 1997-05-12 | 1 | -4/+8 |
* | Missed the place in bf_function_info where TYPE_* constants make it into | bjj | 1997-05-11 | 1 | -37/+7 |
* | Tiny tweak to db_find_callable_verb to avoid recomputing the first parent | bjj | 1997-03-22 | 1 | -70/+80 |
* | doinsert reallocs for appending to refcnt 1 lists. note that this wins | bjj | 1997-03-21 | 1 | -54/+22 |
* | add myrealloc interface, inline free_str | bjj | 1997-03-21 | 2 | -7/+51 |
* | add var_refcount interface | bjj | 1997-03-21 | 2 | -7/+34 |
* | Some code bumming in complex_free_var (3rd most expensive function!) | bjj | 1997-03-21 | 1 | -7/+12 |
* | Allocate refcounts with objects that can be addref()'d (strings, lists,ROGUE.2 | bjj | 1997-03-20 | 3 | -95/+19 |
* | add #include "utils.h" to get new inline free_var | bjj | 1997-03-20 | 1 | -2/+7 |
* | Add a flag to the in-memory type identifier so that inlines can cheaply | bjj | 1997-03-20 | 6 | -191/+55 |
* | First pass at the new verb cache. Some ugly code inside. | nop | 1997-03-20 | 5 | -325/+103 |
* | New INPUT_APPLY_BACKSPACE option to process backspace/delete characters on no...constants.updater.1 | wrog | 2006-12-06 | 5 | -0/+40 |
* | Fix compiler warnings about undefined behavior (bv assigned twice in JUMP(REA... | wrog | 2006-12-06 | 1 | -6/+16 |
* | Fix compiler warnings about unused values | wrog | 2006-12-06 | 1 | -1/+5 |
* | Fix compiler warnings about redefining strlen/strcmp | wrog | 2006-12-06 | 1 | -1/+5 |
* | Add parser.c to clean target | wrog | 2006-12-06 | 1 | -1/+4 |
* | b=1500775 | pschwan | 2006-11-21 | 2 | -2/+10 |
* | bump version to 1.8.3, since someone has already distributed unofficial 1.8.2 | pschwan | 2006-11-03 | 2 | -25/+64 |
* | b=1552816 | pschwan | 2006-09-26 | 2 | -6/+24 |
* | found while cleaning up SF bugs | pschwan | 2006-09-25 | 1 | -2/+2 |
* | Add mention of the fix for SF bug #887464 | pschwan | 2006-09-23 | 1 | -0/+3 |
* | Fix a bugzilla reference -- the original commit message was wrong, it fixed | pschwan | 2006-09-23 | 1 | -1/+1 |
* | Changelog update in preparation for a 1.8.2 release | pschwan | 2006-09-23 | 1 | -1/+32 |
* | Add new MEMO_STRLEN option which uses the refcounting mechanism to | bjj | 2006-09-07 | 10 | -35/+126 |
* | Add third argument to open_network_connection() that associates a specific li...WAIF.ROOT.3 | bjj | 2005-09-29 | 3 | -9/+55 |
* | added "intrinsic-commands" connection optionAUTOCONF.TWO.ROOT | wrog | 2004-05-28 | 1 | -12/+141 |
* | indentation fixes | wrog | 2004-05-25 | 1 | -12/+15 |
* | merging in WROGUE changes (W_SRCIP, W_STARTUP, W_OOB) | wrog | 2004-05-22 | 25 | -390/+968 |