Menu

Code Commit Log


Commit Date  
[r337] by obarthel

- The startup code now references the linker symbol generated for
the user-supplied main() function.

2005-08-20 14:25:20 Tree
[r336] by obarthel

- Fixed to built properly.

2005-08-15 11:31:39 Tree
[r335] by obarthel

- We now check if the file refers to a pipe before we make assumptions.

2005-08-15 10:43:54 Tree
[r334] by obarthel

- Modified select() to support plain files, too. The new code now
compares the current file position against the current file size,
if that file is on a file system, or simply checks if there is
any data in the file (which works for the default PIPE: device).

- The raw file descriptor structure member fd_Position is now
always updated, regardless of whether the file supports random
access or not.

- The wildcard escape character used in __wildcard_expand_init() was
wrong. It should have been "'" but it was "`". Fixed.

2005-08-15 10:17:48 Tree
[r333] by obarthel

- In __time_delay() the CheckIO() test was wrong and should have
tested for a request still in progress. Fixed.

2005-08-02 10:18:50 Tree
[r332] by obarthel

- Getting ready for a new release...

2005-07-15 14:45:01 Tree
[r331] by obarthel

- <sys/types.h> now also includes <time.h> and <stddef.h>.

2005-07-15 14:31:37 Tree
[r330] by obarthel

- The socket/usergroup API function and data type definitions that used to
be defined in <unistd.h> have been moved into a separate header file
<sys/clib2_net.h> which, for backwards compatibility, can be include
from within <unistd.h> if the preprocessor symbol __USE_CLIB2_NETLIB
is defined early on. Eventually, <sys/clib2_net.h> should be removed
from the general header files and become a local library build header
file altogether. Note that in this case you would have to build your
own software using common TCP/IP SDK header files.

2005-07-12 13:35:58 Tree
[r329] by obarthel

- The thread-safe version of isatty() should now work for stdio
file descriptors, too.

- Retrofitted thread-safety into the termios code.

2005-07-06 18:48:53 Tree
[r328] by obarthel

- Added some documentation on the skeleton library code.

2005-07-04 13:24:35 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.