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
2023-05-30
lib: support object ordering in `uc_sort()`
Jo-Philipp Wich
2023-01-23
types: fix array unshift operations and add test coverage
Jo-Philipp Wich
2023-01-09
fs: add `isatty()` function
Petr Štetiar
2022-12-02
tests: fixup testcases
Jo-Philipp Wich
2022-11-29
tests: relax sleep() test
Jo-Philipp Wich
2022-10-04
lib: implement slice() function
Jo-Philipp Wich
2022-09-05
lib: add limit support to split() and replace()
Jo-Philipp Wich
2022-08-29
lib: extend render() to support function values
Jo-Philipp Wich
2022-08-29
lib: improve getenv() and split() implementations
Jo-Philipp Wich
2022-08-24
lib: introduce three new functions call(), loadstring() and loadfile()
Jo-Philipp Wich
2022-08-12
lib: implement gc()
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-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