index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2022-08-05
compiler: fix deriving module path from source runpath
Jo-Philipp Wich
2022-08-05
compiler: enforce stricter module compilation rules
Jo-Philipp Wich
2022-08-05
vm: don't initialize upvalues for module functions
Jo-Philipp Wich
2022-08-05
program: add serialization and deserialization for module function flag
Jo-Philipp Wich
2022-08-05
compiler: add a flag denoting module functions
Jo-Philipp Wich
2022-07-30
Merge pull request #96 from jow-/module-import-export-support
Jo-Philipp Wich
2022-07-30
treewide: unexport libucode internal functions
Jo-Philipp Wich
2022-07-30
compiler: add support for import/export statements
Jo-Philipp Wich
2022-07-30
compiler: resolve predeclared upvalues
Jo-Philipp Wich
2022-07-30
compiler: require a name in function declarations
Jo-Philipp Wich
2022-07-30
compiler: fix reported source position in inc/dec operator error
Jo-Philipp Wich
2022-07-30
tests: run_tests.sh: substitute dynamic test directory path in output
Jo-Philipp Wich
[next]