Menu

Code Commit Log


Commit Date  
[r109] by obarthel

- Redirecting stderr to a file no longer has the effect of showing error
messages and assertion failure notifications as requesters. The exception
is in redirecting stderr to NIL: which will prompt the requester use.

- gettimeofday() now calls GetSysTime() rather than DateStamp() to obtain
the current system time. This resolves granularity issues since the
DateStamp() result was only accurate by 1/50 of a second.

- The "ptrdiff_t" definition in <stddef.h> now defaults to type 'int' rather
than 'long int'.

2005-01-08 10:21:28 Tree
[r108] by --none--

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

2005-01-02 09:07:22 Tree
[r107] by obarthel

- Updated the copyright information.

2005-01-02 09:07:21 Tree
[r106] by obarthel

- fwrite() now flushes the entire "buffer" for unbuffered files. The
exception are "interactive" files such as console windows. For these
line buffered output is used.

- Whether or not a file is bound to an interactive device, such as a
console window, is now checked and remembered after a file descriptor
has been associated with it.

2004-12-27 09:15:55 Tree
[r105] by obarthel

- The data structure alignment (file I/O buffer) is now configurable
at compile time. The default used to be 16 bytes, which is appropriate
for the 68040/68060 but not for the PowerPC, which uses 32 or 128
bytes per cache line.

2004-12-26 13:14:47 Tree
[r104] by obarthel

- Changed the definition of alloca() for GCC, which now defaults
to the built-in function.

- Updated the stdio.h, stdlib.h, string.h and unistd.h header files
to declare function prototypes for the __MEM_DEBUG versions of the
library functions only if that preprocessor symbol is defined.

- If a SIGINT signal is caught and processed by the default signal
handler, the localized "*** BREAK" string will be printed rather
than the built-in one.

2004-12-26 10:28:57 Tree
[r103] by obarthel

- Tried to make it possible to have debug versions of the memory
management code in the default link library along with the
normal versions. Let's see how well this works out in the GCC
version. SAS/C does not seem to like it...

2004-12-24 18:31:38 Tree
[r102] by obarthel

- Moved the memory initialization and cleanup functions into the
malloc/free code itself and updated the alloca code to do its
own data management.

- Finally optimized the alloca() memory cleanup code.

2004-12-24 11:46:12 Tree
[r101] by obarthel

- The common error reporting function __show_error() could throw Enforcer
hits if the program was not launched from Shell. Fixed.

2004-12-24 10:52:02 Tree
[r100] by obarthel

- Moved the environment variable cleanup code into a destructor function.

- Fixed a typo in the hstrerror() function.

2004-12-19 16:42:51 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.