Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * speclib: Ensure that temporary def file is removed. | Christopher Faylor | 2002-01-24 | 1 | -1/+1 |
| | |||||
* | * speclib: Use rm -f to remove temp file just to quiet any potential warnings. | Christopher Faylor | 2002-01-23 | 1 | -1/+1 |
| | |||||
* | * Makefile.in (libpthread.a): Pass the assembler also. | Christopher Faylor | 2002-01-22 | 1 | -1/+2 |
| | | | | | | (libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool. | ||||
* | * speclib: Don't use /dev/null as DLL name. Just default to what's already in | Christopher Faylor | 2002-01-21 | 1 | -1/+1 |
| | | | | | | .def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored. | ||||
* | Add copyright stuff | Christopher Faylor | 2002-01-13 | 1 | -0/+10 |
| | |||||
* | * speclib: Remove temp files automatically. | Christopher Faylor | 2002-01-02 | 1 | -1/+1 |
| | |||||
* | * speclib: New file. | Christopher Faylor | 2001-12-31 | 1 | -0/+12 |
* Makefile.in: Create library versions of automode.o, textmode.o, and binmode.o for easier use on command line. Create libpthread.a, libm.a, and libc.a with subsets of exports found in libcygwin.a. |