Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cygload/README: Delete. | Christopher Faylor | 2006-01-02 | 1 | -2/+1 |
| | | | | | | | | | | | * cygload/cygload.cc: Move to winsup.api. Add comments from README. * cygload/cygload.h: Move to winsup.api. * cygload/cygload.exp: Move to winsup.api. * Makefile.in: Remove cygload. * winsup.api/winsup.exp: If a .exp file is detected, run it rather than using standard compile. * winsup.api/resethand.c (main): Use printf to print status or expect thinks something is wrong. | ||||
* | * winsup.api/resethand.c (main): Remove core dump flag from exit status. | Christopher Faylor | 2006-01-02 | 1 | -0/+1 |
| | |||||
* | * winsup.api/resethand.c (main): Coerce argument to pointer to stop gcc | Christopher Faylor | 2006-01-02 | 1 | -1/+1 |
| | | | | complaint. | ||||
* | * winsup.api/resethand.c: Use SIGSEGV for the signal to test. | Christopher Faylor | 2006-01-01 | 1 | -5/+6 |
| | |||||
* | * winsup.api/resethand.c: New file. | Christopher Faylor | 2006-01-01 | 1 | -0/+35 |