Menu

Code Commit Log


Commit Date  
[r171] by obarthel

- Moved the signal semaphore allocation/initialization/deallocation
into a dedicated module. This also has the advantage that it's
harder to break code by accidentally forgetting to call
InitSemaphore() after having allocated the memory for it.

2005-03-03 14:20:55 Tree
[r170] by obarthel

- Added the missing header files required to rebuild ftw_ftw.c and
ftw_nftw.c.

2005-03-03 10:59:17 Tree
[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
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.