| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1996-07-03 | Split all exec*() functions out of exec.c into their own files. | jtc | |
| 1996-07-03 | Added a new VA_START macro to hide the differences between varargs.h | jtc | |
| and stdargs.h. This cleans up a lot of conditionals throughout this file. | |||
| 1995-12-14 | Changed to use alloca() instead of malloc() to allocate argument vectors. | jtc | |
| Programs that don't use malloc()/free() (ie. provide their own allocation scheme atop sbrk()) should still be able to use exec*. | |||
| 1995-02-27 | merge with Lite, keeping local changes. Also use new Id format. | cgd | |
| 1993-11-24 | Change C library functions to use strchr() and strrchr() instead of index() | jtc | |
| and rindex(). This will allow (strict {ANSI, POSIX, XOPEN}) applications to redefine index() and rindex() without effecting the library internals. | |||
| 1993-10-22 | In execvp(): `eacces' did not get initialized when path name contains a '/'. | pk | |
| This causes the wrong error to be reported when execve() fails. | |||
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc | |
| 1993-07-30 | Add even more RCS frobs. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
