Menu

Code Commit Log


Commit Date  
[r441] by obarthel

- execve() no longer directly calls exit(), but a function which can be
replaced by the user. If that function __execve_exit() does not call
exit but just returns to the caller without doing anything, execve()
will return the caller with the return code of the RunCommand()
function.

2006-08-06 08:15:42 Tree
[r440] by obarthel

- Small corrections...

2006-08-02 14:44:01 Tree
[r439] by obarthel

- That's setlocale and not setlocate.

2006-08-02 14:14:57 Tree
[r438] by obarthel

- Hid setlocale and execvp_test

2006-08-02 14:14:30 Tree
[r437] by obarthel

- execve() now actually works!

2006-08-02 11:07:57 Tree
[r436] by obarthel

- Added the "execvp_test" program.

2006-08-02 09:22:38 Tree
[r435] by obarthel

- Added the POSIX exec() family functions, based upon code contributed
by Henning Nielsen Lund. Thank you very much!

- atoll() no longer sets 'errno' directly but now calls __set_errno()
instead.

2006-08-02 08:00:30 Tree
[r434] by obarthel

- Fixed to compile correctly.

- Changed how multi-volume assignments are handled by execve().

2006-08-02 06:49:47 Tree
[r433] by obarthel

- The types of the __default_path_delimiter and __default_path variables
were wrong.

2006-08-01 19:06:48 Tree
[r432] by obarthel

- Rewrote execve() from scratch and documented it.

2006-08-01 19:01:17 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.