Christopher Faylor
|
fc5dae1cca
|
* Makefile.in (check): Be more defensive when creating testsuite config.status.
|
2002-09-28 03:15:44 +00:00 |
Christopher Faylor
|
aaac1d9e19
|
* Makefile.in: Change COMPILE_C* definitions.
|
2002-08-17 17:12:24 +00:00 |
Earnie Boyd
|
432fa81e8e
|
* w32sdk: New winsup module.
|
2002-08-10 15:07:51 +00:00 |
Christopher Faylor
|
9d6ac54874
|
* Makefile.common (MINGW_INCLUDES): Simplify.
(MINGW_CFLAGS): New.
(MINGW_CXXFLAGS): Ditto.
|
2002-07-07 00:42:09 +00:00 |
Robert Collins
|
d288c1c78c
|
2002-06-25 Thomas Pfaff <tpfaff@gmx.net>
* 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.
|
2002-07-04 14:17:30 +00:00 |
Christopher Faylor
|
a673eba664
|
* configure.in: Complain about lack of w32api directory.
* configure: Regenerate.
|
2002-06-02 05:54:33 +00:00 |
Christopher Faylor
|
b807c4ad01
|
* configure.in: Remove cinstall target.
* Makefile.in: Ditto.
* configure: Regenerate.
|
2002-04-25 23:19:28 +00:00 |
Christopher Faylor
|
7416292611
|
* configure.in: Avoid building w32api or mingw if they don't exist.
* configure: Regenerate.
|
2002-02-19 21:59:19 +00:00 |
Christopher Faylor
|
aa053fd461
|
* Makefile.in: Don't attempt to use zlib directory as a dependency if it
doesn't exist.
|
2001-12-19 03:35:36 +00:00 |
Christopher Faylor
|
b6ddef77a4
|
Add missing ChangeLog.
* configure.in: Detect zlib subdirectory.
* configure: Regenerate
|
2001-12-14 18:26:43 +00:00 |
Christopher Faylor
|
94597cd05f
|
* Makefile.in: Exit immediately if a sub-make fails.
|
2001-12-14 18:23:19 +00:00 |
Christopher Faylor
|
7cf5e175fe
|
* Makefile.in: Force configure in testsuite directory if config.status does not
exist.
|
2001-11-04 05:15:16 +00:00 |
Christopher Faylor
|
e8f1743129
|
* configure.in: Disable subauth directory test.
* configure: Regenerate.
* Makefile.in: Use MAKE variable in directory builds.
|
2001-11-04 03:48:36 +00:00 |
Christopher Faylor
|
15d0cbd6df
|
* Makefile.in: Add directory dependencies to ensure ordering when using 'make
-jN'.
|
2001-11-04 03:42:19 +00:00 |
Christopher Faylor
|
ed14f73cc2
|
* Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3
doesn't work well with it.
|
2001-11-03 19:56:52 +00:00 |
Christopher Faylor
|
d58f43a1bc
|
* Makefile.common: Add some stuff to common CFLAGS.
|
2001-11-02 04:44:42 +00:00 |
Christopher Faylor
|
7a47ed496c
|
* Makefile.in: Propagate 'clean' to subdirs properly.
|
2001-10-29 20:32:27 +00:00 |
Corinna Vinschen
|
be846a19d7
|
* configure: Regenerate, removing erroneous SUBDIRS substitution.
|
2001-10-26 15:01:08 +00:00 |
Christopher Faylor
|
a9f20457f3
|
* Makefile.in: Only build testsuite directory on first 'make check'.
* configure.in: Remove testsuite from SUBDIRS.
* configure: Regenerate.
|
2001-10-24 21:56:54 +00:00 |
Christopher Faylor
|
cb1826572c
|
* Makefile.in: Add -nostdinc to CXXFLAGS.
|
2001-10-13 00:59:20 +00:00 |
Christopher Faylor
|
0055a6c6c9
|
* Makefile.common: Perform more include file testing trickery.
|
2001-10-12 12:52:05 +00:00 |
Christopher Faylor
|
bc6aa7e1b4
|
* Makefile.common: Avoid adding -I options to compile if they already exist in
CC or C*FLAGS. This prevents warnings from newer versions of gcc.
|
2001-10-10 01:57:43 +00:00 |
Christopher Faylor
|
f162ad82fc
|
* Makefile.common: Change method for finding current directory.
|
2001-05-15 05:11:55 +00:00 |
Christopher Faylor
|
dbc0c5fb59
|
* configure.in: Fix typo.
* configure: Regenerate.
|
2001-05-05 04:18:16 +00:00 |
Christopher Faylor
|
a1ad23671c
|
* configure.in: Make subauth configuration optional.
* configure: Regenerate.
|
2001-05-04 15:27:56 +00:00 |
Corinna Vinschen
|
3c1fb7ac9d
|
* subauth: New subdirectory.
* configure.in: Add subauth to the list of subdirectories.
* configure: Regenerated from configure.in.
|
2001-05-04 13:18:51 +00:00 |
Christopher Faylor
|
f8415f617b
|
* configure.in: Add bz2lib.
|
2001-04-18 22:45:27 +00:00 |
DJ Delorie
|
eec74f4ac6
|
* configure: fix regeneration bug.
|
2001-03-20 01:26:45 +00:00 |
Corinna Vinschen
|
957059c831
|
* Makefile.common: Revert previous change.
|
2001-02-22 12:37:32 +00:00 |
Corinna Vinschen
|
5b2ea3a436
|
* Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
|
2001-02-21 21:46:47 +00:00 |
Christopher Faylor
|
8494f61e7c
|
* Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use CXX for
g++ compiles.
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
|
2000-12-03 05:40:45 +00:00 |
Christopher Faylor
|
cf99a9fbc1
|
testing.
|
2000-10-23 23:50:27 +00:00 |
Christopher Faylor
|
fbcfc19d27
|
* Makefile.common (LIBGCC): Acommodate older gcc's that don't need
|
2000-10-23 23:45:32 +00:00 |
Christopher Faylor
|
be69ad802b
|
* Makefile.common (LIBGCC): Acommodate older gcc's that don't need libstdc++.a.
|
2000-10-23 04:50:32 +00:00 |
Christopher Faylor
|
5693c8d55b
|
* Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since builtin
functions are in this library in newer gcc's.
|
2000-10-21 22:01:55 +00:00 |
Christopher Faylor
|
0ce83ef6b8
|
* Makefile.common: Extend VERBOSE default.
* Makefile.in: Don't clean the testsuite separately. It's already part of
CLEAN_SUBDIRS.
|
2000-10-02 02:05:23 +00:00 |
Christopher Faylor
|
72be82dab3
|
* Makefile.common: Default to VERBOSE when part of overall source
tree build.
|
2000-10-01 04:32:36 +00:00 |
Christopher Faylor
|
39630fe3a1
|
* Makefile.in: Add new goal "check"
* configure.in: When doing native build do configure in testsuite subdirectory
* configure: Regenerate.
|
2000-09-03 04:06:38 +00:00 |
Christopher Faylor
|
b13be6f6fb
|
* Makefile.in: More normalization.
|
2000-09-01 14:20:30 +00:00 |
Christopher Faylor
|
dc941354a1
|
* Makefile.in: Normalize 'pwd' based on location of winsup.
|
2000-08-31 20:39:32 +00:00 |
Christopher Faylor
|
5f3cb291b1
|
* Makefile.common: Add bupdir2 to reference above the i686-pc-cygwin directory.
|
2000-08-24 19:05:38 +00:00 |
Christopher Faylor
|
344a1924d9
|
* Makefile.in: Add dummy info targets.
|
2000-06-22 22:28:35 +00:00 |
Christopher Faylor
|
fa2ba85814
|
* configure.in: Bow to necessity and build w32api before anything else.
* configure: Regenerate.
|
2000-06-20 17:37:22 +00:00 |
Christopher Faylor
|
2e6d8441fa
|
* configure.in: Detect "cross-hosting" situation and add a subset of
directories to SUBDIRS.
* configure: Regenerate.
|
2000-06-17 17:51:31 +00:00 |
Christopher Faylor
|
6880ecefaa
|
* configure.in: Don't assume that cinstall directory exists.
|
2000-05-25 22:39:48 +00:00 |
Christopher Faylor
|
0f7e52d7b2
|
* configure.in: Don't assume that cinstall directory exists.
|
2000-05-25 22:28:43 +00:00 |
DJ Delorie
|
4b9f883e84
|
* Makefile.common (%.o): further simplify, add "..." to make it
obvious it's an abbreviated command line.
|
2000-05-24 18:54:10 +00:00 |
Christopher Faylor
|
8126b13644
|
* MAINTAINERS: Add Corinna to general list.
|
2000-05-18 18:34:02 +00:00 |
DJ Delorie
|
f115d4c2b2
|
add reference to Makefile.common (srcdir)
|
2000-04-30 12:59:50 +00:00 |
DJ Delorie
|
2cf2f0980f
|
* remove dependence on where pwd is
|
2000-04-18 00:37:04 +00:00 |
Christopher Faylor
|
ba87a619ef
|
* Makefile.common: Resolve srcdir to absolute path or it will confuse usages
when passed to submakes. Eliminate vestigal use of MAKEOVERRIDES.
|
2000-04-10 03:51:39 +00:00 |
Christopher Faylor
|
7f363152c5
|
* Makefile.in: Work around MAKEOVERRIDES problem with older versions of make.
* Makefile.common: Ditto.
|
2000-04-09 06:15:43 +00:00 |
Christopher Faylor
|
0ccdde4c26
|
Remove erroneous entry.
|
2000-04-08 05:03:01 +00:00 |
Ron Parker
|
61e196e361
|
Updated to build cinstall with mingw. See Changelog for numerous setup.c changes.
|
2000-04-07 22:12:41 +00:00 |
Christopher Faylor
|
fd5afe2066
|
* MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff.
Add ChangeLog to doc directory.
|
2000-03-31 04:46:47 +00:00 |
Christopher Faylor
|
1fd5e000ac
|
import winsup-2000-02-17 snapshot
|
2000-02-17 19:38:33 +00:00 |