]> gcc.gnu.org Git - gcc.git/blame - libiberty/ChangeLog
configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.
[gcc.git] / libiberty / ChangeLog
CommitLineData
b569200e
MK
1Mon Jun 21 05:56:01 1999 Mumit Khan <khan@xraylith.wisc.edu>
2
3 * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
4 the test fails.
5 * configure: Regenerate.
6
73919448
MS
71999-06-10 Mike Stump <mrs@wrs.com>
8
9 * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
10 parallel builds.
11
fee9125c
KG
121999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13
14 * putenv.c: Include ansidecl.h to define `const'.
15 * setenv.c: Likewise.
16
71cce721
MN
17Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca>
18
a7c9637f
JL
19 * Makefile.in (CFILES): Add putenv.c and setenv.c.
20 * configure.in (funcs): Add putenv and setenv.
21 (AC_CHECK_FUNCS): Check for putenv and setenv.
22 * configure: Rebuilt.
23 * putenv.c setenv.c: New files.
24
71cce721
MN
25 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
26 bytes of space using malloc.
27
53504016
SG
28Mon May 17 01:42:34 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
29
30 * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
31 the *mangled pointer beyond the end of the string. Clean up code to
32 match prevailing coding style.
33
34842539
MH
341999-05-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
35
36 * tmpnam.c (L_tmpnam): Fix typo.
37
3a08531d
ME
38Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
39
40 * cplus-dem.c (standard_symbol_characters): Renamed from
41 standard_symbol_alphabet. No longer modify TABLE.
42 (hp_symbol_characters): Renamed from hp_symbol_alphabet. No longer
43 modify TABLE.
44 (main): Corresponding changes. Use strchr to determine if a
45 character is valid.
46
8db9d08b
JB
471999-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
48
49 * cplus-dem.c (main): Use table lookup to distinguish identifier
50 characters from non-identifier characters.
51 (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
52
6a071f4a
FF
53Thu May 6 20:34:42 1999 Fred Fish <fnf@be.com>
54
55 * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
56 * getruntime.c: Only attempt to include sys/resource.h and
57 use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
58 are defined.
59
7dd88617
DT
60Mon Apr 26 01:36:06 1999 Donn Terry (donn@interix.com)
61
62 * configure.in (alloca detection): Handle alloca directly for interix.
63 * configure: Rebuilt.
64
7a1528bc
MK
65Sun Apr 25 01:18:21 1999 Mumit Khan <khan@xraylith.wisc.edu>
66
67 * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
68
76409268
JB
691999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
70
71 Fix from Dale Hawkins:
72 * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
73 reallocated properly if we use it again.
74
75 * cplus-dem.c (demangle_fund_type): Check for buffer overrun. Be
76 stricter about syntax. Always null-terminate string.
77
acbbd80a
MK
78Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
79
80 * configure.in (checkfuncs): Check for sbrk.
81 * config.in: Rebuilt.
82 * configure: Likewise.
83 * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
84
92523551
JB
851999-04-12 Jim Blandy <jimb@zwingli.cygnus.com>
86
87 Fix from Marcus Daniels:
88 * cplus-dem.c (demangle_fund_type): Don't run off the end of the
89 identifier looking for another underscore.
90
36eb4217
MK
91Sun Apr 11 23:20:59 1999 Mumit Khan <khan@xraylith.wisc.edu>
92
93 * pexecute.c: Change all references to __UWIN__ to _UWIN.
94 * xmalloc.c: Likewise.
95 (xcalloc): UWIN has sbrk.
96 (xrealloc): Fix guard macro.
97
391cdef0
MM
981999-04-11 Mark Mitchell <mark@codesourcery.com>
99
100 * cplus-dem.c (demangle_template_value_parm): Handle
101 pointers-to-members.
102 (do_type): Handle template parameters as qualifiers.
103
9d229989
JB
1041999-04-01 Jim Blandy <jimb@zwingli.cygnus.com>
105
106 * cplus-dem.c: Attempt to handle overflows in counts with some
107 semblance of grace.
108 (consume_count): Detect overflows. Return -1 to indicate errors,
109 instead of zero.
110 (demangle_template_value_parm, demangle_template): Handle change
111 to consume_count's return convention.
112
7c72138a
TT
1131999-04-05 Tom Tromey <tromey@cygnus.com>
114
115 * testsuite/regress-demangle: New file.
116 * testsuite/demangle-expected: New file.
117
118 * Makefile.in (all, check, installcheck, info, install-info,
119 clean-info, dvi, install, etags, tags, mostlyclean, clean,
120 distclean, maintainer-clean, realclean): Depend on corresponding
121 `-subdir' target.
122 (all-subdir check-subdir installcheck-subdir info-subdir
123 install-info-subdir clean-info-subdir dvi-subdir
124 install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
125 distclean-subdir maintainer-clean-subdir): New target.
126 * testsuite/Makefile.in: New file.
127 * configure: Rebuilt.
128 * configure.in: Create testsuite/Makefile.
129
ae7f7270
MM
1301999-04-02 Mark Mitchell <mark@codesourcery.com>
131
132 * splay-tree.h (splay_tree_compare_pointers): Define.
133
30f72379
MM
1341999-03-30 Mark Mitchell <mark@codesourcery.com>
135
136 * splay-tree.c (splay_tree_compare_ints): Define.
137
4cc48683
TT
1381999-03-30 Tom Tromey <tromey@cygnus.com>
139
140 * cplus-dem.c (consume_count): If `count' wraps, return 0 and
141 don't advance input pointer.
142 (demangle_class_name): If consume_count didn't find a count, do
143 nothing. Don't bother with `strlen' sanity check; consume_count
144 does it for us.
145
3510075c
JL
1461999-03-16 Stan Shebs <shebs@andros.cygnus.com>
147
148 From Art Haas <ahaas@neosoft.com>:
149 * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
150 when doing arm or hp style.
151 (demangle_nested_args): Decr forgetting_types field when done.
152
89f602a7
MK
153Thu Mar 11 01:22:58 1999 Mumit Khan <khan@xraylith.wisc.edu>
154
155 * pexecute.c (__CYGWIN32__): Rename to
156 (__CYGWIN__): this.
157 * xmalloc.c: Likewise.
158
159 Changes to support i386-pc-uwin.
160 * configure.in (*-*-uwin*): Workaround for vfork bug.
161 * configure: Regenerate.
162 * pexecute.c (pexecute): Be like standard Unix.
163 (pwait): Likewise.
164 * xmalloc.c (first_break): Define.
165 (xmalloc_set_program_name): Use.
166 (xmalloc): Use.
167
9346c824
FS
168Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
169
170 * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
171
3510075c
JL
172Sun Feb 28 22:30:44 1999 Geoffrey Noer <noer@cygnus.com>
173
174 * config.table: Check cygwin*, not cygwin32*.
175
8ec65f13
DB
176Tue Feb 9 16:39:01 1999 Dave Brolley <brolley@cygnus.com>
177
178 * Makefile.in: Change mkstemp -> mkstemps.
179
687361c8
ME
180Tue Feb 9 01:12:27 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
181
182 * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
183 * configure.in (funcs): Check for and conditionally add mkstemps to
184 the list of functions libiberty will provide.
185 * configure: Rebuilt.
186
b207e09c
MK
187Wed Feb 3 00:01:15 1999 Mumit Khan <khan@xraylith.wisc.edu>
188
189 * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
190 platforms that don't have HZ.
191 * getruntime.c (HZ): Likewise.
192
16b4c15e
RH
193Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com>
194
195 * Makefile.in (xstrdup.o): Depend on config.h.
196
38beb75c
UD
197Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
198
199 * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
200 freeing it.
201
7e4311a3
KG
202Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
203
204 * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
205
3510075c
JL
206Tue Jan 5 15:58:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
207
208 * Makefile.in (CFILES): fix typo, splay-tree.c instead of
209 splay-tree.o.
210
2111999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
212
213 * configure.in: Require autoconf 2.12.1 or higher.
214
fb9939b8
MM
2151998-12-30 Michael Meissner <meissner@cygnus.com>
216
217 * random.c (NULL): Don't redefine NULL if it is already defined.
218
087aa398
KG
219Tue Dec 22 09:43:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
220
221 * argv.c (buildargv): Cast the result of alloca in assignment.
222
223 * choose-temp.c: Include stdlib.h.
38beb75c 224
087aa398
KG
225 * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
226 (snarf_numeric_literal): Constify first parameter.
227 (code_for_qualifier): Avoid a gcc extension, make the parameter an
228 int, not a char.
229 (demangle_qualifier): Likewise.
230 (demangle_signature): Cast the argument of a ctype function to
231 unsigned char.
232 (arm_pt): Add parens around assignment used as truth value.
233 (demangle_arm_hp_template): Constify variable `args'.
234 (do_hpacc_template_const_value): Cast the argument of a ctype
235 function to unsigned char.
236 (do_hpacc_template_literal): Remove unused variable `i'.
237 (snarf_numeric_literal): Constify parameter `args'.
238 Cast the argument of a ctype function to unsigned char.
239
240 * floatformat.c (floatformat_to_double): Add explicit braces to
241 avoid ambiguous `else'.
38beb75c 242
087aa398
KG
243 * fnmatch.c (fnmatch): Change type of variables `c', `c1',
244 `cstart' and `cend' to unsigned char. Cast the argument of macro
245 `FOLD', which uses ctype functions, to unsigned char.
246
247 * objalloc.c (free): Add prototype.
248
21f2174d
HPN
249Sun Dec 20 16:03:46 1998 Hans-Peter Nilsson <hp@axis.se>
250
251 * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
252
3510075c
JL
253Fri Dec 18 17:50:18 1998 David Taylor <taylor@texas.cygnus.com>
254
255 * cplus-dem.c (demangle_arm_pt): remove declaration -- function
256 doesn't exist.
257 (do_hpacc_template_literal): remove unused variable `i'.
258
e8fc8222
AM
259Fri Dec 18 16:11:43 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
260
261 * cplus-dem.c (demangle_fund_type): Process CV and u codes before
262 bumping the pointer we read from. Also prepend these codes,
263 as we do in other places.
264
3510075c
JL
2651998-12-18 Nick Clifton <nickc@cygnus.com>
266
267 * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
268 'const char *' in order to match its usage when calling siblings.
269 (snarf_numeric_literal): Make first arg 'const char **' in order
270 to match usage.
11a0bb74 271
f4f30aa1
JL
272Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
273
11a0bb74
KG
274 * choose-temp.c: Don't check IN_GCC anymore.
275
276 * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
277 * memchr.c (memchr): Likewise.
278 * memcpy.c (memcpy): Likewise.
279 * memmove.c (memmove): Likewise.
38beb75c 280
11a0bb74
KG
281 * mkstemp.c: Don't check IN_GCC anymore.
282 * pexecute.c: Likewise.
283 * splay-tree.c: Likewise.
38beb75c 284
11a0bb74
KG
285 * strchr.c (strchr): Use `const', not `CONST'.
286 * strrchr.c (strrchr): Likewise.
287 * strtol.c (strtol): Likewise.
288 * strtoul.c (strtoul): Likewise.
289
70d5ccef
DT
290Fri Dec 4 13:51:04 1998 David Taylor <taylor@texas.cygnus.com>
291 Elena Zannoni <ezannoni@cygnus.com>
292 Stan Shebs <shebs@cygnus.com>
293 Edith Epstein <eepstein@cygnus.com>
294 Andres MacLeod <amacleod@cygnus.com>
295 Satish Pai <pai@apollo.hp.com>
296
297 * HP aCC demangling support.
298 * cplus-dem.c
299 (main): Remove default to HP style demangling, set to EDG
300 demangling correctly when -edg specified; set the demangling style
301 when user specifies 'edg'. Set strip_underscore to
302 prepends_underscore, if not HPUXHPPA. Set
303 current_demangling_style to hp_demangling if HPUXHPPA. Set
304 current demangling style correctly if the switch is hp. Read
305 label correctly also in the HP style case.
306 (work_stuff): add temp_start field; add field for volatile member
307 function.
308 (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
309 style for this case is the same as ARM.
310 (demangle_args): handle EDG_DEMANGLING style; support HP style.
311 (demangle_arm_hp_template): new function. (It was
312 demangle_arm_pt.); check and set value of temp_start field in
313 multiple places. Also, when ceching for end of template args,
314 check to see if at end of static member of template class.
315 (demangle_class): new local variable : save_class_name_end Don't
316 include template args in string defining class.
317 (demangle_class_name): use demangel_arm_hp_template.
318 (demangle_function_name): handle case where demangling style is
319 HP_DEMANGLING and currently point at an 'X' in the mangled name.
320 Handle EDG_DEMANGLING style. Handle constructor and destructor
321 ops for HP style.
322 (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
323 styles. global destructor and constructor for HP style are same
324 as for ARM style. Same for local variables.
325 (demangle_qualified): handle EDG_DEMANGLING style.
326 (demangle_signature): add case for volatile member function. For
327 cases '1' - '9' : initialize the temp_start field to -1 and handle
328 the EDG_DEMANGLING style. for case 'F' : handle EDG_DEMANGLING
329 and AUTO_DEMANGLING styles. If expecting a function and managed
330 to demangle the funct args, then handle the LUCID_DEMANGLING,
331 ARM_DEMANGLING, and EDG_DEMANGLING styles. Add case for local
332 class name after "Lnnn_ in HP style case. HP style too needs to
333 forget types. _nnn is OK for HP style, so don't report failure.
334 (do_hpacc_template_const_value): new function. Handle template's
335 value param for HP/aCC.
336 (do_hpacc_template_literal): new function. Handle a template's
337 literal parameter for HP aCC.
338 (recursively_demangle): new function
339 (snarf_numeric_literal): new function.
340 (usage): add 'edg' to the list of demangling styles; add hp switch
341 to message.
342
8d525fa8
CF
343Sat Nov 28 17:25:22 1998 Christopher Faylor <cgf@cygnus.com>
344
345 * pexecute.c: Remove obsolete ifdefed cygwin code.
346
9b1a92d8
KG
347Fri Nov 27 13:26:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
348
349 * choose-temp.c: Always include libiberty.h. Avoid redundancies.
350 * cplus-dem.c: Likewise. Conform to libiberty.h.
351 * pexecute.c: Likewise.
352 * splay-tree.c: Likewise.
353
c85c3232
MS
3541998-11-25 Mike Stump <mrs@wrs.com>
355
356 * Makefile.in (splay-tree.o): Add config.h dependency.
357
35a6cd99
KG
358Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
359
360 * configure.in: Use AC_PREREQ(2.12.1).
361
6e6e34b7
BK
3621998-11-16 Benjamin Kosnik <bkoz@haight.constant.com>
363
364 * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
365
59b67c11
JL
366Thu Nov 19 22:15:50 1998 Jeffrey A Law (law@cygnus.com)
367
368 * mpw.c (mpw_access): Add missing parens.
369
a6458d1d
KG
370Thu Nov 19 12:59:21 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
371
372 * configure.in: Call AC_HEADER_SYS_WAIT.
373
374 * pexecute.c: Include sys/wait.h when !IN_GCC.
375
3510075c
JL
376Thu Nov 19 14:38:20 1998 Geoffrey Noer <noer@cygnus.com>
377
378 * pexecute.c: revert back to checking old Cygwin
379 preprocessor symbol until some time has passed.
380
381Wed Nov 18 08:52:26 1998 Christopher Faylor <cgf@cygnus.com>
382
383 * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
384 since it will now support similar constructs.
385
a9acf741
KG
386Fri Nov 13 19:18:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
387
388 * configure.in: Check for calloc.
389
390 * calloc.c: New file.
391
392 * xmalloc.c (xcalloc): New function.
393
a49fb37a
AM
394Fri Nov 13 08:51:46 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
395
396 *cplus-dem.c (demangle_prefix): Use the last "__"
397 in the mangled name when looking for the signature. This allows
398 template names to begin with "__".
399
0e714131
MM
4001998-11-08 Mark Mitchell <mark@markmitchell.com>
401
ec2288ff
MM
402 * cplus-dem.c (type_kind_t): Add tk_reference.
403 (demangle_template_value_parm): Handle it.
404 (do_type): Use it for references, instead of tk_pointer.
405
0e714131
MM
406 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
407 not internal_cplus_demangle.
408
2931b6d4
KG
409Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
410
411 * choose-temp.c: Don't include gansidecl.h.
412 * mkstemp.c: Likewise.
413 * pexecute.c: Likewise.
414
dd8f3ed5
GN
415Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
416
417 * configure.in: detect cygwin* instead of cygwin32*
418 * configure: regenerate
419
c5f7c445
KG
420Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
421
422 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
423 whether to include config.h. Possibly include unistd.h in the
424 !IN_GCC case. Define VFORK_STRING as a printable function call
425 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
426 defined, include vfork.h. If VMS is defined, define vfork()
427 appropriately. Remove vfork check on USG, we're using autoconf.
428 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
429 locally what string to use.
430
ad3ef78e
MM
4311998-10-26 Mark Mitchell <mark@markmitchell.com>
432
433 * splay-tree.c: Tweak include directives to make sure declarations of
434 xmalloc and free are available.
435
224301c1
MM
4361998-10-25 Mark Mitchell <mark@markmitchell.com>
437
438 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
439 anonymous namespaces.
38beb75c 440
d9db46fd
MM
4411998-10-23 Mark Mitchell <mark@markmitchell.com>
442
443 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
444 with type_quals.
445 (TYPE_UNQUALIFIED): New macro.
446 (TYPE_QUAL_CONST): Likewise.
447 (TYPE_QUAL_VOLATILE): Likewise.
448 (TYPE_QUAL_RESTRICT): Likewise.
449 (code_for_qualifier): New function.
450 (qualifier_string): Likewise.
451 (demangle_qualifier): Likewise.
452 (internal_cplus_demangle): Use them.
453 (demangle_signature): Likewise.
454 (demangle_template_value_parm): Likewise.
455 (do_type): Likewise.
456 (demangle_fund_type)): Likewise.
224301c1 457
b056ad1c
KG
458Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
459
460 * splay-tree.c (splay_tree_foreach_helper): Make definition static
461 to match prototype.
462
ed87f9c8
MM
4631998-10-21 Mark Mitchell <mark@markmitchell.com>
464
465 * splay-tree.c: New file.
466 * Makefile.in (CFILES): Add it.
467 (REQUIRED_OFILES): Likewise.
468 (splay-tree.o): Add dependencies.
469
e0c13971
AS
470Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
471
472 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
473 range of 'K' index.
474
91e0f659
KG
475Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
476
477 * choose-temp.c: Prototype mkstemps() when IN_GCC.
478
479 * cplus-dem.c (consume_count): Cast argument of ctype macro to
480 `unsigned char'.
481 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
482 comparing against one.
483 (cplus_mangle_opname): Likewise.
484 (demangle_integral_value): Cast argument of ctype macro to
485 `unsigned char'.
486 (demangle_template_value_parm): Likewise.
487 (demangle_template): Initialize variable `bindex'. Cast the
488 result of `strlen' to (int) when comparing against one. Remove
489 unused variable `start_of_value_parm'.
490 (demangle_class_name): Cast the result of `strlen' to (int) when
491 comparing against one.
492 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
493 (gnu_special): Likewise. Cast the result of `strlen' to (int)
494 when comparing against one.
495 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
496 (get_count): Likewise.
497 (do_type): Likewise. Cast the result of `strlen' to (int) when
498 comparing against one.
499 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
500 (demangle_function_name): Cast the result of `strlen' to (int)
501 when comparing against one.
502
503 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
504 comparing against one.
505
73aeb2ff
JL
506Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
507
ae76f1be
JL
508 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
509 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
510 * config.in, configure: Rebuilt.
511
73aeb2ff
JL
512 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
513 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
514 * config.in, configure: Rebuilt.
515
dd8f3ed5
GN
516Mon Oct 12 19:15:59 1998 Geoffrey Noer <noer@cygnus.com>
517
518 * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
519
f77d8413
MT
520Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
521
522 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
523
ca6b370d
JL
524Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
525
526 * Merge egcs & devo libiberty.
527
ab4856b1
ML
528