cplus-dem.c (demangle_template_value_parm): Use cplus_demangle, not internal_cplus_de...
[gcc.git] / libiberty / ChangeLog
1 1998-11-08 Mark Mitchell <mark@markmitchell.com>
2
3 * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
4 not internal_cplus_demangle.
5
6 Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7
8 * choose-temp.c: Don't include gansidecl.h.
9 * mkstemp.c: Likewise.
10 * pexecute.c: Likewise.
11
12 Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13
14 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
15 whether to include config.h. Possibly include unistd.h in the
16 !IN_GCC case. Define VFORK_STRING as a printable function call
17 for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
18 defined, include vfork.h. If VMS is defined, define vfork()
19 appropriately. Remove vfork check on USG, we're using autoconf.
20 (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
21 locally what string to use.
22
23 1998-10-26 Mark Mitchell <mark@markmitchell.com>
24
25 * splay-tree.c: Tweak include directives to make sure declarations of
26 xmalloc and free are available.
27
28 1998-10-25 Mark Mitchell <mark@markmitchell.com>
29
30 * cplus-dem.c (gnu_special): Fix handling of virtual tables in
31 anonymous namespaces.
32
33 1998-10-23 Mark Mitchell <mark@markmitchell.com>
34
35 * cplus-dem.c (work_stuff): Replace const_type and volatile_type
36 with type_quals.
37 (TYPE_UNQUALIFIED): New macro.
38 (TYPE_QUAL_CONST): Likewise.
39 (TYPE_QUAL_VOLATILE): Likewise.
40 (TYPE_QUAL_RESTRICT): Likewise.
41 (code_for_qualifier): New function.
42 (qualifier_string): Likewise.
43 (demangle_qualifier): Likewise.
44 (internal_cplus_demangle): Use them.
45 (demangle_signature): Likewise.
46 (demangle_template_value_parm): Likewise.
47 (do_type): Likewise.
48 (demangle_fund_type)): Likewise.
49
50 Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
51
52 * splay-tree.c (splay_tree_foreach_helper): Make definition static
53 to match prototype.
54
55 1998-10-21 Mark Mitchell <mark@markmitchell.com>
56
57 * splay-tree.c: New file.
58 * Makefile.in (CFILES): Add it.
59 (REQUIRED_OFILES): Likewise.
60 (splay-tree.o): Add dependencies.
61
62 Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
63
64 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
65 range of 'K' index.
66
67 Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
68
69 * choose-temp.c: Prototype mkstemps() when IN_GCC.
70
71 * cplus-dem.c (consume_count): Cast argument of ctype macro to
72 `unsigned char'.
73 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
74 comparing against one.
75 (cplus_mangle_opname): Likewise.
76 (demangle_integral_value): Cast argument of ctype macro to
77 `unsigned char'.
78 (demangle_template_value_parm): Likewise.
79 (demangle_template): Initialize variable `bindex'. Cast the
80 result of `strlen' to (int) when comparing against one. Remove
81 unused variable `start_of_value_parm'.
82 (demangle_class_name): Cast the result of `strlen' to (int) when
83 comparing against one.
84 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
85 (gnu_special): Likewise. Cast the result of `strlen' to (int)
86 when comparing against one.
87 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
88 (get_count): Likewise.
89 (do_type): Likewise. Cast the result of `strlen' to (int) when
90 comparing against one.
91 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
92 (demangle_function_name): Cast the result of `strlen' to (int)
93 when comparing against one.
94
95 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
96 comparing against one.
97
98 Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
99
100 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
101 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
102 * config.in, configure: Rebuilt.
103
104 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
105 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
106 * config.in, configure: Rebuilt.
107
108 Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
109
110 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
111
112 Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
113
114 * Merge egcs & devo libiberty.
115
116 1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
117
118 * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
119
120 Mon Sep 7 23:29:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
121
122 * mkstemp.c: Include config.h even when not IN_GCC. Wrap header
123 inclusions inside HAVE_*_H macros. Include ansidecl.h when not
124 IN_GCC.
125
126 * vasprintf.c: Include stdarg.h/varargs.h first.
127
128 * vprintf.c: Likewise.
129
130 Sat Sep 5 03:24:49 1998 Jeffrey A Law (law@cygnus.com)
131
132 * pexecute.c: Updates from gcc. Copy in gcc has been removed. This
133 is the canonical copy. Define ISSPACE if !IN_GCC.
134 * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
135 * getopt1.c, obstack.c: Similarly.
136 * Makefile.in: Build mkstemp.o
137
138 Tue Sep 1 23:12:47 1998 Christopher Faylor <cgf@cygnus.com>
139
140 * configure.in: Include asprintf in list of functions known not
141 to be in newlib.
142 * configure: Rebuild.
143
144 Wed Aug 19 14:05:01 1998 Mumit Khan <khan@xraylith.wisc.edu>
145
146 * cplus-dem.c (work_stuff): Add dllimported.
147 (demangled_prefix): Mark symbols imported from PE DLL.
148 (internal_cplus_demangled): Handle.
149
150 1998-08-17 Jason Merrill <jason@yorick.cygnus.com>
151
152 * cplus-dem.c (do_type): Fix simple array handling. If we fail,
153 stay failed.
154
155 Mon Aug 17 10:40:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
156
157 * cplus-dem.c: Include config.h if it exists. Also, only
158 prototype malloc/realloc if we can't get stdlib.h.
159
160 Sat Aug 15 16:15:01 1998 Ian Lance Taylor <ian@cygnus.com>
161
162 * configure.in: Switch back to checking --with-target-subdir when
163 deciding whether to check for newlib, undoing part of July 15
164 change.
165 * configure: Rebuild.
166
167 Thu Aug 13 16:47:38 1998 Mark Mitchell <mark@markmitchell.com>
168
169 * cplus-dem.c (type_kind_t): New type.
170 (demangle_template_value_parm): Add type_kind_t parameter. Rely
171 on this paramter, rather than demangling the type again.
172 (demangle_integral_value): Pass tk_integral.
173 (demangle_template_: Pass the value returned from do_type.
174 (do_type): Return a type_kind_t. Pass tk_integral to
175 demangle_template_value_parm for array bounds.
176 (demangle_fund_type): Likewise.
177
178 Also incorporate from GCC version:
179
180 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
181
182 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
183
184 Thu Aug 13 16:47:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
185
186 * cplus-dem.c (demangle_nested_args): Make function definition
187 static to match the prototype.
188
189 Tue Jul 28 11:33:09 1998 Mark Mitchell <mark@markmitchell.com>
190
191 * cplus-dem.c (type_kind_t): New type.
192 (demangle_template_value_parm): Add type_kind_t parameter. Rely
193 on this paramter, rather than demangling the type again.
194 (demangle_integral_value): Pass tk_integral.
195 (demangle_template_: Pass the value returned from do_type.
196 (do_type): Return a type_kind_t. Pass tk_integral to
197 demangle_template_value_parm for array bounds.
198 (demangle_fund_type): Likewise.
199
200 Also incorporate from GCC version:
201
202 Tue Jul 21 13:28:19 1998 Jason Merrill <jason@yorick.cygnus.com>
203
204 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
205
206 Mon Jul 27 12:16:08 1998 Ian Lance Taylor <ian@cygnus.com>
207
208 * Makefile.in (ALLOCA): New variable.
209 ($(TARGETLIB)): Add $(ALLOCA) to library.
210 (needed-list): Add $(ALLOCA).
211 ($(ALLOCA)): Depend upon stamp-picdir.
212
213 Sun Jul 19 08:23:17 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
214
215 * cplus-dem.c (demangle_nested_args): Make function definition
216 static to match the prototype.
217
218 Wed Jul 15 00:12:58 1998 Ian Lance Taylor <ian@cygnus.com>
219
220 * configure.in: Check --with-cross-host rather than
221 --with-target-subdir when deciding whether build uses a cross
222 compiler, and when deciding where to install the library.
223 * configure: Rebuild.
224
225 Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
226
227 * cplus-dem.c (demangle_nested_args): Return a value.
228
229 Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
230
231 * cplus-dem.c (string): Move definition before work_stuff.
232 (work_stuff): Add volatile_type, forgetting_types,
233 previous_argument, and nrepeats fields.
234 (SCOPE_STRING): New macro.
235 (demangle_template): Add `remember' parameter. Add comment.
236 Register the `B' code type here, if remembering. Tidy. Fix crash
237 on NULL tmpl_argvec. Be consistent with use of tname/trawname.
238 (demangle_nested_args): New function.
239 (internal_cplus_demangle): Handle volatile-qualified member
240 functions.
241 (mop_up): Delete the previous_argument string if present.
242 (demangle_signature): Tidy. Handle volatile-qualified member
243 functions. Handle back-references using the `B' code. Use extra
244 parameter to demangle_template and SCOPE_STRING where appropriate.
245 (demangle_template_value_parm): Fix thinko; 'B' is not an integral
246 code.
247 (demangle_class): Use SCOPE_STRING.
248 (gnu_special): Pass additional argument to demangle_template.
249 Use SCOPE_STRING.
250 (demangle_qualified): Save qualified types for later
251 back-references. Handle constructors and destructors for template
252 types correctly.
253 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
254 demangle_template. Use demangled_nested_args. Don't remember
255 qualified types here; that's now done in demangle_qualified.
256 Similarly for templates.
257 (do_arg): Improve commment. Handle 'n' repeat code.
258 (remember_type): Check forgetting_types.
259 (demangle_args): Deal with 'n' repeat codes. Tidy.
260
261 Thu Jul 2 16:26:24 1998 Ian Lance Taylor <ian@cygnus.com>
262
263 * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
264 *-*-freebsd2.2.*. From Dmitrij Tejblum <tejblum@arc.hq.cti.ru>.
265
266 Mon Jun 15 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
267
268 * configure.in (setobjs): Correct quoting error in cygwin32 case.
269 From Chris Faylor <cgf@cygnus.com>.
270
271 Mon Jun 1 13:47:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
272
273 * obstack.c: Update to latest FSF version.
274
275 Mon Jun 1 14:17:36 1998 Mike Stump <mrs@wrs.com>
276
277 * Makefile.in: Add a dependency on stamp-picdir for the
278 objects, so that we can do a parallel build.
279
280 Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
281
282 * configure.in (checkfuncs): Add missing "'".
283
284 Fri May 29 12:40:41 1998 Jason Molenda (crash@bugshack.cygnus.com)
285
286 * obstack.c (_obstack_memory_used): Elide this function if we're
287 on a system with GNU libc.
288
289 Tue May 26 18:28:43 1998 Ian Lance Taylor <ian@cygnus.com>
290
291 * Makefile.in (distclean): Remove config.log.
292
293 Tue May 26 15:01:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
294
295 * Makefile.in (distclean): Don't remove alloca-conf.h.
296
297 Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
298
299 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
300
301 1998-05-21 Mark Mitchell <mmitchell@usa.net>
302
303 * cplus-dem.c (do_type): Handle volatile qualification.
304
305 1998-05-21 Manfred Hollstein <manfred@s-direktnet.de>
306
307 * configure.in: Check for unistd.h as well.
308 * configure: Rebuild.
309 * config.in: Rebuild.
310 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
311 is defined in unistd.h. Reformat conditional block for easier reading.
312
313 * config.table (shared): Default to no if ${enable_shared}
314 is unset or empty; this logic is used by the toplevel
315 configure scripts, too.
316
317 Sat May 16 14:01:26 1998 Jeffrey A Law (law@cygnus.com)
318
319 * config.table: Add line to set enable_shared in the Makefile
320 as needed.
321
322 Wed May 13 14:24:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
323
324 * cplus-dem.c (squangle_mop_up): Change return type to void.
325 (internal_cplus_demangle): Remove unused parameter `options'.
326 All callers changed.
327 (cplus_demangle_opname): Remove function wide variable `int i' and
328 replace with `size_t i' at each location where it is used.
329 (cplus_mangle_opname): change type of `i' from int to size_t.
330
331 Wed May 13 13:39:38 1998 Ian Lance Taylor <ian@cygnus.com>
332
333 * alloca-conf.h: Include config.h. Check HAVE_ALLOCA_H rather
334 than sparc or sun.
335 * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
336
337 Fri May 8 00:23:51 1998 Ian Lance Taylor <ian@cygnus.com>
338
339 * configure.in: Set libiberty_topdir correctly when srcdir is
340 "." and with_target_subdir is not set.
341 * configure: Rebuild.
342
343 Thu May 7 13:01:44 1998 Ian Lance Taylor <ian@cygnus.com>
344
345 * configure.in: Add *-*-mingw32* case.
346 * configure: Rebuild.
347
348 Wed May 6 11:33:51 1998 Ian Lance Taylor <ian@cygnus.com>
349
350 * config.table: Never use a PIC file for *-*-cygwin32*.
351
352 * Makefile.in (config.status): Depend upon config.table.
353
354 * configure.in: On a cygwin32 host, always compile random, and
355 don't test for sys_siglist, strsignal, or psignal.
356 * configure: Rebuild.
357
358 * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
359 * getcwd.c: Likewise.
360 * getpagesize.c: Likewise.
361 * getruntime.c: Likewise.
362
363 Tue May 5 18:08:32 1998 Ian Lance Taylor <ian@cygnus.com>
364
365 Use autoconf tests rather than the old dummy.c test:
366 * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
367 --with-newlib. Add AC_CONFIG_HEADER. Use AC_REPLACE_FUNCS for
368 most functions. Add special cases to handle newlib and VxWorks.
369 Remove target_makefile_frag. Create stamp-h in AC_OUTPUT if
370 CONFIG_HEADERS is set. Only call config-ml.in in AC_OUTPUT if
371 CONFIG_FILES is set; set ac_file before calling it.
372 * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
373 (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
374 (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
375 (i[3456]-*-mingw32*): Remove.
376 * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
377 (LIBOBJS): New variable.
378 (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
379 (all): Depend upon needed-list. Don't check RULE1.
380 (@target_makefile_frag@): Remove.
381 (COMPILE.c): Include @DEFS@.
382 (HFILES): Add alloca-conf.h.
383 (REQUIRED_OFILES): Remove basename.o.
384 ($(TARGETLIB)): New target.
385 (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
386 (lconfig.h, needed2.awk, dummy.o, errors): Remove.
387 (needed-list, config.h): Rewrite.
388 (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
389 (.always.): Remove.
390 (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
391 (stamp-h): New target.
392 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
393 (basename.o): Don't depend upon config.h.
394 (getruntime.o): Depend upon config.h.
395 * atexit.c: Include config.h. Check HAVE_ON_EXIT rather than
396 NEED_on_exit.
397 * basename.c: Don't include config.h. Don't check NEED_basename.
398 * clock.c: Include config.h.
399 * getcwd.c: Likewise.
400 * getpagesize.c: Likewise.
401 * getruntime.c: Likewise. Fix checks which set HAVE_GETRUSAGE and
402 HAVE_TIMES.
403 * strerror.c: Change uses of NEED_sys_errlist to
404 HAVE_SYS_ERRLIST. Likewise for NEED_strerror and HAVE_STRERROR.
405 * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
406 and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
407 HAVE_PSIGNAL.
408 * acconfig.h: New file.
409 * dummy.c: Remove.
410 * functions.def: Remove.
411 * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
412 * config/mh-windows (HDEFINES): Remove.
413 * config/mh-cygwin32: Remove.
414 * config/mh-go32: Remove.
415 * config/mh-irix4: Remove.
416 * config/mh-riscix: Remove.
417 * config/mh-sysv4: Remove.
418 * config/mt-mingw32: Remove.
419 * config/mt-vxworks5: Remove.
420 * config.in: New file, generated using autoheader.
421 * configure: Rebuild.
422
423 Mon May 4 13:00:28 1998 Ian Lance Taylor <ian@cygnus.com>
424
425 * configure.in: Rewrite to use autoconf.
426 * configure: Generate using autoconf.
427 * config/mh-a68bsd: Remove.
428 * config/mh-apollo68: Remove.
429 * config/mh-hpbsd: Remove.
430 * config/mh-ncr3000: Remove.
431 * config/mh-sysv: Remove.
432 * config/mh-aix (RANLIB, INSTALL): Don't define.
433 * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
434 * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
435 * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
436 * config.table: Change config_shell to CONFIG_SHELL, and use
437 libiberty_topdir to find move-if-change.
438 (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
439 (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
440 (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
441 * Makefile.in (srcdir): Set to @srcdir@.
442 (VPATH): Likewise.
443 (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
444 (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
445 (CC, CFLAGS, RANLIB)): Likewise.
446 (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
447 (target_makefile_frag, host_makefile_frag): Add substitutions.
448 (INSTALL_DEST): Set to @INSTALL_DEST@.
449 (Makefile): Depend upon config.status. Don't depend upon
450 $(host_makefile_frag) or $(target_makefile_frag).
451 (config.status): New target.
452
453 Sun May 3 17:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
454
455 * config/mt-sunos4: Remove. Should be handled by --with-headers
456 and --with-libraries options at top level.
457 * config.table: Never use mt-sunos4.
458
459 * alloca-conf.h: New file, combining alloca-norm.h and
460 alloca-botch.h.
461 * alloca-norm.h: Remove.
462 * alloca-botch.h: Remove.
463 * configure.in: Set shell variables files and links to empty.
464 * config.table: Don't set shell variable files.
465 * configure.bat: Don't create alloca-conf.h.
466 * makefile.vms: Likewise.
467 * mpw-config.in: Likewise.
468 * vmsbuild.com: Likewise.
469
470 Fri May 1 11:41:42 1998 Ian Lance Taylor <ian@cygnus.com>
471
472 * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
473 target depending upon config.h.
474 (alloca.o): Add target depending upon config.h
475 (basename.o, choose-temp.o, fnmatch.o): Likewise.
476 (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
477 (strsignal.o, xstrerror.o): Likewise.
478
479 Fri May 1 04:26:25 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
480
481 * cplus-dem.c (cplus_demangle_opname): Initialize work.
482
483 Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
484
485 * cplus-dem.c (demangle_qualified): Replace missing else.
486
487 Sun Apr 26 15:38:50 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
488
489 * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
490 length in the name of a virtual table.
491
492 Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
493
494 * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
495 (cplus_demangle_opname): Call mop_up_squangle.
496 (cplus_demangle): Initialize squangle info, then call
497 internal_cplus_demangle. (Most code moved there as well)
498 (internal_cplus_demangle): New function, performs most of what use
499 to be done in cplus_demangle, but is only called with this file.
500 (squangle_mop_up): New function to clean up B and K code data.
501 (mop_up): set pointers to NULL after freeing.
502 (demangle_signature, demangle_template, demangle_class): Add
503 switch elements to handle K and B codes.
504 (demangle_prefix, gnu_special, demangle_qualified): Add
505 code to handle K and B codes.
506 (do_type, demangle_fund_type): Handle B and K codes.
507 (remember_Ktype): New function to store K info.
508 (register_Btype, remember_Btype): New functions for B codes.
509 (forget_B_and_K_types): New function to destroy B and K info.
510
511 Fri Apr 10 01:49:10 1998 Jeffrey A Law (law@cygnus.com)
512
513 * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
514
515 Thu Mar 5 09:23:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
516
517 * config.table: Make locating frag files failsafe even for the
518 special case if configuring and building in srcdir.
519
520 Mon Feb 23 14:33:15 1998 Ian Lance Taylor <ian@cygnus.com>
521
522 * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
523
524 Sun Feb 22 18:03:23 1998 Jeffrey A Law (law@cygnus.com)
525
526 * choose-temp.c: Sync with copy in gcc.
527
528 Thu Feb 12 16:29:49 1998 Ian Lance Taylor <ian@cygnus.com>
529
530 * getopt.c: Update to latest FSF version.
531 * getopt1.c: Likewise.
532
533 Tue Feb 10 16:58:33 1998 Stan Shebs <shebs@andros.cygnus.com>
534
535 * cplus-dem.c (gnu_special): Don't get confused by .<digits>
536 strings that are not actually lengths.
537
538 Fri Feb 6 01:35:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
539
540 * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
541 (.c.o): Check value of enable_shared, not PICFLAG.
542 (stamp-picdir): Dito.
543
544 Thu Feb 5 18:48:56 1998 Geoffrey Noer <noer@cygnus.com>
545
546 * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
547 since it gets built automatically
548
549 Sun Feb 1 02:52:32 1998 Mike Stump <mrs@wrs.com>
550
551 * config.table (vxworks configs): Default to VxWorks 5.x, as that is
552 the currently shipping OS.
553
554 Tue Jan 27 16:08:20 1998 Pat Rankin <rankin@eql.caltech.edu>
555
556 * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
557 Add fnmatch.o and objalloc.o; remove vasprintf.o.
558 [config.h]: Define NEED_strsignal.
559
560 Mon Jan 19 12:20:01 1998 Ian Lance Taylor <ian@cygnus.com>
561
562 * functions.def: Correct argument types for strerror and
563 strsignal. Reported by Alex Gutman <agutman@emc.com>.
564
565 Sun Jan 18 15:57:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
566
567 * vasprintf.c (int_vasprintf): Increase buffer size for float/double
568 values.
569
570 Sat Jan 17 22:28:38 1998 Mumit Khan <khan@xraylith.wisc.edu>
571 J.J. VanderHeijden <J.J.vanderHeijden@student.utwente.nl>
572
573 Add mingw32 support.
574 * pexecute.c (pexecute): New function for mingw32. Supports pipes.
575 (pwait): New function for mingw32.
576
577 * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
578 * config/mt-mingw32: New file.
579 * xmalloc.c (first_break): Not used for mingw32.
580 (xmalloc_set_program_name): Don't use sbrk on mingw32.
581 (xmalloc): Likewise.
582 (xrealloc): Likewise.
583
584 Sat Jan 17 22:28:05 1998 Jeffrey A Law (law@cygnus.com)
585
586 * choose-temp.c: Sync with gcc version.
587
588 Tue Jan 13 18:34:39 1998 Jim Wilson <wilson@cygnus.com>
589
590 * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
591 to all filenames in libdir and tooldir.
592 (distclean): Do MULTICLEAN before deleting Makefile.
593 (stamp-needed, stamp-config): Add MULTISRCTOP to
594 pathname for move-if-change.
595
596 Thu Dec 4 17:25:19 1997 Jeffrey A Law (law@cygnus.com)
597
598 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
599
600 Wed Nov 19 13:37:06 1997 Michael Meissner <meissner@cygnus.com>
601
602 * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
603 was already defined previously.
604
605 Mon Nov 10 12:48:03 1997 Philippe De Muyter <phdm@macqel.be>
606
607 * Makefile.in (INSTALL): Use ../install-sh, not install.
608
609 Tue Oct 28 23:41:15 1997 Judy Goldberg <jodyg@idt.net>
610
611 * Makefile.in (CFILES): Add pexecute.c.
612
613 Wed Oct 15 19:13:48 1997 Ian Lance Taylor <ian@cygnus.com>
614
615 * asprintf.c: Consistently use either stdarg or varargs.
616
617 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
618
619 * cplus-dem.c (demangle_signature): Don't look for return types on
620 constructors. Handle member template constructors.
621
622 Fri Oct 3 17:53:30 1997 Ian Lance Taylor <ian@cygnus.com>
623
624 * README: Fix configuration instructions.
625
626 Mon Sep 29 12:28:41 1997 Ian Lance Taylor <ian@cygnus.com>
627
628 * pexecute.c: Update to current version from /gd/gnu/lib:
629
630 Mon Sep 29 12:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
631
632 * pexecute.c: Use spawn if __CYGWIN32__.
633
634 1997-08-08 Paul Eggert <eggert@twinsun.com>
635
636 * pexecute.c: Include "config.h" first, as per autoconf manual.
637
638 Fri Jun 27 15:20:29 1997 Scott Christley <scottc@net-community.com>
639
640 * pexecute.c (fix_argv): New function.
641 (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
642 Add underscore to cwait function call.
643
644 Sun Sep 28 12:00:52 1997 Mark Mitchell <mmitchell@usa.net>
645
646 * cplus-dem.c (demangle_template): Add new parameter. Handle new
647 template-function mangling.
648 (consume_count_with_underscores): New function.
649 (demangle_signature): Handle new name-mangling scheme.
650
651 Wed Sep 24 00:31:59 1997 Felix Lee <flee@yin.cygnus.com>
652
653 * asprintf.c: stdarg.h when ALMOST_STDC
654 * config/mh-windows (EXTRA_OFILES): add asprintf.o and
655 strncasecmp.o.
656
657 Thu Aug 28 14:27:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
658
659 * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
660
661 * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
662
663 * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
664
665 Wed Sep 10 12:43:10 1997 Jason Merrill <jason@yorick.cygnus.com>
666
667 * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
668
669 Fri Sep 5 16:34:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
670
671 * asprintf.c (asprintf): New file.
672 * Makefile.in (CFILES): Add asprintf.c
673 * functions.def: Ditto.
674
675 Thu Aug 28 18:53:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
676
677 * argv.c (dupargv): New function, duplicate an argument vector.
678
679 Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
680
681 * config/mh-cygwin32: also build random.o
682
683 Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
684
685 * cplus-dem.c: Add 'extern' to prepends_underscore.
686
687 Tue Jul 22 19:05:23 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
688
689 * config/mh-go32 (CC, AR, RANLIB): Don't define.
690
691 Tue Jul 22 17:49:54 1997 Ian Lance Taylor <ian@cygnus.com>
692
693 * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
694 (pexecute.o): New target.
695
696 * Makefile.in (stamp-needed): New target, replacing needed-list.
697 (needed-list): Just depend upon stamp-needed.
698 (stamp-config): New target, replacing config.h.
699 (config.h): Just depend upon stamp-config.
700 (mostlyclean): Remove stamp-*.
701
702 Thu Jun 12 11:00:18 1997 Angela Marie Thomas (angela@cygnus.com)
703
704 * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
705 INSTALL_DATA for multilibbed installs
706
707 Tue Jun 3 13:21:05 1997 Doug Evans <dje@canuck.cygnus.com>
708
709 Tue Dec 10 09:44:57 1996 Paul Eggert <eggert@twinsun.com>
710
711 * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
712
713 * choose-temp.c (try): Insist that temp dir be searchable.
714
715 Wed Oct 23 17:36:39 1996 Doug Rupp (rupp@gnat.com)
716
717 * choose-temp.c (choose_temp_base): On VMS, use proper syntax
718 for current directory.
719
720 Sat Feb 15 19:03:48 1997 Geoffrey Noer (noer@cygnus.com)
721
722 * pexecute.c: Remove special cases for cygwin32.
723 (pwait): Remove local definition of `pid'.
724
725 Tue Nov 12 18:26:15 1996 Doug Rupp (rupp@gnat.com)
726
727 * pexecute.c (vfork): Supply new definition for VMS.
728 (pwait): Use waitpid instead of wait for VMS.
729
730 Tue May 20 14:02:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
731
732 * cplus-dem.c (do_type): Handle `J'.
733 (demangle_fund_type): Print "complex" for it.
734
735 Wed Apr 30 12:15:45 1997 Jason Merrill <jason@yorick.cygnus.com>
736
737 * configure.in: Don't turn on multilib here.
738
739 Mon Apr 28 19:04:31 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
740
741 * obstack.c: move _obstack_memory_used outside of ifdef. Cannot be
742 elided; needed by gdb and not present in libc.
743
744 Thu Apr 24 19:33:47 1997 Ian Lance Taylor <ian@cygnus.com>
745
746 * Makefile.in (clean): Remove tmpmulti.out.
747
748 Tue Apr 22 10:25:15 1997 Fred Fish <fnf@cygnus.com>
749
750 * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
751 Add new floatformat, mainly for ARM doubles.
752
753 Mon Apr 14 12:11:16 1997 Ian Lance Taylor <ian@cygnus.com>
754
755 * config.table: Use ${config_shell} with ${moveifchange}. From
756 Thomas Graichen <graichen@rzpd.de>.
757
758 Fri Apr 4 03:09:24 1997 Ulrich Drepper <drepper@cygnus.com>
759
760 * configure.in: Enable multilibing by default.
761 Update multilib template to read config-ml.in.
762
763 Tue Apr 1 16:26:39 1997 Klaus Kaempf <kkaempf@progis.de>
764
765 * makefile.vms: Add objalloc.
766
767 Mon Mar 31 23:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
768
769 * cplus-dem.c (demangle_it): Add prototype declaration.
770 (usage, fatal): Likewise.
771
772 * xexit.c (_xexit_cleanup): Add prototype.
773
774 * strerror.c (init_error_tables): Declare.
775
776 Fri Mar 28 11:43:20 1997 H.J. Lu <hjl@lucon.org>
777
778 * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
779 * strsignal.c: Only define strsignal if NEED_strsignal.
780 * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
781 * configure.in: Add NEED_strsignal to xconfig.h. Add vasprintf.o
782 to xneeded-list.
783 * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
784 (EXTRA_OFILES): Define to vasprintf.o.
785 * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
786 (EXTRA_OFILES): Add vasprintf.o.
787 * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
788 (vxneeded-list): Add vasprintf.o.
789
790 Thu Mar 20 17:02:09 1997 Ian Lance Taylor <ian@cygnus.com>
791
792 * objalloc.c: Include <stdio.h>.
793
794 Mon Mar 17 19:23:11 1997 Ian Lance Taylor <ian@cygnus.com>
795
796 * objalloc.c: New file.
797 * Makefile.in (CFILES): Add objalloc.c
798 (REQUIRED_OFILES): Add objalloc.o.
799 (objalloc.o): New target.
800
801 Sat Mar 15 18:49:41 1997 Ian Lance Taylor <ian@cygnus.com>
802
803 * obstack.c: Update to current FSF version.
804
805 Fri Mar 14 14:18:47 1997 Ian Lance Taylor <ian@cygnus.com>
806
807 * cplus-dem.c: Add prototypes for all static functions.
808 (mystrstr): Make static. Make arguments and result const.
809 (cplus_match): Remove; not used.
810
811 Tue Mar 11 14:20:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
812
813 * cplus-dem.c (gnu_special): Call demangled_fund_type for other
814 __t* symbols.
815
816 Tue Mar 11 15:41:21 1997 H.J. Lu <hjl@lucon.org>
817
818 * spaces.c: Declare malloc and free properly.
819 * strsignal.c (init_signal_tables): Add prototype.
820 * xatexit.c (_xexit_cleanup): Add parameter declarations.
821
822 Wed Feb 19 15:43:24 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
823
824 * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
825 also required because of xmalloc.o.
826
827 Fri Feb 14 13:43:38 1997 Ian Lance Taylor <ian@cygnus.com>
828
829 * strsignal.c: Unconditionally redefine sys_siglist around the
830 inclusion of the system header files.
831
832 Thu Feb 13 22:01:04 1997 Klaus Kaempf <kkaempf@progis.de>
833
834 * makefile.vms: Remove 8 bit characters. Update to latest
835 gcc release.
836
837 Tue Feb 4 11:52:19 1997 Ian Lance Taylor <ian@cygnus.com>
838
839 * strsignal.c: Use NEED_sys_siglist instead of
840 LOSING_SYS_SIGLIST.
841 * config.table: Don't use mh-lynxos.
842 * config/mh-lynxos: Remove.
843
844 Thu Jan 16 14:51:03 1997 Bob Manson <manson@charmed.cygnus.com>
845
846 * cplus-dem.c: Fix indenting; make identical to the copy
847 in GCC.
848 (do_type, case 'M'): Check for a template as well as a class.
849
850 Thu Dec 19 13:51:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
851
852 * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
853 vxworks 5.[0-3] all have sigsetmask in them; the one provided by
854 libiberty is incorrect, as well.
855
856 Mon Dec 2 15:03:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
857
858 * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
859 alloca takes a size_t argument, not just unsigned.
860
861 Mon Nov 18 15:42:08 1996 Jason Merrill <jason@yorick.cygnus.com>
862
863 * cplus-dem.c: Note that this file also lives in GCC.
864
865 Mon Nov 18 15:19:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
866
867 * alloca.c: Remove include of libiberty.h for hpux.
868 * argv.c: Replace defs from libiberty.h.
869 * spaces.c: Put back externs from removed from libiberty.h.
870 * vasprintf.c: Remove include of libiberty.h for hpux.
871
872 Mon Nov 18 14:08:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
873
874 * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
875
876 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
877
878 * cplus-dem.c: Revert last two commits due to conflicts with
879 hpux system headers.
880
881 Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
882
883 * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
884 Revert last commit due to conflicts with hpux system headers.
885
886 Wed Nov 13 10:36:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
887
888 * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
889 libiberty.h when compiled with a standard compiler.
890
891 Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
892
893 * alloca.c: Include libiberty.h for definition of xmalloc.
894 Don't redefine NULL.
895 * argv.c: Move prototypes to libiberty.h.
896 * cplus-dem.c: Include libiberty.h for definition of xmalloc.
897 Don't redefine NULL.
898 Use casts to eliminate compiler warnings.
899 * spaces.c: Remove prototypes for malloc and free which are
900 already in libibrty.h.
901 * strcasecmp.c: Use casts to eliminate compiler warnings.
902 * vasprintf.c: Include libiberty.h for definition of malloc.
903 Don't redefine NULL.
904 * vprintf.c: Include stdarg.h if __STDC__.
905
906 Fri Oct 11 15:42:12 1996 Stu Grossman (grossman@critters.cygnus.com)
907
908 * config/mh-windows: Add strcasecmp.o to EXTRA_OFILES.
909
910 Fri Oct 11 11:16:31 1996 Stan Shebs <shebs@andros.cygnus.com>
911
912 * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
913 upward components correctly.
914
915 Tue Oct 8 08:55:34 1996 Stu Grossman (grossman@critters.cygnus.com)
916
917 * config.table, config/mh-windows: Add support for building under
918 MSVC (the Microsoft build environment).
919
920 Mon Oct 7 10:50:27 1996 Ian Lance Taylor <ian@cygnus.com>
921
922 * fnmatch.c: Undef const if not __STDC__.
923
924 Thu Oct 3 13:46:39 1996 Ian Lance Taylor <ian@cygnus.com>
925
926 * fnmatch.c: New file.
927 * Makefile.in (CFILES): Add fnmatch.c.
928 (REQUIRED_OFILES): Add fnmatch.o.
929 (fnmatch.o): New target.
930
931 Wed Sep 18 14:49:13 1996 Jason Merrill <jason@yorick.cygnus.com>
932
933 * cplus-dem.c (demangle_template): Fix handling of address args.
934 (gnu_special): Handle type_info stuff.
935
936 Fri Sep 13 17:52:55 1996 Stan Shebs <shebs@andros.cygnus.com>
937
938 * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
939 (mpwify_filename): Handle "::/" case.
940
941 Thu Sep 12 13:30:40 1996 Geoffrey Noer <noer@cygnus.com>
942
943 * config/mh-cygwin32: new file (need -DNEED_basename and
944 -DNEED_sys_siglist for native NT rebuilding)
945 * config.table (*-*-cygwin32): new entry
946 * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
947
948 Thu Aug 29 16:48:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
949
950 * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
951
952 Tue Aug 27 13:47:58 1996 Stan Shebs <shebs@andros.cygnus.com>
953
954 * pexecute.c (pexecute) [MPW]: Remove old bogus code that
955 messed with arguments that included a '/', add escape chars
956 to double quotes, remove const decl from arg that Mac
957 compilers don't seem to like.
958
959 Sat Aug 17 04:44:27 1996 Geoffrey Noer <noer@cygnus.com>
960
961 * pexecute.c: Update test for win32 (&& ! cygwin32).
962 * choose-temp.c: fix WIN32 preprocessor defines
963
964 Thu Aug 15 12:26:48 1996 Stan Shebs <shebs@andros.cygnus.com>
965
966 * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
967 to editing of default makefile rule.
968
969 Sun Aug 11 21:03:27 1996 Stu Grossman (grossman@critters.cygnus.com)
970
971 * alloca-norm.h: Include <malloc.h> if _WIN32.
972 * argv.c: Include non-prototyped decls for malloc and string
973 functions if ! _WIN32 or if __GNUC__.
974
975 Thu Aug 8 12:42:40 1996 Klaus Kaempf <kkaempf@progis.de>
976
977 * config.h-vms: New file.
978 * makefile.vms: Use it.
979
980 Wed Aug 7 17:16:12 1996 Stu Grossman (grossman@critters.cygnus.com)
981
982 * getopt.c (_getopt_internal): If argc is 0, just return (before
983 we reference *argv and segfault).
984
985 Mon Aug 5 01:29:08 1996 Jason Merrill <jason@yorick.cygnus.com>
986
987 * Makefile.in (distclean): Add multilib.out.
988
989 Thu Jul 18 17:40:55 1996 Ian Lance Taylor <ian@cygnus.com>
990
991 * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
992 defined (sun). From Andrew Gierth <ANDREWG@microlise.co.uk>.
993
994 Mon Jul 1 13:40:44 1996 Ken Raeburn <raeburn@cygnus.com>
995
996 Tue May 28 15:29:03 1996 Pat Rankin <rankin@eql.caltech.edu>
997
998 * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
999
1000 Thu Jan 25 18:20:04 1996 Pat Rankin <rankin@eql.caltech.edu>
1001
1002 * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
1003 (do_ofiles): Allow nonexistent source file in pass 3.
1004 (chk_deffunc): New routine.
1005
1006 Tue Jun 25 19:24:43 1996 Doug Evans <dje@canuck.cygnus.com>
1007
1008 * pexecute.c (PEXECUTE_VERBOSE): Define.
1009 (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
1010
1011 Tue Jun 25 23:11:48 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1012
1013 * Makefile.in (docdir): Removed.
1014
1015 Tue Jun 25 23:01:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1016
1017 * Makefile.in (oldincludedir): Removed.
1018
1019 Tue Jun 25 22:50:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1020
1021 * Makefile.in (datadir): Set to $(prefix)/share.
1022
1023 Thu Jun 20 21:17:52 1996 Ian Lance Taylor <ian@cygnus.com>
1024
1025 * cplus-dem.c (demangle_arm_pt): Reindent. Avoid endless loop by
1026 checking for errors from do_type.
1027
1028 Tue Jun 18 14:36:19 1996 Klaus Kaempf <kkaempf@progis.de>
1029
1030 * makefile.vms: New file.
1031 * xmalloc.c: If VMS, include <stdlib.h> and <unixlib.h> rather
1032 than declaring malloc, realloc, and sbrk.
1033
1034 Mon Jun 10 13:17:17 1996 Doug Evans <dje@canuck.cygnus.com>
1035
1036 * pexecute.c: New file.
1037
1038 Wed Jun 5 16:57:45 1996 Richard Henderson <rth@tamu.edu>
1039
1040 * xmalloc.c: Declare sbrk.
1041
1042 Sat May 4 05:08:45 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1043
1044 * alloca-norm.h: Add SPARCworks cc compatible __builtin_alloca
1045 declaration.
1046
1047 Mon Apr 22 18:41:49 1996 Ian Lance Taylor <ian@cygnus.com>
1048
1049 * xstrerror.c: Include <stdio.h>.
1050
1051 Sun Apr 21 11:55:12 1996 Doug Evans <dje@canuck.cygnus.com>
1052
1053 * Makefile.in (CFILES): Add atexit.c.
1054
1055 Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com)
1056
1057 * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
1058
1059 Wed Apr 17 11:17:55 1996 Doug Evans <dje@canuck.cygnus.com>
1060
1061 * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
1062 #include <stdio.h>
1063 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
1064
1065 Tue Apr 16 11:27:16 1996 Jeffrey A Law (law@cygnus.com)
1066
1067 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
1068 Reverts Feb 8, 1995 change.
1069
1070 Mon Apr 15 12:53:26 1996 Doug Evans <dje@canuck.cygnus.com>
1071
1072 * choose-temp.c: New file.
1073 * Makefile.in (CFILES): Add choose-temp.c.
1074 (REQUIRED_OFILES): Add choose-temp.o.
1075
1076 Sat Apr 13 14:19:30 1996 Stu Grossman (grossman@critters.cygnus.com)
1077
1078 * floatformat.c (floatformat_to_double): Don't bias exponent when
1079 handling zero's, denorms or NaNs.
1080
1081 Thu Apr 11 13:36:56 1996 Stu Grossman (grossman@critters.cygnus.com)
1082
1083 * floatformat.c (floatformat_to_double): Fix bugs with handling
1084 numbers with fractions < 32 bits.
1085
1086 Mon Apr 8 14:48:34 1996 Ian Lance Taylor <ian@cygnus.com>
1087
1088 * config.table: Permit --enable-shared to specify a list of
1089 directories.
1090
1091 Tue Mar 19 22:02:07 1996 Jason Merrill <jason@yorick.cygnus.com>
1092
1093 * cplus-dem.c (demangle_template): Fix for non-mangled pointer
1094 arguments.
1095
1096 Fri Mar 8 17:24:18 1996 Ian Lance Taylor <ian@cygnus.com>
1097
1098 * configure.in: If srcdir is `.' and with_target_subdir is not
1099 `.', then set MULTISRCTOP before calling config-ml.in.
1100
1101 Thu Mar 7 13:37:10 1996 Stan Shebs <shebs@andros.cygnus.com>
1102
1103 * mpw.c (mpw_open): Add debugging output option.
1104
1105 Wed Mar 6 17:36:03 1996 Jason Merrill <jason@yorick.cygnus.com>
1106
1107 * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
1108
1109 Tue Feb 27 12:00:50 1996 Raymond Jou <rjou@mexican.cygnus.com>
1110
1111 * mpw.c (mpwify_filename): Change 6 to 5 in
1112 strncmp (unixname, "/tmp/", 5).
1113
1114 Tue Feb 20 10:55:53 1996 Ian Lance Taylor <ian@cygnus.com>
1115
1116 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
1117 handle 0 as a pointer value parameter.
1118
1119 Mon Feb 5 16:41:44 1996 Ian Lance Taylor <ian@cygnus.com>
1120
1121 * Makefile.in (all): Depend upon required-list.
1122 (required-list): New target.
1123 (clean): Remove required-list.
1124
1125 Wed Jan 31 10:19:41 1996 Steve Chamberlain <sac@slash.cygnus.com>
1126
1127 * win32.c: Deleted.
1128 * config.table (i386-*-win32): Deleted.
1129 * config/mh-i386win32: Deleted.
1130
1131 Thu Jan 18 11:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
1132
1133 * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
1134 const char *.
1135 (cplus_mangle_opname): Change return type and opname parameter to
1136 const char *. Don't cast return value.
1137
1138 Tue Jan 16 12:13:11 1996 Stan Shebs <shebs@andros.cygnus.com>
1139
1140 * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
1141 definition.
1142
1143 Wed Jan 3 13:15:04 1996 Fred Fish <fnf@cygnus.com>
1144
1145 * obstack.c: Update copyright to 1996.
1146 (_obstack_memory_used): Define new function. Called via
1147 obstack_memory_used macro.
1148
1149 Thu Dec 28 11:39:40 1995 Ian Lance Taylor <ian@cygnus.com>
1150
1151 * xstrdup.c: New file.
1152 * Makefile.in (CFILES): Add xstrdup.c.
1153 (REQUIRED_OFILES): Add xstrdup.o.
1154 (xstrdup.o): New target.
1155
1156 Mon Dec 11 18:18:52 1995 Mike Stump <mrs@cygnus.com>
1157
1158 * atexit.c: New stub to provide atexit on systems that have
1159 on_exit, like SunOS 4.1.x systems.
1160 * functions.def (on_exit, atexit): Ditto.
1161
1162 Mon Dec 11 15:42:14 1995 Stan Shebs <shebs@andros.cygnus.com>
1163
1164 * mpw.c (mpw_abort): Remove decl.
1165 (mpw_access): Move debugging printf.
1166
1167 Sat Dec 2 01:25:23 1995 Ian Lance Taylor <ian@cygnus.com>
1168
1169 * config.table: Consistently use ${host} rather than ${xhost} or
1170 ${target}.
1171 * configure.in: Don't bother to set ${xhost} before calling
1172 config.table.
1173
1174 Tue Nov 28 14:16:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
1175
1176 * Makefile.in (.c.o): Use test instead of the left bracket, to
1177 avoid problems with some versions of make.
1178
1179 Tue Nov 28 11:45:17 1995 Stan Shebs <shebs@andros.cygnus.com>
1180
1181 * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
1182
1183 Tue Nov 21 11:26:34 1995 Fred Fish <fnf@rtl.cygnus.com>
1184
1185 * config/mh-hpux: Remove. It was only used to define EXTRA_OFILES,
1186 which was set to just alloca.o, which is now automatically marked
1187 as needed by the autoconfiguration process.
1188
1189 Tue Nov 21 14:15:06 1995 Ian Lance Taylor <ian@cygnus.com>
1190
1191 * config.table: Check ${with_cross_host} rather than comparing
1192 ${host} and ${target}.
1193
1194 Thu Nov 16 14:34:42 1995 Ian Lance Taylor <ian@cygnus.com>
1195
1196 * configure.in: If with_target_subdir is empty, set xhost to
1197 ${host} rather than ${target} before calling config.table.
1198
1199 Tue Nov 14 01:38:30 1995 Doug Evans <dje@canuck.cygnus.com>
1200
1201 * Makefile.in (MULTITOP): Deleted.
1202 (MULTISRCTOP, MULTIBUILDTOP): New.
1203 (FLAGS_TO_PASS): Delete INCDIR.
1204 (INCDIR): Add $(MULTISRCTOP).
1205 (install_to_libdir): Add $(MULTISUBDIR). Call $(MULTIDO).
1206 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
1207 instead of cfg-ml-pos.in.
1208 (cross-compile check): Change to test for with_target_subdir.
1209 (EXTRA_LINKS): Delete.
1210
1211 Sun Nov 12 12:13:04 1995 Stan Shebs <shebs@andros.cygnus.com>
1212
1213 * mpw-make.sed: Add getpagesize.c.o to needed-list.
1214 * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
1215 functions that are supplied by Metrowerks libraries.
1216 (fstat): Clean up descriptor->pointer conversion code.
1217 (InstallConsole, etc): Empty definitions, for when linking
1218 with SIOUX.
1219
1220 Sun Nov 5 19:25:27 1995 Per Bothner <bothner@kalessin.cygnus.com>
1221
1222 * Makefile.in (FLAGS_TO_PASS): Also pass PICFLAGS.
1223 (.c.o): Stylistic change.
1224
1225 Thu Nov 2 12:06:29 1995 Ian Lance Taylor <ian@cygnus.com>
1226
1227 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
1228 phdm@info.ucl.ac.be (Philippe De Muyter).
1229
1230 Wed Nov 1 11:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
1231
1232 * configure.in: Correct sed call.
1233
1234 Mon Oct 30 13:03:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
1235
1236 * configure.in: Clean up / simplify for native.
1237
1238 * configure.in: Merge in stuff from ../xiberty/configure.in.
1239 * Makefile.in (CC): Add definition (so it can be overrridden
1240 by ../configure).
1241
1242 Tue Oct 24 17:57:27 1995 Stan Shebs <shebs@andros.cygnus.com>
1243
1244 * mpw-make.sed: Leave strerror.c.o in standard list of functions.
1245 * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
1246 (link): Remove useless definition with error return.
1247 (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
1248 Use UnsignedWide type for microsecond counts.
1249
1250 Thu Oct 19 10:52:07 1995 Michael Meissner <meissner@wogglebug.tiac.net>
1251
1252 * memcmp.c (memcmp): Argument types are const void *, not void
1253 *const.
1254
1255 * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
1256 sys/types.h.
1257 * strcasecmp.c (strcasecmp): Ditto.
1258
1259 Tue Oct 10 11:03:24 1995 Fred Fish <fnf@cygnus.com>
1260
1261 * Makefile.in (BISON): Remove macro.
1262
1263 Tue Sep 26 15:06:46 1995 Stan Shebs <shebs@andros.cygnus.com>
1264
1265 * Makefile.in (HFILES): Add default empty definition.
1266 * mpw-config.in (config.h): Only update if changed.
1267 * mpw-make.in: Remove.
1268 * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
1269 * mpw.c: Remove semi-clone of strerror code.
1270 (sys_nerr, sys_errlist): Define here.
1271 (Microseconds): Only define as A-line trap if m68k Mac.
1272
1273 Wed Sep 20 12:53:32 1995 Ian Lance Taylor <ian@cygnus.com>
1274
1275 * Makefile.in (maintainer-clean): New synonym for distclean.
1276
1277 Mon Aug 28 19:47:52 1995 Per Bothner <bothner@kalessin.cygnus.com>
1278
1279 * config.table: For host, generalize rs6000-ibm-aix*
1280 to *-ibm-aix* so we also include powerpc.
1281
1282 Tue Aug 22 03:18:05 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1283
1284 Fri Jun 16 18:35:40 1995 Pat Rankin (rankin@eql.caltech.edu)
1285
1286 * xstrerror.c: New file.
1287 * Makefile.in, vmsbuild.com: Compile it.
1288
1289 Mon Jul 31 12:16:32 1995 steve chamberlain <sac@slash.cygnus.com>
1290
1291 * config.table (i386-*-win32): New.
1292
1293 Fri Jul 21 11:35:52 1995 Doug Evans <dje@canuck.cygnus.com>
1294
1295 * Makefile.in (MULTITOP): New variable.
1296 (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
1297 (all): Add multilib support.
1298 (install_to_tooldir, *clean): Likewise.
1299
1300 Mon Jul 10 11:47:27 1995 Ken Raeburn <raeburn@cygnus.com>
1301
1302 * makefile.dos (OBJS): Add hex.o. From DJ Delorie.
1303
1304 Fri Jun 30 17:28:59 1995 Pat Rankin (rankin@eql.caltech.edu)
1305
1306 * vmsbuild.com: create "new-lib.olb", build libiberty under that
1307 name, and then make it become "liberty.olb" when done, so that an
1308 incomplete build attempt never leaves behind something which looks
1309 like a complete library.
1310
1311 Thu Jun 29 00:22:02 1995 Steve Chamberlain <sac@slash.cygnus.com>
1312
1313 * config/mh-i386pe: New file for PE hosts.
1314 * config.table: Understand PE hosts.
1315
1316 Wed Jun 28 19:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1317
1318 * cplus-dem.c: Update from gcc.
1319
1320 * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
1321 <stddef.h>.
1322 * alloca-norm.h: If __STDC__, declare alloca with its parameter.
1323
1324 Thu Jun 22 18:57:47 1995 Stan Shebs <shebs@andros.cygnus.com>
1325
1326 * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
1327 * mpw.c: Only test DebugPI once whenever printing debug info.
1328 (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
1329 also fix to not write on input filename buffer.
1330 (mpw_access): Use stat() instead of open(), works for directories
1331 as well as files.
1332
1333 Mon Jun 19 00:33:22 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1334
1335 * Makefile.in: Massage broken shells that require 'else true'.
1336
1337 Sat Jun 17 23:21:58 1995 Fred Fish <fnf@cygnus.com>
1338
1339 * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
1340 Declare __builtin_alloca in the sparc case, as argv.c did.
1341 * argv.c: Replace inline version of alloca-norm.h at start of file with
1342 a #include of alloca-conf.h. Precede it with an include of ansidecl.h
1343 because alloca-norm.h needs to declare alloca as "PTR".
1344
1345 Mon Jun 12 14:24:26 1995 Steve Chamberlain <sac@slash.cygnus.com>
1346
1347 * win32.c: New file.
1348
1349 Fri Jun 9 15:16:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1350
1351 * dummy.c: #include "alloca-conf.h".
1352
1353 Wed Jun 7 11:46:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1354
1355 * Makefile.in (mostlyclean): Remove stamp-picdir.
1356 (clean): Don't.
1357
1358 Mon Jun 5 18:46:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1359
1360 * config.table (frags): Use toplevel pic frags.
1361
1362 * Makefile.in (PICFLAG): New macro.
1363 (all): Depend on stamp-picdir.
1364 (needed-list): Ditto.
1365 (.c.o): Also build pic object.
1366 (stamp-picdir): New rule.
1367 (mostlyclean): Remove pic.
1368 (clean): Remove stamp-picdir.
1369
1370 Fri Mar 24 16:55:48 1995 Pat Rankin (rankin@eql.caltech.edu)
1371
1372 * vmsbuild.com (config.h): Add `#define NEED_basename'.
1373
1374 Tue May 23 10:12:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
1375
1376 * clock.c, getopt.c, strtod.c, vsprintf.c: Change from using LGPL
1377 to libio-style copyright.
1378 * getpagesize.c: Remove FSF copyright.
1379
1380 Sat May 20 12:30:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1381
1382 Added improved VMS support from Pat Rankin:
1383
1384 Fri Mar 17 18:40:36 1995 Pat Rankin (rankin@eql.caltech.edu)
1385
1386 * vmsbuild.com: new file.
1387
1388 * getpagesize.c (getpagesize): implement for VMS;
1389 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary
1390 support for EVMSERR.
1391
1392 Thu May 18 17:01:42 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1393
1394 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
1395
1396 * floatformat.c (floatformat_arm_ext): Define.
1397
1398 Tue May 16 13:30:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
1399
1400 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
1401 strerror.c, strsignal.c: Remove FSF copyright.
1402 * sigsetmask.c: #include <sys/types.h> - seems to be needed by ISC.
1403
1404 Mon May 15 19:53:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
1405
1406 * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
1407 strrchr.c, strstr.c, vfork.c: Remove FSF Copyright, because this
1408 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
1409 * strchr.c, strrchr.c: Add cast to suppress const warning.
1410
1411 Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1412
1413 * cplus-dem.c: Use const instead of CONST. Don't include
1414 ansidecl.h directly.
1415
1416 Wed Apr 19 01:30:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1417
1418 * cplus-dem.c: Don't include libiberty.h. Do declare xmalloc and
1419 xrealloc.
1420 (-DMAIN): Don't rely on an externally-defined version number;
1421 instead, require the version number to be defined as a
1422 preprocessor macro. Handle the RS/6000 leading dot. Define
1423 xmalloc, xrealloc and fatal. Don't strip a leading underscore
1424 if we couldn't demangle the word.
1425
1426 Tue Apr 4 13:03:51 1995 Stan Shebs <shebs@andros.cygnus.com>
1427
1428 (Old mpw.c change descriptions retained for informational value.)
1429 * mpw.c (warning_threshold): Default to .4 sec.
1430 (overflow_count, current_progress): New globals.
1431 (warn_if_spin_delay): Include current progress type,
1432 such as program name, in message.
1433 (mpw_start_progress): Set current_progress variable from arg.
1434 (mpw_end_progress): Report spin delays by power-of-two-size
1435 buckets instead of constant-size buckets.
1436
1437 * mpw.c: Clean up formatting, types, returns, etc.
1438 (ENOSYS): Define.
1439 (mpw_fread, mpw_fwrite): Define.
1440 (sleep): Define correctly.
1441
1442 * mpw.c: New code to implement cursor spinning support.
1443 (umask): New function.
1444 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
1445
1446 * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
1447 basenames for MPW and MPW/Unix filenames.
1448 (mpw_special_init): New function, calls Macsbug if desired.
1449
1450 * mpw.c: Add GPL notice.
1451 (mpwify_filename): Add more transformations.
1452 (mpw_fopen): Call mpwify_filename on file names.
1453 (rename): Remove.
1454 (chdir, getcwd): Add simple definitions.
1455
1456 * mpw.c: Random cleanups, remove unused code bits.
1457 Added copy of strerror.c for gcc's use.
1458 (stat, fstat, _stat): New versions based on Guido van Rossum code.
1459
1460 * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
1461
1462 * mpw.c (stat): Remove hack definition, get from sys/stat.h.
1463 (fork, vfork, etc): Print error messages if called.
1464 (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
1465 rename, chown): Define.
1466
1467 * mpw-config.in: New file, MPW version of configure.in.
1468 * mpw-make.in: New file, MPW version of Makefile.in.
1469 * mpw.c: New file, MPW compatibility routines.
1470
1471 Fri Mar 24 14:10:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1472
1473 * basename.c: Include config.h before checking for NEED_basename.
1474
1475 Thu Mar 23 19:09:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1476
1477 * functions.def: Add DEFFUNC for basename.
1478
1479 * basename.c: Only define basename if NEED_basename.
1480
1481 Thu Mar 16 13:36:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1482
1483 * config.table: Fix --enable-shared logic for native builds.
1484
1485 Mon Mar 13 11:05:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1486
1487 * cplus-dem.c (demangle_template): Demangle bool literals properly.
1488
1489 Mon Mar 6 23:57:28 1995 Stu Grossman (grossman@cygnus.com)
1490
1491 * strtol.c strtoul.c: Replace these with less buggy versions from
1492 NetBSD. (strtoul in particular couldn't handle base 16.)
1493
1494 Wed Mar 1 15:59:01 1995 Ian Lance Taylor <ian@cygnus.com>
1495
1496 * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
1497
1498 * clock.c: If NO_SYS_PARAM_H is defined, don't include
1499 <sys/param.h>.
1500 * getcwd.c, getpagesize.c, getruntime.c: Likewise.
1501
1502 Fri Feb 17 15:40:55 1995 Ian Lance Taylor <ian@cygnus.com>
1503
1504 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
1505 a number; ANSI appears to permit any expression, including a
1506 function call.
1507
1508 * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
1509 xiberty.
1510 * config/mt-vxworks5: New file.
1511
1512 Thu Feb 9 14:19:45 1995 Ian Lance Taylor <ian@cygnus.com>
1513
1514 * basename.c (basename): Change argument to be const.
1515
1516 Wed Feb 8 18:06:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1517
1518 * Makefile.in (lneeded-list): Don't worry about xmalloc.
1519
1520 Sun Jan 15 00:40:36 1995 Jeff Law (law@snake.cs.utah.edu)
1521
1522 * Makefile.in (distclean): Delete xhost-mkfrag.
1523
1524 Thu Jan 12 16:54:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1525
1526 * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
1527
1528 Wed Jan 11 22:39:56 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1529
1530 * hex.c: New file.
1531 * Makefile.in (REQUIRED_OFILES, CFILES): List it.
1532 (hex.o): Add dependencies.
1533
1534 * cplus-dem.c (demangle_prefix): For GNU style constructor and
1535 destructor names, try demangling the remainder of the string.
1536
1537 Wed Dec 28 00:49:15 1994 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
1538
1539 * vasprintf.c (int_vasprintf): New static function.
1540 (vasprintf): Use int_vasprintf. Removes assumption that va_list
1541 is assignment compatible.
1542
1543 Sat Nov 5 19:29:12 1994 Jason Merrill (jason@phydeaux.cygnus.com)
1544
1545 * Makefile.in (LIBCFLAGS): New variable.
1546 (FLAGS_TO_PASS): Pass it.
1547 (.c.o): Use it.
1548
1549 Thu Nov 3 19:09:47 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1550
1551 * getopt.c, getopt1.c: Do compile these functions under Linux,
1552 since many native versions are based on glibc but are buggy.
1553
1554 Mon Oct 24 15:16:46 1994 Per Bothner <bothner@kalessin.cygnus.com>
1555
1556 * vasprintf.c: Make 'format' arg be const, to avoid a mismatch
1557 with prototype in GNU libc. Support stdarg.h as well as varargs.h.
1558
1559 Tue Oct 11 17:48:27 1994 Jason Merrill (jason@phydeaux.cygnus.com)
1560
1561 * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
1562 * functions.def: Remove vasprintf.
1563
1564 Wed Sep 14 17:04:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1565
1566 * xmalloc.c (first_break): New static variable.
1567 (xmalloc_set_program_name): Record sbrk (0) in first_break.
1568 (xmalloc): If memory allocation fails, try to report how much
1569 memory was allocated by the program up to this point.
1570 (xrealloc): Likewise.
1571
1572 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
1573
1574 * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC). Use it
1575 when linking dummy.
1576 * config.table: Add host RISCiX Makefile frag.
1577 * config/mh-riscix: New file.
1578
1579 Thu Aug 25 17:29:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1580
1581 * Makefile.in (FLAGS_TO_PASS): Define.
1582 ($(RULE1)): Use $(FLAGS_TO_PASS).
1583
1584 Wed Aug 24 17:08:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1585
1586 * vasprintf.c: Include <string.h>.
1587 (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
1588 * xatexit.c: Declare malloc.
1589
1590 Fri Aug 19 15:29:12 1994 Kung Hsu (kung@mexican.cygnus.com)
1591
1592 * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
1593 one below).
1594
1595 Thu Aug 18 14:37:14 1994 Kung Hsu (kung@mexican.cygnus.com)
1596
1597 * cplus-dem.c (demangle args): Handle ARM repeat encoding where
1598 the type index is greater than 9.
1599
1600 Wed Aug 17 16:13:49 1994 Kung Hsu (kung@mexican.cygnus.com)
1601
1602 * cplus-dem.c (demangle_qualified): accept optional '_' between
1603 qualified name. This is baecause the template name may end with
1604 numeric and can mixed up with the length of next qualified name.
1605
1606 Wed Aug 3 05:52:14 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
1607
1608 * config/mt-sunos4: Use our standard location for cross-includes
1609 and cross-libs when the target is also a "host" environment (ie no
1610 newlib; includes and such don't belong to us). This is specific
1611 to the Cygnus Support environment.
1612
1613 Tue Aug 2 15:25:12 1994 Kung Hsu (kung@mexican.cygnus.com)
1614
1615 * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
1616 xxx<ch=81>.
1617
1618 Mon Aug 1 17:02:48 1994 Kung Hsu (kung@mexican.cygnus.com)
1619
1620 * cplus-dem.c (main): flush stdout to make pipe work.
1621
1622 Sat Jul 16 12:56:32 1994 Stan Shebs (shebs@andros.cygnus.com)
1623
1624 * config.table (*-*-cxux7*): Recognize.
1625 * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
1626 Harris-specific float format.
1627 * config/mh-cxux7: New file.
1628
1629 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1630
1631 * cplus-dem.c (demangle_template): Make sure that the result of
1632 consume_count doesn't index beyond the end of the string.
1633
1634 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1635
1636 * cplus-dem.c (gnu_special): Handle vtable mangling of gcc-2.4.5 and
1637 earlier. Improve test for new vtable mangling. Change output back
1638 to `virtual table'.
1639
1640 Mon Jun 20 11:37:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1641
1642 * obstack.c: Always compile this code, even if using the GNU
1643 library. Avoids problems with relatively recent binary
1644 incompatibility.
1645
1646 Thu Jun 16 17:54:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1647
1648 * cplus-dem.c: Include libiberty.h.
1649 (xmalloc, xrealloc, free): Don't declare.
1650 (strstr): Don't declare parameters.
1651 (xmalloc, xrealloc): Don't define.
1652 (long_options): Add no-strip-underscores.
1653 (main): Call xmalloc_set_program_name. Pass n in short options to
1654 getopt_long. Handle option 'n' to not strip underscores.
1655 (usage): Mention -n and --no-strip-underscores.
1656
1657 Sun Jun 12 01:37:09 1994 Jason Merrill (jason@deneb.cygnus.com)
1658
1659 * cplus-dem.c (demangle_template): Separate consecutive >'s with a
1660 space.
1661 (gnu_special): Demangle template and qualified names in a vtable name.
1662
1663 Fri May 27 12:27:52 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1664
1665 From gas-2.3 and binutils-2.4 net releases:
1666
1667 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
1668
1669 * makefile.dos: [new] Makefile for dos/go32
1670 * configure.bat: update for latest files
1671 * msdos.c: remove some functions now in libc.a
1672
1673 Fri May 20 18:53:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
1674
1675 * cplus-dem.c (gnu_special): Recognize thunks, as well as
1676 the new naming style for vtables (when -fvtable-thunks).
1677
1678 Wed May 18 13:34:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1679
1680 * Makefile.in (XTRAFLAGS): Don't define.
1681 (.c.o, dummy.o): Don't use XTRAFLAGS.
1682 ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
1683
1684 Fri May 13 16:02:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1685
1686 * vasprintf.c: New file.
1687 * Makefile.in, functions.def: Add it.
1688
1689 Fri May 13 16:20:28 1994 Jason Merrill (jason@deneb.cygnus.com)
1690
1691 * cplus-dem.c (demangle_fund_type): Grok bool.
1692
1693 Fri May 6 14:44:21 1994 Steve Chamberlain (sac@cygnus.com)
1694
1695 * config.table: Add go32
1696 * config/mh-go32: New template.
1697
1698 Fri May 6 11:01:59 1994 D. V. Henkel-Wallace (gumby@rtl.cygnus.com)
1699
1700 * config.table, config/mt-sunos4: config for when sun4 is cross target.
1701
1702 Mon Apr 11 00:54:33 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1703
1704 * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
1705 Declare strlen to return int. Don't include stddef.h.
1706
1707 Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
1708
1709 * getopt.c: Delete use of IN_GCC to control whether
1710 stddef.h or gstddef.h is included.
1711
1712 Thu Apr 14 14:00:56 1994 Kung Hsu (kung@mexican.cygnus.com)
1713
1714 * cplus-dem.c (demangle_signature): Fix a bug in template function
1715 type numbering.
1716
1717 Wed Apr 13 17:23:03 1994 Kung Hsu (kung@mexican.cygnus.com)
1718
1719 * cplus-dem.c (demangle_signature): Fix template function with arm
1720 style argument type number, Tn.
1721
1722 Wed Apr 13 17:11:15 1994 Jason Merrill (jason@deneb.cygnus.com)
1723
1724 * cplus-dem.c (optable): Add new[] and delete[].
1725
1726 Fri Apr 8 11:21:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1727
1728 * argv.c (buildargv): Don't produce empty argument just because
1729 there is trailing whitespace.
1730
1731 Wed Apr 6 11:42:14 1994 Kung Hsu (kung@mexican.cygnus.com)
1732
1733 * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
1734 Handle 'p' same as 'P'.
1735 * cplus-dem.c (do_type): Handle 'p' same as 'P'.
1736
1737 Sat Mar 26 12:00:13 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1738
1739 * floatformat.c (get_field, put_field): Fix off by one error in
1740 little endian case.
1741
1742 Thu Mar 24 10:40:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1743
1744 * floatformat.c (floatformat_from_double): Pass unsigned char *,
1745 not char *, to put_field.
1746
1747 Fri Mar 18 12:34:33 1994 Per Bothner (bothner@kalessin.cygnus.com)
1748
1749 * memmove.c: Re-wrote; placed in public domain.
1750
1751 Wed Mar 16 10:33:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1752
1753 * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
1754 __Q* as a constructor.
1755
1756 Mon Mar 14 12:26:02 1994 Ian Lance Taylor (ian@cygnus.com)
1757
1758 * ieee-float.c: Removed; no longer used.
1759 * Makefile.in: Changed accordingly.
1760
1761 Mon Mar 7 12:28:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1762
1763 * floatformat.c (get_field): Removed unused local variable i.
1764 (put_field): Removed unused local variable i.
1765
1766 Sun Feb 27 21:50:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1767
1768 * floatformat.c: New file, intended to replace ieee-float.c.
1769 * Makefile.in: Change accordingly.
1770
1771 Thu Feb 24 11:51:12 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1772
1773 * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
1774 (_getopt_initialize): New function, broken out of _getopt_internal.
1775 (_getopt_internal):
1776 If long_only and the ARGV-element has the form "-f", where f is
1777 a valid short option, don't consider it an abbreviated form of
1778 a long option that starts with f. Otherwise there would be no
1779 way to give the -f short option.
1780
1781 Thu Feb 10 14:44:16 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1782
1783 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
1784 Test just __STDC__, not emacs.
1785
1786 Wed Feb 9 00:14:00 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1787
1788 * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
1789 [emacs] [not __STDC__]: Don't include stddef.h. Don't declare strlen.
1790
1791 Fri Dec 24 19:43:00 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1792
1793 * getopt.c (_NO_PROTO): Define before config.h is included.
1794
1795 Mon Sep 20 15:59:03 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1796
1797 * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
1798 <config.h> only under these, else "config.h".
1799
1800 Thu Aug 12 18:16:49 1993 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1801
1802 * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
1803 <config.h> instead of "config.h".
1804
1805 Sun Feb 20 17:17:01 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
1806
1807 * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
1808 whether to use prototypes or not.
1809 * strerror.c (const): Never undefine; let ansidecl.h handle it.
1810 * strsignal.c (const): Likewise.
1811
1812 Thu Feb 17 13:27:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1813
1814 * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
1815 Merging common and initialized variables need not be supported by
1816 ANSI C compilers.
1817 (xatexit): Initialize _xexit_cleanup if not already set.
1818 * xexit.c: Comment fix.
1819
1820 Wed Feb 16 01:15:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1821
1822 * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
1823 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
1824 assuming that realloc works correctly.
1825
1826 Tue Feb 15 09:26:16 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1827
1828 * concat.c, ieee-float.c: Replace inclusion of <string.h>
1829 with explicit function declarations, as recommended by Ian Taylor.
1830
1831 Sat Feb 12 10:31:11 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1832
1833 * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
1834 (malloc, realloc): Declare.
1835
1836 Thu Feb 10 17:08:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1837
1838 * argv.c, basename.c: Include ansidecl.h and libiberty.h.
1839 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
1840 * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
1841 * xmalloc.c: Likewise.
1842 * concat.c: Don't declare xmalloc. If __STDC__, use <stdarg.h>
1843 macros, not <varargs.h> macros.
1844 * spaces.c (spaces): Make return type const. Don't crash if
1845 malloc returns NULL.
1846 * strerror.c (struct error_info): Make name and msg fields const.
1847 (error_names): Make const.
1848 (strerrno): Make const.
1849 (strtoerrno): Make argument const.
1850 * strsignal.c (struct signal_info): Make name and msg fields
1851 const.
1852 (signal_names, sys_siglist): Make const.
1853 (strsignal, strsigno): Make const.
1854 (strtosigno): Make argument const.
1855 * xatexit.c: Declare parameter types.
1856 * xmalloc.c (name): Make const.
1857 (xmalloc_set_program_name): Make argument const.
1858 * Makefile.in (INCDIR): Define.
1859 (.c.o): Use $(INCDIR).
1860 (dummy.o): Likewise.
1861 (argv.o, basename.o): New targets; depend on libiberty.h.
1862 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
1863 (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
1864 (xmalloc.o): Likewise.
1865 (cplus-dem.o): New target; depend on demangle.h.
1866 (getopt.o, getopt1.o): New targets; depend on getopt.h.
1867 (ieee-float.o): New target; depend on ieee-float.h.
1868 (obstack.o): New target; depend on obstack.h.
1869
1870 Tue Feb 8 05:29:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1871
1872 Handle obstack_chunk_alloc returning NULL. This allows
1873 obstacks to be used by libraries, without forcing them
1874 to call exit or longjmp.
1875 * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
1876 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
1877 (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
1878
1879 Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1880
1881 * concat.c, ieee-float.c: Include <string.h>.
1882
1883 Sun Feb 6 21:28:46 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1884
1885 * xmalloc.c (xmalloc_set_program_name): New function.
1886 (xmalloc, xrealloc): Include the name in the error message, if set.
1887
1888 * Replace atexit.c with xatexit.c.
1889 * Makefile.in (CFILES), functions.def: Change references.
1890
1891 Sat Feb 5 14:02:32 1994 Stan Shebs (shebs@andros.cygnus.com)
1892
1893 * getruntime.c (get_run_time): Use getrusage or times if
1894 HAVE_GETRUSAGE or HAVE_TIMES are defined.
1895
1896 Fri Feb 4 15:49:38 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1897
1898 * atexit.c: New file.
1899 * Makefile.in (CFILES), functions.def: Add it.
1900 * xexit.c: New file.
1901 * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
1902 * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
1903 Change request for 0 bytes into request for 1 byte.
1904
1905 Wed Feb 2 11:36:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1906
1907 * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
1908 unsigned long, to avoid warnings.
1909
1910 Fri Jan 28 17:49:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1911
1912 * dummy.c: Don't include time.h ever; always define clock_t as
1913 "unsigned long". Until gcc/fixincludes ensures that clock_t
1914 exists, __STDC__ isn't a sufficient test. And if clock() doesn't
1915 exist, clock_t probably doesn't either.
1916
1917 Mon Jan 24 11:52:31 1994 Stan Shebs (shebs@andros.cygnus.com)
1918
1919 * clock.c, getruntime.c: New files.
1920 * Makefile.in: Add to file lists.
1921 * functions.def (clock): Add to list.
1922 * dummy.c (time.h): Add if __STDC__.
1923 (clock_t): #define as "unsigned long" if not __STDC__.
1924
1925 Tue Jan 11 11:27:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1926
1927 * strtod.c: Declare atof. From edler@jan.ultra.nyu.edu (Jan
1928 Edler).
1929
1930 Tue Dec 28 14:17:30 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1931
1932 * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
1933 linking.
1934
1935 Fri Dec 17 12:26:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
1936
1937 * cplus-dem.c (demangle_arm_pt): New function. Common code
1938 for ARM template demangling.
1939 * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
1940 * cplus-dem.c (demangle_prefix): Likewise.
1941
1942 Tue Nov 30 15:47:48 1993 Jason Merrill (jason@deneb.cygnus.com)
1943
1944 * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
1945
1946 Sat Nov 27 11:05:50 1993 Fred Fish (fnf@cygnus.com)
1947
1948 Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
1949 * strerror.c, strsignal.c: As a small space optimization, don't
1950 include messages when they aren't actually used.
1951
1952 Merge changes from takefive.co.at!joe (Josef Leherbauer)
1953 * cplus-dem.c (demangle_prefix, demangle_function_name,
1954 cplus_demangle_opname): Fixes for systems where cplus_marker
1955 is something other than '$'.
1956
1957 Fri Nov 26 13:51:11 1993 Per Bothner (bothner@kalessin.cygnus.com)
1958
1959 * waitpid.c: Simple-minded approcimation to waitpid
1960 using vanilla wait.
1961 * functions.def, Makefile.in: Update accordingly,
1962
1963 Thu Nov 18 18:01:15 1993 Kung Hsu (kung@cirdan.cygnus.com)
1964
1965 * cplus-dem.c(demangle_template): fix bug template instantiation
1966 with value of user defined type.
1967
1968 Wed Nov 17 18:30:21 1993 Kung Hsu (kung@cirdan.cygnus.com)
1969
1970 * cplus-dem.c(cplus_demangle_opname): add the subject new function
1971 to support unified search of operator in class.
1972
1973 Wed Nov 10 09:47:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1974
1975 gcc -Wall lint:
1976 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
1977 "digit = *s" as condition in while loop.
1978
1979 Tue Nov 9 15:52:22 1993 Mark Eichin (eichin@cygnus.com)
1980
1981 * Makefile.in: pass SHELL to recursive make
1982
1983 Thu Nov 4 12:09:26 1993 Per Bothner (bothner@kalessin.cygnus.com)
1984
1985 * vfprintf.c, vprintf.c, vsprintf.c: Make format arg
1986 be (const char*), for ANSI (and gcc w/fixproto) consistency.
1987
1988 Thu Nov 4 08:29:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1989
1990 * config.table: Make *-*-hiux* use mh-hpux.
1991
1992 Fri Oct 22 07:53:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1993
1994 * config.table: Add * to end of all OS names.
1995
1996 Tue Oct 19 17:12:01 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1997
1998 * Makefile.in (lneeded-list): ensure that object file names are
1999 not duplicated, as multiple instances of the same object file in
2000 a library causes problems on some machines
2001
2002 Mon Oct 18 21:59:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2003
2004 * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
2005
2006 Fri Oct 15 22:17:11 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
2007
2008 * strncasecmp.c: new file, implements strncasecmp
2009 * strcasecmp.c: new file, implement strcasecmp
2010
2011 * Makefile.in (CFILES): list these two new source files
2012
2013 * functions.def: add strcasecmp and strncasecmp entries
2014
2015 Fri Oct 15 14:53:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2016
2017 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
2018 according to ANSI C.
2019
2020 Thu Oct 14 16:34:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
2021
2022 * cplus-dem.c: add support of ARM global constructor/destructor,
2023 and 'G' for passing record or union in parameter.
2024
2025 Wed Oct 13 13:36:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2026
2027 * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
2028 should not be in functions.def.
2029
2030 Wed Oct 13 13:13:38 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2031
2032 * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should
2033 not be in functions.def.
2034
2035 Mon Oct 4 18:26:39 1993 Kung Hsu (kung@cirdan.cygnus.com)
2036
2037 * cplus-dem.c: change globl constructor/destructor to proper name
2038
2039 Tue Sep 28 18:11:07 1993 Kung Hsu (kung@cirdan.cygnus.com)
2040
2041 * cplus-dem.c: fix bug in constructor/destructor
2042
2043 Tue Sep 28 16:20:49 1993 Kung Hsu (kung@cirdan.cygnus.com)
2044
2045 * cplus-dem.c: support both old and new _vt$... vtbl mangled names
2046
2047 Fri Sep 24 19:07:16 1993 Jason Merrill (jason@deneb.cygnus.com)
2048
2049 * cplus-dem.c: Fix demangle_template prototype
2050
2051 Fri Sep 24 17:32:55 1993 Kung Hsu (kung@cirdan.cygnus.com)
2052
2053 * cplus-dem.c: fix template demangling
2054 * cplus-dem.c: fix const type demangling
2055 * cplus-dem.c: fix constructor/destructor, virtual table,
2056 qualifier, global constructor/destructor demangling
2057
2058 Wed Sep 1 23:13:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2059
2060 * strsignal.c, strerror.c: Use fully-bracketed initializer to
2061 keep gcc -Wall happy.
2062
2063 Fri Aug 27 10:30:09 1993 Jason Merrill (jason@deneb.cygnus.com)
2064
2065 * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
2066 patch.
2067
2068 Fri Aug 27 11:24:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2069
2070 Patch from Paul Flinders:
2071 * cplus-dem.c (do_type): Deal with arrays.
2072
2073 Tue Aug 24 14:23:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2074
2075 * cplus-dem.c (demangle_qualified: Deal with GNU format for more
2076 than 9 classes.
2077
2078 Wed Aug 18 19:50:29 1993 Jason Merrill (jason@deneb.cygnus.com)
2079
2080 * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
2081 not initialized" warnings under HP/UX
2082
2083 Sun Aug 15 20:42:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2084
2085 * strerror.c: Move include of stdio.h after sys_errlist #define.
2086 Also remove NULL definition (stdio.h always defines NULL, so it
2087 never did anything but clutter up the code).
2088
2089 Sat Aug 14 14:21:49 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
2090
2091 * Makefile.in, functions.def: handle xmalloc.c
2092
2093 * xmalloc.c: provide xmalloc and xrealloc functions
2094
2095 Thu Aug 12 17:38:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2096
2097 * cplus-dem.c: Fix a comment.
2098
2099 Sat Aug 7 13:56:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2100
2101 * getopt1.c: Declare const the way getopt.c does.
2102
2103 Fri Aug 6 17:03:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2104
2105 * obstack.c, alloca.c: Update from FSF.
2106 * getopt.c, getopt1.c: Update to current FSF version, which
2107 doesn't use alloca.
2108
2109 Tue Jul 27 14:03:57 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
2110
2111 * Makefile.in (demangle): Add the target with a message saying
2112 where demangle went.
2113
2114 Mon Jul 26 15:49:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2115
2116 * Makefile.in: Remove obsolete `demangle' target.
2117
2118 Thu Jul 22 08:31:01 1993 Fred Fish (fnf@deneb.cygnus.com)
2119
2120 * cplus-dem.c (arm_special): Apply patch from arg@lucid.com to
2121 avoid infinite loop on vtbl symbols with disambiguating "junk"
2122 tacked on the end.
2123
2124 Mon Jul 19 14:10:37 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
2125
2126 * strsignal.c: work around some systems losing definitions of
2127 sys_siglist
2128
2129 * config/mh-lynxos: this system has a losing definition of
2130 sys_siglist
2131
2132 * config.table: use mh-lynxos for *-*-lynxos
2133
2134 Mon Jul 19 17:08:52 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
2135
2136 * config.table: Add support for HPPA BSD hosts.
2137
2138 * config/mh-hpbsd: New file.
2139
2140 Mon Jul 12 18:00:40 1993 K. Richard Pixley (rich@cygnus.com)
2141
2142 * Makefile.in (TAGS): make work when srcdir != objdir.
2143
2144 Sun Jun 27 15:35:31 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2145
2146 * cplus-dem.c (main): Add long options, including --help and
2147 --version.
2148 (usage): New function from code in main.
2149
2150 Tue Jun 22 11:37:38 1993 Per Bothner (bothner@deneb.cygnus.com)
2151
2152 * config.table: New shell scipt, sourced by both ./configure,in
2153 and ../xiberty/configure.in, to avoid maintainance lossages.
2154 * configure.in and ../xiberty/configure.in: Use config.table.
2155
2156 * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
2157 * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
2158 * ../xiberty/configure.in: Update from ./configure.in.
2159
2160 Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2161
2162 * Makefile.in: remove parentdir support
2163
2164 Wed May 26 12:59:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2165
2166 * cplus-dem.c (xrealloc): Match definition with prototype.
2167
2168 Tue May 25 14:27:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2169
2170 * cplus-dem.c (demangle_prefix): Demangle cfront
2171 local variables as an extension to ARM demangling.
2172
2173 Fri May 21 09:53:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2174
2175 * ieee-float.c: Don't require pointers to double to be aligned.
2176
2177 Tue May 18 17:12:10 1993 Fred Fish (fnf@cygnus.com)
2178
2179 (merge changes from dlong@cse.ucsc.edu)
2180 * cplus-dem.c (consume_count): Simplify.
2181 * cplus-dem.c (arm_pt, demangle_class_name): New functions.
2182 * cplus-dem.c (various): Calls to arm_pt, demangle_class_name.
2183
2184 * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into
2185 full prototypes.
2186 * cplus-dem.c (free): Add prototype.
2187 * cplus-dem.c (optable): Fully bracketize initializer.
2188
2189 Fri May 14 17:13:05 1993 Per Bothner (bothner@cygnus.com)
2190
2191 * cplus-dem.c: Whether initial underscores are stripped
2192 depends on the external variable prepends_underscore
2193 (which is generated by the binutils Makefile).
2194
2195 Fri May 14 07:32:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2196
2197 * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
2198
2199 Tue May 4 20:31:59 1993 Fred Fish (fnf@cygnus.com)
2200
2201 * cplus-dem.c (consume_count): Return zero if arg does not
2202 start with digit, and don't consume any input.
2203
2204 Tue May 4 08:10:28 1993 Jim Kingdon (kingdon@cygnus.com)
2205
2206 * Makefile.in (demangle): Use ${srcdir} not $^.
2207
2208 * strtod.c: New file, needed at least for BSD 4.3.
2209
2210 Sun May 2 11:30:42 1993 Fred Fish (fnf@cygnus.com)
2211
2212 * strsignal.c (sys_siglist): For ANSI compilations, type is
2213 "const char *const". Also remove conditionalization on __STDC__
2214 since const is defined away for non-ANSI.
2215
2216 Wed Apr 28 19:29:55 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2217
2218 * configure.in: Recognize *-*-hpux.
2219 * config/mh-hpux: New file.
2220
2221 Tue Apr 27 15:22:19 1993 Per Bothner (bothner@cygnus.com)
2222
2223 * tmpnam.c: Added ANSI tmpnam() function.
2224 * functions.def, Makefile.in: Update accordingly.
2225
2226 Tue Apr 27 13:38:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2227
2228 * cplus-dem.c (demangle_function_name): Get the demangling of
2229 stop__1A right.
2230
2231 Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin)
2232
2233 * cplus-dem.c: Declare strstr return type.
2234
2235 Fri Mar 26 12:01:26 1993 Jim Kingdon (kingdon@cygnus.com)
2236
2237 * strsignal.c: Add some AIX signals.
2238
2239 Thu Mar 25 15:17:23 1993 Ian Lance Taylor (ian@cygnus.com)
2240
2241 * Makefile.in (MAKEOVERRIDES): Define to be empty.
2242
2243 Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
2244
2245 * Makefile.in: add installcheck & dvi targets
2246
2247 Thu Mar 18 14:05:44 1993 Per Bothner (bothner@rtl.cygnus.com)
2248
2249 * ieee-float.c: New file, moved from ../gdb (since it is
2250 needed by ../opcode/m68k-dis.c).
2251
2252 Tue Mar 2 17:47:31 1993 Fred Fish (fnf@cygnus.com)
2253
2254 * cplus-dem.c: Replace all references to cfront with ARM.
2255
2256 Fri Feb 26 00:17:07 1993 Per Bothner (bothner@rtl.cygnus.com)
2257
2258 * cplus-dem.c: Fix main program (when compiled with -DMAIN)
2259 to be more useful as a filter.
2260
2261 Sat Feb 20 21:41:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
2262
2263 * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
2264 destination directory before running $(RANLIB), in case that
2265 program tries to create a file in the current directory as part of
2266 its work.
2267
2268 Thu Feb 18 23:00:19 1993 John Gilmore (gnu@cygnus.com)
2269
2270 * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const"
2271 because BSD 4.4 lacks one. Isn't this fun?
2272
2273 Thu Feb 18 11:24:25 1993 Fred Fish (fnf@cygnus.com)
2274
2275 * cplus-dem.c (demangle_signature): Set func_done after
2276 demangling a template.
2277 * cplus-dem.c (demangle_template): Fix several small bugs
2278 in demangling GNU style templates.
2279 * cplus-dem.c (demangle_prefix): Fix for templates in GNU
2280 style constructors.
2281 * cplus-dem.c (gnu_special): Fix for templates in GNU style
2282 static data members.
2283
2284 Tue Feb 16 17:28:35 1993 Fred Fish (fnf@cygnus.com)
2285
2286 * cplus-dem.c (demangle_signature): Modify to include type
2287 modifiers like static and const in remembered types.
2288
2289 Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
2290
2291 * cplus-dem.c (demangled_qualified): Add new parameter that tells
2292 whether to prepend or append the qualifiers.
2293 * cplus-dem.c (string_prepends): Used now, remove #if 0.
2294 * cplus-dem.c (demangle_signature): Call demangle_qualified
2295 with prepending.
2296 * cplus_dem.c (gnu_special): Recognize static data members that
2297 use qualified names.
2298 * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
2299 temporary buffer and the prepend or append them to the result,
2300 as specified by the new "append" flag.
2301 * cplus-dem.c (do_type): Call demangled_qualified with
2302 appending.
2303
2304 Mon Dec 28 10:47:19 1992 Ken Raeburn (raeburn@cygnus.com)
2305
2306 * strsignal.c (signal_table): Now const.
2307 (init_signal_tables): Variable eip now points to const.
2308
2309 * strerror.c (error_table): Now const.
2310 (init_error_tables): Variable eip now points to const.
2311
2312 Tue Dec 15 15:36:50 1992 Per Bothner (bothner@cygnus.com)
2313
2314 * memchr.c (memchr): New (ANSI standard) function.
2315 * Makefile.in, functions.def: Added memchr.
2316 * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
2317
2318 Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2319
2320 * getopt.c: remove use of USG around <alloca.h>, which never meant
2321 anything anyway
2322
2323 * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
2324 of USG and USGr4
2325
2326 Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com)
2327
2328 * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
2329 it's now a type according to the ANSI X3J16 working paper; output
2330 "wchar_t" for it.
2331 (demangle_template): Accept `w' as an integral type.
2332 (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their
2333 counterparts malloc and realloc to `char *'.
2334 (main): Exit with a 0 status.
2335 * Makefile.in (demangle): Don't expect the user to define
2336 DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include
2337 for demangle.h. Pass it any HDEFINES or XTRAFLAGS.
2338
2339 Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com)
2340
2341 * Makefile.in (AR_FLAGS): Avoid verbosity.
2342 * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp,
2343 replace USGr4 with HAVE_SYSCONF.
2344 * config/mh-solaris: Remove; mh-sysv4 works now.
2345 * getpagesize.c: Replace USGr4 with HAVE_SYSCONF.
2346 * configure.in: Simplify host matching table, remove separate
2347 solaris config file.
2348
2349 Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com)
2350
2351 * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.
2352
2353 Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com)
2354
2355 * cplus-dem.c (xmalloc, xrealloc): Add decls.
2356 (remember_type): Don't cast xmalloc.
2357 (string_need): Likewise; don't cast xrealloc either.
2358
2359 Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com)
2360
2361 * Makefile.in, functions.defs, rename.c: added simple
2362 implementation of rename, since some binutils programs use it.
2363
2364 Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com)
2365
2366 * strsignal.c: Add appropriate 'const' to sys_siglist
2367 extern declaration (if __STDC__). (Needed for Linux.)
2368 * strsignal.c (strsignal): Add cast to remove const-ness.
2369
2370 Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com)
2371
2372 * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s
2373 before "'s, diagnosed by BSD 4.4 awk.
2374
2375 Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com)
2376
2377 * Makefile.in: create config.h and needed-list through $(CONFIG_H)
2378 and $(NEEDED_LIST), to give some hooks for xiberty.
2379
2380 Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2381
2382 * configure.in: use cpu-vendor-triple instead of nested cases
2383
2384 Wed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com)
2385
2386 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
2387 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
2388 getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
2389 obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
2390 strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
2391 Convert from using GPL to LGPL.
2392
2393 Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com)
2394
2395 * Makefile.in (errors): Leave dummy.o and dummy around so that
2396 we can see how the needed list was generated (it's sometimes wrong).
2397 (mostlyclean): Remove them.
2398
2399 Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
2400
2401 * getcwd.c: supply a default if MAXPATHLEN is not defined.
2402
2403 * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
2404
2405 Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com)
2406
2407 * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
2408 when cross-compiling.
2409
2410 Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2411
2412 * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
2413 as a time optimization.
2414
2415 * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to
2416 be more expensive than simply demangling.
2417
2418 * cplus-dem.c (cplus_match): new function.
2419
2420 Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com)
2421
2422 * cplus-dem.c: #include <stdio.h>, to define NULL.
2423 Define current_demangling_style.
2424
2425 Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com)
2426
2427 * cplus-dem.c: New file, moved from ../gdb.
2428 * cplus-dem.c (set_cplus_marker_for_demangling): New exported
2429 function, to avoid compiling in target-dependency for CPLUS_MARKER.
2430 * cplus-dem.c (cplus_demangle): Allow demangling style option
2431 to be passed as a parameter, but using the global variable
2432 current_demangling_style as a default.
2433 * Makefile.in: Update for cplus-dem.c
2434
2435 Sat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com)
2436
2437 * obstack.c: Merge in comment changes from FSF version. Now
2438 matches the FSF version exactly.
2439
2440 Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com)
2441
2442 * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at
2443 least on losing DECstations!); use if-then-else instead.
2444
2445 Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com)
2446
2447 * Makefile.in: always create installation directories.
2448
2449 Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2450
2451 * Makefile.in: clean up definition of CFILES, more comments
2452
2453 Sat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com)
2454
2455 * getopt.c (my_index): Make first arg const to match strchr,
2456 which it sometimes is remapped to.
2457
2458 Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com)
2459
2460 * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version.
2461 * obstack.c (_obstack_begin): Initialize use_extra_arg.
2462 * obstack.c (_obstack_begin_1): New, from FSF version.
2463
2464 Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com)
2465
2466 * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and
2467 extra_arg.
2468 * obstack.c (_obstack_begin): Remove area_id and flags arguments
2469 (previously added for mmalloc support, interface has changed).
2470 Also convert flags usage to use use_extra_arg and maybe_empty_object.
2471
2472 Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com)
2473
2474 * argv.c: Move expandargv inline and eliminate static variables.
2475 Rewrite to always allocate in powers of two. Fix to return an
2476 argv with a single null string arg if passed a null string.
2477
2478 Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com)
2479
2480 * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove
2481 "(void)" casts from function calls where the return value is
2482 ignored, in accordance with GNU coding standards.
2483
2484 Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com)
2485
2486 * bcopy.c, strerror.c, strsignal.c: Lint.
2487
2488 Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2489
2490 * getopt.c: merge changes from make.
2491
2492 Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com)
2493
2494 * alloca.c: Incorporate fixes from gdb/alloca.c.
2495 FIXME: Eventually move gdb's alloca configuration files here,
2496 and remove gdb/alloca.c and its Makefile.in support.
2497
2498 Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com)
2499
2500 * dummy.c: Define NOTHING to /*nothing*/, change return type
2501 of main to int and return zero.
2502 * functions.def: Supply NOTHING as the fourth arg to macros
2503 that don't have an explicit arg, to satisfy picky preprocessors.
2504
2505 Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com)
2506
2507 * Makefile.in: Clean up *clean rules, as per standards.texi.
2508
2509 Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2510
2511 * getopt.c, getopt1.c: merged largely gratuitous, mostly
2512 whitespace diffs from other prep distributions.
2513
2514 Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com)
2515
2516 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
2517 it is broken on ncr 3000's.
2518
2519 Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com)
2520
2521 * sigsetmask.c: Rewrite. Old one was very confused about its
2522 arguments and result. New one can't do much, but at least knows
2523 what it can't do, and it's good enough for GDB's use.
2524
2525 Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com)
2526
2527 * functions.def: Use proper prototype for strtoul.
2528
2529 Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com)
2530
2531 * Makefile.in: Add random.c.
2532 * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib.
2533 * configure.in: update solaris2 config.
2534
2535 Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com)
2536
2537 * random.c: Add for random() and srandom().
2538 * functions.def: Add random
2539
2540 Tue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com)
2541
2542 * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL
2543 using /usr/ucb/install.
2544
2545 Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com)
2546
2547 * strerror.c: Kludge to guard against a conflict with
2548 possible declaration of sys_errlist in errno.h.
2549
2550 Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com)
2551
2552 * configure.in, config/mh-solaris: add solaris2 config support.
2553
2554 Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com)
2555
2556 * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK
2557 is not defined (should be defined in signal.h, says Posix.).
2558
2559 Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com)
2560
2561 * getopt.c: merged changes from make-3.62.11.
2562
2563 Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com)
2564
2565 * getopt.c: merged changes from bison-1.18.
2566
2567 Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com)
2568
2569 * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h,
2570 since that introduces a circular dependency.
2571 ($(EXTRA_OFILES) are used to build config.h.)
2572
2573 * strtoul.c: Fixes to handle non-decimal bases better.
2574
2575 Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com)
2576
2577 * config/mh-ncr3000: Replace MINUS_G with CFLAGS.
2578 * Makefile.dos: Finish MINUS_G eradication.
2579 * Makefile.in (CFILES): Add strsignal.c.
2580 * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o
2581 * Makefile.in (needed-list): Split creation of errors file to
2582 separate make target.
2583 * Makefile.in (config.h, needed2.awk, errors): New targets.
2584 * Makefile.in (clean): Split to multiple lines, add needed2.awk
2585 and config.h.
2586 * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs.
2587 * functions.def (strerror): Remove from optional list.
2588 * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's
2589 * functions.def (strerror, psignal): DEFFUNC's
2590 * strerror.c: Rewrite from scratch to use sys_errlist only if
2591 available, add errno_max(), add strerrno(), add strtoerrno(),
2592 add test driver.
2593 * strsignal.c: New file, signal equivalent to strerror.c.
2594 Uses sys_siglist if available, defines signo_max(), strsignal(),
2595 strsigno(), strtosigno(), psignal(), and test driver.
2596
2597 Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com)
2598
2599 * Makefile.in: do not print recursion line.
2600
2601 * Makefile.in: allow CFLAGS to be passed in from command line.
2602 Removed MINUS_G. Default CFLAGS to -g.
2603
2604 Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com)
2605
2606 * config/mh-aix: New. EXTRA_OFILES lists copysign.o,
2607 so libg++ users don't have to be inconvenienced by a
2608 libc.a bug (libc.a needs copysign, but doesn't define it!).
2609 * configure.in: Use config/mh-aix.
2610 * strtoul.c: Handle '-' as required by ANSI.
2611 Clean up radix handling.
2612 * strstr.c: Fix buggy algorithm.
2613 * Makefile.in: Change so that ${EXTRA_OFILES} is
2614 appended to needed-list (which is used by libg++).
2615
2616 Fri Apr 10 22:51:41 1992 Fred Fish (fnf@cygnus.com)
2617
2618 * configure.in: Recognize new ncr3000 config.
2619 * config/mh-ncr3000: New config file.
2620
2621 Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com)
2622
2623 * argv.c, dummy.c: Lint.
2624
2625 Tue Mar 31 18:46:44 1992 Fred Fish (fnf@cygnus.com)
2626
2627 * config/mh-sysv4: New config file.
2628 * configure.in (host_makefile_frag): Set to config/mh-sysv4 for
2629 host_os == sysv4.
2630 * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get
2631 pagesize.
2632
2633 Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com)
2634
2635 * getopt.c: Lint.
2636
2637 Fri Mar 27 08:32:55 1992 Fred Fish (fnf@cygnus.com)
2638
2639 * functions.def (alloca): Fix return type and args to avoid
2640 type clash with gcc's builtin alloca.
2641
2642 Tue Mar 24 23:33:42 1992 K. Richard Pixley (rich@cygnus.com)
2643
2644 * configure.in, config/mh-irix4: irix4 support.
2645
2646 * Makefile.in, functions.def, alloca.c: added alloca.
2647
2648 Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com)
2649
2650 * obstack.c (CALL_FREEFUN): Make it compile on DECstations.
2651
2652 Thu Mar 19 13:57:42 1992 Fred Fish (fnf@cygnus.com)
2653
2654 * argv.c: Fix various external function definitions to be
2655 correct in an ANSI compilation environment.
2656
2657 Sat Mar 14 17:28:17 1992 Fred Fish (fnf@cygnus.com)
2658
2659 * obstack.c: Changes to support calling mmalloc functions,
2660 which take an additional argument over malloc functions.
2661
2662 Fri Mar 6 22:01:10 1992 K. Richard Pixley (rich@cygnus.com)
2663
2664 * added check target.
2665
2666 Thu Feb 27 22:19:39 1992 Per Bothner (bothner@cygnus.com)
2667
2668 * argv.c: #include alloca-conf.h (needed by AIX).
2669
2670 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
2671
2672 * Makefile.in, configure.in: removed traces of namesubdir,
2673 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
2674 copyrights to '92, changed some from Cygnus to FSF.
2675
2676 Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com)
2677
2678 * argv.c: Check in Fred's version which fixes problems with
2679 alloca().
2680
2681 Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com)
2682
2683 * makefile.dos: Remove NUL to keep patch from failing.
2684
2685 Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com)
2686
2687 * getopt.c (_getopt_internal): Fix usage of enum has_arg.
2688
2689 Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com)
2690
2691 * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions.
2692
2693 Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com)
2694
2695 * argv.c: New file to build and destroy standard argument
2696 vectors from a command string.
2697
2698 * Makefile.in: Add argv.c and argv.o to appropriate macros.
2699
2700 Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com)
2701
2702 * configure.in: Change svr4 references to sysv4.
2703
2704 * rindex.c: Declare return type of externally used function
2705 strrchr().
2706
2707 Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com)
2708
2709 * Makefile.in: Remove "***" in normal output, since Make produces
2710 this on errors, and it's convenient to search for.
2711
2712 Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com)
2713
2714 * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
2715 New ANSI functions. The old non-ANSI functions (such as bcopy)
2716 should be avoided.
2717 * bcopy.c: Fix to correctly handle overlapping regions.
2718 * index.c, rindex.c: Re-write in terms of strchr() and strrchr().
2719 * functions.def: Add the new functions.
2720 * functions.def: Add 4th parameter to DEF macro,
2721 an ansidecl.h-style prototype.
2722 * dummy.c: Use expanded DEF macro to create a dummy function
2723 call, with correct parameter types. (This avoids some
2724 complaints from gcc about predefined builtins.)
2725
2726 Move the functionality of config/mh-default into Makefile.in.
2727 This avoid duplication, and simplifies things slightly.
2728 * Makefile.in: Tweak so we don't need config/mh-default.
2729 * README: Update.
2730 * configure.in: No longer need config/mh-default.
2731 * config/mh-default: Deleted.
2732 * config/mh-sysv: Remove lines copied from old mh-default.
2733
2734 Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com)
2735
2736 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for
2737 'mknod' device numbers.
2738
2739 Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com)
2740
2741 * fdmatch.c, Makefile.in: Add new function that takes two
2742 open file descriptors and returns nonzero if they refer to
2743 the same file, zero otherwise. (used in gdb)
2744
2745 Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com)
2746 From DJ:
2747 * msdos.c: stub functions for dos.
2748 * makefile.dos, configdj.bat: new.
2749 * getopt.c: Don't include alloca-conf.h in a GO32 world.
2750
2751
2752 Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2753
2754 * Makefile.in: infodir belongs in datadir.
2755
2756 Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2757
2758 * Makefile.in: remove spaces following hyphens because bsd make
2759 can't cope. added standards.text support. install using
2760 INSTALL_DATA.
2761
2762 * configure.in: remove commontargets as it is no longer a
2763 recognized hook.
2764
2765 Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2766
2767 * Makefile.in: idestdir and ddestdir go away. Added copyrights
2768 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
2769 and mandir now keyed off datadir by default.
2770
2771 Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com)
2772
2773 * Makefile.in: find-needed.awk does not fit in 14 chars.
2774
2775 * Makefile.in: Suppress error checking when compiling the test
2776 program, because Ultrix make/sh aborts there due to a bug.
2777
2778 Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com)
2779
2780 * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful.
2781 * README: Explained how the auto-configuration works,
2782 and how to add new files and/or configurations.
2783
2784 Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com)
2785
2786 * strtoul.c: Avoid defining ULONG_MAX if already defined;
2787 cast a const char * to char * for pedants.
2788
2789 * getopt.c: Only define "const" after local include files get to,
2790 and only if they haven't defined it.
2791
2792 Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com)
2793
2794 * getcwd.c (remove getwd.c): GNU code should call getcwd(). We
2795 emulate it with getwd() if available. This avoids callers having
2796 to find a MAXPATHLEN or PATH_MAX value from somewhere.
2797 * Makefile.in, functions.def: getwd->getcwd.
2798 * configure.in: Use generic case for every system.
2799 * config/mh-{delta88,mach,rs6000,svr4}: Remove.
2800 * config/mh-sysv: Use default handling, just add -DUSG.
2801
2802 Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com)
2803
2804 * Makefile.in, config/mh-default: Re-do make magic
2805 so that for the default ("automatic") mode we only
2806 compile the files we actually need. Do this using
2807 a recursive make: The top-level generates the list
2808 of needed files (loosely, the ones missing in libc),
2809 and then passes that list to the recursive make.
2810 * config/mh-mach: Remove obsolete STRERROR-{C,O} macros.
2811
2812 Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com)
2813
2814 RS/6000 host support (grumble).
2815
2816 * configure.in: Build alloca-conf.h file from alloca-norm.h
2817 (everything else) or alloca-botch.h (rs/6000).
2818 * Makefile.in: Include . on the include path.
2819 * getopt.c: Use alloca-conf.h.
2820 * alloca-norm.h: How to declare alloca on reasonable machines.
2821 * alloca-botch.h: How to declare alloca on braindead machines.
2822
2823 Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com)
2824
2825 * concat.c : New file, like concat() in gdb but can take a
2826 variable number of arguments rather than fixed at 3 args. For
2827 now, client applications must supply an xmalloc(), which is a
2828 front end function to malloc() that deals with out-of-memory
2829 conditions.
2830
2831 * Makefile.in: Add concat.c and concat.o to appropriate macros.
2832
2833 Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com)
2834
2835 * config/mh-svr4: Add sigsetmask to list of required functions.
2836
2837 Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com)
2838
2839 * vsprintf.c: New file.
2840 * functions.def, Makefile.in: Add vsprintf.
2841
2842 Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com)
2843
2844 * configure.in, config/mh-rs6000: Add rs/6000 host support.
2845 * Makefile.in: Compile with debug info.
2846
2847 Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com)
2848
2849 * Makefile.in, configure.in, and new files: dummy.c, functions.def,
2850 config/mf-default: Added a default configuration mode,
2851 which includes into libiberty.a functions that are "missing" in libc.
2852 * strdup.c, vprintf.c, vfprintf.c: New files.
2853
2854 Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com)
2855
2856 * config/hmake-svr4: New file.
2857
2858 * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
2859
2860 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
2861 index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
2862 files containing either portable C versions or emulations using
2863 native library calls.
2864
2865 * strerror.c: Add copyright, internal documentation, etc.
2866
2867 * strtol.c: Replace hardwired hex constants with some more
2868 portable macros. Remove illegal (according to gcc) cast.
2869
2870 * strtoul.c: Replace hardwired hex constant with more portable
2871 macro.
2872
2873 * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
2874 can override them. Add new source and object file names to CFILES
2875 and OFILES respectively.
2876
2877 * configure.in: Add support for SVR4 makefile fragments.
2878
2879 Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com)
2880
2881 * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
2882 over-ridden by config/hmake-*
2883 * configure.in: added m88kcvs to sysv list
2884
2885 Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com)
2886
2887 * Makefile.in: Most hosts need strerror, but one or two don't,
2888 and they override these definitions in the host-dependent makefile
2889 fragment.
2890 * config/hmake-mach: The odd man out on strerror -- it's supplied.
2891 * strerror.c: New file.
2892
2893 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks
2894 it and bfd uses it.
2895 * configure.in, Makefile.in, config/hmake-mach: Only configure
2896 strtol & strotoul in on Mach.
2897
2898 Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com)
2899
2900 * obstack.c: Merge with latest FSF version.
2901
2902 \f
2903 Local Variables:
2904 version-control: never
2905 End: