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
2022-03-14
vm: fix crash on object literals with non-string computed properties
Jo-Philipp Wich
2022-03-08
Merge pull request #46 from jow-/ubus-pub-sub-support
Jo-Philipp Wich
2022-03-08
Merge pull request #47 from jow-/new-operators
Jo-Philipp Wich
2022-03-07
syntax: support add new operators
Jo-Philipp Wich
2022-03-07
ubus: add event support
Jo-Philipp Wich
2022-03-07
ubus: refactor error and argument handling
Jo-Philipp Wich
2022-03-07
ubus: add object publishing, notify and subscribe support
Jo-Philipp Wich
2022-03-06
uloop: clear errno before integer conversion attempts
Jo-Philipp Wich
2022-03-03
types: treat resource type prototypes as GC roots
Jo-Philipp Wich
2022-03-02
Merge pull request #45 from jow-/lib-add-uloop
Jo-Philipp Wich
2022-03-02
lib: introduce uloop binding
Jo-Philipp Wich
2022-03-02
vm: release this context on exception in managed method call
Jo-Philipp Wich
2022-02-15
tests: fix proto() testcase
Jo-Philipp Wich
2022-02-15
fs: implement access(), mkstemp(), file.flush() and proc.flush()
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-07
Merge pull request #38 from jow-/function-memory-model
Jo-Philipp Wich
2022-02-07
source: convert source objects into proper uc_value_t type
Jo-Philipp Wich
2022-02-07
treewide: rework function memory model
Jo-Philipp Wich
2022-02-03
Merge pull request #37 from jow-/stdlib-tests
Jo-Philipp Wich
2022-02-03
tests: add functional tests for builtin functions
Jo-Philipp Wich
2022-02-03
lib: fix leaking tokener in uc_json() on parse exception
Jo-Philipp Wich
2022-02-03
lib: fix infinite loop on empty regexp matches in uc_replace()
Jo-Philipp Wich
2022-02-03
lib: fix infinite loop on empty regexp matches in uc_match()
Jo-Philipp Wich
2022-02-03
lib: fix infinite loop on empty regexp matches in uc_split()
Jo-Philipp Wich
2022-02-03
vm: ensure consistent trace output between gcc and clang compiled ucode
Jo-Philipp Wich
2022-02-03
vm: fix leaking function value on call exception
Jo-Philipp Wich
2022-02-03
vm: NULL-initialize pointer to make cppcheck happy
Jo-Philipp Wich
2022-02-03
source: zero-initialize conversion union to make cppcheck happy
Jo-Philipp Wich
2022-02-03
run_tests.sh: change workdir to testcase directory during execution
Jo-Philipp Wich
2022-02-03
run_tests.sh: support placing supplemental testcase files
Jo-Philipp Wich
2022-02-03
run_tests.sh: always treat outputs as text data
Jo-Philipp Wich
2022-01-30
Merge pull request #36 from jow-/bytecode-fixes
Jo-Philipp Wich
2022-01-29
program: rename bytecode load/write functions, track path of executed file
Jo-Philipp Wich
2022-01-29
lib: fix memory leak in uc_require_ucode()
Jo-Philipp Wich
2022-01-26
vm: fix NaN strict equality tests
Jo-Philipp Wich
2022-01-26
Merge pull request #35 from jow-/various-fixes
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
lib: fix exists() error return value
Jo-Philipp Wich
2022-01-26
tests: reorganize testcase files
Jo-Philipp Wich
2022-01-26
run_tests.sh: add ability to define environment variables for testcases
Jo-Philipp Wich
2022-01-26
run_tests.sh: fix exitcode evaluation
Jo-Philipp Wich
2022-01-25
Merge pull request #34 from jow-/struct-variable-length-string-format
Jo-Philipp Wich
2022-01-24
struct: implement `*` format, fix invalid memory accesses
Jo-Philipp Wich
2022-01-23
Merge pull request #33 from jow-/lib-format-string-rework
Jo-Philipp Wich
2022-01-23
lib: rework format string handling
Jo-Philipp Wich
2022-01-20
lib: fix %J string formats with precision specifier
Jo-Philipp Wich
[next]