index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
custom
/
04_bugs
Age
Commit message (
Expand
)
Author
2022-04-13
vm: stop executing bytecode on return of nested calls
Jo-Philipp Wich
2022-04-07
vm: fix callframe double free on unhanded exceptions
Jo-Philipp Wich
2022-03-31
fs: fix off-by-one in fs.dirname() function
Daniel Golle
2022-03-14
vm: fix crash on object literals with non-string computed properties
Jo-Philipp Wich
2022-02-11
compiler: fix patchlist corruption on switch statement syntax errors
Jo-Philipp Wich
2022-02-11
lib: change `ord()` to always return single byte value
Jo-Philipp Wich
2022-02-11
vallist: fix storing/retrieving short strings with 8bit byte values
Jo-Philipp Wich
2022-02-08
compiler: fix incorrect loop break targets
Jo-Philipp Wich
2022-02-03
run_tests.sh: change workdir to testcase directory during execution
Jo-Philipp Wich
2022-01-26
vm: fix NaN strict equality tests
Jo-Philipp Wich
2022-01-26
vallist: uc_number_parse(): parse empty strings as `0`, not `NaN`
Jo-Philipp Wich
2022-01-26
vm: fix `null` loose equality/inequality checks
Jo-Philipp Wich
2022-01-26
tests: reorganize testcase files
Jo-Philipp Wich