openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
ProtoMUCK
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
over 1 year
ago.
Oct 07, 2022 — Oct 07, 2023
Showing page 2 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Another minor correction
brevantes
More...
about 13 years ago
Added indexing for [..] (array_setrange)
brevantes
More...
about 13 years ago
Minor correction
brevantes
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 [^]
brevantes
More...
about 13 years ago
Removed bogus reference
brevantes
More...
over 13 years ago
Change the default value for shutdown_delay to 0.
brevantes
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.
brevantes
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.
brevantes
More...
over 13 years ago
*** empty log message ***
brevantes
More...
over 13 years ago
Verifying whether SF is having Issues<tm> again...
brevantes
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.
brevantes
More...
over 13 years ago
Fixed a typo in REGEX PRIMS.
brevantes
More...
over 13 years ago
help.txt * Added documentation for @regexcache. man.txt * Documented the new cacheing behavior of pcre_study data.
brevantes
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.
brevantes
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.
brevantes
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.
brevantes
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.
brevantes
More...
over 13 years ago
Free the result of pcre_study when done with it.
brevantes
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.
brevantes
More...
over 13 years ago
Noticed a missing CHECKOP in PRIM_REGMATCH, apparently that's been there for awhile.
brevantes
More...
over 13 years ago
More PCRE doc corrections.
brevantes
More...
over 13 years ago
Minor corrections to new PCRE docs.
brevantes
More...
over 13 years ago
This commit is primarily an overhaul to PCRE support.
brevantes
More...
over 13 years ago
Another minor fix to the new regular expression stuff.
brevantes
More...
over 13 years ago
Fixed a typo.
brevantes
More...
over 13 years ago
Added "man regular expressions" to give folks a helpful head start.
brevantes
More...
over 13 years ago
Fixed args to regmatch
brevantes
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.
brevantes
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).
brevantes
More...
over 13 years ago
Fixed an outdated comment of mine.
brevantes
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
…
30
31
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree