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-10
vm: implement mechanism to change output file descriptor
Jo-Philipp Wich
2021-05-07
lib: fix uc_sort()
Jo-Philipp Wich
2021-05-07
vm: truncate long values after 60 chars in trace output
Jo-Philipp Wich
2021-05-05
compiler: properly handle break/continue in nested scopes
Jo-Philipp Wich
2021-05-04
compiler: properly handle keyword in parenthesized property access expression
Jo-Philipp Wich
2021-05-04
compiler: fix stack mismatch on compiling `use strict` statements
Jo-Philipp Wich
2021-05-04
Merge pull request #8 from jow-/introduce-use-strict
Jo-Philipp Wich
2021-05-04
Merge pull request #9 from jow-/remove-unused-struct-members
Jo-Philipp Wich
2021-05-04
Merge pull request #7 from jow-/introduce-assert
Jo-Philipp Wich
2021-05-04
syntax: implement support for 'use strict' pragma
Jo-Philipp Wich
2021-05-04
vm, compiler: get rid of unused struct members
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
[next]