Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-28* speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor
when running under Windows.
2003-08-28* specdir: Correctly remove temporary directory prior to use.Christopher Faylor
2003-08-21* speclib: Reenable removal of temp files.Christopher Faylor
2003-08-21* speclib: Fix created lib to avoid "File truncated" problems.Christopher Faylor
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor
* exceptions.cc (setup_handler): Move non-interruptible condition handling (back) to wait_sig (as suggested by Pierre Humblet). (set_process_mask): Don't worry about calling sig_dispatch_pending from sigthread since it is detected in the function anyway. (sig_handle): Eliminate thisproc arg. Don't call sig_dispatch_pending on SIGCONT since that should happen automatically. * sigproc.cc (sig_dispatch_pending): Eliminate justwake argument. Just return when called from sigthread. (wait_sig): Change some variables to bool. Change inner while to an if. Move uninterruptible signal handling here. (sigproc_terminate): Don't call sig_dispatch_pending. Just increment semaphore on exit. * speclib: Use slightly different (but still flawed) method for determining symbols to extract from libraries.
2003-08-06* Makefile.in: Rework to accommodate new speclib arguments.Christopher Faylor
* speclib: Rework to extract everything from libcygwin.a rather than building things from existing object files.
2002-01-25* speclib: Ensure that temporary def file is removed.Christopher Faylor
2002-01-23* speclib: Use rm -f to remove temp file just to quiet any potential warnings.Christopher Faylor
2002-01-22* Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor
(libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool.
2002-01-21* speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor
.def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored.
2002-01-13Add copyright stuffChristopher Faylor
2002-01-02* speclib: Remove temp files automatically.Christopher Faylor
2001-12-31* speclib: New file.Christopher Faylor
* 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.