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
2020-09-13
syntax: fix for() loop quirks and variable scoping
Jo-Philipp Wich
2020-09-13
eval: use ut_getscope() in ut_execute_local()
Jo-Philipp Wich
2020-09-13
eval: make key argument to ut_getref() optional
Jo-Philipp Wich
2020-09-12
eval: improve error messages on null dereference
Jo-Philipp Wich
2020-09-12
eval: keep references to function contexts
Jo-Philipp Wich
2020-09-11
lib: add iptoarr() and arrtoip() functions
Jo-Philipp Wich
2020-09-11
syntax: introduce !== and === operators
Jo-Philipp Wich
2020-09-11
fs: implement getcwd() and chdir()
Jo-Philipp Wich
2020-09-11
lib: move math functions to new module
Jo-Philipp Wich
2020-09-11
eval: eliminate use of ceil()
Jo-Philipp Wich
2020-09-11
lib: expose ut_new_double() and ut_cast_number() in the module interface
Jo-Philipp Wich
2020-09-11
lib: implement uci plugin
Jo-Philipp Wich
2020-09-11
ast: implement inline ut_is_type() helper
Jo-Philipp Wich
2020-09-11
lib: expose ut_invoke() in the module interface
Jo-Philipp Wich
2020-09-10
treewide: implement default lstrip_blocks and trim_blocks behaviour
Jo-Philipp Wich
2020-09-10
treewide: eliminate unused function arguments
Jo-Philipp Wich
2020-09-10
eval: fix function return value handling in expressions
Jo-Philipp Wich
2020-09-10
eval: fix [] subscript operator
Jo-Philipp Wich
2020-09-10
main: fix dumping AST
Jo-Philipp Wich
2020-09-10
build: test whether json_object_array_shrink() is available
Jo-Philipp Wich
2020-09-10
eval: rename "main" to "entry"
Jo-Philipp Wich
2020-09-10
build: update .gitignore
Jo-Philipp Wich
2020-09-10
lib: add ubus module
Jo-Philipp Wich
2020-09-10
build: add missing module header
Jo-Philipp Wich
2020-09-09
fs: implement popen()
Jo-Philipp Wich
2020-09-08
fs: rename readdir() and closedir() to read() and close() respectively
Jo-Philipp Wich
2020-09-08
fs: fix file seek() return value
Jo-Philipp Wich
2020-09-08
fs: fix crash when closing file handle twice
Jo-Philipp Wich
2020-09-08
fs: implement seek() and tell() for directory handles
Jo-Philipp Wich
2020-09-08
ast: only invoke extended type dtor if data pointer is set
Jo-Philipp Wich
2020-09-08
lib: make type() report extended types as "ressource"
Jo-Philipp Wich
2020-09-08
tests: add further arithmetic and syntax test cases
Jo-Philipp Wich
2020-09-08
parser, eval: use an ut_op flag to denote postfix access
Jo-Philipp Wich
2020-09-07
tests: add object/array literal and arithmetic test cases
Jo-Philipp Wich
2020-09-07
eval: ensure that dividing Infinity by Infinity yields NaN
Jo-Philipp Wich
2020-09-07
eval: ensure that x / NaN yields NaN
Jo-Philipp Wich
2020-09-07
tests: introduce testcases
Jo-Philipp Wich
2020-09-07
main: fix segfault when passed source file is empty
Jo-Philipp Wich
2020-09-07
eval: fix segmentation when attempting to concat a string with null
Jo-Philipp Wich
2020-09-07
ast, eval, lexer: keep track of overflows when parsing numbers
Jo-Philipp Wich
2020-09-07
eval: adjust results for arithmetic division by nan, infinity
Jo-Philipp Wich
2020-09-07
lexer: fix encoding of unicode surrogate pairs
Jo-Philipp Wich
2020-09-06
fs: use ARRAY_SIZE macro
Jo-Philipp Wich
2020-09-06
fs: add further filesystem functions
Jo-Philipp Wich
2020-09-06
parser: do not reallocate function opcodes
Jo-Philipp Wich
2020-09-06
parser: make final semicolon optional
Jo-Philipp Wich
2020-09-06
treewide: refactor internal AST structures
Jo-Philipp Wich
2020-09-02
lib: introduce filesystem module
Jo-Philipp Wich
2020-09-02
treewide: rename double and null value constructor functions
Jo-Philipp Wich
2020-09-02
eval, lib: add loadable module infrastructure
Jo-Philipp Wich
[next]