OSDN Git Service

* cygpath.cc (main): Remove enforcing "en_US.UTF-8" locale.
[pf3gnuchains/pf3gnuchains3x.git] / winsup / ChangeLog
1 2009-07-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2
3         * Makefile.common (COMPILE_CXX): Add support for per-file overrides
4         to exclude $(nostdinc) and $(nostdincxx) from compiler flags.
5         (COMPILE_CC): Likewise for $(nostdinc).
6
7 2009-02-23  Sjors Gielen <mailinglist@dazjorz.com>
8
9         * Makefile.in: Add DESTDIR functionality.
10
11 2009-01-21  Corinna Vinschen  <corinna@vinschen.de>
12
13         * configure.in: Remove --enable-server option.  Allways add the
14         cygserver directory to $SUBDIRS.
15         * configure: Regenerate.
16
17 2008-10-12  Christopher Faylor  <me+cygwin@cgf.cx>
18
19         * Makefile.in: Revert erroneous checkin.
20         * Makefile.common: Tweak to work better with new utils/mingw front-end.
21
22 2008-10-11  Christopher Faylor  <me+cygwin@cgf.cx>
23
24         * Makefile.in: Tweak to work better with new utils/mingw front-end.
25
26 2008-05-16  Corinna Vinschen  <corinna@vinschen.de>
27
28         * Makefile.in (install-license): Install COPYING file as well.
29
30 2008-05-16  Corinna Vinschen  <corinna@vinschen.de>
31
32         * CYGWIN_LICENSE: New text.
33
34 2007-08-31  Christopher Faylor  <me+cygwin@cgf.cx>
35
36         * configure: Regenerate.
37
38 2007-07-06  Corinna Vinschen  <corinna@vinschen.de>
39
40         * CYGWIN_LICENSE: Fix URL to world-wide offices.
41
42 2007-07-06  Corinna Vinschen  <corinna@vinschen.de>
43
44         * CYGWIN_LICENSE: Fix URL to open source definition.
45
46 2006-12-12  Corinna Vinschen  <corinna@vinschen.de>
47
48         * Makefile.in (subauth): Drop rule.
49         * configure.in: Remove subauth related check.
50         * configure: Regenerate.
51
52 2006-11-27  Corinna Vinschen  <corinna@vinschen.de>
53
54         * Makefile.in: Add dependencies for lsaauth.
55         * configure.in: Disable building subauth.  Add building lsaauth.
56         * configure: Regenerate.
57
58 2006-08-30  Christopher Faylor  <cgf@timesys.com>
59
60         * Makefile.in: Make install-license .PHONY.  Make sure that doc
61         directory is created before copying to it.
62
63 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
64
65         * Makefile.in: Make installation of CYGWIN_LICENSE configurable.
66         * aclocal.m4: Regenerate.
67         * configure.in: Add GCC_NO_EXECUTABLES call. Add configuration for
68         INSTALL_LICENSE.  Make cygwin subdirectory optional.  Add sanity
69         check for cygwin resp. mingw subdirectories dependent of the target.
70         * configure: Regenerate.
71
72 2006-08-02  Christopher Faylor  <cgf@timesys.com>
73
74         * Makefile.in (subauth): Add dependency on mingw.
75
76 2006-07-23  Christopher Faylor  <cgf@timesys.com>
77
78         * Makefile.in: Update copyright.  Fix 'check' target so that it will
79         once-again create a working testsuite directory.  Add a comment this
80         time to explain the unusual behavior.
81
82 2006-07-14  Corinna Vinschen  <corinna@vinschen.de>
83
84         * configure.in: Reenable building the subauth subdir.
85         * configure: Regenerate.
86
87 2006-05-24  Christopher Faylor  <cgf@timesys.com>
88
89         * configure.in: Update to newer autoconf.
90         (thanks to Steve Ellcey)
91         * Makefile.in: Ditto.
92         * configure: Regenerate.
93         * acinclude.m4: New file.
94         * aclocal.m4: Ditto.
95
96 2006-01-29  Christopher Faylor  <cgf@timesys.com>
97
98         * CYGWIN_LICENSE: Restrict to v2.
99         * COPYING: Add.
100
101 2006-01-16  Corinna Vinschen  <corinna@vinschen.de>
102
103         * configure.in: Add AC_PROG_INSTALL handling.
104         * configure: Regenerate.
105         * Makefile.in (install): Install CYGWIN_LICENSE.
106
107 2006-01-16  Corinna Vinschen  <corinna@vinschen.de>
108
109         * CYGWIN_LICENSE: Fix contact information.
110
111 2005-10-11  Christopher Faylor  <cgf@timesys.com>
112
113         * Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.
114
115 2005-03-22  Christopher Faylor  <cgf@timesys.com>
116
117         * Makefile.common: Add -dD to options when creating preprocess files.
118
119 2003-11-23  Corinna Vinschen  <corinna@vinschen.de>
120
121         * Makefile.in: Make cygserver depending on cygwin.
122
123 2003-11-20  Christopher Faylor  <cgf@redhat.com>
124
125         * configure.in: Make --use-server the default.
126         * configure: Regenerate.
127
128 2003-08-05  Christopher Faylor  <cgf@redhat.com>
129
130         * Makefile.common: Hmm.  Older compilers seem to need -nostdinc.
131
132 2003-08-05  Christopher Faylor  <cgf@redhat.com>
133
134         * Makefile.common: Don't use -nostdinc with g++.
135
136 2003-07-25  Christopher Faylor  <cgf@redhat.com>
137
138         * Makefile.in: Only use localhost when building mingw with distcc or
139         gcc won't be able to find .exp files on other hosts.
140
141 2003-07-18  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
142
143         * Makefile.common (CFLAGS_COMMON): Remove -march=i386.
144
145 2003-07-01  Christopher Faylor  <cgf@redhat.com>
146
147         * configure.in: Add --enable-server option.
148         * configure: Regenerate.
149
150 2003-07-01  Christopher Faylor  <cgf@redhat.com>
151
152         * Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too
153         noisy on newer versions of gcc.
154
155 2003-07-01  Christopher Faylor  <cgf@redhat.com>
156
157         * configure.in: Add cygserver subdir.
158         * Makefile.in: Ditto.
159         * configure: Regenerate.
160
161         * Makefile.common: Remove debugging statements.
162
163 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
164
165         * Makefile.common: Remove newlib_sys_include and
166         newlib_sys_include_include entirely.  Set CRT0 to cygwin/crt0.o.
167
168 2003-04-18  Christopher Faylor  <cgf@redhat.com>
169
170         * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.
171
172 2003-04-11  Christopher Faylor  <cgf@redhat.com>
173
174         * Makefile.common (w32api_lib): Fix w32api detection.
175
176 2003-03-28  Christopher Faylor  <cgf@redhat.com>
177
178         * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
179         CXXFLAGS is properly interpreted.
180
181 2003-03-17  Christopher Faylor  <cgf@redhat.com>
182
183         * Makefile.common (w32api_lib): Default to system w32api directory if
184         w32api is missing from source.
185
186 2003-03-17  Christopher Faylor  <cgf@redhat.com>
187
188         * Makefile.common: Fix typo from previous checkin.
189
190 2003-03-17  Christopher Faylor  <cgf@redhat.com>
191
192         * configure.in: w32api directory was already optional.  Semi-revert
193         2003-02-06 change.
194         * configure: Regenerate.
195         * Makefile.common: Don't specific -nostdinc if there is no w32api
196         directory.
197
198 2003-03-09  Christopher Faylor  <cgf@redhat.com>
199
200         * Makefile.common: Avoid double slashes in GCC_INCLUDE.
201
202 2003-02-12  Christopher Faylor  <cgf@redhat.com>
203
204         * MAINTAINERS: Remove out-of-date file.
205
206 2003-02-06  Christopher Faylor  <cgf@redhat.com>
207
208         * configure.in: Make w32api directory optional.
209         * configure: Regenerate.
210
211 2003-01-22  Corinna Vinschen  <corinna@vinschen.de>
212
213         * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.
214
215 2002-12-21  Christopher Faylor  <cgf@redhat.com>
216
217         * Makefile.common: Don't attempt to pretty-print c++ errors.
218
219 2002-12-12  Corinna Vinschen  <corinna@vinschen.de>
220
221         * Makefile.common: Define MINGW_LDFLAGS.
222         * configure.in: Reorder SUBDIRS to have mingw before cygwin.
223         * configure: Regenerate from configure.in.
224
225 2002-09-27  Christopher Faylor  <cgf@redhat.com>
226
227         * Makefile.in (check): Be more defensive when creating testsuite
228         config.status.
229
230 2002-08-16  Christopher Faylor  <cgf@redhat.com>
231
232         * Makefile.in: Change COMPILE_C* definitions.
233
234 2002-08-10  Earnie Boyd  <earnie@users.sf.net>
235
236         * w32sdk: New winsup module.
237
238 2002-07-06  Christopher Faylor  <cgf@redhat.com>
239
240         * Makefile.common (MINGW_INCLUDES): Simplify.
241         (MINGW_CFLAGS): New.
242         (MINGW_CXXFLAGS): Ditto.
243
244 2002-06-02  Christopher Faylor  <cgf@redhat.com>
245
246         * configure.in: Complain about lack of w32api directory.
247         * configure: Regenerate.
248
249 2002-04-25  Christopher Faylor  <cgf@redhat.com>
250
251         * configure.in: Remove cinstall target.
252         * Makefile.in: Ditto.
253         * configure: Regenerate.
254
255 2002-02-19  Christopher Faylor  <cgf@redhat.com>
256
257         * configure.in: Avoid building w32api or mingw if they don't exist.
258         * configure: Regenerate.
259
260 2001-12-18  Christopher Faylor  <cgf@redhat.com>
261
262         * Makefile.in: Don't attempt to use zlib directory as a dependency if
263         it doesn't exist.
264
265 2001-12-14  Christopher Faylor  <cgf@redhat.com>
266
267         * configure.in: Detect zlib subdirectory.
268         * configure: Regenerate
269         * Makefile.in: Exit immediately if a sub-make fails.
270         * Makefile.common: Add automatic rules for bz2lib and zlib.
271
272 2001-11-04  Christopher Faylor  <cgf@redhat.com>
273
274         * Makefile.in: Force configure in testsuite directory if config.status
275         does not exist.
276
277 2001-11-03  Christopher Faylor  <cgf@redhat.com>
278
279         * configure.in: Disable subauth directory test.
280         * configure: Regenerate.
281         * Makefile.in: Use MAKE variable in directory builds.
282
283 2001-11-03  Christopher Faylor  <cgf@redhat.com>
284
285         * Makefile.in: Add directory dependencies to ensure ordering when using
286         'make -jN'.
287
288 2001-11-03  Christopher Faylor  <cgf@redhat.com>
289
290         * Makefile.common: Remove preferred-stack-boundary setting since gcc
291         2.95.3 doesn't work well with it.
292
293 2001-11-01  Christopher Faylor  <cgf@redhat.com>
294
295         * Makefile.common: Add some stuff to common CFLAGS.
296
297 2001-10-29  Egor Duda  <deo@logos-m.ru>
298
299         * Makefile.in: Propagate 'clean' to subdirs properly.
300
301 2001-10-26  Corinna Vinschen  <corinna@vinschen.de>
302
303         * configure: Regenerate, removing erroneous SUBDIRS substitution.
304
305 2001-10-24  Christopher Faylor  <cgf@redhat.com>
306
307         * Makefile.in: Only build testsuite directory on first 'make check'.
308         * configure.in: Remove testsuite from SUBDIRS.
309         * configure: Regenerate.
310
311 2001-10-12  Christopher Faylor  <cgf@redhat.com>
312
313         * Makefile.in: Add -nostdinc to CXXFLAGS.
314
315 2001-10-12  Christopher Faylor  <cgf@redhat.com>
316
317         * Makefile.common: Perform more include file testing trickery.
318
319 Sun Oct  7 23:08:46 2001  Christopher Faylor <cgf@cygnus.com>
320
321         * Makefile.common: Avoid adding -I options to compile if they already
322         exist in CC or C*FLAGS.  This prevents warnings from newer versions of
323         gcc.
324
325 Tue May 15 01:09:56 2001  Christopher Faylor <cgf@cygnus.com>
326
327         * Makefile.common: Change method for finding current directory.
328
329 Sat May  5 00:14:03 2001  Christopher Faylor <cgf@cygnus.com>
330
331         * configure.in: Fix typo.
332         * configure: Regenerate.
333
334 Fri May  4 11:24:53 2001  Christopher Faylor <cgf@cygnus.com>
335
336         * configure.in: Make subauth configuration optional.
337         * configure: Regenerate.
338
339 Fri May  4 15:06:00  Corinna Vinschen <corinna@vinschen.de>
340
341         * subauth: New subdirectory.
342         * configure.in: Add subauth to the list of subdirectories.
343         * configure: Regenerated from configure.in.
344
345 Wed Apr 18 18:45:07 2001  Christopher Faylor <cgf@cygnus.com>
346
347         * configure.in: Add bz2lib.
348
349 2001-03-19  DJ Delorie  <dj@redhat.com>
350
351         * configure: fix regeneration bug.
352
353 Thu Feb 22 13:36:00 2000  Corinna Vinschen <corinna@vinschen.de>
354
355         * Makefile.common: Revert previous change.
356
357 Wed Feb 21 22:41:00 2000  Corinna Vinschen <corinna@vinschen.de>
358
359         * Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
360
361 Sun Dec  3 00:21:31 2000  Christopher Faylor <cgf@cygnus.com>
362
363         * Makefile.common: Eliminate checks for libgcc.a and libstdc++.a.  Use
364         CXX for g++ compiles.
365         * configure.in: Find correct c++ compiler.
366         * configure: Regenerate.
367
368 Mon Oct 23 00:50:02 2000  Christopher Faylor <cgf@cygnus.com>
369
370         * Makefile.common (LIBGCC): Acommodate older gcc's that don't need
371         libstdc++.a.
372
373 Sat Oct 21 18:01:22 2000  Christopher Faylor <cgf@cygnus.com>
374
375         * Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since
376         builtin functions are in this library in newer gcc's.
377
378 Sun Oct  1 22:02:38 2000  Christopher Faylor <cgf@cygnus.com>
379
380         * Makefile.common: Extend VERBOSE default.
381         * Makefile.in: Don't clean the testsuite separately.  It's already part
382         of CLEAN_SUBDIRS.
383
384 2000-09-30  Christopher Faylor  <cgf@cygnus.com>
385
386         * Makefile.common: Default to VERBOSE when part of overall source
387         tree build.
388
389 2000-09-02  Egor Duda  <deo@logos-m.ru>
390
391         * Makefile.in: Add new goal "check"
392         * configure.in: When doing native build do configure in
393         testsuite subdirectory
394         * configure: Regenerate.
395
396 Fri Sep  1 10:15:37 2000  Christopher Faylor <cgf@cygnus.com>
397
398         * Makefile.in: More normalization.
399
400 Thu Aug 31 16:37:31 2000  Christopher Faylor <cgf@cygnus.com>
401
402         * Makefile.in: Normalize 'pwd' based on location of winsup.
403
404 Thu Aug 24 15:02:26 2000  Christopher Faylor <cgf@cygnus.com>
405
406         * Makefile.common: Add bupdir2 to reference above the i686-pc-cygwin
407         directory.
408
409 Thu Jun 22 18:28:06 2000  Christopher Faylor <cgf@cygnus.com>
410
411         * Makefile.in: Add dummy info targets.
412
413 Tue Jun 20 13:36:23 2000  Christopher Faylor <cgf@cygnus.com>
414
415         * configure.in: Bow to necessity and build w32api before anything else.
416         * configure: Regenerate.
417
418 Sat Jun 17 13:50:04 2000  Christopher Faylor <cgf@cygnus.com>
419
420         * configure.in: Detect "cross-hosting" situation and add a subset of
421         directories to SUBDIRS.
422         * configure: Regenerate.
423
424 Thu May 25 18:39:24 2000  Christopher Faylor <cgf@cygnus.com>
425
426         * configure.in: Don't assume that cinstall directory exists.
427         * configure: Regenerate
428
429 2000-05-24  DJ Delorie  <dj@cygnus.com>
430
431         * Makefile.common (%.o): further simplify, add "..." to make it obvious
432         it's an abbreviated command line.
433
434 Thu May 18 14:33:05 2000  Christopher Faylor <cgf@cygnus.com>
435
436         * MAINTAINERS: Add Corinna to general list.
437
438 2000-04-17  DJ Delorie  <dj@cygnus.com>
439
440         * Makefile.common (srcdir): remove dependence on where pwd is
441         
442 Sun Apr  9 23:47:45 2000  Christopher Faylor <cgf@cygnus.com>
443
444         * Makefile.common: Resolve srcdir to absolute path or it will confuse
445         usages when passed to submakes.  Eliminate vestigal use of
446         MAKEOVERRIDES.
447
448 Sun Apr  9 02:06:49 2000  Christopher Faylor <cgf@cygnus.com>
449
450         * Makefile.in: Work around MAKEOVERRIDES problem with older versions
451         of make.
452         * Makefile.common: Ditto.
453
454 Fri Apr  7 17:04:02  Ron Parker <rdparker@sourceware.cygnus.com>
455
456         * configure.in: Added cinstall to the list of subdirs.
457         * configure: Regenerate.
458         
459 Thu Mar 30 23:45:00 2000  Christopher Faylor <cgf@cygnus.com>
460
461         * MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff.
462
463 Sun Feb  6 18:15:44 2000  Christopher Faylor <cgf@cygnus.com>
464
465         * configure.in: Do the standard CC/CFLAGS stuff for propagation to
466         sub-configures.
467         * configure: Regenerate.
468
469 2000-01-26  DJ Delorie  <dj@cygnus.com>
470
471         * doc/Makefile.in: fix doctool -d options
472
473 Fri Jan 21 12:51:32 2000  Christopher Faylor <cgf@cygnus.com>
474
475         * Makefile.common: No need to rerun Makefile if config.status changes.
476         That should happen automatically.
477         * Makefile.in: Ditto.
478
479 Sat Jan  8 14:40:01 2000  Christopher Faylor <cgf@cygnus.com>
480
481         * Makefile.common: Remove cygwin DLL specific stuff.  Make Makefile
482         target PRECIOUS.
483         * Makefile.in: Make Makefile target PRECIOUS.
484
485 Fri Jan  7 21:00:49 2000  Christopher Faylor <cgf@cygnus.com>
486
487         * Makefile.common: Remove cygwin DLL specific stuff.  Correctly deal
488         with updir stuff when building in the same directory as the source.
489
490 Thu Jan  6 19:04:35 2000  Christopher Faylor <cgf@cygnus.com>
491
492         Create new directory structure
493         * Makefile.in: New file.
494         * configure.in: New file.
495         * configure: New file.
496         * Makefile.common: New file.
497         * cygwin: New directory.
498         * w32api: New directory.