summaryrefslogtreecommitdiffhomepage
path: root/lib.c
AgeCommit message (Expand)Author
2021-07-11lib, vm: reimplement exit() as exception typeJo-Philipp Wich
2021-07-11vm: move global scope allocation into uc_vm_init()Jo-Philipp Wich
2021-07-11vm: add getter and setter for vm globals scopeJo-Philipp Wich
2021-07-11lib: rename uc_add_proto_functions() to uc_add_functions()Jo-Philipp Wich
2021-07-11lib: expose stdlib function arrayJo-Philipp Wich
2021-07-11treewide: move ressource type registry into vm instanceJo-Philipp Wich
2021-07-07lib: fix refcount imbalance in uc_require_path()Jo-Philipp Wich
2021-07-07lib, vm: ensure that require() compiles modules only onceJo-Philipp Wich
2021-06-08treewide: let uc_cmp() use instruction instead of token numbersJo-Philipp Wich
2021-06-08lib: implement b64enc() and b64dec() functionsJo-Philipp Wich
2021-06-07lib: only consider context of calling function for callbacksJo-Philipp Wich
2021-06-07lib: implement min() and max() functionsJo-Philipp Wich
2021-06-07lib: pass-through "this" context to library function callbacksJo-Philipp Wich
2021-06-04lib: implement `sourcepath()` functionJo-Philipp Wich
2021-06-02lib: fix negative uc_index() return value on 32bit systemsJo-Philipp Wich
2021-05-25syntax: drop Infinity and NaN keywordsJo-Philipp Wich
2021-05-25lib: rename uc_lib_init() to uc_load_stdlib()Jo-Philipp Wich
2021-05-25main, lib: move allocation of globals object into lib functionJo-Philipp Wich
2021-05-18syntax: implement `delete` as proper operatorJo-Philipp Wich
2021-05-18lib: implement wildcard() functionJo-Philipp Wich
2021-05-11lib: implement regexp(), a function to construct regexp instances at runtimeJo-Philipp Wich
2021-05-10lib: implement render(), an include variant capturing output in a stringJo-Philipp Wich
2021-05-10vm: implement mechanism to change output file descriptorJo-Philipp Wich
2021-05-07lib: fix uc_sort()Jo-Philipp Wich
2021-05-04lib: implement assert()Jo-Philipp Wich
2021-05-04lib: add support for pretty printing JSON to printf() and sprintf()Jo-Philipp Wich
2021-05-04lib: gracefully handle truncated format strings in uc_printf_common()Jo-Philipp Wich
2021-04-29lib: fix reporting source context lines at EOFJo-Philipp Wich
2021-04-27lib: fix uc_split() quirksJo-Philipp Wich
2021-04-27treewide: ISO C / pedantic complianceJo-Philipp Wich
2021-04-26treewide: address various sign-compare warningsJo-Philipp Wich
2021-04-26lib: uc_system(): fix invalid free() of non-heap memoryJo-Philipp Wich
2021-04-25treewide: rework internal data type systemJo-Philipp Wich
2021-04-24treewide: fix issues reported by clang code analyzerJo-Philipp Wich
2021-04-21lib: implement sleep(ms) functionJo-Philipp Wich
2021-04-01lib: allow parsing non-array, non-object value in json()Jo-Philipp Wich
2021-03-25lib: prevent use-after-free after uc_shift()Jo-Philipp Wich
2021-03-24lib: fix value refcount of uc_unshift() return valueJo-Philipp Wich
2021-03-23lib: fix passing uninitialized memory to sigprocmask()Jo-Philipp Wich
2021-03-22lib: use execvp() in system()Jo-Philipp Wich
2021-03-09lib: prevent possible use-after-free in uc_pop()Jo-Philipp Wich
2021-03-08lib: retain prototype when passing scopes to include()Jo-Philipp Wich
2021-03-08lib: use uc_prototype_lookup() to obain search path property valueJo-Philipp Wich
2021-03-08lib: introduce new proto() ucode functionJo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich
2020-12-06treewide: prevent stale pointer access in opcode handlersJo-Philipp Wich
2020-11-19treewide: rebrand to ucodeJo-Philipp Wich
2020-11-16lib: optimize length() for objectsJo-Philipp Wich
2020-11-16lib: extend length() to handle objectsJo-Philipp Wich
2020-11-16lib: extend ord() to allow reading byte values at arbitrary indexesJo-Philipp Wich