0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months 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
- Fixed a legacy bug with {func} More... over 21 years ago
Hopefully fixed more 8-bit-related stuff. More... over 21 years ago
Kicked the version up one beta increment. More... over 21 years ago
Fixed something I missed earlier related to CRLF and SOCKRECV and the 8-bit changes. More... over 21 years ago
Made some changes in hopes of getting ProtoMUCK 8-bit clean. More... over 21 years ago
- Fixed a glaring error in the ADDRESS entry. More... over 21 years ago
- Corrected an error in the ADDRESS entry. More... over 21 years ago
Even -more- changes to ARRAY_GET_PROPLIST. Hopefully I've got it right this time. More... almost 22 years ago
More changes to ARRAY_GET_PROPLIST. Added ARRAY_FILTER_FLAGS. More... almost 22 years ago
Made some changes to ARRAY_GET_PROPLIST. Hopefully it'll be less stupid now. More... almost 22 years ago
Added a reference from ARRAY_SORT to ARRAY_SORT_INDEXED, and vice-versa. More... almost 22 years ago
Changed the version number in help and man files. Added ANSI_NAME prim to manual. Added ENTRANCES_ARRAY prim to manual. More... almost 22 years ago
Fixed a memory leak in the ARRAY_NDIFF, ARRAY_NUNION and ARRAY_NINTERSECT prims. More... almost 22 years ago
Fixed a bug in ARRAY_NDIFF about it missing a type check. It would crash if you fed it anything other than an array type. More... almost 22 years ago
First major changes related to Proto 2. More... almost 22 years ago
Initial revision More... almost 22 years ago
Changed various places were arrays were using 'short' datatypes to 'int' datatypes. This removes a rather silly array size limitation. More... almost 22 years ago
Kicked the version up to 1.81b3. More... almost 22 years ago
Put cron_prog back to using #-1. More... almost 22 years ago
Fixed a bug related to invalid dbrefs passed to RawMWLevel. More... almost 22 years ago
Fixed a crasher involving BSD/OSX (and probably others) where cron_prog requests the mlevel of *NOTHING* (#-1), by defining the trigger of cron_prog to be #1 and the location to be #0. Also raised version to 1.81b2. More... almost 22 years ago
Make a change to detect Mac OS X and increase the stack size accordingly. More... almost 22 years ago
Declare 1.81 beta 1. Fix crasher for locks being retrieved by array_get_prop<x>. Fix message for @attach so it makes some sense. More... almost 22 years ago
Another fix to COPYPROPS. (Bug #720092) More... almost 22 years ago
1) Change references for BSD to <malloc.h> so that the source can find BSD malloc rather than not find it at all 2) Change C flags to include frame pointers, Winproto needs them More... almost 22 years ago
Fixed COPYPROPS issue related to non-existant source prop. (fix for bug #717304) More... almost 22 years ago
1) Changed so nan.h is only #included when math.h does not define NAN. Should fix BSD. 2) Undefine math.h's isnan and isinf for BSD, fixes compile problems on OSX and probably fixes BSD's bugs too. 3) Added support for loading an FB6 database. Primitive. Your FB6 DB WILL require editing, do not expect any password to work. But if you manually edit #1's password, you can fix the rest, ne? More... almost 22 years ago
Update version number to 1.80 More... almost 22 years ago
- Removed duplicate #defines for some of the color defines More... almost 22 years ago
- Made compile.c, p_float.c, p_math.c don't #include nan.h on APPLE systems. More... almost 22 years ago