summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-03-08uci: fix potential invalid memory access in error()Jo-Philipp Wich
2021-03-08fs: fix readlink() return valueJo-Philipp Wich
2021-03-08value: ensure proper result of relational NaN comparisonJo-Philipp Wich
2021-03-08lib: introduce new proto() ucode functionJo-Philipp Wich
2021-03-08object: introduce uc_protoref_new()Jo-Philipp Wich
2021-03-08value: support traversing the prototype chain of array valuesJo-Philipp Wich
2021-03-08vm: fix global scope refcount imbalanceJo-Philipp Wich
2021-03-08README.md: document trace() functionJo-Philipp Wich
2021-02-26compiler: fix try/catch miscompilationJo-Philipp Wich
2021-02-26lexer: improvementsJo-Philipp Wich
2021-02-25vm: use portable printf format for pointer differencesJo-Philipp Wich
2021-02-17Merge pull request #2 from jow-/rewriteJo-Philipp Wich
2021-02-17syntax: support ES2015 computed property namesJo-Philipp Wich
2021-02-17syntax: support ES2015 shorthand property namesJo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich
2020-12-07uci: fix -Werror=maybe-uninitialized warningJo-Philipp Wich
2020-12-07ubus: fix uninitialized pointer return in uc_ubus_call() and uc_ubus_list()Jo-Philipp Wich
2020-12-07eval: fix use-after-free in uc_invoke() error pathJo-Philipp Wich
2020-12-06treewide: prevent stale pointer access in opcode handlersJo-Philipp Wich
2020-11-30syntax: fix quirks when parsing octal sequencesJo-Philipp Wich
2020-11-30syntax: recognize single-char escapes in regex literals againJo-Philipp Wich
2020-11-30syntax: fix string and regex literal parsing quirksJo-Philipp Wich
2020-11-30tests: fix testcasesJo-Philipp Wich
2020-11-19tests: prefer `let` over `local`Jo-Philipp Wich
2020-11-19treewide: rebrand to ucodeJo-Philipp Wich
2020-11-16lib: optimize length() for objectsJo-Philipp Wich
2020-11-16lib: extend length() to handle objectsJo-Philipp Wich
2020-11-16lib: extend ord() to allow reading byte values at arbitrary indexesJo-Philipp Wich
2020-11-16README.md: fix typosJo-Philipp Wich
2020-11-16lib: add system() functionJo-Philipp Wich
2020-11-15fs: extend process close() function to return program exit codeJo-Philipp Wich
2020-11-15lexer: improve scanner performanceJo-Philipp Wich
2020-11-12parser: reuse T_FUNC nodes when creating anonymous function valuesJo-Philipp Wich
2020-11-12ast: simplify declaration AST structureJo-Philipp Wich
2020-11-12syntax: implement key/value for-in loop iterationJo-Philipp Wich
2020-11-10fs: do not close stdio streams when gc'ing scopeJo-Philipp Wich
2020-11-10main: fix double free when using multiple -E optionsJo-Philipp Wich
2020-11-10lexer: accept "let" as synonym for "local"Jo-Philipp Wich
2020-11-09syntax: properly handle list expressions in function callsJo-Philipp Wich
2020-11-05eval: rework handling of list expressionsJo-Philipp Wich
2020-11-05syntax: implement ES6-like arrow function syntaxJo-Philipp Wich
2020-11-04tests: add illegal syntax tests for rest argumentsJo-Philipp Wich
2020-11-04parser: zero-initialize expected token bitfieldJo-Philipp Wich
2020-11-03syntax: implement ES6-like spread operatorJo-Philipp Wich
2020-11-03syntax: implement ES6-like rest parameters for variadic functionsJo-Philipp Wich
2020-11-02syntax: support `elif` clauses for alternative `if` syntaxJo-Philipp Wich
2020-11-02ast: avoid null pointer deref in ut_new_exception()Jo-Philipp Wich
2020-10-31main: allow prefixing -e and -E optionsJo-Philipp Wich
2020-10-31lib: fix potential null pointer deref on not found cmdline moduleJo-Philipp Wich
2020-10-31ast: fix potential null pointer deref in ut_free()Jo-Philipp Wich