index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
custom
/
03_stdlib
Age
Commit message (
Expand
)
Author
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-30
lib: rework uc_index() implementation
Jo-Philipp Wich
2022-05-19
lib: introduce hexenc() and hexdec()
Jo-Philipp Wich
2022-04-07
lib: let `json()` accept input objects implementing `read()` method
Jo-Philipp Wich
2022-03-31
types: fix escape sequence encoding of high byte values in JSON strings
Jo-Philipp Wich
2022-03-22
lib: add date and time related functions
Jo-Philipp Wich
2022-03-21
Merge pull request #53 from jow-/string-format-argpos-support
Jo-Philipp Wich
2022-03-20
lib: add argument position support (`%m$`) to `sprintf()` and `printf()`
Jo-Philipp Wich
2022-03-15
tests: 16_sort: fix logic flaw exposed on OS X
Jo-Philipp Wich
2022-03-14
lib: adjust require(), render() and include() raw mode semantics
Jo-Philipp Wich
2022-02-15
tests: fix proto() testcase
Jo-Philipp Wich
2022-02-11
lib: change `ord()` to always return single byte value
Jo-Philipp Wich
2022-02-03
tests: add functional tests for builtin functions
Jo-Philipp Wich