Age | Commit message (Expand) | Author |
2022-10-18 | fs: expose `getdelim()` functionality through `fd.read()` | Jo-Philipp Wich |
2022-10-08 | Merge pull request #115 from jow-/fs-use-getline | Jo-Philipp Wich |
2022-10-08 | Merge pull request #113 from jow-/fix-regex-literal-parsing | Jo-Philipp Wich |
2022-10-07 | fs: use `getline()` for line wise read operations | Jo-Philipp Wich |
2022-10-05 | lexer: fixes for regex literal parsing | Jo-Philipp Wich |
2022-10-05 | Merge pull request #110 from jow-/lib-add-slice | Jo-Philipp Wich |
2022-10-04 | lib: implement slice() function | Jo-Philipp Wich |
2022-10-04 | Merge pull request #108 from jow-/optimizations | Jo-Philipp Wich |
2022-10-04 | main: implement print mode | Jo-Philipp Wich |
2022-10-04 | compiler: optimize function return opcode generation | Jo-Philipp Wich |
2022-10-04 | lexer: improve regex literal handling | Jo-Philipp Wich |
2022-09-30 | vm: maintain export symbol tables per program | Jo-Philipp Wich |
2022-09-29 | uloop: task: gracefully handle absent output callback | Jo-Philipp Wich |
2022-09-21 | ubus: hold reference to underlying connection until deferred is concluded | Jo-Philipp Wich |
2022-09-21 | lib: uc_system(): retry waitpid() on EINTR | Jo-Philipp Wich |
2022-09-09 | Merge pull request #104 from jow-/ubus-improvements | Jo-Philipp Wich |
2022-09-09 | ubus: support obtaining numeric error code | Jo-Philipp Wich |
2022-09-09 | ubus: add toplevel constants for ubus status codes | Jo-Philipp Wich |
2022-09-09 | ubus: allow object method call handlers to return a numeric status code | Jo-Philipp Wich |
2022-09-05 | lib: add limit support to split() and replace() | Jo-Philipp Wich |
2022-09-05 | Merge pull request #103 from jow-/fs-open-permission-argument | Jo-Philipp Wich |
2022-09-05 | Merge pull request #102 from jow-/lib-remove-regex-capture-group-limits | Jo-Philipp Wich |
2022-09-05 | fs: add optional third permission argument to fs.open() | Jo-Philipp Wich |
2022-09-05 | lib: remove fixed capture group limit in match() and regex 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 | examples: add module search path initialization and freeing | Jo-Philipp Wich |
2022-08-24 | ubus: fix GCC strncpy() truncation warning | Jo-Philipp Wich |
2022-08-24 | Merge pull request #101 from jow-/loadfile-support | Jo-Philipp Wich |
2022-08-24 | lib: introduce three new functions call(), loadstring() and loadfile() | Jo-Philipp Wich |
2022-08-24 | lib: introduce helper function for indenting error messages | Jo-Philipp Wich |
2022-08-24 | lib: simplify include_path() | Jo-Philipp Wich |
2022-08-24 | source: avoid null pointer access in uc_source_runpath_set() | Jo-Philipp Wich |
2022-08-24 | types: gracefully handle unpatched upvalues in ucv_free() | Jo-Philipp Wich |
2022-08-24 | README.md: document gc() function | Jo-Philipp Wich |
2022-08-12 | Merge pull request #99 from jow-/gc-control | Jo-Philipp Wich |
2022-08-12 | main: introduce -g flag to allow enabling periodic gc from cli | Jo-Philipp Wich |
2022-08-12 | lib: implement gc() | Jo-Philipp Wich |
2022-08-12 | vm: support automatic periodic GC runs | Jo-Philipp Wich |
2022-08-12 | types: treat vm->exports as GC roots | Jo-Philipp Wich |
2022-08-07 | Merge pull request #98 from jow-/dynlink-support | Jo-Philipp Wich |
2022-08-06 | compiler: add import statement support for dynamic extensions | Jo-Philipp Wich |
2022-08-06 | vm: introduce new I_DYNLOAD opcode | Jo-Philipp Wich |
2022-08-06 | lib: internally expose new uc_require_library() helper | Jo-Philipp Wich |
2022-08-06 | vm: don't treat offset 0 special for exceptions | Jo-Philipp Wich |
2022-08-06 | compiler: don't treat offset 0 special at syntax errors | Jo-Philipp Wich |
2022-08-06 | Merge pull request #97 from jow-/module-import-export-fixes | Jo-Philipp Wich |
2022-08-05 | compiler: improve formatting of nested syntax error messages | Jo-Philipp Wich |
2022-08-05 | program: remove now unused uc_program_export_lookup() | Jo-Philipp Wich |
2022-08-05 | compiler: rework export index allocation | Jo-Philipp Wich |