Commit | Date | |
---|---|---|
[r109]
by
obarthel
- Redirecting stderr to a file no longer has the effect of showing error - gettimeofday() now calls GetSysTime() rather than DateStamp() to obtain - The "ptrdiff_t" definition in <stddef.h> now defaults to type 'int' rather |
2005-01-08 10:21:28 | Tree |
2005-01-02 09:07:22 | Tree | |
2005-01-02 09:07:21 | Tree | |
[r106]
by
obarthel
- fwrite() now flushes the entire "buffer" for unbuffered files. The - Whether or not a file is bound to an interactive device, such as a |
2004-12-27 09:15:55 | Tree |
[r105]
by
obarthel
- The data structure alignment (file I/O buffer) is now configurable |
2004-12-26 13:14:47 | Tree |
[r104]
by
obarthel
- Changed the definition of alloca() for GCC, which now defaults - Updated the stdio.h, stdlib.h, string.h and unistd.h header files - If a SIGINT signal is caught and processed by the default signal |
2004-12-26 10:28:57 | Tree |
[r103]
by
obarthel
- Tried to make it possible to have debug versions of the memory |
2004-12-24 18:31:38 | Tree |
[r102]
by
obarthel
- Moved the memory initialization and cleanup functions into the - 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 |
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 |