- Dec 29, 2005
-
-
deuce authored
"(null)" or "[null]"). digital man He has Spoken. So Shall it be.
-
- Dec 23, 2005
- Dec 22, 2005
-
-
deuce authored
Hopefully, he'll fix this one up so I don't need to.
-
deuce authored
-
deuce authored
getfiles() support... problem just be a read-only dir_list[i] property (file_count?)
-
deuce authored
the string, or should it replace the %c with "[null]" instead (similar to what %s does with a NULL)
-
deuce authored
unimplemented.
-
rswindell authored
-
rswindell authored
New properties: sysop_dir, user_dir, upload_dir, and lib[x].offline_dir
-
deuce authored
-
rswindell authored
the values of the newly defined macros of the same names. These allow easy comparison for scripts. Example: if(system.version_num < 31301) /* v3.13b */ print("version 3.13b or later required"); system.version_hex allows easy major/minor version number checking, parsing or printing using right-shift operations instead of division/rounding. Example: 31301/100 == 313.01 0x31301>>8 == 0x313
-
rswindell authored
properties).
-
rswindell authored
Use new VERSION_HEX macro for bbs_ver_num() result check.
-
rswindell authored
-
rswindell authored
VERSION_HEX macro).
-
rswindell authored
in a decimal number) and VERSION_HEX, ditto encoded in a hexadecimal number.
-
deuce authored
-
deuce authored
-
deuce authored
;POFF now displays the updated paging status. Add view/delete support to the ;PLAN command.
-
deuce authored
editing of .plan files.
-
- Dec 21, 2005
- Dec 20, 2005
- Dec 19, 2005
- Dec 16, 2005
-
-
deuce authored
All further wrappers should be able to call xp_vasprintf() and Just Work now imho.
-
deuce authored
-
deuce authored
wrappers can test this and stop reading va_args.
-
deuce authored
-
deuce authored
-
deuce authored
consitently on all platforms, so can't use it to convert a char * to a double. (using strtod()). Some of the conversions are dubious... ie: should a char * just be case to an int, or atoi()ed to one? Using the second method currently.
-