summaryrefslogtreecommitdiffstats
path: root/winsup/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * Makefile.common: Hmm. Older compilers seem to need -nostdinc.Christopher Faylor2003-08-061-0/+4
|
* * Makefile.common: Don't send -nostdinc++ with g++.Christopher Faylor2003-08-061-0/+4
|
* * Makefile.in: Only use localhost when building mingw with distcc or gcc won'tChristopher Faylor2003-07-261-0/+5
| | | | be able to find .exp files on other hosts.
* * Makefile.common (CFLAGS_COMMON): Remove -march=i386.Christopher Faylor2003-07-181-0/+4
|
* * configure.in: Add --enable-server option.Christopher Faylor2003-07-021-0/+5
| | | | * configure: Regenerate.
* * Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too noisy onChristopher Faylor2003-07-021-0/+5
| | | | newer versions of gcc.
* * configure.in: Add cygserver subdir.Christopher Faylor2003-07-011-0/+8
| | | | | | * Makefile.in: Ditto. * configure: Regenerate. * Makefile.common: Remove debugging statements.
* * Makefile.common: Remove newlib_sys_include andCorinna Vinschen2003-05-121-0/+5
| | | | newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o.
* * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.Christopher Faylor2003-04-191-0/+4
|
* * Makefile.common (w32api_lib): Fix w32api detection.Christopher Faylor2003-04-111-0/+4
|
* * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so thatChristopher Faylor2003-03-291-0/+5
| | | | CXXFLAGS is properly interpreted.
* * Makefile.common (w32api_lib): Default to system w32api directory if w32api isChristopher Faylor2003-03-171-0/+5
| | | | missing from source.
* * Makefile.common: Fix typo from previous checkin.Christopher Faylor2003-03-171-0/+4
|
* * configure.in: w32api directory was already optional. Semi-revert 2003-02-06Christopher Faylor2003-03-171-0/+8
| | | | | | change. * configure: Regenerate. * Makefile.common: Don't specific -nostdinc if there is no w32api directory.
* * Makefile.common: Avoid double slashes in GCC_INCLUDE.Christopher Faylor2003-03-091-0/+4
|
* * MAINTAINERS: Remove out-of-date file.Christopher Faylor2003-02-131-0/+4
|
* * configure.in: Make w32api directory optional.Christopher Faylor2003-02-071-0/+5
| | | | * configure: Regenerate.
* * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.Corinna Vinschen2003-01-221-0/+4
|
* * Makefile.common: Don't attempt to pretty-print c++ errors.Christopher Faylor2002-12-211-0/+4
|
* * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen2002-12-121-0/+6
| | | | | | * configure.in: Reorder SUBDIRS to have mingw before cygwin. * configure: Regenerate from configure.in. * cygwin/Makefile.in: Add MINGW_LDFLAGS when linking cygrun.exe.
* * Makefile.in (check): Be more defensive when creating testsuite config.status.Christopher Faylor2002-09-281-0/+5
|
* * Makefile.in: Change COMPILE_C* definitions.Christopher Faylor2002-08-171-0/+4
|
* * w32sdk: New winsup module.Earnie Boyd2002-08-101-0/+4
|
* * Makefile.common (MINGW_INCLUDES): Simplify.Christopher Faylor2002-07-071-42/+5
| | | | | (MINGW_CFLAGS): New. (MINGW_CXXFLAGS): Ditto.
* 2002-06-25 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-07-041-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/pthread.h (PTHREAD_CANCELED): Defined a reasonable value. * pthread.cc (pthread_exit): Call method instead of function. (pthread_setcancelstate): Ditto. (pthread_setcanceltype): Ditto. (pthread_testcancel): Ditto. * thread.h (pthread::cancel_event): New member. (__pthread_cancel_self): New prototype. (pthread::exit): New Method. (pthread::cancel): Ditto. (pthread::testcancel): Ditto. (pthread::cancel_self): Ditto. (pthread::static_cancel_self): Ditto. (pthread::setcancelstate): Ditto. (pthread::setcanceltype): Ditto. (__pthread_cancel): Give c++ linkage. (__pthread_exit): Remove. (__pthread_setcancelstate): Ditto. (__pthread_setcanceltype): Ditto. (__pthread_testcancel): Ditto. * thread.cc (pthread::pthread): Inititialize cancel_event. (pthread::~pthread): Close cancel_event if needed. (pthread::create): Create cancel_event. (pthread::exit): New method. Replacement for __pthread_exit. (pthread::cancel): New method. (pthread::testcancel): Ditto. (pthread::static_cancel_self); New static method. (pthread::setcancelstate): New method. Replacement for __pthread_setcancelstate. (pthread::setcanceltype): New method. Replacement for __pthread_setcanceltype. (pthread::pop_cleanup_handler): Added lock for async cancel safe cancellation. (pthread::thread_init_wrapper): Change __pthread_exit to thread->exit(). (__pthread_cancel): Call method thread->cancel(). (__pthread_exit): Remove. (__pthread_setcancelstate): Ditto. (__pthread_setcanceltype): Ditto. (__pthread_testcancel): Ditto.
* * configure.in: Complain about lack of w32api directory.Christopher Faylor2002-06-021-0/+5
| | | | * configure: Regenerate.
* * configure.in: Remove cinstall target.Christopher Faylor2002-04-251-0/+6
| | | | | * Makefile.in: Ditto. * configure: Regenerate.
* * configure.in: Avoid building w32api or mingw if they don't exist.Christopher Faylor2002-02-191-0/+5
| | | | * configure: Regenerate.
* * Makefile.in: Don't attempt to use zlib directory as a dependency if itChristopher Faylor2001-12-191-0/+5
| | | | doesn't exist.
* Add missing ChangeLog.Christopher Faylor2001-12-141-0/+3
| | | | | * configure.in: Detect zlib subdirectory. * configure: Regenerate
* * Makefile.in: Exit immediately if a sub-make fails.Christopher Faylor2001-12-141-0/+4
|
* * Makefile.in: Force configure in testsuite directory if config.status does notChristopher Faylor2001-11-041-0/+5
| | | | exist.
* * configure.in: Disable subauth directory test.Christopher Faylor2001-11-041-0/+6
| | | | | * configure: Regenerate. * Makefile.in: Use MAKE variable in directory builds.
* * Makefile.in: Add directory dependencies to ensure ordering when using 'makeChristopher Faylor2001-11-041-0/+5
| | | | -jN'.
* * Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3Christopher Faylor2001-11-031-0/+5
| | | | doesn't work well with it.
* * Makefile.common: Add some stuff to common CFLAGS.Christopher Faylor2001-11-021-0/+4
|
* * Makefile.in: Propagate 'clean' to subdirs properly.Christopher Faylor2001-10-291-0/+4
|
* * configure: Regenerate, removing erroneous SUBDIRS substitution.Corinna Vinschen2001-10-261-0/+4
|
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-0/+6
| | | | | * configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate.
* * Makefile.in: Add -nostdinc to CXXFLAGS.Christopher Faylor2001-10-131-0/+4
|
* * Makefile.common: Perform more include file testing trickery.Christopher Faylor2001-10-121-0/+4
|
* * Makefile.common: Avoid adding -I options to compile if they already exist inChristopher Faylor2001-10-101-0/+6
| | | | CC or C*FLAGS. This prevents warnings from newer versions of gcc.
* * Makefile.common: Change method for finding current directory.Christopher Faylor2001-05-151-0/+4
|
* * configure.in: Fix typo.Christopher Faylor2001-05-051-0/+5
| | | | * configure: Regenerate.
* * configure.in: Make subauth configuration optional.Christopher Faylor2001-05-041-0/+5
| | | | * configure: Regenerate.
* * subauth: New subdirectory.Corinna Vinschen2001-05-041-0/+6
| | | | | * configure.in: Add subauth to the list of subdirectories. * configure: Regenerated from configure.in.
* * configure.in: Add bz2lib.Christopher Faylor2001-04-181-0/+4
|
* * configure: fix regeneration bug.DJ Delorie2001-03-201-0/+4
|
* * Makefile.common: Revert previous change.Corinna Vinschen2001-02-221-0/+4
|
* * Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.Corinna Vinschen2001-02-211-0/+4
|