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