summaryrefslogtreecommitdiffhomepage
path: root/lib/fs.c
AgeCommit message (Expand)Author
2021-07-28fs: fix chown() and rename() error return valuesJo-Philipp Wich
2021-07-11treewide: harmonize function namingJo-Philipp Wich
2021-07-11treewide: move header files into dedicated directoryJo-Philipp Wich
2021-07-11treewide: consolidate typedef namingJo-Philipp Wich
2021-07-11lib: rename uc_add_proto_functions() to uc_add_functions()Jo-Philipp Wich
2021-07-11treewide: move ressource type registry into vm instanceJo-Philipp Wich
2021-05-15fs: implement chmod(), chown(), rename() and glob() functionsJo-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-03-08fs: make error function available on directory, process and file handlesJo-Philipp Wich
2021-03-08fs: fix readlink() return valueJo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich
2020-11-19treewide: rebrand to ucodeJo-Philipp Wich
2020-11-15fs: extend process close() function to return program exit codeJo-Philipp Wich
2020-11-10fs: do not close stdio streams when gc'ing scopeJo-Philipp Wich
2020-10-19eval: record correct source contexts in call stackJo-Philipp Wich
2020-10-06fs: add stdio handlesJo-Philipp Wich
2020-09-20treewide: rework extended type handlingJo-Philipp Wich
2020-09-11fs: implement getcwd() and chdir()Jo-Philipp Wich
2020-09-10treewide: eliminate unused function argumentsJo-Philipp Wich
2020-09-09fs: implement popen()Jo-Philipp Wich
2020-09-08fs: rename readdir() and closedir() to read() and close() respectivelyJo-Philipp Wich
2020-09-08fs: fix file seek() return valueJo-Philipp Wich
2020-09-08fs: fix crash when closing file handle twiceJo-Philipp Wich
2020-09-08fs: implement seek() and tell() for directory handlesJo-Philipp Wich
2020-09-06fs: use ARRAY_SIZE macroJo-Philipp Wich
2020-09-06fs: add further filesystem functionsJo-Philipp Wich
2020-09-06treewide: refactor internal AST structuresJo-Philipp Wich
2020-09-02lib: introduce filesystem moduleJo-Philipp Wich