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-06-04
rtnl: avoid stray "netlink: %d bytes leftover after parsing attributes."
Jo-Philipp Wich
2022-06-04
struct: fix packing `*` format after other repeated formats
Jo-Philipp Wich
2022-06-01
Merge pull request #78 from jow-/number-literals
Jo-Philipp Wich
2022-06-01
syntax: adjust number literal parsing and string to number conversion
Jo-Philipp Wich
2022-06-01
lib: refactor `uc_int()`
Jo-Philipp Wich
2022-05-31
Merge pull request #75 from ynezz/ynezz/ci-speedup
Jo-Philipp Wich
2022-05-31
Merge pull request #77 from jow-/lib-fix-index
Jo-Philipp Wich
2022-05-30
lib: rework uc_index() implementation
Jo-Philipp Wich
2022-05-20
compiler: fix segmentation fault on compiling unexpected unary expressions
Jo-Philipp Wich
2022-05-20
fs: avoid input buffering with small limits in fs.readfile()
Jo-Philipp Wich
2022-05-19
Merge pull request #76 from jow-/hexcodec
Jo-Philipp Wich
2022-05-19
lib: introduce hexenc() and hexdec()
Jo-Philipp Wich
2022-05-09
ci: make jobs faster during pull request testing
Petr Štetiar
2022-04-14
Update README.md
Jo-Philipp Wich
2022-04-13
Merge pull request #73 from jow-/syntax-add-template-strings
Jo-Philipp Wich
2022-04-13
syntax: implement support for ES6 template literals
Jo-Philipp Wich
2022-04-13
Merge pull request #72 from jow-/vm-nested-function-call-return
Jo-Philipp Wich
2022-04-13
vm: stop executing bytecode on return of nested calls
Jo-Philipp Wich
2022-04-07
Merge pull request #71 from jow-/headers-json-compat-fix
Jo-Philipp Wich
2022-04-07
treewide: move json-c compat shims into internal header file
Jo-Philipp Wich
2022-04-07
Merge pull request #68 from jow-/vm-callframe-double-free-fix
Jo-Philipp Wich
2022-04-07
Merge pull request #69 from jow-/lib-json-object-input
Jo-Philipp Wich
2022-04-07
vm: move unhandled exception reporting out of `uc_vm_execute_chunk()`
Jo-Philipp Wich
2022-04-07
vm: fix callframe double free on unhanded exceptions
Jo-Philipp Wich
2022-04-07
main: abort when failing to load a preload library
Jo-Philipp Wich
2022-04-07
Merge pull request #70 from jow-/fs-readwritefile
Jo-Philipp Wich
2022-04-07
lib: let `json()` accept input objects implementing `read()` method
Jo-Philipp Wich
2022-04-07
fs: implement `fs.readfile()` and `fs.writefile()`
Jo-Philipp Wich
2022-03-31
ci: debian: change path before attempting to invoke Git operations
Jo-Philipp Wich
2022-03-31
ci: debian: automatically update changelog from Git tag
Jo-Philipp Wich
2022-03-31
ci: fix YAML syntax of Debian workflow
Jo-Philipp Wich
2022-03-31
Merge pull request #64 from dangowrt/fs-dirname-fix-off-by-one
Jo-Philipp Wich
2022-03-31
Merge pull request #61 from jow-/debian
Jo-Philipp Wich
2022-03-31
fs: fix off-by-one in fs.dirname() function
Daniel Golle
2022-03-31
.gitignore: fix overmatching patterns, blacklist cram .venv
Jo-Philipp Wich
2022-03-31
build: remove legacy json-c check
Jo-Philipp Wich
2022-03-31
build: add polyfills for older libjson-c versions
Jo-Philipp Wich
2022-03-31
CI: build Debian package
Paul Spooren
2022-03-31
debian: Add package definition
Paul Spooren
2022-03-31
types: fix escape sequence encoding of high byte values in JSON strings
Jo-Philipp Wich
2022-03-28
Update README.md
Jo-Philipp Wich
2022-03-23
build: fix symlink install target
Jo-Philipp Wich
2022-03-23
treewide: replace some leftover "utpl" occurrences, update .gitignore
Jo-Philipp Wich
2022-03-22
build: only stage ucc symlink if compile support is enabled
Jo-Philipp Wich
2022-03-22
Merge pull request #57 from jow-/uloop-task-support
Jo-Philipp Wich
2022-03-22
Merge pull request #60 from jow-/time-functions
Jo-Philipp Wich
2022-03-22
lib: add date and time related functions
Jo-Philipp Wich
2022-03-22
Merge pull request #59 from jow-/stdlib-function-getter
Jo-Philipp Wich
2022-03-22
lib: provide API function to obtain stdlib function implementations
Jo-Philipp Wich
2022-03-21
Merge pull request #58 from jow-/multicall
Jo-Philipp Wich
[prev]
[next]