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
/
99_bugs
Age
Commit message (
Expand
)
Author
2024-12-06
lexer: Preserve keyword, regexp flags until processing non-comment tokens
Jo-Philipp Wich
2024-11-29
vm: resolve upvalues before pushing them onto the stack
Jo-Philipp Wich
2024-10-17
Merge pull request #239 from jow-/safe-insert-during-obj-iteration
Jo-Philipp Wich
2024-10-17
types: fix potential use after free on adding keys during iteration
Jo-Philipp Wich
2024-10-16
vallist: more thoroughly check for trailing garbage after numeric string
Jo-Philipp Wich
2024-09-23
compiler: properly treat property names after spread expressions
Jo-Philipp Wich
2024-09-20
lib: test if call to getenv() destroys environ
Mikael Magnusson
2024-02-13
compiler: close upvalues on loop control statements
Felix Fietkau
2023-11-06
syntax: don't treat `as` and `from` as reserved keywords
Jo-Philipp Wich
2023-10-09
types: ensure double serializatiion with decimal places
Jo-Philipp Wich
2023-08-22
types: improve comparison reliability of binary strings
Jo-Philipp Wich
2023-07-12
source: fix source offset accounting
Jo-Philipp Wich
2022-10-04
compiler: optimize function return opcode generation
Jo-Philipp Wich
2022-07-30
compiler: add support for import/export statements
Jo-Philipp Wich