Menu

Code Commit Log


Commit Date  
[r536] by obarthel

- Updated the contact and copyright information where necessary.

2015-06-26 11:22:01 Tree
[r535] by --none--

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

2015-04-24 14:00:24 Tree
[r534] by obarthel

m.lib 1.206 (24.4.2015)

- The fscanf() family failed to parse and convert %f parameters correctly
if the respective number did not begin with a digit, but a decimal
point. Hence ".7" would not be processed, but "0.7" would.

c.lib 1.206 (24.4.2015)

- Reworked the __putc() and putc() macros to reference the 'c' input
parameter only once, and to be free of side-effects when tinkering
with the buffer position.

- isatty() had the __fd_lock() call in the wrong place, which could have
led to cleanup problems later.

- The close action in the stdio, socket and termios hook code now
also zaps the fd pointer itself after cleaning up the file descriptor
table entry.

- Removed the remains of all the stack extension and stack overflow/underflow
checking code. It never actually worked. The bit that does work is the stack
usage measurement code, plus the bit that sets up the the custom stack
according to local setting or by calling a query function.

2015-04-24 14:00:23 Tree
[r533] by obarthel

- Bumped math library versions, due to vfscanf() changes.

2015-04-24 13:56:39 Tree
[r532] by obarthel

- Floating point numbers which do not begin with a digit, but with a decimal point, are now processed correctly.

2015-04-24 13:00:12 Tree
[r531] by obarthel

- Removed the remains of all the stack extension and stack overflow/underflow
checking code. It never actually worked. The bit that does work is the stack
usage measurement code, plus the bit that sets up the the custom stack
according to local setting or by calling a query function.

2010-10-20 13:50:17 Tree
[r530] by obarthel

- Reworked the __putc() and putc() macros to reference the 'c' input
parameter only once, and to be free of side-effects when tinkering
with the buffer position.

- isatty() had the __fd_lock() call in the wrong place, which could have
led to cleanup problems later.

- The close action in the stdio, socket and termios hook code now
also zaps the fd pointer itself after cleaning up the file descriptor
table entry.

2010-10-20 13:12:59 Tree
[r529] by obarthel

- The fputc() and __putc() macros were not entirely free of side-effects. Ouch.

2010-10-19 09:35:16 Tree
[r528] by --none--

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

2010-08-21 11:39:11 Tree
[r527] by obarthel

- Version bump to 1.205

2010-08-21 11:39:10 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.