Menu

Code Commit Log


Commit Date  
[r169] by obarthel

- Reworked the code that handles quoting for the wildcard expansion
routine. We no longer allocate memory and then modify it, but
call a function for each quoted parameter which does whatever is
necessary.

- The shell command parameter parser now considers the non-breaking
space character (ISO code 160) to be a blank space character, too.

2005-03-03 09:32:09 Tree
[r168] by obarthel

- The lstat() code now reliably detects that it found a soft link.

2005-03-02 18:49:01 Tree
[r167] by obarthel

- Fixed the compilation problems I had introduced by mistake.

2005-03-02 14:47:10 Tree
[r166] by obarthel

- Added atoll(), ffs(), ftw(), nftw(), lstat() and uname() code
contributed by Peter Bengtsson. Thank you very much!

2005-03-02 12:57:56 Tree
[r165] by obarthel

- Cleaned up the header files some more; the POSIX stdio thread locking functions
are now defined as empty macros unless __THREAD_SAFE is defined.

2005-02-28 13:42:54 Tree
[r164] by obarthel

- Updated the README file to mention the PowerPC platform, the floating point
support and the thread-safety.

2005-02-28 13:32:59 Tree
[r163] by obarthel

- The translation of Unix to Amiga path names now silently accepts
absolute Amiga path names passed to it and will use them without
changing them.

2005-02-28 13:32:11 Tree
[r162] by obarthel

- Extended the thread-safety locking to the file descriptors.

2005-02-28 13:22:53 Tree
[r161] by obarthel

- The thread-safety code is now subject to conditional compilation.
Both the library and the user code need to be rebuilt with the
preprocessor symbol __THREAD_SAFE defined to get thread-safe
code.

2005-02-28 10:07:35 Tree
[r160] by obarthel

- Added more semaphore locking around the basic stdio, memory, locale
and dirent data operations. That should do it! While the library is
not reentrant (this is not ixemul.library) it should be thread-safe
now. Thread-safe in the sense of POSIX 1003.1c-1995.

2005-02-27 21:58:21 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.