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