0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Oct 07, 2022 — Oct 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Another minor correction More... about 13 years ago
Added indexing for [..] (array_setrange) More... about 13 years ago
Minor correction More... about 13 years ago
compile.c: * Added assignment macros for array variables game/data/man.txt: * Documented the new assignment macros for array variables * Added missing documentation for the }TELL macro * Fixed missing index for [^] More... about 13 years ago
Removed bogus reference More... over 13 years ago
Change the default value for shutdown_delay to 0. More... over 13 years ago
This update is focused on making the event system aware of SHUTDOWN, DUMPWARN, and DUMP conditions. This allows for state driven frameworks that write out persistence data out to props without TIMER events, and don't require any babysitting when a planned @shutdown or @restart occurs. More... over 13 years ago
This update is focused on making the event system aware of SHUTDOWN, DUMPWARN, and DUMP conditions. This allows for state driven frameworks that write out persistence data out to props without TIMER events, and don't require any babysitting when a planned @shutdown or @restart occurs. More... over 13 years ago
*** empty log message *** More... over 13 years ago
Verifying whether SF is having Issues<tm> again... More... over 13 years ago
Don't use anotify_fmt to display patterns inside of @regexcache. Prevents start of line anchors (^) from being processsed as as ANSI escapes. More... over 13 years ago
Fixed a typo in REGEX PRIMS. More... over 13 years ago
help.txt * Added documentation for @regexcache. man.txt * Documented the new cacheing behavior of pcre_study data. More... over 13 years ago
p_regex.c * @regexcache returns memory stats (puny as they are), and has ANSI. inc/p_regex.h * Fixed a comment. inc/version.h * Version bump. More... over 13 years ago
* pcre_study data is now saved in the persistent regex cache. * cached pcre_study data will always be used, even by regex prims that don't normally call pcre_study on their own. * A new "@regexcache" command displays the contents of the regex cache in full. This requires BOY privileges to use, since there's no way of knowing how privileged the match strings may be to the rest of the game. It's not pretty right now, I'll fix that later. More... over 13 years ago
p_regex.c, game.c, inc/externs.h * pcre_study data is now saved in the persistent regex cache. * cached pcre_study data will always be used, even by regex prims that don't normally call pcre_study on their own. * A new "@regexcache" command displays the contents of the regex cache in full. This requires BOY privileges to use, since there's no way of knowing how privileged the match strings may be to the rest of the game. It's not pretty right now, I'll fix that later. More... over 13 years ago
look.c * Fixed an ancient bug in init_checkflags, the X flag wasn't recognized. inc/version.h * Version bump. More... over 13 years ago
Free the result of pcre_study when done with it. More... over 13 years ago
p_regex.c: * PRIM_REGSUB and PRIM_ARRAY_REGSUB now call pcre_study if REG_ALL is specified by the user. PRIM_ARRAY_REGSUB will still call pcre_study if an input array with more than two items is detected. inc/version.h: * Version bump. More... over 13 years ago
Noticed a missing CHECKOP in PRIM_REGMATCH, apparently that's been there for awhile. More... over 13 years ago
More PCRE doc corrections. More... over 13 years ago
Minor corrections to new PCRE docs. More... over 13 years ago
This commit is primarily an overhaul to PCRE support. More... over 13 years ago
Another minor fix to the new regular expression stuff. More... over 13 years ago
Fixed a typo. More... over 13 years ago
Added "man regular expressions" to give folks a helpful head start. More... over 13 years ago
Fixed args to regmatch More... over 13 years ago
Retooled notify_listeners behavior so that direct room notifies trigger listeners up the environment when allow_listeners_env is @tuned on. More... over 13 years ago
Fixed a rare race condition in timequeues due to do_compile unconditionally dequeueing the target program (even if it hadn't been compiled yet). More... over 13 years ago
Fixed an outdated comment of mine. More... over 13 years ago