]> sourceware.org Git - newlib-cygwin.git/blob - winsup/ChangeLog
* configure.in: Disable subauth directory test.
[newlib-cygwin.git] / winsup / ChangeLog
1 2001-11-03 Christopher Faylor <cgf@redhat.com>
2
3 * configure.in: Disable subauth directory test.
4 * configure: Regenerate.
5 * Makefile.in: Use MAKE variable in directory builds.
6
7 2001-11-03 Christopher Faylor <cgf@redhat.com>
8
9 * Makefile.in: Add directory dependencies to ensure ordering when using
10 'make -jN'.
11
12 2001-11-03 Christopher Faylor <cgf@redhat.com>
13
14 * Makefile.common: Remove preferred-stack-boundary setting since gcc
15 2.95.3 doesn't work well with it.
16
17 2001-11-01 Christopher Faylor <cgf@redhat.com>
18
19 * Makefile.common: Add some stuff to common CFLAGS.
20
21 2001-10-29 Egor Duda <deo@logos-m.ru>
22
23 * Makefile.in: Propagate 'clean' to subdirs properly.
24
25 2001-10-26 Corinna Vinschen <corinna@vinschen.de>
26
27 * configure: Regenerate, removing erroneous SUBDIRS substitution.
28
29 2001-10-24 Christopher Faylor <cgf@redhat.com>
30
31 * Makefile.in: Only build testsuite directory on first 'make check'.
32 * configure.in: Remove testsuite from SUBDIRS.
33 * configure: Regenerate.
34
35 2001-10-12 Christopher Faylor <cgf@redhat.com>
36
37 * Makefile.in: Add -nostdinc to CXXFLAGS.
38
39 2001-10-12 Christopher Faylor <cgf@redhat.com>
40
41 * Makefile.common: Perform more include file testing trickery.
42
43 Sun Oct 7 23:08:46 2001 Christopher Faylor <cgf@cygnus.com>
44
45 * Makefile.common: Avoid adding -I options to compile if they already
46 exist in CC or C*FLAGS. This prevents warnings from newer versions of
47 gcc.
48
49 Tue May 15 01:09:56 2001 Christopher Faylor <cgf@cygnus.com>
50
51 * Makefile.common: Change method for finding current directory.
52
53 Sat May 5 00:14:03 2001 Christopher Faylor <cgf@cygnus.com>
54
55 * configure.in: Fix typo.
56 * configure: Regenerate.
57
58 Fri May 4 11:24:53 2001 Christopher Faylor <cgf@cygnus.com>
59
60 * configure.in: Make subauth configuration optional.
61 * configure: Regenerate.
62
63 Fri May 4 15:06:00 Corinna Vinschen <corinna@vinschen.de>
64
65 * subauth: New subdirectory.
66 * configure.in: Add subauth to the list of subdirectories.
67 * configure: Regenerated from configure.in.
68
69 Wed Apr 18 18:45:07 2001 Christopher Faylor <cgf@cygnus.com>
70
71 * configure.in: Add bz2lib.
72
73 2001-03-19 DJ Delorie <dj@redhat.com>
74
75 * configure: fix regeneration bug.
76
77 Thu Feb 22 13:36:00 2000 Corinna Vinschen <corinna@vinschen.de>
78
79 * Makefile.common: Revert previous change.
80
81 Wed Feb 21 22:41:00 2000 Corinna Vinschen <corinna@vinschen.de>
82
83 * Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
84
85 Sun Dec 3 00:21:31 2000 Christopher Faylor <cgf@cygnus.com>
86
87 * Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use
88 CXX for g++ compiles.
89 * configure.in: Find correct c++ compiler.
90 * configure: Regenerate.
91
92 Mon Oct 23 00:50:02 2000 Christopher Faylor <cgf@cygnus.com>
93
94 * Makefile.common (LIBGCC): Acommodate older gcc's that don't need
95 libstdc++.a.
96
97 Sat Oct 21 18:01:22 2000 Christopher Faylor <cgf@cygnus.com>
98
99 * Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since
100 builtin functions are in this library in newer gcc's.
101
102 Sun Oct 1 22:02:38 2000 Christopher Faylor <cgf@cygnus.com>
103
104 * Makefile.common: Extend VERBOSE default.
105 * Makefile.in: Don't clean the testsuite separately. It's already part
106 of CLEAN_SUBDIRS.
107
108 2000-09-30 Christopher Faylor <cgf@cygnus.com>
109
110 * Makefile.common: Default to VERBOSE when part of overall source
111 tree build.
112
113 2000-09-02 Egor Duda <deo@logos-m.ru>
114
115 * Makefile.in: Add new goal "check"
116 * configure.in: When doing native build do configure in
117 testsuite subdirectory
118 * configure: Regenerate.
119
120 Fri Sep 1 10:15:37 2000 Christopher Faylor <cgf@cygnus.com>
121
122 * Makefile.in: More normalization.
123
124 Thu Aug 31 16:37:31 2000 Christopher Faylor <cgf@cygnus.com>
125
126 * Makefile.in: Normalize 'pwd' based on location of winsup.
127
128 Thu Aug 24 15:02:26 2000 Christopher Faylor <cgf@cygnus.com>
129
130 * Makefile.common: Add bupdir2 to reference above the i686-pc-cygwin
131 directory.
132
133 Thu Jun 22 18:28:06 2000 Christopher Faylor <cgf@cygnus.com>
134
135 * Makefile.in: Add dummy info targets.
136
137 Tue Jun 20 13:36:23 2000 Christopher Faylor <cgf@cygnus.com>
138
139 * configure.in: Bow to necessity and build w32api before anything else.
140 * configure: Regenerate.
141
142 Sat Jun 17 13:50:04 2000 Christopher Faylor <cgf@cygnus.com>
143
144 * configure.in: Detect "cross-hosting" situation and add a subset of
145 directories to SUBDIRS.
146 * configure: Regenerate.
147
148 Thu May 25 18:39:24 2000 Christopher Faylor <cgf@cygnus.com>
149
150 * configure.in: Don't assume that cinstall directory exists.
151 * configure: Regenerate
152
153 2000-05-24 DJ Delorie <dj@cygnus.com>
154
155 * Makefile.common (%.o): further simplify, add "..." to make it obvious
156 it's an abbreviated command line.
157
158 Thu May 18 14:33:05 2000 Christopher Faylor <cgf@cygnus.com>
159
160 * MAINTAINERS: Add Corinna to general list.
161
162 2000-04-17 DJ Delorie <dj@cygnus.com>
163
164 * Makefile.common (srcdir): remove dependence on where pwd is
165
166 Sun Apr 9 23:47:45 2000 Christopher Faylor <cgf@cygnus.com>
167
168 * Makefile.common: Resolve srcdir to absolute path or it will confuse
169 usages when passed to submakes. Eliminate vestigal use of
170 MAKEOVERRIDES.
171
172 Sun Apr 9 02:06:49 2000 Christopher Faylor <cgf@cygnus.com>
173
174 * Makefile.in: Work around MAKEOVERRIDES problem with older versions
175 of make.
176 * Makefile.common: Ditto.
177
178 Fri Apr 7 17:04:02 Ron Parker <rdparker@sourceware.cygnus.com>
179
180 * configure.in: Added cinstall to the list of subdirs.
181 * configure: Regenerate.
182
183 Thu Mar 30 23:45:00 2000 Christopher Faylor <cgf@cygnus.com>
184
185 * MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff.
186
187 Sun Feb 6 18:15:44 2000 Christopher Faylor <cgf@cygnus.com>
188
189 * configure.in: Do the standard CC/CFLAGS stuff for propagation to
190 sub-configures.
191 * configure: Regenerate.
192
193 2000-01-26 DJ Delorie <dj@cygnus.com>
194
195 * doc/Makefile.in: fix doctool -d options
196
197 Fri Jan 21 12:51:32 2000 Christopher Faylor <cgf@cygnus.com>
198
199 * Makefile.common: No need to rerun Makefile if config.status changes.
200 That should happen automatically.
201 * Makefile.in: Ditto.
202
203 Sat Jan 8 14:40:01 2000 Christopher Faylor <cgf@cygnus.com>
204
205 * Makefile.common: Remove cygwin DLL specific stuff. Make Makefile
206 target PRECIOUS.
207 * Makefile.in: Make Makefile target PRECIOUS.
208
209 Fri Jan 7 21:00:49 2000 Christopher Faylor <cgf@cygnus.com>
210
211 * Makefile.common: Remove cygwin DLL specific stuff. Correctly deal
212 with updir stuff when building in the same directory as the source.
213
214 Thu Jan 6 19:04:35 2000 Christopher Faylor <cgf@cygnus.com>
215
216 Create new directory structure
217 * Makefile.in: New file.
218 * configure.in: New file.
219 * configure: New file.
220 * Makefile.common: New file.
221 * cygwin: New directory.
222 * w32api: New directory.
This page took 0.044617 seconds and 5 git commands to generate.