Fixed minor typos.
[vvhitespace] / stdlib / README.md
2020-04-05 Aaron TaylorFixed minor typos.
2020-03-31 Aaron TaylorAdded old `random` function back as `fastrand`.
2020-03-30 Aaron TaylorMoved some orphaned text from large rewrite of stdlib...
2020-03-30 Aaron TaylorRemoving personal assumptions from stdlib README.
2020-03-30 Aaron TaylorOne small formatting correction for the stdlib README.
2020-03-30 Aaron TaylorFirst draft of a real README for the VVS stdlib.
2020-03-30 Aaron TaylorAdded get_user_string to stdlib.
2020-03-28 Aaron TaylorUpdates to `stdlib_tests/` for release.
2020-03-13 Aaron TaylorAdded 'atoi' to stdlib.
2020-03-13 Aaron TaylorAdded 'isdigit' function to stdlib.
2019-12-12 Aaron TaylorAdded `gcd` function to stdlib.
2019-09-08 Aaron TaylorUpdated tests to use printsignednumber subroutine from...
2019-08-01 Aaron TaylorRemoved `isnegative` subroutine from stdlib.
2019-07-29 Aaron TaylorUpdated the stdlib and test READMEs.
2019-07-26 Aaron TaylorAdded tests for debug.pvvs.
2019-07-26 Aaron TaylorModified stdlib to use stack rotations to timeshare...
2019-07-26 Aaron TaylorAdded isnegative and lowbitand subroutines to VVS stdlib.
2019-07-26 Aaron TaylorAdded deepdup subroutine to VVS stdlib.
2019-07-26 Aaron TaylorAdded not, rshift and lshift functions to VVS stdlib.
2019-07-20 Aaron TaylorAdded stackrotatereverse function to VVS stdlib to...
2019-07-19 Aaron TaylorAdded printf and stackrotate functions to VVS stdlib.
2019-07-18 Aaron TaylorAdded ASCII string capability to `vvc`.
2019-07-18 Aaron TaylorVVS stdlib changes to `random` and `spewreg`, reallocat...
2019-07-17 Aaron TaylorAdded functions to stdlib:
2019-07-16 Aaron TaylorAdded slurp & spew functions to VVS stdlib.
2019-07-15 Aaron TaylorAdded memsrch function to VVS stdlib.
2019-07-13 Aaron TaylorAdded memcmp function to VVS stdlib.
2019-07-13 Aaron TaylorAdded memrand function to VVS stdlib.
2019-07-13 Aaron TaylorAdded memcpy function to VVS stdlib.
2019-07-13 Aaron TaylorAdded memset function to VVS stdlib.
2019-07-13 Aaron TaylorAdded VVS stdlib function to dump heap in human readabl...
2019-07-13 Aaron TaylorAdded random number generator to VVS stdlib.
2019-07-12 Aaron TaylorAdded example that prints a multi-digit number. Added...
2019-07-11 Aaron TaylorUpdated all the READMEs for VVhitespace.
2019-07-11 Aaron TaylorAdded first two functions to stdlib.