- 10 Sep, 2019 1 commit
-
-
deuce authored
Hopfully this doesn't break the Borland or Watcom (?!) builds.
-
- 11 Apr, 2019 1 commit
-
-
rswindell authored
-
- 23 Jul, 2018 1 commit
-
-
rswindell authored
the number of decimal places in the resulting string.
-
- 20 Jul, 2018 1 commit
-
-
rswindell authored
Created byte_estimate_to_str(), much like byte_count_to_str(), except the byte count is rounded to the nearest tera/giga/mega/kilo-byte (technically tebi/gibi/mebi/kibi-byte, but ugh, I'm old-sk00l!).
-
- 19 Jul, 2018 1 commit
-
-
rswindell authored
-
- 16 Feb, 2018 1 commit
-
-
rswindell authored
We need this for MSVC2013 and MSVC2017 builds.
-
- 05 Nov, 2017 1 commit
-
-
rswindell authored
then a clarifying or modifying word (year[s], month[s], day[s], etc.). parse_byte_count() and parse_duration() now support a space between the numeric value (decimal digits) and the modifier. Hopefully this doesn't break anything, but it makes parse_duration() compatible with the strings generated with duration_to_vstr(). We might want a verbose version of byte_count_to_str() in the future, so I figured it made sense to go ahead and add the white-space skipping/parsing to prase_byte_count() now.
-
- 19 Nov, 2016 1 commit
-
-
sbbs authored
-
- 26 May, 2016 1 commit
-
-
rswindell authored
of parse_byte_count() and parse_duration()) and use them in ini_file.c
-
- 18 Jan, 2016 1 commit
-
-
rswindell authored
(or possibly intervals) in seconds or fractions of a second. Supports multipliers: (Y)ear, (W)eek, (D)ay, (H)our, and (M)inute.
-
- 11 Jan, 2016 1 commit
-
-
deuce authored
-
- 28 Sep, 2015 1 commit
-
-
rswindell authored
rename to parse_byte_count(), so we can use it more places (e.g. jsexec).
-
- 23 Jun, 2014 1 commit
-
-
deuce authored
-
- 29 Apr, 2014 3 commits
- 25 Apr, 2012 2 commits
- 24 Oct, 2011 1 commit
-
-
deuce authored
-
- 18 Oct, 2011 1 commit
-
-
rswindell authored
-
- 11 May, 2011 1 commit
-
-
deuce authored
systems with chars larger than 8 bits.
-
- 03 Jun, 2010 1 commit
-
-
rswindell authored
-
- 24 May, 2010 2 commits
- 14 Jan, 2009 1 commit
-
-
deuce authored
super-wonderfull srandomdev() where available. Where we can't, try to use /dev/urandom if possible... If that fails, start making stuff up... At some point, the Win32 build should use CryptGenRandom() which is slightly better on Windows NT/2K/XP and vastly better on Vista... not present on 9x apparently though.
-
- 23 Feb, 2008 1 commit
-
-
rswindell authored
Moved xpDateTime and isoDateTime functions from datewrap.* to xpdatetime.*. Created several new xp and ISO date time functions and macros.
-
- 22 Feb, 2008 1 commit
-
-
rswindell authored
-
- 22 Sep, 2007 1 commit
-
-
rswindell authored
the passed string. Using isspace() in truncsp().
-
- 11 Jul, 2007 1 commit
-
-
deuce authored
-
- 14 Aug, 2006 1 commit
-
-
rswindell authored
-
- 04 Jun, 2006 1 commit
-
-
rswindell authored
-
- 31 May, 2006 1 commit
-
-
rswindell authored
-
- 30 May, 2006 1 commit
-
-
deuce authored
being build thread-safe. Other libs (ie: SDL) may define it. Create new XPDEV_THREAD_SAFE to know that xpdev is suposed to be thread-safe
-
- 18 May, 2006 1 commit
-
-
deuce authored
if the passed value contains the y variable)
-
- 01 Mar, 2006 1 commit
-
-
rswindell authored
for getting the current OS command processor/shell filename.
-
- 12 Jan, 2006 1 commit
-
-
rswindell authored
functions as pointers possible (e.g. in replace_str_vars).
-
- 01 Nov, 2005 1 commit
-
-
rswindell authored
-
- 15 Oct, 2005 2 commits
- 12 Oct, 2005 1 commit
-
-
rswindell authored
MSCLOCKS_PER_SEC is no longer hard-coded to 1000 on non-*nix platforms ("ms" stands for "Microsoft", not "milliseconds"). Added comment with example (floating point) values for MSCLOCKS_PER_SEC on non-*nix platforms.
-