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-05-04
Merge pull request #7 from jow-/introduce-assert
Jo-Philipp Wich
2021-05-04
lib: implement assert()
Jo-Philipp Wich
2021-05-04
Merge pull request #6 from jow-/printf-improvements
Jo-Philipp Wich
2021-05-04
lib: add support for pretty printing JSON to printf() and sprintf()
Jo-Philipp Wich
2021-05-04
lib: gracefully handle truncated format strings in uc_printf_common()
Jo-Philipp Wich
2021-04-29
lexer: fix infinite loop on parsing unterminated comments
Jo-Philipp Wich
2021-04-29
lexer: fix infinite loop on parsing unterminated expression blocks
Jo-Philipp Wich
2021-04-29
lexer: fix infinite loop when parsing regexp literal at EOF
Jo-Philipp Wich
2021-04-29
compiler: fix segfault on parsing invalid pre/post increment expressions
Jo-Philipp Wich
2021-04-29
lib: fix reporting source context lines at EOF
Jo-Philipp Wich
2021-04-29
compiler, lexer: improve lexical state handling
Jo-Philipp Wich
2021-04-27
lib: fix uc_split() quirks
Jo-Philipp Wich
2021-04-27
Merge pull request #5 from jow-/new-type-system
Jo-Philipp Wich
2021-04-27
treewide: ISO C / pedantic compliance
Jo-Philipp Wich
2021-04-27
build: output error messages on test failures
Jo-Philipp Wich
2021-04-27
vm: improve context for early errors
Jo-Philipp Wich
2021-04-27
tests: pass ucode library path through environment
Jo-Philipp Wich
2021-04-26
treewide: address various sign-compare warnings
Jo-Philipp Wich
2021-04-26
types: support creating ressource values without associated type
Jo-Philipp Wich
2021-04-26
types: fix potential memory leaks and null pointer accesses
Jo-Philipp Wich
2021-04-26
types: fix potential leak of key in ucv_object_add()
Jo-Philipp Wich
2021-04-26
main: fix ineffective EOF check in parse()
Jo-Philipp Wich
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
[next]