Commit | Date | |
---|---|---|
2005-02-28 13:22:53 | Tree | |
[r161]
by
obarthel
- The thread-safety code is now subject to conditional compilation. |
2005-02-28 10:07:35 | Tree |
[r160]
by
obarthel
- Added more semaphore locking around the basic stdio, memory, locale |
2005-02-27 21:58:21 | Tree |
[r159]
by
obarthel
- Added stdio thread locking functions flockfile(), funlockfile(), - Modified the internal FILE structure to allow for thread locking. - Added or modified macros for getc_unlocked(), getchar_unlocked(), - Added rand_r(). - Added flockfile()/funlockfile() wrappers around all stdio |
2005-02-27 18:09:12 | Tree |
[r158]
by
obarthel
- The process window pointer is now restored and reset between ^C |
2005-02-26 09:05:54 | Tree |
[r157]
by
obarthel
- When using the wildcard expansion code for command line - Added a new variable '__open_locale' which can be used to - Local ("static") functions are now identified by the STATIC |
2005-02-25 10:14:22 | Tree |
[r156]
by
obarthel
- Fixed a warning for a possibly uninitialized variable in the new iob hook |
2005-02-21 16:09:44 | Tree |
2005-02-21 10:22:02 | Tree | |
[r154]
by
obarthel
- The lseek() function return code was not consistently treated as the - Numerous house-keeping changes. |
2005-02-20 15:46:57 | Tree |
[r153]
by
obarthel
- The buffered and unbuffered file hook code is now invoked through - Moved the entire lseek() code relevant for files into the hook - Simplified the close() function which now just calls into the |
2005-02-20 13:19:40 | Tree |