Menu

Code Commit Log


Commit Date  
[r175] by obarthel

- Rewrote the code that allocates the file descriptor and file
buffer tables so that all the memory allocations are in one
place and it's possible to specify exactly how many table
entries are required at a time.

- Creation and initialization of semaphores now uses the AmigaOS4
specific functions for this purpose, if available.

2005-03-04 09:07:09 Tree
[r174] by obarthel

- Added a very simple test program, just to see how much of the library
it will pull in when linked.

2005-03-03 15:12:18 Tree
[r173] by obarthel

- Added uname command, as contributed by Peter Bengtsson. Thank you very much!

2005-03-03 15:02:26 Tree
[r172] by obarthel

- Fixed the OS4 specific build makefile.

2005-03-03 14:46:10 Tree
[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
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.