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-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
2022-07-30
vm, cli: move search path into global configuration structure
Jo-Philipp Wich
2022-07-30
vm: introduce import and export opcodes
Jo-Philipp Wich
2022-07-30
vm: honor constant flag of objects and arrays
Jo-Philipp Wich
2022-07-30
vm: transparently resolve upvalue references
Jo-Philipp Wich
2022-07-30
vm: gracefully handle unresolved upvalues
Jo-Philipp Wich
2022-07-30
program: add function to globally lookup exported name
Jo-Philipp Wich
2022-07-30
program: add infrastructure to handle multiple sources per program
Jo-Philipp Wich
2022-07-30
program: fix reporting source position of first instruction
Jo-Philipp Wich
2022-07-30
program: fix en/decoding debuginfo upvalue slots in precompiled bytecode
Jo-Philipp Wich
2022-07-30
source: add tracking of exported symbols
Jo-Philipp Wich
2022-07-30
lib: honor constant flag of arrays
Jo-Philipp Wich
[next]