index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
types.c
Age
Commit message (
Expand
)
Author
2021-11-01
treewide: fix typo in exported function names and types
Jo-Philipp Wich
2021-09-21
types: fix invalid memory access on setting non-contiguous array indexes
Jo-Philipp Wich
2021-09-17
types: fix formatting escape sequences for 8 bit chars
Jo-Philipp Wich
2021-07-27
types: mark further GC roots
Jo-Philipp Wich
2021-07-27
types: fix comparison of differently signed integers
Jo-Philipp Wich
2021-07-27
types: handle conversion errors when dealing with negative error indexes
Jo-Philipp Wich
2021-07-27
types: allow negative array indexes
Jo-Philipp Wich
2021-07-11
treewide: harmonize function naming
Jo-Philipp Wich
2021-07-11
types, vm: adjust GC api
Jo-Philipp Wich
2021-07-11
treewide: move header files into dedicated directory
Jo-Philipp Wich
2021-07-11
vm: fix invalid memory access on GC'ing uninitialized VM context
Jo-Philipp Wich
2021-07-11
treewide: consolidate typedef naming
Jo-Philipp Wich
2021-07-11
treewide: eliminate dead code and unused functions
Jo-Philipp Wich
2021-07-11
treewide: replace a number of unnecessary type casts
Jo-Philipp Wich
2021-07-11
treewide: move ressource type registry into vm instance
Jo-Philipp Wich
2021-07-10
types: properly deal with circular data in GC mark phase
Jo-Philipp Wich
2021-07-09
types: fix wrong assert() on tearing down object trees
Jo-Philipp Wich
2021-05-20
types: fix uninitialized memory on setting non-contiguous array indexes
Jo-Philipp Wich
2021-05-04
lib: add support for pretty printing JSON to printf() and sprintf()
Jo-Philipp Wich
2021-04-27
treewide: ISO C / pedantic compliance
Jo-Philipp Wich
2021-04-26
treewide: address various sign-compare warnings
Jo-Philipp Wich
2021-04-26
types: support creating ressource values without associated type
Jo-Philipp Wich
2021-04-26
types: fix potential memory leaks and null pointer accesses
Jo-Philipp Wich
2021-04-26
types: fix potential leak of key in ucv_object_add()
Jo-Philipp Wich
2021-04-25
treewide: rework internal data type system
Jo-Philipp Wich