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-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
2022-03-21
main: turn ucode into multicall executable
Jo-Philipp Wich
2022-03-21
uloop: add support for tasks
Jo-Philipp Wich
2022-03-21
CI: build on macOS
Paul Spooren
2022-03-21
Merge pull request #53 from jow-/string-format-argpos-support
Jo-Philipp Wich
2022-03-20
Merge pull request #52 from jow-/portability-fixes
Jo-Philipp Wich
2022-03-20
lib: add argument position support (`%m$`) to `sprintf()` and `printf()`
Jo-Philipp Wich
2022-03-15
treewide: remove legacy json-c include directives
Jo-Philipp Wich
2022-03-15
tests: 21_regex_literals: generalize syntax error test case
Jo-Philipp Wich
2022-03-15
tests: 16_sort: fix logic flaw exposed on OS X
Jo-Philipp Wich
2022-03-15
tests: run_tests.sh: pass dummy value to `-T` flag
Jo-Philipp Wich
2022-03-15
lib: disallow zero padding for %s formats
Jo-Philipp Wich
2022-03-15
tests: run_tests.sh: use greadlink if available
Jo-Philipp Wich
2022-03-15
resolv: make OS X compatible
Jo-Philipp Wich
2022-03-15
fs: avoid Linux specific sys/sysmacros.h include on OS X
Jo-Philipp Wich
2022-03-15
uloop: use execvp() on OS X
Jo-Philipp Wich
2022-03-15
lib: add naive sigtimedwait() stub for OS X
Jo-Philipp Wich
2022-03-15
build: consolidate CMakeLists.txt and cover OS X deviations
Jo-Philipp Wich
2022-03-15
include: add OS X compatible endian.h header
Jo-Philipp Wich
2022-03-15
include: rename include guards to avoid clashes with system headers
Jo-Philipp Wich
2022-03-14
Merge pull request #51 from jow-/nl80211-fixes
Jo-Philipp Wich
[next]