summaryrefslogtreecommitdiffhomepage
path: root/lib/fs.c
AgeCommit message (Expand)Author
2023-10-11lib: various documentation fixesJo-Philipp Wich
2023-08-09treewide: consolidate platform specific code in platform.cJo-Philipp Wich
2023-07-25fs: explicitly compare isatty() resultJo-Philipp Wich
2023-07-13Merge pull request #164 from jow-/docs-improvementsJo-Philipp Wich
2023-07-13docs: various improvementsJo-Philipp Wich
2023-07-12Merge pull request #163 from jow-/docs-improvementsJo-Philipp Wich
2023-07-12fs: use `fseeko()` and `ftello()`Jo-Philipp Wich
2023-07-12fs: complete function documentation coverageJo-Philipp Wich
2023-07-12fs: add JSDoc documentationJo-Philipp Wich
2023-01-20fs: implement `fs.pipe()`Jo-Philipp Wich
2023-01-09fs: add `isatty()` functionPetr Štetiar
2022-11-29fs: add `realpath()` functionJo-Philipp Wich
2022-10-18fs: expose `getdelim()` functionality through `fd.read()`Jo-Philipp Wich
2022-10-07fs: use `getline()` for line wise read operationsJo-Philipp Wich
2022-09-05fs: add optional third permission argument to fs.open()Jo-Philipp Wich
2022-05-20fs: avoid input buffering with small limits in fs.readfile()Jo-Philipp Wich
2022-04-07fs: implement `fs.readfile()` and `fs.writefile()`Jo-Philipp Wich
2022-03-31fs: fix off-by-one in fs.dirname() functionDaniel Golle
2022-03-15fs: avoid Linux specific sys/sysmacros.h include on OS XJo-Philipp Wich
2022-02-15fs: implement access(), mkstemp(), file.flush() and proc.flush()Jo-Philipp Wich
2022-01-04fs: implement fdopen(), file.fileno() and proc.fileno()Jo-Philipp Wich
2021-11-04fs: add utility functionsJo-Philipp Wich
2021-11-01treewide: fix typo in exported function names and typesJo-Philipp Wich
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