Menu

Code Commit Log


Commit Date  
[r82] by obarthel

- Added a few more scanf() tests.

2004-11-08 17:56:32 Tree
[r81] by obarthel

- The __open_iob() function can be made simpler still.

2004-11-03 15:39:04 Tree
[r80] by obarthel

- Changed the error abort condition for the %s conversion of the
scanf() family. It now matches the abort conditions for all other
conversions and no longer ignores whether any other parameters were
converted before. This was a quirk in the older implementation.

- The scanf() family now accepts %E and %G in place of %f and %X in
place of %x.

- Simplified the common code that fopen(), freopen() and fdopen()
share and which has to figure out by looking at a file access
mode specification which parameters should be used.

2004-11-03 15:35:56 Tree
[r79] by obarthel

c.lib 1.181 (26.10.2004)

- The scanf() family now always returns the number of assignments made
unless an error occured or an EOF was hit during conversion before the
first assignment could be made.

- strtok() did not terminate properly if the last token in the string
did not end with a separator character but with a '\0' byte. Fixed.

- The directory scanning functions opendir/closedir did not get the global
directory data tracking data structure initialized which later led to
Enforcer hits and maybe trashed memory. Fixed.

2004-10-26 16:25:04 Tree
[r78] by obarthel

- strtok() did not terminate properly if the last token in the string
did not end with a separator character but with a '\0' byte. Fixed.

2004-10-25 19:53:15 Tree
[r77] by obarthel

- Added the strtok_test program.

2004-10-25 19:50:33 Tree
[r76] by obarthel

- The directory scanning functions opendir/closedir did not get the global
directory data tracking data structure initialized which later led to
Enforcer hits and maybe trashed memory. Fixed.

2004-10-24 20:03:42 Tree
[r75] by --none--

This commit was manufactured by cvs2svn to create tag 'V1_180'.

2004-10-23 16:38:19 Tree
[r74] by obarthel

c.lib 1.180 (23.10.2004)

- The printf() family now produces no output at all for %e, %f and %g if the
floating point support code is disabled. Previously, a minimum field width
specification could take effect, printing a series of 0 or blank space
characters where no output should have been produced.

2004-10-23 16:38:18 Tree
[r73] by --none--

This commit was manufactured by cvs2svn to create tag 'V1_179'.

2004-10-22 15:57:39 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.