summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/03_stdlib
AgeCommit message (Expand)Author
2023-05-30lib: support object ordering in `uc_sort()`Jo-Philipp Wich
2023-01-23types: fix array unshift operations and add test coverageJo-Philipp Wich
2023-01-09fs: add `isatty()` functionPetr Štetiar
2022-12-02tests: fixup testcasesJo-Philipp Wich
2022-11-29tests: relax sleep() testJo-Philipp Wich
2022-10-04lib: implement slice() functionJo-Philipp Wich
2022-09-05lib: add limit support to split() and replace()Jo-Philipp Wich
2022-08-29lib: extend render() to support function valuesJo-Philipp Wich
2022-08-29lib: improve getenv() and split() implementationsJo-Philipp Wich
2022-08-24lib: introduce three new functions call(), loadstring() and loadfile()Jo-Philipp Wich
2022-08-12lib: implement gc()Jo-Philipp Wich
2022-06-01syntax: adjust number literal parsing and string to number conversionJo-Philipp Wich
2022-06-01lib: refactor `uc_int()`Jo-Philipp Wich
2022-05-30lib: rework uc_index() implementationJo-Philipp Wich
2022-05-19lib: introduce hexenc() and hexdec()Jo-Philipp Wich
2022-04-07lib: let `json()` accept input objects implementing `read()` methodJo-Philipp Wich
2022-03-31types: fix escape sequence encoding of high byte values in JSON stringsJo-Philipp Wich
2022-03-22lib: add date and time related functionsJo-Philipp Wich
2022-03-21Merge pull request #53 from jow-/string-format-argpos-supportJo-Philipp Wich
2022-03-20lib: add argument position support (`%m$`) to `sprintf()` and `printf()`Jo-Philipp Wich
2022-03-15tests: 16_sort: fix logic flaw exposed on OS XJo-Philipp Wich
2022-03-14lib: adjust require(), render() and include() raw mode semanticsJo-Philipp Wich
2022-02-15tests: fix proto() testcaseJo-Philipp Wich
2022-02-11lib: change `ord()` to always return single byte valueJo-Philipp Wich
2022-02-03tests: add functional tests for builtin functionsJo-Philipp Wich