Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list of file-i/o system tasks, now only partially implemented #16

Closed
veripoolbot opened this issue Jun 26, 2008 · 1 comment
Closed
Assignees
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800

Comments

@veripoolbot
Copy link
Contributor


Author Name: Holger Wächtler
Original Redmine Issue: 16 from https://www.veripool.org
Original Date: 2008-06-26
Original Assignee: Wilson Snyder (@wsnyder)


Hi,
here the list of file-i/o system tasks, some of them are missing to fulfil the 2001 spec. Most of them map directly to libc function calls.

$fopenr
$fopenw
$fopena
$fflush
$fputc
$fgetc
$fgets
$ungetc
$ftell
$fseek
$rewind

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2008-07-01T18:24:35Z


$fscanf,$sscanf,$fgetc,$fgets,$fflush now work in the GIT repository.

I've yet to see any code that cared about $ferror, $fread, $fseek, $ftell, $rewind, $ungetc so will wait until code really needs them.

$fopenr,$fopenw,$fopena,$fputc are not in IEEE 1364-2005.

@veripoolbot veripoolbot added resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800 labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800
Projects
None yet
Development

No branches or pull requests

2 participants