index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
03_bugs
Age
Commit message (
Expand
)
Author
2021-04-23
tests: create custom tests from current tests cases
Petr Štetiar
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-24
compiler: fix for/break miscompilation
Jo-Philipp Wich
2021-03-23
compiler: fix another try/catch miscompilation
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-09
lib: prevent possible use-after-free in uc_pop()
Jo-Philipp Wich
2021-02-26
compiler: fix try/catch miscompilation
Jo-Philipp Wich