Age | Commit message (Expand) | Author |
2024-12-07 | tests: adjust testcases after previous commit | Jo-Philipp Wich |
2024-12-02 | types, vm: refactor usage of global variables | Jo-Philipp Wich |
2024-09-20 | fs: add ioctl() file method | Jonas Jelonek |
2024-06-17 | fs: add lock() file method | Felix Fietkau |
2024-06-17 | fs: add truncate() file method | Felix Fietkau |
2023-07-27 | main: enable signal dispatching in the standalone cli interpreter | Jo-Philipp Wich |
2023-07-12 | source: fix source offset accounting | Jo-Philipp Wich |
2023-05-30 | lib: support object ordering in `uc_sort()` | Jo-Philipp Wich |
2023-01-23 | types: fix array unshift operations and add test coverage | Jo-Philipp Wich |
2023-01-09 | fs: add `isatty()` function | Petr Štetiar |
2022-12-02 | tests: fixup testcases | Jo-Philipp Wich |
2022-11-29 | tests: relax sleep() test | Jo-Philipp Wich |
2022-10-04 | lib: implement slice() function | Jo-Philipp Wich |
2022-09-05 | lib: add limit support to split() and replace() | Jo-Philipp Wich |
2022-08-29 | lib: extend render() to support function values | Jo-Philipp Wich |
2022-08-29 | lib: improve getenv() and split() implementations | Jo-Philipp Wich |
2022-08-24 | lib: introduce three new functions call(), loadstring() and loadfile() | Jo-Philipp Wich |
2022-08-12 | lib: implement gc() | Jo-Philipp Wich |
2022-06-01 | syntax: adjust number literal parsing and string to number conversion | Jo-Philipp Wich |
2022-06-01 | lib: refactor `uc_int()` | Jo-Philipp Wich |
2022-05-30 | lib: rework uc_index() implementation | Jo-Philipp Wich |
2022-05-19 | lib: introduce hexenc() and hexdec() | Jo-Philipp Wich |
2022-04-07 | lib: let `json()` accept input objects implementing `read()` method | Jo-Philipp Wich |
2022-03-31 | types: fix escape sequence encoding of high byte values in JSON strings | Jo-Philipp Wich |
2022-03-22 | lib: add date and time related functions | Jo-Philipp Wich |
2022-03-21 | Merge pull request #53 from jow-/string-format-argpos-support | Jo-Philipp Wich |
2022-03-20 | lib: add argument position support (`%m$`) to `sprintf()` and `printf()` | Jo-Philipp Wich |
2022-03-15 | tests: 16_sort: fix logic flaw exposed on OS X | Jo-Philipp Wich |
2022-03-14 | lib: adjust require(), render() and include() raw mode semantics | Jo-Philipp Wich |
2022-02-15 | tests: fix proto() testcase | Jo-Philipp Wich |
2022-02-11 | lib: change `ord()` to always return single byte value | Jo-Philipp Wich |
2022-02-03 | tests: add functional tests for builtin functions | Jo-Philipp Wich |