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
2023-10-11
lib: various documentation fixes
Jo-Philipp Wich
2023-08-09
treewide: consolidate platform specific code in platform.c
Jo-Philipp Wich
2023-07-25
fs: explicitly compare isatty() result
Jo-Philipp Wich
2023-07-13
Merge pull request #164 from jow-/docs-improvements
Jo-Philipp Wich
2023-07-13
docs: various improvements
Jo-Philipp Wich
2023-07-12
Merge pull request #163 from jow-/docs-improvements
Jo-Philipp Wich
2023-07-12
fs: use `fseeko()` and `ftello()`
Jo-Philipp Wich
2023-07-12
fs: complete function documentation coverage
Jo-Philipp Wich
2023-07-12
fs: add JSDoc documentation
Jo-Philipp Wich
2023-01-20
fs: implement `fs.pipe()`
Jo-Philipp Wich
2023-01-09
fs: add `isatty()` function
Petr Štetiar
2022-11-29
fs: add `realpath()` function
Jo-Philipp Wich
2022-10-18
fs: expose `getdelim()` functionality through `fd.read()`
Jo-Philipp Wich
2022-10-07
fs: use `getline()` for line wise read operations
Jo-Philipp Wich
2022-09-05
fs: add optional third permission argument to fs.open()
Jo-Philipp Wich
2022-05-20
fs: avoid input buffering with small limits in fs.readfile()
Jo-Philipp Wich
2022-04-07
fs: implement `fs.readfile()` and `fs.writefile()`
Jo-Philipp Wich
2022-03-31
fs: fix off-by-one in fs.dirname() function
Daniel Golle
2022-03-15
fs: avoid Linux specific sys/sysmacros.h include on OS X
Jo-Philipp Wich
2022-02-15
fs: implement access(), mkstemp(), file.flush() and proc.flush()
Jo-Philipp Wich
2022-01-04
fs: implement fdopen(), file.fileno() and proc.fileno()
Jo-Philipp Wich
2021-11-04
fs: add utility functions
Jo-Philipp Wich
2021-11-01
treewide: fix typo in exported function names and types
Jo-Philipp Wich
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
[next]