index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
program.c
Age
Commit message (
Expand
)
Author
2023-08-09
treewide: consolidate platform specific code in platform.c
Jo-Philipp Wich
2023-05-27
program: fix memory leak in read_sourceinfo
Christian Marangi
2022-08-05
program: remove now unused uc_program_export_lookup()
Jo-Philipp Wich
2022-08-05
program: add serialization and deserialization for module function flag
Jo-Philipp Wich
2022-07-30
program: add function to globally lookup exported name
Jo-Philipp Wich
2022-07-30
program: add infrastructure to handle multiple sources per program
Jo-Philipp Wich
2022-07-30
program: fix reporting source position of first instruction
Jo-Philipp Wich
2022-07-30
program: fix en/decoding debuginfo upvalue slots in precompiled bytecode
Jo-Philipp Wich
2022-02-07
treewide: rework function memory model
Jo-Philipp Wich
2022-01-29
program: rename bytecode load/write functions, track path of executed file
Jo-Philipp Wich
2022-01-18
program: implement support for precompiling source files
Jo-Philipp Wich
2022-01-18
source: refactor source file handling
Jo-Philipp Wich
2022-01-18
compiler, vm: use a program wide constant list
Jo-Philipp Wich
2022-01-18
types: add initial infrastructure for function serialization
Jo-Philipp Wich