Menu

Code Commit Log


Commit Date  
[r345] by obarthel

- Fixed a typo in the new tag item list.

2005-09-03 14:45:14 Tree
[r344] by obarthel

- Getting ready for release...

2005-09-03 14:09:56 Tree
[r343] by obarthel

- DoTimer() did not allocate the local MsgPort correctly. Fixed.

2005-08-31 07:26:13 Tree
[r342] by obarthel

- The 68020/030/040/060 versions of the library now include the
64 bit integer conversion code. The plain 68000 version does not.

- The 64 bit integer conversion code used in by the scanf() family
was broken due to a misplaced overflow check, which had the cruel
effect of triggering for 32 bit integers as well. Fixed.

2005-08-27 12:57:26 Tree
[r341] by obarthel

- Added the sscanf_64 test program.

2005-08-27 12:52:26 Tree
[r340] by obarthel

- The 68020/030/040/060 library version now supports 64 bit integers
in the printf(), scanf(), atoll(), strtoll() and strtoull() functions.

2005-08-27 12:12:50 Tree
[r339] by obarthel

- log(+/-0), logb(+/-0), log10(+/-0) now return -infinity.

- getcwd() now considers a buffer size of 0 an error, and it sets
the errno code to ERANGE if the buffer is too small.

- With Unix path semantics enabled, rename() now fails if either
the old or the new name are empty strings. Same thing for
opendir(), utime(), unlink(), chown(), link(), readlink(),
realpath(), chdir(), access(), stat(), rmdir(), lstat(),
chmod(), statfs() and open()/fopen().

- Fixed several issues with the formatted output of strftime()
for the "C" locale: "%p" could return " PM", "%c" is now
equivalent to "%a %b %e %T %Y", "%x" is equivalent to "%m/%d/%y"
and "%X" is now equivalent to "%T".

2005-08-26 12:39:33 Tree
[r338] by obarthel

- Added the "date_test" program.

2005-08-26 12:21:51 Tree
[r337] by obarthel

- The startup code now references the linker symbol generated for
the user-supplied main() function.

2005-08-20 14:25:20 Tree
[r336] by obarthel

- Fixed to built properly.

2005-08-15 11:31: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.