index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
fs.c
Age
Commit message (
Expand
)
Author
2021-07-28
fs: fix chown() and rename() error return values
Jo-Philipp Wich
2021-07-11
treewide: harmonize function naming
Jo-Philipp Wich
2021-07-11
treewide: move header files into dedicated directory
Jo-Philipp Wich
2021-07-11
treewide: consolidate typedef naming
Jo-Philipp Wich
2021-07-11
lib: rename uc_add_proto_functions() to uc_add_functions()
Jo-Philipp Wich
2021-07-11
treewide: move ressource type registry into vm instance
Jo-Philipp Wich
2021-05-15
fs: implement chmod(), chown(), rename() and glob() functions
Jo-Philipp Wich
2021-04-25
treewide: rework internal data type system
Jo-Philipp Wich
2021-04-24
treewide: fix issues reported by clang code analyzer
Jo-Philipp Wich
2021-03-08
fs: make error function available on directory, process and file handles
Jo-Philipp Wich
2021-03-08
fs: fix readlink() return value
Jo-Philipp Wich
2021-02-17
treewide: rewrite ucode interpreter
Jo-Philipp Wich
2020-11-19
treewide: rebrand to ucode
Jo-Philipp Wich
2020-11-15
fs: extend process close() function to return program exit code
Jo-Philipp Wich
2020-11-10
fs: do not close stdio streams when gc'ing scope
Jo-Philipp Wich
2020-10-19
eval: record correct source contexts in call stack
Jo-Philipp Wich
2020-10-06
fs: add stdio handles
Jo-Philipp Wich
2020-09-20
treewide: rework extended type handling
Jo-Philipp Wich
2020-09-11
fs: implement getcwd() and chdir()
Jo-Philipp Wich
2020-09-10
treewide: eliminate unused function arguments
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-06
fs: use ARRAY_SIZE macro
Jo-Philipp Wich
2020-09-06
fs: add further filesystem functions
Jo-Philipp Wich
2020-09-06
treewide: refactor internal AST structures
Jo-Philipp Wich
2020-09-02
lib: introduce filesystem module
Jo-Philipp Wich