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-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
2021-03-08
uci: fix potential invalid memory access in error()
Jo-Philipp Wich
2021-03-08
fs: fix readlink() return value
Jo-Philipp Wich
2021-03-08
value: ensure proper result of relational NaN comparison
Jo-Philipp Wich
2021-03-08
lib: introduce new proto() ucode function
Jo-Philipp Wich
2021-03-08
object: introduce uc_protoref_new()
Jo-Philipp Wich
2021-03-08
value: support traversing the prototype chain of array values
Jo-Philipp Wich
2021-03-08
vm: fix global scope refcount imbalance
Jo-Philipp Wich
2021-03-08
README.md: document trace() function
Jo-Philipp Wich
2021-02-26
compiler: fix try/catch miscompilation
Jo-Philipp Wich
2021-02-26
lexer: improvements
Jo-Philipp Wich
2021-02-25
vm: use portable printf format for pointer differences
Jo-Philipp Wich
2021-02-17
Merge pull request #2 from jow-/rewrite
Jo-Philipp Wich
2021-02-17
syntax: support ES2015 computed property names
Jo-Philipp Wich
2021-02-17
syntax: support ES2015 shorthand property names
Jo-Philipp Wich
2021-02-17
treewide: rewrite ucode interpreter
Jo-Philipp Wich
[next]