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
2021-04-26
lib: uc_system(): fix invalid free() of non-heap memory
Jo-Philipp Wich
2021-04-25
treewide: rework internal data type system
Jo-Philipp Wich
2021-04-24
treewide: fix issues reported by clang code analyzer
Jo-Philipp Wich
2021-04-24
tests: allow executing run_tests.sh from any directory
Jo-Philipp Wich
2021-04-23
Add initial GitLab and GitHub CI support
Petr Štetiar
2021-04-23
tests: add more tests
Petr Štetiar
2021-04-23
tests: custom: return exit code if tests fails
Petr Štetiar
2021-04-23
cmake: do not output binaries into lib directory
Petr Štetiar
2021-04-23
tests: create custom tests from current tests cases
Petr Štetiar
2021-04-23
main: provide just binary name in help output
Petr Štetiar
2021-04-23
lexer: fix incomplete struct initializers
Petr Štetiar
2021-04-23
cmake: enable extra compiler checks
Petr Štetiar
2021-04-23
cmake: fix includes and libraries
Petr Štetiar
2021-04-23
cmake: make 3.0 minimum version
Petr Štetiar
2021-04-21
lib: implement sleep(ms) function
Jo-Philipp Wich
2021-04-01
lib: allow parsing non-array, non-object value in json()
Jo-Philipp Wich
2021-03-31
compiler: actually expand block scope fix to for/while alt syntax
Jo-Philipp Wich
2021-03-31
compiler: ensure that alternative if/for/while syntax has own block scope
Jo-Philipp Wich
2021-03-30
tests: add missing test case for fixed switch codegen
Jo-Philipp Wich
2021-03-29
compiler: rework switch statement code generation
Jo-Philipp Wich
2021-03-29
vm: add trace mode instruction dump output fixes
Jo-Philipp Wich
2021-03-26
vm: fix another for-loop memory leak
Jo-Philipp Wich
2021-03-25
vm: fix further memory leaks in trace mode
Jo-Philipp Wich
2021-03-25
vm: fix loop variable memory leak in NEXTK/NEXTKV instruction
Jo-Philipp Wich
2021-03-25
lib: prevent use-after-free after uc_shift()
Jo-Philipp Wich
2021-03-25
object: free prototype object when registering existing ressource type
Jo-Philipp Wich
2021-03-24
compiler: fix for/break miscompilation
Jo-Philipp Wich
2021-03-24
lib: fix value refcount of uc_unshift() return value
Jo-Philipp Wich
2021-03-23
run_tests.sh: allow passing tests to run as arguments
Jo-Philipp Wich
2021-03-23
compiler: fix another try/catch miscompilation
Jo-Philipp Wich
2021-03-23
lib: fix passing uninitialized memory to sigprocmask()
Jo-Philipp Wich
2021-03-23
vm: fix leaking source context strings in trace mode
Jo-Philipp Wich
2021-03-22
lib: use execvp() in system()
Jo-Philipp Wich
2021-03-19
value: fix accessing array indexes with non-numeric values
Jo-Philipp Wich
2021-03-12
compiler: fix parsing of arrow functions with single expression body
Jo-Philipp Wich
2021-03-11
lexer: fix infinite loop in lineinfo encoding when consuming large chunks
Jo-Philipp Wich
2021-03-11
lexer: properly handle string escape sequences at buffer boundary
Jo-Philipp Wich
2021-03-11
object: prevent registering the same ressource type multiple times
Jo-Philipp Wich
2021-03-11
vm: gracefully handle property setting on non-array, non-object values
Jo-Philipp Wich
2021-03-11
compiler: fix switch case->default fallthrough
Jo-Philipp Wich
2021-03-11
run_tests.sh: add various fixes and improvements
Jo-Philipp Wich
2021-03-09
lib: prevent possible use-after-free in uc_pop()
Jo-Philipp Wich
2021-03-08
object: remove unused struct member
Jo-Philipp Wich
2021-03-08
lib: retain prototype when passing scopes to include()
Jo-Philipp Wich
2021-03-08
main: expose global prototype as `global` property on root scope
Jo-Philipp Wich
2021-03-08
lib: use uc_prototype_lookup() to obain search path property value
Jo-Philipp Wich
2021-03-08
vm: use uc_prototype_lookup() to obtain require function pointer
Jo-Philipp Wich
2021-03-08
object: introduce uc_prototype_lookup()
Jo-Philipp Wich
2021-03-08
fs: make error function available on directory, process and file handles
Jo-Philipp Wich
2021-03-08
ubus: make error function available on the connection instance
Jo-Philipp Wich
[next]