OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [libiberty/] [ChangeLog] - Diff between revs 163 and 166

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 163 Rev 166
 
2012-01-26  Jakub Jelinek  
 
 
 
        * make-relative-prefix.c (make_relative_prefix_1): Avoid warning
 
        about using preprocessor directives inside of macro arguments.
 
 
 
2012-01-22  Douglas B Rupp  
 
 
 
        * configure: Regenerate.
 
 
 
2012-01-10  Jason Merrill  
 
 
 
        * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]:
 
        Omit a trailing space in the operator name.
 
 
 
2012-01-06  Jason Merrill  
 
 
 
        PR c++/6057
 
        PR c++/48051
 
        PR c++/50855
 
        PR c++/51322
 
        * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
 
        DEMANGLE_COMPONENT_INITIALIZER_LIST.
 
        (d_make_comp): Likewise.  Allow null right arg for
 
        DEMANGLE_COMPONENT_TRINARY_ARG2.
 
        (cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
 
        (d_template_args, d_template_arg): Handle 'J' for argument packs.
 
        (d_exprlist): Add terminator parm.
 
        (d_expression, d_print_comp): Handle initializer lists, nullary
 
        expressions, prefix/suffix operators, and new.
 
        (d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
 
        and DEMANGLE_COMPONENT_INITIALIZER_LIST.
 
        * testsuite/demangle-expected: Add tests.
 
 
 
        * cp-demangle.c (cplus_demangle_type): decltype, pack expansion
 
        and vector are substitutable.
 
        (cplus_demangle_operators): Sort.
 
 
 
2012-01-04  Andreas Krebbel  
 
 
 
        * configure: Regenerate.
 
 
 
2012-01-02  Jakub Jelinek  
 
 
 
        * make-relative-prefix.c (make_relative_prefix_1): Avoid
 
        stack overflow if PATH contains just a single entry and
 
        HOST_EXECUTABLE_SUFFIX needs to be used.
 
 
 
        PR driver/48306
 
        * make-relative-prefix.c: Include sys/stat.h.
 
        (make_relative_prefix_1): If access succeeds, check also stat
 
        if nstore is a regular file.
 
 
 
2011-12-20  Andreas Schwab  
 
 
 
        * configure: Regenerate.
 
 
 
2011-12-20  Tristan Gingold  
 
 
 
        * aclocal.m4: Assume strncmp works in cross case.
 
        * configure: Regenerate
 
 
 
2011-12-19  Andreas Schwab  
 
 
 
        * configure: Regenerate.
 
 
2011-11-07  Richard Henderson  
2011-11-07  Richard Henderson  
        Merged from transactional-memory.
        Merged from transactional-memory.
        * cp-demangle.c (cplus_demangle_fill_ctor): Accept
        * cp-demangle.c (cplus_demangle_fill_ctor): Accept
        gnu_v3_object_ctor_group.
        gnu_v3_object_ctor_group.
        (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group.
        (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group.
        (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group
        (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group
        and gnu_v3_object_dtor_group.
        and gnu_v3_object_dtor_group.
        (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE
        (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE
        and DEMANGLE_COMPONENT_NONTRANSACTION_CLONE.
        and DEMANGLE_COMPONENT_NONTRANSACTION_CLONE.
        (d_make_comp, d_print_comp): Likewise.
        (d_make_comp, d_print_comp): Likewise.
        (d_special_name): Generate them.
        (d_special_name): Generate them.
2011-11-04  Jason Merrill  
2011-11-04  Jason Merrill  
        PR c++/48370
        PR c++/48370
        * cp-demangle.c (d_special_name, d_print_comp): Handle a
        * cp-demangle.c (d_special_name, d_print_comp): Handle a
        discriminator number on DEMANGLE_COMPONENT_REFTEMP.
        discriminator number on DEMANGLE_COMPONENT_REFTEMP.
2011-11-02  Doug Evans  
2011-11-02  Doug Evans  
        * Makefile.in (CFILES): Add timeval-utils.c.
        * Makefile.in (CFILES): Add timeval-utils.c.
        (REQUIRED_OFILES): Add timeval-utils.$(objext).
        (REQUIRED_OFILES): Add timeval-utils.$(objext).
        (INSTALLED_HEADERS): Add timeval-utils.h.
        (INSTALLED_HEADERS): Add timeval-utils.h.
        (timeval-utils.$(objext)): Add rule.
        (timeval-utils.$(objext)): Add rule.
2011-10-28  Ian Lance Taylor  
2011-10-28  Ian Lance Taylor  
        * setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
        * setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
2011-10-26  Iain Sandoe  
2011-10-26  Iain Sandoe  
        PR target/48108
        PR target/48108
        * simple-object-mach-o.c  (GNU_WRAPPER_SECTS, GNU_WRAPPER_INDEX,
        * simple-object-mach-o.c  (GNU_WRAPPER_SECTS, GNU_WRAPPER_INDEX,
        GNU_WRAPPER_NAMES): New macros.
        GNU_WRAPPER_NAMES): New macros.
        (simple_object_mach_o_segment): Handle wrapper scheme.
        (simple_object_mach_o_segment): Handle wrapper scheme.
        (simple_object_mach_o_write_section_header): Allow the segment name
        (simple_object_mach_o_write_section_header): Allow the segment name
        to be supplied.
        to be supplied.
        (simple_object_mach_o_write_segment): Handle wrapper scheme.  Ensure
        (simple_object_mach_o_write_segment): Handle wrapper scheme.  Ensure
        that the top-level segment name in the load command is empty.
        that the top-level segment name in the load command is empty.
        (simple_object_mach_o_write_to_file): Determine the number of
        (simple_object_mach_o_write_to_file): Determine the number of
        sections during segment output, use that in writing the header.
        sections during segment output, use that in writing the header.
2011-10-10  Ian Lance Taylor  
2011-10-10  Ian Lance Taylor  
        PR c++/48665
        PR c++/48665
        * cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a
        * cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a
        function type, change them to apply to the "this" parameter.
        function type, change them to apply to the "this" parameter.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
2011-09-28  Doug Evans  
2011-09-28  Doug Evans  
        * timeval-utils.c: New file.
        * timeval-utils.c: New file.
        * argv.c (countargv): New function.
        * argv.c (countargv): New function.
2011-09-23  Cary Coutant  
2011-09-23  Cary Coutant  
        PR 40831
        PR 40831
        * cp-demangle.c (d_make_comp): Add new component type.
        * cp-demangle.c (d_make_comp): Add new component type.
        (cplus_demangle_mangled_name): Check for clone suffixes.
        (cplus_demangle_mangled_name): Check for clone suffixes.
        (d_parmlist): Don't error out if we see '.'.
        (d_parmlist): Don't error out if we see '.'.
        (d_clone_suffix): New function.
        (d_clone_suffix): New function.
        (d_print_comp): Print info for clone suffixes.
        (d_print_comp): Print info for clone suffixes.
        * testsuite/demangle-expected: Add new testcases.
        * testsuite/demangle-expected: Add new testcases.
2011-09-23  Ian Lance Taylor  
2011-09-23  Ian Lance Taylor  
            Pierre Vittet  
            Pierre Vittet  
        * md5.c (md5_process_bytes): Correct handling of unaligned
        * md5.c (md5_process_bytes): Correct handling of unaligned
        buffer.
        buffer.
2011-08-22  Rainer Orth  
2011-08-22  Rainer Orth  
        * aclocal.m4: Include ../config/picflag.m4.
        * aclocal.m4: Include ../config/picflag.m4.
        * configure.ac (GCC_PICFLAG): Call it.
        * configure.ac (GCC_PICFLAG): Call it.
        (enable_shared): Clear PICFLAG unless shared.
        (enable_shared): Clear PICFLAG unless shared.
        * configure: Regenerate.
        * configure: Regenerate.
2011-08-12  Steve Ellcey  
2011-08-12  Steve Ellcey  
        * md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.
        * md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.
2011-08-06  Uros Bizjak  
2011-08-06  Uros Bizjak  
        * testsuite/test-expandargv.c (writeout_test): Check result of fwrite.
        * testsuite/test-expandargv.c (writeout_test): Check result of fwrite.
2011-08-01  Jason Merrill  
2011-08-01  Jason Merrill  
        PR c++/49932
        PR c++/49932
        * cp-demangle.c (d_prefix): Handle decltype.
        * cp-demangle.c (d_prefix): Handle decltype.
        * testsuite/demangle-expected: Test it.
        * testsuite/demangle-expected: Test it.
2011-07-26  H.J. Lu  
2011-07-26  H.J. Lu  
        * testsuite/demangle-expected: Remove an extra line.
        * testsuite/demangle-expected: Remove an extra line.
2011-07-26  Ian Lance Taylor  
2011-07-26  Ian Lance Taylor  
        * cp-demangle.c (d_print_init): Initialize pack_index field.
        * cp-demangle.c (d_print_init): Initialize pack_index field.
        (d_print_comp): Check for NULL template argument.
        (d_print_comp): Check for NULL template argument.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
2011-07-22  Gerald Pfeifer  
2011-07-22  Gerald Pfeifer  
        PR target/49817
        PR target/49817
        * stack-limit.c: Include .
        * stack-limit.c: Include .
2011-07-22  Jakub Jelinek  
2011-07-22  Jakub Jelinek  
        PR c++/49756
        PR c++/49756
        * stack-limit.c: New file.
        * stack-limit.c: New file.
        * Makefile.in: Regenerate deps.
        * Makefile.in: Regenerate deps.
        (CFILES): Add stack-limit.c.
        (CFILES): Add stack-limit.c.
        (REQUIRED_OFILES): Add ./stack-limit.$(objext).
        (REQUIRED_OFILES): Add ./stack-limit.$(objext).
        * configure.ac (checkfuncs): Add getrlimit and setrlimit.
        * configure.ac (checkfuncs): Add getrlimit and setrlimit.
        (AC_CHECK_FUNCS): Likewise.
        (AC_CHECK_FUNCS): Likewise.
        * configure: Regenerated.
        * configure: Regenerated.
        * config.in: Regenerated.
        * config.in: Regenerated.
2011-07-04  Jason Merrill  
2011-07-04  Jason Merrill  
        * cp-demangle.c (d_expression): Handle 'this'.
        * cp-demangle.c (d_expression): Handle 'this'.
        (d_print_comp) [DEMANGLE_COMPONENT_FUNCTION_PARAM]: Likewise.
        (d_print_comp) [DEMANGLE_COMPONENT_FUNCTION_PARAM]: Likewise.
2011-07-01  Joel Brobecker  
2011-07-01  Joel Brobecker  
        * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of
        * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of
        HAVE_CASE_INSENSITIVE_FILE_SYSTEM.
        HAVE_CASE_INSENSITIVE_FILE_SYSTEM.
2011-07-01  Jan Kratochvil  
2011-07-01  Jan Kratochvil  
        PR debug/49408
        PR debug/49408
        * cp-demangle.c (d_print_comp): Suppress argument list for function
        * cp-demangle.c (d_print_comp): Suppress argument list for function
        references by the '&' unary operator.  Keep also already processed
        references by the '&' unary operator.  Keep also already processed
        variant without the argument list.  Suppress argument list types for
        variant without the argument list.  Suppress argument list types for
        function call used in an expression.
        function call used in an expression.
        * testsuite/demangle-expected: Fix excessive argument list types in
        * testsuite/demangle-expected: Fix excessive argument list types in
        `test for typed function in decltype'.  New testcase for no argument
        `test for typed function in decltype'.  New testcase for no argument
        list types printed.  3 new testcases for function references by the
        list types printed.  3 new testcases for function references by the
        '&' unary operator..
        '&' unary operator..
2011-06-20  Jason Merrill  
2011-06-20  Jason Merrill  
        PR c++/37089
        PR c++/37089
        * cp-demangle.c (d_print_comp): Handle reference smashing.
        * cp-demangle.c (d_print_comp): Handle reference smashing.
        * testsuite/demangle-expected: Test it.
        * testsuite/demangle-expected: Test it.
2011-06-13  Jan Kratochvil  
2011-06-13  Jan Kratochvil  
        * cp-demangle.c (d_print_comp) :
        * cp-demangle.c (d_print_comp) :
        Suppress d_print_mod for DMGL_RET_POSTFIX.
        Suppress d_print_mod for DMGL_RET_POSTFIX.
        * testsuite/demangle-expected: New testcases for --ret-postfix.
        * testsuite/demangle-expected: New testcases for --ret-postfix.
2011-06-13  Jan Kratochvil  
2011-06-13  Jan Kratochvil  
        * cp-demangle.c (d_print_comp) : Do
        * cp-demangle.c (d_print_comp) : Do
        not pass DMGL_RET_POSTFIX or DMGL_RET_DROP.  Support DMGL_RET_DROP.
        not pass DMGL_RET_POSTFIX or DMGL_RET_DROP.  Support DMGL_RET_DROP.
        * testsuite/demangle-expected: New testcases for --ret-drop.
        * testsuite/demangle-expected: New testcases for --ret-drop.
        * testsuite/test-demangle.c: Document --ret-drop in a comment.
        * testsuite/test-demangle.c: Document --ret-drop in a comment.
        (main): New variable ret_drop, fill it, call cplus_demangle with it.
        (main): New variable ret_drop, fill it, call cplus_demangle with it.
2011-06-13  Jan Kratochvil  
2011-06-13  Jan Kratochvil  
        * cp-demangle.c (struct d_print_info): Remove field options.
        * cp-demangle.c (struct d_print_info): Remove field options.
        (d_print_init): Remove parameter options.
        (d_print_init): Remove parameter options.
        (cplus_demangle_print_callback): Update all the callers.
        (cplus_demangle_print_callback): Update all the callers.
        (d_print_comp, d_print_mod_list, d_print_mod, d_print_function_type)
        (d_print_comp, d_print_mod_list, d_print_mod, d_print_function_type)
        (d_print_array_type, d_print_expr_op, d_print_cast, d_print_subexpr):
        (d_print_array_type, d_print_expr_op, d_print_cast, d_print_subexpr):
        Add parameter options, update all the callers.
        Add parameter options, update all the callers.
2011-04-20  Jim Meyering  
2011-04-20  Jim Meyering  
        * cp-demint.c (cplus_demangle_v3_components): Remove useless
        * cp-demint.c (cplus_demangle_v3_components): Remove useless
        if-before-free.
        if-before-free.
        * cplus-dem.c (squangle_mop_up): Likewise.
        * cplus-dem.c (squangle_mop_up): Likewise.
        (delete_non_B_K_work_stuff): Likewise.
        (delete_non_B_K_work_stuff): Likewise.
        * pex-common.c (pex_free): Likewise.
        * pex-common.c (pex_free): Likewise.
        * pex-msdos.c (pex_msdos_cleanup): Likewise.
        * pex-msdos.c (pex_msdos_cleanup): Likewise.
        * pex-win32.c (mingw_rootify, msys_rootify): Likewise.
        * pex-win32.c (mingw_rootify, msys_rootify): Likewise.
        (win32_spawn): Likewise.
        (win32_spawn): Likewise.
        * regex.c (FREE_VAR, weak_alias): Likewise.
        * regex.c (FREE_VAR, weak_alias): Likewise.
        * spaces.c (spaces): Likewise.
        * spaces.c (spaces): Likewise.
2011-04-10  Jim Meyering  
2011-04-10  Jim Meyering  
        Avoid memory overrun in a test leading to potential double-free.
        Avoid memory overrun in a test leading to potential double-free.
        * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error:
        * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error:
        i.e., do copy the trailing NUL byte.
        i.e., do copy the trailing NUL byte.
2011-03-31  Tristan Gingold  
2011-03-31  Tristan Gingold  
        * makefile.vms (OBJS): Add filename_cmp.obj
        * makefile.vms (OBJS): Add filename_cmp.obj
2011-02-28  Kai Tietz  
2011-02-28  Kai Tietz  
        * filename_cmp.c (filename_ncmp): New function.
        * filename_cmp.c (filename_ncmp): New function.
        * functions.texi: Regenerated.
        * functions.texi: Regenerated.
2011-02-03  Ralf Wildenhues  
2011-02-03  Ralf Wildenhues  
        * splay-tree.c: Escape wrapping newlines in texinfo markup
        * splay-tree.c: Escape wrapping newlines in texinfo markup
        with '@', to fix function declaration output rendering.
        with '@', to fix function declaration output rendering.
        * gather-docs: Relax and improve macro name matching to actually
        * gather-docs: Relax and improve macro name matching to actually
        match all current names and to allow input line wrapping.
        match all current names and to allow input line wrapping.
        * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
        * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
        hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
        hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
        memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
        memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
        pexecute.txh, random.c, setenv.c, setproctitle.c,
        pexecute.txh, random.c, setenv.c, setproctitle.c,
        simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
        simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
        strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
        strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
        Wrap long texinfo input lines.
        Wrap long texinfo input lines.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2011-01-18  Mike Frysinger  
2011-01-18  Mike Frysinger  
        * .gitignore: New file.
        * .gitignore: New file.
2010-12-08  Doug Evans  
2010-12-08  Doug Evans  
        * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
        * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
        all callers updated.  Rewrite to be non-recursive.
        all callers updated.  Rewrite to be non-recursive.
2010-11-29  Rainer Orth  
2010-11-29  Rainer Orth  
        * setproctitle.c [HAVE_SYS_PRCTL_H]: Include .
        * setproctitle.c [HAVE_SYS_PRCTL_H]: Include .
2010-11-20  Anthony Green  
2010-11-20  Anthony Green  
        * configure.ac: Turn PR_SET_NAME link test into a test for
        * configure.ac: Turn PR_SET_NAME link test into a test for
        sys/prctl.h.
        sys/prctl.h.
        * configure, config.in: Rebuilt.
        * configure, config.in: Rebuilt.
        * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
        * setproctitle.c: Test for HAVE_SYS_PRCTL_H.
        (setproctitle) Test for PR_SET_NAME definition.
        (setproctitle) Test for PR_SET_NAME definition.
2010-11-20  Ralf Wildenhues  
2010-11-20  Ralf Wildenhues  
        PR other/46202
        PR other/46202
        * Makefile.in (install-strip): New phony target.
        * Makefile.in (install-strip): New phony target.
        (install): Also mark as phony.
        (install): Also mark as phony.
2010-11-16  Ian Lance Taylor  
2010-11-16  Ian Lance Taylor  
        * simple-object.c (simple_object_attributes_merge): Rename from
        * simple-object.c (simple_object_attributes_merge): Rename from
        simple_object_attributes_compare.  Call merge field.
        simple_object_attributes_compare.  Call merge field.
        * simple-object-common.h (struct simple_object_functions): Rename
        * simple-object-common.h (struct simple_object_functions): Rename
        attributes_compare field to attribute_merge.
        attributes_compare field to attribute_merge.
        * simple-object-elf.c (EM_SPARC): Define.
        * simple-object-elf.c (EM_SPARC): Define.
        (EM_SPARC32PLUS): Define.
        (EM_SPARC32PLUS): Define.
        (simple_object_elf_attributes_merge): Renamed from
        (simple_object_elf_attributes_merge): Renamed from
        simple_object_elf_attributes_compare.  Permit EM_SPARC and
        simple_object_elf_attributes_compare.  Permit EM_SPARC and
        EM_SPARC32PLUS objects to be merged.
        EM_SPARC32PLUS objects to be merged.
        (simple_object_elf_functions): Update function name.
        (simple_object_elf_functions): Update function name.
        * simple-object-coff.c (simple_object_coff_attributes_merge):
        * simple-object-coff.c (simple_object_coff_attributes_merge):
        Rename from simple_object_coff_attributes_compare.
        Rename from simple_object_coff_attributes_compare.
        (simple_object_coff_functions): Update function name.
        (simple_object_coff_functions): Update function name.
        * simple-object-mach-o.c (simple_object_mach_o_attributes_merge):
        * simple-object-mach-o.c (simple_object_mach_o_attributes_merge):
        Renamed from simple_object_mach_o_attributes_compare.
        Renamed from simple_object_mach_o_attributes_compare.
        (simple_object_mach_o_functions): Update function name.
        (simple_object_mach_o_functions): Update function name.
2010-11-16  H.J. Lu  
2010-11-16  H.J. Lu  
        PR other/42670
        PR other/42670
        PR binutils/11137
        PR binutils/11137
        * cp-demangle.c (d_make_demangle_mangled_name): New.
        * cp-demangle.c (d_make_demangle_mangled_name): New.
        (d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
        (d_demangle_callback): Use it on DCT_GLOBAL_XTORS.
        * testsuite/demangle-expected: Updated.
        * testsuite/demangle-expected: Updated.
2010-11-14  Kai Tietz  
2010-11-14  Kai Tietz  
        * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading
        * simple-object-coff.c (simple_object_coff_read_strtab): Fix reading
        offset.
        offset.
2010-11-12  Ian Lance Taylor  
2010-11-12  Ian Lance Taylor  
        PR other/46332
        PR other/46332
        * cp-demangle.c (d_print_function_type): Don't print parentheses
        * cp-demangle.c (d_print_function_type): Don't print parentheses
        if there are no modifiers to print.
        if there are no modifiers to print.
        * testsuite/demangle-expected: Tweak one test case, add another.
        * testsuite/demangle-expected: Tweak one test case, add another.
2010-11-04  Richard Henderson  
2010-11-04  Richard Henderson  
        * configure.ac (AC_CHECK_HEADERS): Add process.h.
        * configure.ac (AC_CHECK_HEADERS): Add process.h.
        (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
        (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
        (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
        (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
        * configure, config.in: Rebuild.
        * configure, config.in: Rebuild.
        * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
        * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
        [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
        [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
2010-11-02  Ian Lance Taylor  
2010-11-02  Ian Lance Taylor  
            Dave Korn  
            Dave Korn  
            Iain Sandoe  
            Iain Sandoe  
        * simple-object.c: New file.
        * simple-object.c: New file.
        * simple-object-common.h: New file.
        * simple-object-common.h: New file.
        * simple-object-elf.c: New file.
        * simple-object-elf.c: New file.
        * simple-object-mach-o.c: New file.
        * simple-object-mach-o.c: New file.
        * simple-object-coff.c: New file.
        * simple-object-coff.c: New file.
        * simple-object.txh: New file.
        * simple-object.txh: New file.
        * configure.ac: Add AC_TYPE_SSIZE_T.
        * configure.ac: Add AC_TYPE_SSIZE_T.
        * Makefile.in: Rebuild dependencies.
        * Makefile.in: Rebuild dependencies.
        (CFILES): Add simple-object.c, simple-object-coff,
        (CFILES): Add simple-object.c, simple-object-coff,
        simple-object-elf.c, and simple-object-mach-o.c.
        simple-object-elf.c, and simple-object-mach-o.c.
        (REQUIRED_OFILES): Add corresponding object files.
        (REQUIRED_OFILES): Add corresponding object files.
        * configure: Rebuild.
        * configure: Rebuild.
        * config.in: Rebuild.
        * config.in: Rebuild.
        * functions.texi: Rebuild.
        * functions.texi: Rebuild.
2010-10-29  Ian Lance Taylor  
2010-10-29  Ian Lance Taylor  
        * setproctitle.c: Add space after function name in @deftypefn
        * setproctitle.c: Add space after function name in @deftypefn
        comment.
        comment.
        * functions.texi: Rebuild.
        * functions.texi: Rebuild.
2010-10-26  Ralf Wildenhues  
2010-10-26  Ralf Wildenhues  
        * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
        * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
        * configure: Regenerate.
        * configure: Regenerate.
2010-10-07  Andi Kleen 
2010-10-07  Andi Kleen 
        * configure: Regenerate.
        * configure: Regenerate.
        * configure.ac: Turn PR_SET_NAME check into link check.
        * configure.ac: Turn PR_SET_NAME check into link check.
2010-10-06  Andi Kleen 
2010-10-06  Andi Kleen 
        * Makefile.in (CFILES): Add setproctitle.
        * Makefile.in (CFILES): Add setproctitle.
        (CONFIGURED_OFILES): Add setproctitle.
        (CONFIGURED_OFILES): Add setproctitle.
        (setproctitle): Add rule.
        (setproctitle): Add rule.
        * config.in: Regenerate.
        * config.in: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
        * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
        * configure.ac: Add checks for prctl PR_SET_NAME and setproctitle.
        * setproctitle.c: Add file.
        * setproctitle.c: Add file.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2010-09-22 Tristan Gingold  
2010-09-22 Tristan Gingold  
        * cplus-dem.c (ada_demangle): Add comments.
        * cplus-dem.c (ada_demangle): Add comments.
        Handle stream and controlled type operations.
        Handle stream and controlled type operations.
        Decoding of some uppercase letters moved before separators.
        Decoding of some uppercase letters moved before separators.
        * testsuite/demangle-expected: Add tests.
        * testsuite/demangle-expected: Add tests.
2010-09-10  James Lyon  
2010-09-10  James Lyon  
        http://sourceware.org/bugzilla/show_bug.cgi?id=11572
        http://sourceware.org/bugzilla/show_bug.cgi?id=11572
        * cp-demangle.c (d_find_pack): Add case for
        * cp-demangle.c (d_find_pack): Add case for
        DEMANGLE_COMPONENT_LAMBDA.
        DEMANGLE_COMPONENT_LAMBDA.
        * testsuite/demangle-expected: Add regression test.
        * testsuite/demangle-expected: Add regression test.
2010-09-08  Tristan Gingold  
2010-09-08  Tristan Gingold  
        PR 44001
        PR 44001
        * maint-tool (missing): Fix pattern for object file.
        * maint-tool (missing): Fix pattern for object file.
        (deps): Use $(objext) for object extension.
        (deps): Use $(objext) for object extension.
        * Makefile.in (objext): New variable.
        * Makefile.in (objext): New variable.
        Replace all occurences of .o with .$(objext)
        Replace all occurences of .o with .$(objext)
        Regenerate with maint-deps
        Regenerate with maint-deps
        * configure.ac (pexecute): Set to the basename.
        * configure.ac (pexecute): Set to the basename.
        * configure: Regenerate.
        * configure: Regenerate.
2010-08-20  Maciej W. Rozycki  
2010-08-20  Maciej W. Rozycki  
        * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
        * pex-common.c (pex_read_err): Set stderr_pipe to -1 if a
        corresponding stream has been opened.
        corresponding stream has been opened.
        (pex_free): Close pipe file descriptors corresponding to child's
        (pex_free): Close pipe file descriptors corresponding to child's
        stdout and stderr before waiting.
        stdout and stderr before waiting.
2010-08-13  Nick Clifton  
2010-08-13  Nick Clifton  
        * argv.c (expandargv): Limit the number of times that response
        * argv.c (expandargv): Limit the number of times that response
        files are opened in order to prevent infinite recursion.
        files are opened in order to prevent infinite recursion.
2010-07-21  Pascal Obry  
2010-07-21  Pascal Obry  
        * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
        * make-temp-file.c (choose_tmpdir): Append a dot to P_tmpdir if needed.
2010-07-06  Ken Werner  
2010-07-06  Ken Werner  
        * floatformat.c (floatformat_ieee_half_big): New variable.
        * floatformat.c (floatformat_ieee_half_big): New variable.
        (floatformat_ieee_half_little): Likewise.
        (floatformat_ieee_half_little): Likewise.
2010-06-14  Gerald Pfeifer  
2010-06-14  Gerald Pfeifer  
        * libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
        * libiberty.texi: Remove reference to GCC 3 and 2001 (thrice).
        Update copyright years.
        Update copyright years.
        Move to GFDL 1.3.
        Move to GFDL 1.3.
2010-06-10  Jakub Jelinek  
2010-06-10  Jakub Jelinek  
        PR other/43838
        PR other/43838
        * cp-demangle.c (struct d_print_info): Add flush_count field.
        * cp-demangle.c (struct d_print_info): Add flush_count field.
        (d_print_init): Initialize it to 0.
        (d_print_init): Initialize it to 0.
        (d_print_flush): Increment it.
        (d_print_flush): Increment it.
        (d_print_comp): If needed flush before appending ", ".  Only
        (d_print_comp): If needed flush before appending ", ".  Only
        decrement dpi->len if no flushes happened during the recursive
        decrement dpi->len if no flushes happened during the recursive
        call.
        call.
        * testsuite/demangle-expected: Add a test for this.
        * testsuite/demangle-expected: Add a test for this.
2010-06-08  Laurynas Biveinis  
2010-06-08  Laurynas Biveinis  
        * splay-tree.c: Update copyright years.
        * splay-tree.c: Update copyright years.
        (splay_tree_new_typed_alloc): New.
        (splay_tree_new_typed_alloc): New.
        (splay_tree_new_with_allocator): Use it.
        (splay_tree_new_with_allocator): Use it.
        * hashtab.c: Update copyright years.
        * hashtab.c: Update copyright years.
        (htab_create_typed_alloc): New.
        (htab_create_typed_alloc): New.
        (htab_create_alloc): Use it.
        (htab_create_alloc): Use it.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2010-06-03  Joern Rennecke 
2010-06-03  Joern Rennecke 
            Ralf Wildenhues  
            Ralf Wildenhues  
        PR bootstrap/42798
        PR bootstrap/42798
        * configure.ac: Check for declaration of 'basename(char *)'.
        * configure.ac: Check for declaration of 'basename(char *)'.
        * configure: Regenerate.
        * configure: Regenerate.
2010-05-26  Kai Tietz  
2010-05-26  Kai Tietz  
        * testsuite/demangle-expected: Add tests for __int128
        * testsuite/demangle-expected: Add tests for __int128
        and unsigned __int128 types.
        and unsigned __int128 types.
2010-05-06  Magnus Fromreide  
2010-05-06  Magnus Fromreide  
            Jason Merrill  
            Jason Merrill  
        * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
        * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
        (cplus_demangle_type): Handle nullptr.
        (cplus_demangle_type): Handle nullptr.
        * testsuite/demangle-expected: Test it.
        * testsuite/demangle-expected: Test it.
2010-04-23  Pedro Alves  
2010-04-23  Pedro Alves  
        * lbasename.c (lbasename): Split into ...
        * lbasename.c (lbasename): Split into ...
        (unix_lbasename, dos_basename): ... these.
        (unix_lbasename, dos_basename): ... these.
        (lbasename): ... and reimplement on top of them.
        (lbasename): ... and reimplement on top of them.
        * Makefile.in (lbasename.o): Add dependency on
        * Makefile.in (lbasename.o): Add dependency on
        $(INCDIR)/filenames.h.
        $(INCDIR)/filenames.h.
2010-04-07  Jakub Jelinek  
2010-04-07  Jakub Jelinek  
        * regex.c (byte_re_match_2_internal): Avoid set but not used
        * regex.c (byte_re_match_2_internal): Avoid set but not used
        warning.
        warning.
2010-03-22  Jason Merrill  
2010-03-22  Jason Merrill  
        * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
        * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
2010-03-01  Ralf Wildenhues  
2010-03-01  Ralf Wildenhues  
        * Makefile.in (all): Do not use exec.
        * Makefile.in (all): Do not use exec.
2010-02-04  Tom Tromey  
2010-02-04  Tom Tromey  
        * testsuite/demangle-expected: Add missing --format=gnu-v3.
        * testsuite/demangle-expected: Add missing --format=gnu-v3.
2010-02-03  Jason Merrill  
2010-02-03  Jason Merrill  
        * cp-demangle.c (d_expression): Handle dependent operator name.
        * cp-demangle.c (d_expression): Handle dependent operator name.
        PR c++/12909
        PR c++/12909
        * cp-demangle.c (d_number_component, d_vector_type): New.
        * cp-demangle.c (d_number_component, d_vector_type): New.
        (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
        (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
2010-01-25  Ian Lance Taylor  
2010-01-25  Ian Lance Taylor  
        * cp-demangle.c (cplus_demangle_type): Check for invalid type
        * cp-demangle.c (cplus_demangle_type): Check for invalid type
        after "DF".
        after "DF".
        * testsuite/demangle-expected: Add test.
        * testsuite/demangle-expected: Add test.
2010-01-20  Jason Merrill  
2010-01-20  Jason Merrill  
        PR c++/42338
        PR c++/42338
        * cp-demangle.c (d_print_comp): Fix array index printing.
        * cp-demangle.c (d_print_comp): Fix array index printing.
2010-01-11  Tristan Gingold  
2010-01-11  Tristan Gingold  
        * cplus-dem.c (ada_demangle): Remove prototype.
        * cplus-dem.c (ada_demangle): Remove prototype.
        (grow_vect): Removed.
        (grow_vect): Removed.
        (ada_demangle): Rewritten.
        (ada_demangle): Rewritten.
        (cplus_demangle): Fix indentation.
        (cplus_demangle): Fix indentation.
        * testsuite/demangle-expected: Add tests for Ada.
        * testsuite/demangle-expected: Add tests for Ada.
2010-01-09  Ian Lance Taylor  
2010-01-09  Ian Lance Taylor  
        PR other/42230
        PR other/42230
        * cp-demangle.c (d_demangle): Return dgs.alc on success.
        * cp-demangle.c (d_demangle): Return dgs.alc on success.
2010-01-04  Nobuhiro Iwamatsu 
2010-01-04  Nobuhiro Iwamatsu 
        PR target/42316
        PR target/42316
        * configure.ac (PICFLAG): Use -fPIC on SH hosts.
        * configure.ac (PICFLAG): Use -fPIC on SH hosts.
        * configure: Regenerate.
        * configure: Regenerate.
2009-12-07  Doug Evans  
2009-12-07  Doug Evans  
        * pex-unix.c (pex_unix_exec_child): Save/restore environ.
        * pex-unix.c (pex_unix_exec_child): Save/restore environ.
2009-11-26  Ben Elliston  
2009-11-26  Ben Elliston  
        * configure.ac (AC_CHECK_FUNCS): Sort into alphabetic order.
        * configure.ac (AC_CHECK_FUNCS): Sort into alphabetic order.
        * configure: Regenerate.
        * configure: Regenerate.
2009-11-25  Ben Elliston  
2009-11-25  Ben Elliston  
        * functions.texi: Rebuild.
        * functions.texi: Rebuild.
2009-11-25  Manuel Lopez-Ibanez  
2009-11-25  Manuel Lopez-Ibanez  
            Ben Elliston  
            Ben Elliston  
        * README: Mention changes to Makefile.in and functions.texi.
        * README: Mention changes to Makefile.in and functions.texi.
        * gather-docs: Mention 'make stamp-functions' in the header.
        * gather-docs: Mention 'make stamp-functions' in the header.
2009-11-23  Ben Elliston  
2009-11-23  Ben Elliston  
            Ian Lance Taylor  
            Ian Lance Taylor  
        * pex-unix.c (pex_child_error): Improve warning avoidance by
        * pex-unix.c (pex_child_error): Improve warning avoidance by
        checking the results of write(3) and exiting with -2 if any write
        checking the results of write(3) and exiting with -2 if any write
        returns a negative value.
        returns a negative value.
2009-11-22  Steve Ward  
2009-11-22  Steve Ward  
        * dyn-string.c (dyn_string_append_char): Fix typo in comment.
        * dyn-string.c (dyn_string_append_char): Fix typo in comment.
2009-11-20  Ben Elliston  
2009-11-20  Ben Elliston  
        * pex-unix.c (pex_child_error): Define writeerr macro to avoid
        * pex-unix.c (pex_child_error): Define writeerr macro to avoid
        unused result warnings from write(3) calls.  Undefine writeerr
        unused result warnings from write(3) calls.  Undefine writeerr
        after all uses.
        after all uses.
2009-10-08  Daniel Gutson  
2009-10-08  Daniel Gutson  
        Daniel Jacobowitz  
        Daniel Jacobowitz  
        Pedro Alves  
        Pedro Alves  
        libiberty/
        libiberty/
        * argv.c (consume_whitespace): New function.
        * argv.c (consume_whitespace): New function.
        (only_whitespace): New function.
        (only_whitespace): New function.
        (buildargv): Always use ISSPACE by calling consume_whitespace.
        (buildargv): Always use ISSPACE by calling consume_whitespace.
        (expandargv): Skip empty files.  Do not stop at the first empty
        (expandargv): Skip empty files.  Do not stop at the first empty
        argument (calling only_whitespace)..
        argument (calling only_whitespace)..
        * testsuite/test-expandargv.c: (test_data): Test empty lines
        * testsuite/test-expandargv.c: (test_data): Test empty lines
        and empty arguments.
        and empty arguments.
        (run_tests): Fix false positives due to shorter arguments.
        (run_tests): Fix false positives due to shorter arguments.
2009-09-30  Martin Thuresson  
2009-09-30  Martin Thuresson  
        * regex.c (byte_re_match_2_internal): Split declaration and
        * regex.c (byte_re_match_2_internal): Split declaration and
        assignment to avoid -Wc++-compat warning due to goto.
        assignment to avoid -Wc++-compat warning due to goto.
2009-09-29  Jason Merrill  
2009-09-29  Jason Merrill  
        * Makefile.in: Enable demangle target.
        * Makefile.in: Enable demangle target.
        * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
        * cp-demangle.c (d_lambda, d_unnamed_type, d_make_default_arg): New.
        (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
        (d_name, d_prefix, d_unqualified_name, d_local_name): Handle lambdas.
        (d_parmlist): Factor out from d_bare_function_type.
        (d_parmlist): Factor out from d_bare_function_type.
        (d_compact_number): Factor out from d_template_param and d_expression.
        (d_compact_number): Factor out from d_template_param and d_expression.
        (d_append_num): Factor out from d_print_comp.
        (d_append_num): Factor out from d_print_comp.
        (d_print_comp, d_print_mod_list): Handle lambdas.
        (d_print_comp, d_print_mod_list): Handle lambdas.
        * testsuite/demangle-expected: Add lambda tests.
        * testsuite/demangle-expected: Add lambda tests.
2009-09-23  Matthew Gingell  
2009-09-23  Matthew Gingell  
        * cplus-dem.c (ada_demangle): Ensure demangled is freed.
        * cplus-dem.c (ada_demangle): Ensure demangled is freed.
2009-09-22  Ozkan Sezer  
2009-09-22  Ozkan Sezer  
        * choose-temp.c: Include unistd.h for mingw targets.
        * choose-temp.c: Include unistd.h for mingw targets.
2009-09-16  Rainer Orth  
2009-09-16  Rainer Orth  
        * hashtab.c [HAVE_INTTYPES_H]: Include .
        * hashtab.c [HAVE_INTTYPES_H]: Include .
2009-09-15  Tristan Gingold  
2009-09-15  Tristan Gingold  
        * config.h-vms (intptr_t): Define to compile hashtab.c
        * config.h-vms (intptr_t): Define to compile hashtab.c
2009-09-04  Ozkan Sezer  
2009-09-04  Ozkan Sezer  
        PR target/39065
        PR target/39065
        * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
        * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
        with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
        with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
        * config.in: Regenerated.
        * config.in: Regenerated.
        * configure: Regenerated.
        * configure: Regenerated.
2009-09-03  Ozkan Sezer  
2009-09-03  Ozkan Sezer  
        PR target/39065
        PR target/39065
        * configure.ac: Also check for intptr_t.
        * configure.ac: Also check for intptr_t.
        * config.h.in: Regenerated.
        * config.h.in: Regenerated.
        * configure: Regenerated.
        * configure: Regenerated.
        * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
        * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
        instead of of long.
        instead of of long.
2009-09-02  Tristan Gingold  
2009-09-02  Tristan Gingold  
        * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
        * vmsbuild.com: Removed as unused and superceeded by makefile.vms.
        * makefile.vms: Ported to Itanium VMS.  Remove useless targets and
        * makefile.vms: Ported to Itanium VMS.  Remove useless targets and
        dependencies.  Remove unused FORMAT variable.
        dependencies.  Remove unused FORMAT variable.
        * configure.com: New file to create build.com DCL script for
        * configure.com: New file to create build.com DCL script for
        Itanium VMS or Alpha VMS.
        Itanium VMS or Alpha VMS.
2009-08-24  Ralf Wildenhues  
2009-08-24  Ralf Wildenhues  
        * configure.ac (AC_PREREQ): Bump to 2.64.
        * configure.ac (AC_PREREQ): Bump to 2.64.
2009-08-23  H.J. Lu  
2009-08-23  H.J. Lu  
         PR ld/10536
         PR ld/10536
         * Makefile.in (install-html-recursive): Removed.
         * Makefile.in (install-html-recursive): Removed.
2009-08-22  Ralf Wildenhues  
2009-08-22  Ralf Wildenhues  
        * config.in: Regenerate.
        * config.in: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2009-07-30  Ralf Wildenhues  
2009-07-30  Ralf Wildenhues  
        * Makefile.in (AUTOCONF, configure_deps): New variables.
        * Makefile.in (AUTOCONF, configure_deps): New variables.
        ($(srcdir)/configure): New rule, active only in maintainer mode.
        ($(srcdir)/configure): New rule, active only in maintainer mode.
2009-07-29  Douglas B Rupp  
2009-07-29  Douglas B Rupp  
        * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
        * make-temp-file.c (choose_tmpdir): Try standard temp logical on VMS.
2009-07-27  Douglas B Rupp  
2009-07-27  Douglas B Rupp  
        * pex-unix.c (vfork): Remove VMS specific definition (get from header
        * pex-unix.c (vfork): Remove VMS specific definition (get from header
        file instead).
        file instead).
        (to_ptr32): New function.
        (to_ptr32): New function.
        (pex_unix_exec_child): Use it.
        (pex_unix_exec_child): Use it.
2009-07-24  Ian Lance Taylor  
2009-07-24  Ian Lance Taylor  
        PR bootstrap/40854
        PR bootstrap/40854
        * crc32.c (xcrc32): Rename from crc32.
        * crc32.c (xcrc32): Rename from crc32.
2009-07-24  Ian Lance Taylor  
2009-07-24  Ian Lance Taylor  
        * crc32.c: New file.
        * crc32.c: New file.
        * Makefile.in: Rebuild dependencies.
        * Makefile.in: Rebuild dependencies.
        (CFILES): Add crc32.c.
        (CFILES): Add crc32.c.
        (REQUIRED_OFILES): Add ./crc32.o.
        (REQUIRED_OFILES): Add ./crc32.o.
        * functions.texi: Rebuild.
        * functions.texi: Rebuild.
2009-07-17  Jan Kratochvil  
2009-07-17  Jan Kratochvil  
        * cp-demangle.c (d_print_comp )
        * cp-demangle.c (d_print_comp )
        (d_print_comp 
        (d_print_comp 
        (d_make_comp )
        (d_make_comp )
        (d_make_comp 
        (d_make_comp 
        (d_demangle_callback): The variable type is now declared as enum.
        (d_demangle_callback): The variable type is now declared as enum.
        Replace parser of _GLOBAL_ symbols by a d_make_comp call.
        Replace parser of _GLOBAL_ symbols by a d_make_comp call.
2009-06-21  Jakub Jelinek  
2009-06-21  Jakub Jelinek  
        * hashtab.c (htab_traverse): Don't call htab_expand for
        * hashtab.c (htab_traverse): Don't call htab_expand for
        nearly empty hashtabs with sizes 7, 13 or 31.
        nearly empty hashtabs with sizes 7, 13 or 31.
2009-06-16  Nick Clifton  
2009-06-16  Nick Clifton  
        PR 10197
        PR 10197
        * testsuite/test-demangle.c: Rename getline to get_line to avoid
        * testsuite/test-demangle.c: Rename getline to get_line to avoid
        conflicts with system function of the same name.
        conflicts with system function of the same name.
2009-05-30  Eli Zaretskii  
2009-05-30  Eli Zaretskii  
        * snprintf.c: Doc fix.
        * snprintf.c: Doc fix.
        * vsnprintf.c: Doc fix.
        * vsnprintf.c: Doc fix.
2009-05-29  Kai Tietz  
2009-05-29  Kai Tietz  
        * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
        * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
2009-05-29  Michael Matz  
2009-05-29  Michael Matz  
        * fibheap.c (fibheap_replace_key_data): Make sure we don't early
        * fibheap.c (fibheap_replace_key_data): Make sure we don't early
        out when forcing the minimum.
        out when forcing the minimum.
        (fibheap_delete_node): Assert that we managed to force the minimum.
        (fibheap_delete_node): Assert that we managed to force the minimum.
2009-05-25  Tristan Gingold  
2009-05-25  Tristan Gingold  
        * config.h-vms: Rewritten.  Define configure macros.
        * config.h-vms: Rewritten.  Define configure macros.
        Use DEC-C builtin alloca.
        Use DEC-C builtin alloca.
        * makefile.vms (OBJS): Update list.
        * makefile.vms (OBJS): Update list.
        (OPT): New variable.
        (OPT): New variable.
        (CFLAGS): Update compilation flags.
        (CFLAGS): Update compilation flags.
        (libiberty.olb): Do not depend on alloca-conf.h anymore.
        (libiberty.olb): Do not depend on alloca-conf.h anymore.
2009-05-19  Ian Lance Taylor  
2009-05-19  Ian Lance Taylor  
            Ben Elliston  
            Ben Elliston  
        * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
        * cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.
        (cplus_demangle_fill_dtor): Likewise.
        (cplus_demangle_fill_dtor): Likewise.
2009-05-17  Julian Brown  
2009-05-17  Julian Brown  
        * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
        * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing
        standard handles (stdin, stdout, stderr) in parent.
        standard handles (stdin, stdout, stderr) in parent.
2009-04-29  Julian Brown  
2009-04-29  Julian Brown  
        * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
        * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
        (pex_win32_exec_child): Ensure each process has only one handle open
        (pex_win32_exec_child): Ensure each process has only one handle open
        on pipe endpoints. Close standard input after creating child for
        on pipe endpoints. Close standard input after creating child for
        symmetry with standard output/standard error.
        symmetry with standard output/standard error.
2009-04-25  Eli Zaretskii  
2009-04-25  Eli Zaretskii  
        * Makefile.in (needed-list): Target removed (not used in GCC
        * Makefile.in (needed-list): Target removed (not used in GCC
        3.0 and later).  All references deleted.
        3.0 and later).  All references deleted.
        (mostlyclean): Remove references to needed.awk and needed2.awk.
        (mostlyclean): Remove references to needed.awk and needed2.awk.
2009-04-14  Eli Zaretskii  
2009-04-14  Eli Zaretskii  
        * configure.ac  (setobjs, msdosdjgpp): Move a-priori setting of
        * configure.ac  (setobjs, msdosdjgpp): Move a-priori setting of
        existing and required library functions to with_target_subdir
        existing and required library functions to with_target_subdir
        section, so that the native build does detect them at configure
        section, so that the native build does detect them at configure
        time.
        time.
        * configure: Regenerated.
        * configure: Regenerated.
2009-04-13  Ozkan Sezer  
2009-04-13  Ozkan Sezer  
        PR target/39397
        PR target/39397
        * pex-common.h (struct pex_obj): Store pid values as pid_t,
        * pex-common.h (struct pex_obj): Store pid values as pid_t,
        not as long (members *children and (*wait))
        not as long (members *children and (*wait))
        * pex-common.c (pex_run_in_environment): Likewise.
        * pex-common.c (pex_run_in_environment): Likewise.
        * pex-win32.c (pex_win32_wait): Return pid_t and properly check
        * pex-win32.c (pex_win32_wait): Return pid_t and properly check
        returned pid value.
        returned pid value.
        * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
        * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
        * pex-msdos.c (pex_msdos_wait): Likewise.
        * pex-msdos.c (pex_msdos_wait): Likewise.
2009-04-07  Arnaud Patard 
2009-04-07  Arnaud Patard 
        * libiberty/configure.ac: Fix Linux/MIPS matching rule.
        * libiberty/configure.ac: Fix Linux/MIPS matching rule.
        * libiberty/configure: Regenerate.
        * libiberty/configure: Regenerate.
2009-03-27  Ian Lance Taylor  
2009-03-27  Ian Lance Taylor  
        * memmem.c: New file, from gnulib.
        * memmem.c: New file, from gnulib.
        * configure.ac: Add memmem to list of functions provided if they
        * configure.ac: Add memmem to list of functions provided if they
        are not available on the host.
        are not available on the host.
        * Makefile.in: Rebuild dependencies.
        * Makefile.in: Rebuild dependencies.
        (CFILES): Add memmem.c.
        (CFILES): Add memmem.c.
        (CONFIGURED_OFILES): Add memmem.o.
        (CONFIGURED_OFILES): Add memmem.o.
        * configure, config.in, functions.texi: Rebuild.
        * configure, config.in, functions.texi: Rebuild.
2009-03-23  Jason Merrill  
2009-03-23  Jason Merrill  
        * cp-demangle.c (d_expression): Handle pack expansion.
        * cp-demangle.c (d_expression): Handle pack expansion.
        (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
        (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
        (d_print_subexpr): Don't wrap function parms in ().
        (d_print_subexpr): Don't wrap function parms in ().
        (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
        (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
        not finding a pack.
        not finding a pack.
2009-03-17  Jason Merrill  
2009-03-17  Jason Merrill  
        * cp-demangle.c (d_make_function_param): new fn.
        * cp-demangle.c (d_make_function_param): new fn.
        (cplus_demangle_mangled_name): Work around abi v2 bug.
        (cplus_demangle_mangled_name): Work around abi v2 bug.
        (d_expr_primary): Likewise.
        (d_expr_primary): Likewise.
        (cplus_demangle_operators): Add alignof ops.
        (cplus_demangle_operators): Add alignof ops.
        (d_expression): Handle function parameters and conversions
        (d_expression): Handle function parameters and conversions
        with other than 1 operand.
        with other than 1 operand.
        (d_print_comp): Handle function parameters.  Fix bug with
        (d_print_comp): Handle function parameters.  Fix bug with
        function used in type of function.
        function used in type of function.
        * testsuite/demangle-expected: Update tests.
        * testsuite/demangle-expected: Update tests.
2009-02-21  Mark Mitchell  
2009-02-21  Mark Mitchell  
        * make-temp-file.c (): Include on Windows.
        * make-temp-file.c (): Include on Windows.
        (choose_tmpdir): On Windows, use GetTempPath.
        (choose_tmpdir): On Windows, use GetTempPath.
2009-01-18  Dave Korn  
2009-01-18  Dave Korn  
        * configure.ac (funcs, vars, checkfuncs):  Don't munge on Cygwin,
        * configure.ac (funcs, vars, checkfuncs):  Don't munge on Cygwin,
        as it no longer shares libiberty object files.
        as it no longer shares libiberty object files.
        * configure:  Regenerated.
        * configure:  Regenerated.
2009-01-07  Jason Merrill  
2009-01-07  Jason Merrill  
        * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
        * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
2009-01-06  Ben Elliston  
2009-01-06  Ben Elliston  
        * cp-demangle.c (cplus_demangle_type): Return NULL if the
        * cp-demangle.c (cplus_demangle_type): Return NULL if the
        character following a 'D' cannot be recognised.
        character following a 'D' cannot be recognised.
2008-12-18  Jason Merrill  
2008-12-18  Jason Merrill  
        PR c++/38561
        PR c++/38561
        * cp-demangle.c (d_expression, d_print_comp): Revert
        * cp-demangle.c (d_expression, d_print_comp): Revert
        cast changes.
        cast changes.
2008-12-17  Jason Merrill  
2008-12-17  Jason Merrill  
        * cp-demangle.c (d_expression): Handle rvalue stubs too.
        * cp-demangle.c (d_expression): Handle rvalue stubs too.
        [DEMANGLE_COMPONENT_CAST]: Update mangling.
        [DEMANGLE_COMPONENT_CAST]: Update mangling.
        (d_print_comp): Avoid extra ", " with empty template argument packs.
        (d_print_comp): Avoid extra ", " with empty template argument packs.
        Remove handling for obsolete T() mangling.
        Remove handling for obsolete T() mangling.
2008-12-10  Jason Merrill  
2008-12-10  Jason Merrill  
        * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
        * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
        (d_print_comp, d_dump): Likewise.
        (d_print_comp, d_dump): Likewise.
2008-10-22  Daniel Jacobowitz  
2008-10-22  Daniel Jacobowitz  
        * Makefile.in (CPPFLAGS): Define.
        * Makefile.in (CPPFLAGS): Define.
        (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
        (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
2008-10-15  Paolo Bonzini  
2008-10-15  Paolo Bonzini  
        PR bootstrap/37137
        PR bootstrap/37137
        * Makefile.in (LIBCFLAGS): Remove.
        * Makefile.in (LIBCFLAGS): Remove.
        (FLAGS_TO_PASS): Don't mention it.
        (FLAGS_TO_PASS): Don't mention it.
        (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
        (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
2008-10-08  David Edelsohn  
2008-10-08  David Edelsohn  
        * xstrdup.c: Include  after "config.h"
        * xstrdup.c: Include  after "config.h"
2008-10-07  Jan Kratochvil  
2008-10-07  Jan Kratochvil  
        * configure.ac: Call AC_SYS_LARGEFILE.
        * configure.ac: Call AC_SYS_LARGEFILE.
        * config.in: Regenerated.
        * config.in: Regenerated.
        * configure: Likewise.
        * configure: Likewise.
2008-10-06  Jason Merrill  
2008-10-06  Jason Merrill  
        * cp-demangle.c (struct d_print_info): Add pack_index.
        * cp-demangle.c (struct d_print_info): Add pack_index.
        (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
        (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
        (d_make_comp): Likewise.  DEMANGLE_COMPONENT_ARGLIST and
        (d_make_comp): Likewise.  DEMANGLE_COMPONENT_ARGLIST and
        DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
        DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
        (cplus_demangle_builtin_types): Add char16/32_t.
        (cplus_demangle_builtin_types): Add char16/32_t.
        (cplus_demangle_type): Recognize them.
        (cplus_demangle_type): Recognize them.
        (d_template_args): Handle empty argument packs.
        (d_template_args): Handle empty argument packs.
        (d_template_arg): Handle argument packs.
        (d_template_arg): Handle argument packs.
        (d_expression): Handle dependent name.
        (d_expression): Handle dependent name.
        (d_index_template_argument): New fn.
        (d_index_template_argument): New fn.
        (d_lookup_template_argument): New fn.
        (d_lookup_template_argument): New fn.
        (d_find_pack, d_pack_length): New fn.
        (d_find_pack, d_pack_length): New fn.
        (d_print_subexpr): Split out...
        (d_print_subexpr): Split out...
        (d_print_comp): ...from here.  Use d_*_template_argument.
        (d_print_comp): ...from here.  Use d_*_template_argument.
        Handle empty arg lists.  Support pack expansions.
        Handle empty arg lists.  Support pack expansions.
        * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
        * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
2008-09-09  Jason Merrill  
2008-09-09  Jason Merrill  
        * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
        * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
        (d_make_comp): Likewise.
        (d_make_comp): Likewise.
        (cplus_demangle_type): Handle decltype and DFP types.
        (cplus_demangle_type): Handle decltype and DFP types.
        (cplus_demangle_operators): Call operator takes 2 args.
        (cplus_demangle_operators): Call operator takes 2 args.
        (cplus_demangle_builtin_types): Add DFP types.
        (cplus_demangle_builtin_types): Add DFP types.
        (d_exprlist): New fn.
        (d_exprlist): New fn.
        (d_expression): Handle parm placeholders, T() and calls.
        (d_expression): Handle parm placeholders, T() and calls.
        (d_print_comp): Handle decltype, T() and calls.
        (d_print_comp): Handle decltype, T() and calls.
        * testsuite/demangle-expected: Test the above.
        * testsuite/demangle-expected: Test the above.
2008-08-07  Aaron W. LaFramboise  
2008-08-07  Aaron W. LaFramboise  
        * pex-win32.c (argv_to_argc): New function.
        * pex-win32.c (argv_to_argc): New function.
        (spawn_script): Duplicate argv before calling win32_spawn.
        (spawn_script): Duplicate argv before calling win32_spawn.
2008-07-31  Jakub Jelinek  
2008-07-31  Jakub Jelinek  
        * mkstemps.c (mkstemps): Keep looping even for EISDIR.
        * mkstemps.c (mkstemps): Keep looping even for EISDIR.
2008-07-31  Denys Vlasenko  
2008-07-31  Denys Vlasenko  
        * mkstemps.c (mkstemps): If open failed with errno other than
        * mkstemps.c (mkstemps): If open failed with errno other than
        EEXIST, return immediately.
        EEXIST, return immediately.
        * make-temp-file.c: Include errno.h.
        * make-temp-file.c: Include errno.h.
        (make_temp_file): If mkstemps failed, print an error message
        (make_temp_file): If mkstemps failed, print an error message
        before aborting.
        before aborting.
2008-07-24  Ralf Wildenhues  
2008-07-24  Ralf Wildenhues  
        * maint-tool (deps): Output config.h instead of stamp-h.
        * maint-tool (deps): Output config.h instead of stamp-h.
        * Makefile.in: Rebuild deps.
        * Makefile.in: Rebuild deps.
        (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
        (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
        Reverts 2007-07-11 change.
        Reverts 2007-07-11 change.
2008-06-19  Eric Blake  
2008-06-19  Eric Blake  
        Adjust strsignal to POSIX 200x prototype.
        Adjust strsignal to POSIX 200x prototype.
        * strsignal.c (strsignal): Remove const.
        * strsignal.c (strsignal): Remove const.
2008-06-17  Ralf Wildenhues  
2008-06-17  Ralf Wildenhues  
        * configure: Regenerate.
        * configure: Regenerate.
2008-06-15  Ralf Wildenhues  
2008-06-15  Ralf Wildenhues  
        * libiberty.texi: Expand TABs, drop indentation outside examples.
        * libiberty.texi: Expand TABs, drop indentation outside examples.
        * obstacks.texi: Likewise.
        * obstacks.texi: Likewise.
2008-04-21  Aurelien Jarno  
2008-04-21  Aurelien Jarno  
        * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
        * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
        * libiberty/configure: Regenerate.
        * libiberty/configure: Regenerate.
2008-04-18  Kris Van Hees 
2008-04-18  Kris Van Hees 
        * testsuite/demangle-expected: Added tests for char16_t and char32_t.
        * testsuite/demangle-expected: Added tests for char16_t and char32_t.
2008-04-18  Paolo Bonzini  
2008-04-18  Paolo Bonzini  
        PR bootstrap/35457
        PR bootstrap/35457
        * aclocal.m4: Add override.m4.
        * aclocal.m4: Add override.m4.
        * configure: Regenerate.
        * configure: Regenerate.
2008-03-31  Ian Lance Taylor  
2008-03-31  Ian Lance Taylor  
        * cp-demangle.c (d_substitution): Correct overflow check to avoid
        * cp-demangle.c (d_substitution): Correct overflow check to avoid
        -fstrict-overflow optimizations.
        -fstrict-overflow optimizations.
2008-03-27  Paolo Bonzini  
2008-03-27  Paolo Bonzini  
        * configure.ac (frags): Don't set, use frag instead.
        * configure.ac (frags): Don't set, use frag instead.
        (PICFLAG): Set here and substitute.
        (PICFLAG): Set here and substitute.
        * Makefile.in (PICFLAG): Substitute from autoconf.
        * Makefile.in (PICFLAG): Substitute from autoconf.
        * configure: Regenerate.
        * configure: Regenerate.
2008-03-24  Ian Lance Taylor  
2008-03-24  Ian Lance Taylor  
        * sha1.c: New file, from gnulib.
        * sha1.c: New file, from gnulib.
        * Makefile.in: Rebuild dependencies.
        * Makefile.in: Rebuild dependencies.
        (CFILES): Add sha1.c.
        (CFILES): Add sha1.c.
        (REQUIRED_OFILES): Add sha1.o.
        (REQUIRED_OFILES): Add sha1.o.
2008-03-24  Doug Evans  
2008-03-24  Doug Evans  
        * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
        * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
        return from strdup.
        return from strdup.
2008-03-12  Seongbae Park 
2008-03-12  Seongbae Park 
        * cplus-dem.c (malloc, realloc): Use void * instead of char *
        * cplus-dem.c (malloc, realloc): Use void * instead of char *
        as return type.
        as return type.
2008-03-11  Nick Clifton  
2008-03-11  Nick Clifton  
        * md5.c (md5_process_bytes): Do not assume that memcpy will
        * md5.c (md5_process_bytes): Do not assume that memcpy will
        provide a return value.
        provide a return value.
2008-02-19  Ben Elliston  
2008-02-19  Ben Elliston  
        PR other/12618
        PR other/12618
        * testsuite/Makefile.in (mostlyclean): Remove any core file.
        * testsuite/Makefile.in (mostlyclean): Remove any core file.
2008-01-26  David Daney  
2008-01-26  David Daney  
        * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
        * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
        DEMANGLE_COMPONENT_COMPOUND_NAME, and
        DEMANGLE_COMPONENT_COMPOUND_NAME, and
        DEMANGLE_COMPONENT_CHARACTER cases.
        DEMANGLE_COMPONENT_CHARACTER cases.
        (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
        (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
        DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
        DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
        (d_make_character): New function.
        (d_make_character): New function.
        (d_java_resource): Same.
        (d_java_resource): Same.
        (d_special_name): Handle "Gr" case.
        (d_special_name): Handle "Gr" case.
        (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
        (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
        DEMANGLE_COMPONENT_COMPOUND_NAME, and
        DEMANGLE_COMPONENT_COMPOUND_NAME, and
        DEMANGLE_COMPONENT_CHARACTER cases.
        DEMANGLE_COMPONENT_CHARACTER cases.
        * testsuite/demangle-expected: Add test for java resource name
        * testsuite/demangle-expected: Add test for java resource name
        mangling.
        mangling.
2008-01-23  Thiago Jung Bauermann  
2008-01-23  Thiago Jung Bauermann  
        * cplus-dem.c (demangle_function_name): Changed to return value
        * cplus-dem.c (demangle_function_name): Changed to return value
        indicating if a name was correctly demangled.
        indicating if a name was correctly demangled.
        (iterate_demangle_function): Use demangle_function_name return
        (iterate_demangle_function): Use demangle_function_name return
        value.
        value.
2008-01-19  Manuel Lopez-Ibanez  
2008-01-19  Manuel Lopez-Ibanez  
        PR other/33768
        PR other/33768
        * splay-tree.c (rotate_left): Fix minor typo in comment.
        * splay-tree.c (rotate_left): Fix minor typo in comment.
        (rotate_right): Likewise.
        (rotate_right): Likewise.
2007-11-12  Joseph Myers  
2007-11-12  Joseph Myers  
        * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
        * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
        compiler warnings.
        compiler warnings.
        (floatformat_ibm_long_double): Use
        (floatformat_ibm_long_double): Use
        floatformat_ibm_long_double_is_valid.
        floatformat_ibm_long_double_is_valid.
2007-11-07  Joseph Myers  
2007-11-07  Joseph Myers  
            Daniel Jacobowitz  
            Daniel Jacobowitz  
        * floatformat.c (mant_bits_set): New.
        * floatformat.c (mant_bits_set): New.
        (floatformat_to_double): Use it.  Note no special handling of
        (floatformat_to_double): Use it.  Note no special handling of
        split formats.
        split formats.
        (floatformat_from_double): Note no special handing of split
        (floatformat_from_double): Note no special handing of split
        formats.
        formats.
        (floatformat_ibm_long_double_is_valid,
        (floatformat_ibm_long_double_is_valid,
        floatformat_ibm_long_double): New.
        floatformat_ibm_long_double): New.
        (floatformat_ieee_single_big, floatformat_ieee_single_little,
        (floatformat_ieee_single_big, floatformat_ieee_single_little,
        floatformat_ieee_double_big, floatformat_ieee_double_little,
        floatformat_ieee_double_big, floatformat_ieee_double_little,
        floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
        floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
        floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
        floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
        floatformat_m68881_ext, floatformat_i960_ext,
        floatformat_m68881_ext, floatformat_i960_ext,
        floatformat_m88110_ext, floatformat_m88110_harris_ext,
        floatformat_m88110_ext, floatformat_m88110_harris_ext,
        floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
        floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
        floatformat_ia64_spill_big, floatformat_ia64_spill_little,
        floatformat_ia64_spill_big, floatformat_ia64_spill_little,
        floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
        floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
        for addition of split_half field.
        for addition of split_half field.
2007-09-06  Tom Tromey  
2007-09-06  Tom Tromey  
        * pexecute.txh (pex_free): Document process killing.
        * pexecute.txh (pex_free): Document process killing.
2007-08-31  Douglas Gregor  
2007-08-31  Douglas Gregor  
        * cp-demangle.c (d_dump): Handle
        * cp-demangle.c (d_dump): Handle
        DEMANGLE_COMPONENT_RVALUE_REFERENCE.
        DEMANGLE_COMPONENT_RVALUE_REFERENCE.
        (d_make_comp): Ditto.
        (d_make_comp): Ditto.
        (cplus_demangle_type): Ditto.
        (cplus_demangle_type): Ditto.
        (d_print_comp): Ditto.
        (d_print_comp): Ditto.
        (d_print_mod): Ditto.
        (d_print_mod): Ditto.
        (d_print_function_type): Ditto.
        (d_print_function_type): Ditto.
2007-08-24  Kai Tietz  
2007-08-24  Kai Tietz  
        * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
        * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
        * pex-djgpp.c: Likewise.
        * pex-djgpp.c: Likewise.
        * pex-msdos.c: Likewise.
        * pex-msdos.c: Likewise.
        * pex-unix.c: Likewise.
        * pex-unix.c: Likewise.
        * pex-win32.c: Likewise.
        * pex-win32.c: Likewise.
2007-08-17  Michael Snyder  
2007-08-17  Michael Snyder  
        * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
        * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
2007-08-03  Michael Snyder  
2007-08-03  Michael Snyder  
        * make-relative-prefix.c (make_relative_prefix_1): Fix resource
        * make-relative-prefix.c (make_relative_prefix_1): Fix resource
        leak.
        leak.
2007-07-31  Michael Snyder  
2007-07-31  Michael Snyder  
        * cp-demangle.c (d_print_comp): Guard against null.
        * cp-demangle.c (d_print_comp): Guard against null.
2007-07-25  Ben Elliston  
2007-07-25  Ben Elliston  
        * Makefile.in (CFILES): Remove ternary.c.
        * Makefile.in (CFILES): Remove ternary.c.
        (REQUIRED_OFILES): Remove ./ternary.o.
        (REQUIRED_OFILES): Remove ./ternary.o.
        (INSTALLED_HEADERS): Remove ternary.h.
        (INSTALLED_HEADERS): Remove ternary.h.
        (ternary.o): Remove.
        (ternary.o): Remove.
        * ternary.c: Remove.
        * ternary.c: Remove.
2007-07-23  DJ Delorie  
2007-07-23  DJ Delorie  
        * argv.c (writeargv): Fix typo in inline documentation.
        * argv.c (writeargv): Fix typo in inline documentation.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2007-07-17  DJ Delorie  
2007-07-17  DJ Delorie  
        * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
        * configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
        gettimeofday entry.
        gettimeofday entry.
        * configure: Likewise.
        * configure: Likewise.
2007-07-11  Alexandre Oliva  
2007-07-11  Alexandre Oliva  
        * maint-tool (deps): Output stamp-h instead of config.h.
        * maint-tool (deps): Output stamp-h instead of config.h.
        * Makefile.in: Rebuild deps.
        * Makefile.in: Rebuild deps.
        (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
        (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
2007-07-02  Simon Baldwin 
2007-07-02  Simon Baldwin 
        * argv.c (writeargv): Removed declaration of unused variable.
        * argv.c (writeargv): Removed declaration of unused variable.
2007-06-14  Paolo Bonzini  
2007-06-14  Paolo Bonzini  
        * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
        * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
        * configure: Regenerate.
        * configure: Regenerate.
2007-06-14  Paolo Bonzini  
2007-06-14  Paolo Bonzini  
        * aclocal.m4: Include config/warnings.m4.
        * aclocal.m4: Include config/warnings.m4.
        * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
        * configure.ac: Use ACX_PROG_CC_WARNING_OPTS.
        * configure: Regenerate.
        * configure: Regenerate.
2007-06-07  Geoffrey Keating  
2007-06-07  Geoffrey Keating  
        * configure.ac: Non-default multilibs can be cross compilations.
        * configure.ac: Non-default multilibs can be cross compilations.
        * configure: Regenerate
        * configure: Regenerate
2007-05-07  Nathan Froyd  
2007-05-07  Nathan Froyd  
        * argv.c (writeargv): New function.
        * argv.c (writeargv): New function.
2007-05-05  Geoffrey Keating  
2007-05-05  Geoffrey Keating  
        * cp-demangle.c (d_name): Detect local-source-name.
        * cp-demangle.c (d_name): Detect local-source-name.
        (d_prefix): Likewise.
        (d_prefix): Likewise.
        (d_unqualified_name): Implement local-source-name.
        (d_unqualified_name): Implement local-source-name.
2007-05-03  Joel Brobecker  
2007-05-03  Joel Brobecker  
        * filename_cmp.c: Replace include of ctype.h by include of
        * filename_cmp.c: Replace include of ctype.h by include of
        safe-ctype.h.
        safe-ctype.h.
        (filename_cmp): Use TOLOWER instead of tolower for conversions
        (filename_cmp): Use TOLOWER instead of tolower for conversions
        that are locale-independent.
        that are locale-independent.
        * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
        * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
2007-04-11  Thomas Neumann  tneumann@users.sourceforge.net
2007-04-11  Thomas Neumann  tneumann@users.sourceforge.net
        * argv.c: Use ANSI C declarations.
        * argv.c: Use ANSI C declarations.
        * make-relative-prefix.c: Likewise.
        * make-relative-prefix.c: Likewise.
2007-04-06  Joel Brobecker  
2007-04-06  Joel Brobecker  
        * filename_cmp.c (filename_cmp): Improve documentation.
        * filename_cmp.c (filename_cmp): Improve documentation.
2007-04-02  Andreas Schwab  
2007-04-02  Andreas Schwab  
        * filename_cmp.c: Include "config.h".
        * filename_cmp.c: Include "config.h".
2007-03-29  Joel Brobecker  
2007-03-29  Joel Brobecker  
        * filename_cmp.c: New file.
        * filename_cmp.c: New file.
        * Makefile.in (CFILES): Add filename_cmp.c.
        * Makefile.in (CFILES): Add filename_cmp.c.
        (REQUIRED_OFILES): Add filename_cmp.o
        (REQUIRED_OFILES): Add filename_cmp.o
        (filename_cmp.o): New rule.
        (filename_cmp.o): New rule.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2007-03-15  Geoffrey Keating  
2007-03-15  Geoffrey Keating  
        * cp-demangle.c (d_encoding): Exit early on error.
        * cp-demangle.c (d_encoding): Exit early on error.
        (d_pointer_to_member_type): Exit early if cplus_demangle_type
        (d_pointer_to_member_type): Exit early if cplus_demangle_type
        returns NULL.
        returns NULL.
        (cplus_demangle_type): Likewise.
        (cplus_demangle_type): Likewise.
        * testsuite/demangle-expected: New testcase.
        * testsuite/demangle-expected: New testcase.
2007-03-01  Brooks Moses  
2007-03-01  Brooks Moses  
        * Makefile.in: Add install-pdf target as copied from
        * Makefile.in: Add install-pdf target as copied from
        automake v1.10 rules.
        automake v1.10 rules.
        * testsuite/Makefile.in: Add dummy install-pdf target.
        * testsuite/Makefile.in: Add dummy install-pdf target.
2007-03-01  Peter Breitenlohner  
2007-03-01  Peter Breitenlohner  
            Eric Botcazou  
            Eric Botcazou  
        PR other/16513
        PR other/16513
        * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
        * Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR).
        Install headers in multilib independent location.
        Install headers in multilib independent location.
2007-02-26  DJ Delorie  
2007-02-26  DJ Delorie  
        * configure.ac: add djgpp-specific results, so we don't have to
        * configure.ac: add djgpp-specific results, so we don't have to
        link during a cross compilation.
        link during a cross compilation.
        * configure: Regenerated.
        * configure: Regenerated.
2007-01-31  Ralf Wildenhues  
2007-01-31  Ralf Wildenhues  
        * hex.c: Fix typo.
        * hex.c: Fix typo.
        * choose-temp.c: Likewise.
        * choose-temp.c: Likewise.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2007-01-31  Vladimir Prus  
2007-01-31  Vladimir Prus  
        * pex-common.h (struct pex_obj): New fields
        * pex-common.h (struct pex_obj): New fields
        stderr_pipe and read_err.
        stderr_pipe and read_err.
        * pex-common.c (pex_init_common): Initialize
        * pex-common.c (pex_init_common): Initialize
        stderr_pipe.
        stderr_pipe.
        (pex_run_in_environment): Add error checking
        (pex_run_in_environment): Add error checking
        for PEX_STDERR_TO_PIPE.  Create a pipe
        for PEX_STDERR_TO_PIPE.  Create a pipe
        for stderr if necessary.
        for stderr if necessary.
        (pex_read_err): New.
        (pex_read_err): New.
        (pex_free): Close read_err.
        (pex_free): Close read_err.
        * pexecute.txh: Document changes.
        * pexecute.txh: Document changes.
        * functions.texi: Regenerated.
        * functions.texi: Regenerated.
2007-01-31  Ben Elliston  
2007-01-31  Ben Elliston  
        * strsignal.c (psignal): Change type of signo to int.
        * strsignal.c (psignal): Change type of signo to int.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2007-01-29  Simon Baldwin 
2007-01-29  Simon Baldwin 
        * cp-demangle.h (cplus_demangle_operators): External definition
        * cp-demangle.h (cplus_demangle_operators): External definition
        suppressed if not building for libstdc++.
        suppressed if not building for libstdc++.
        * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
        * cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
        to demangling, provides a malloc-less version of __cxa_demangle.
        to demangling, provides a malloc-less version of __cxa_demangle.
        (cplus_demangle_print_callback): Public callback version of
        (cplus_demangle_print_callback): Public callback version of
        cplus_demangle_print.
        cplus_demangle_print.
        (struct d_growable_string): New growable string structure.
        (struct d_growable_string): New growable string structure.
        (d_growable_string_init): New function, provides support for
        (d_growable_string_init): New function, provides support for
        growable strings separate from print info.
        growable strings separate from print info.
        (d_growable_string_resize): Likewise.
        (d_growable_string_resize): Likewise.
        (d_growable_string_append_buffer): Likewise.
        (d_growable_string_append_buffer): Likewise.
        (d_growable_string_callback_adapter):): Likewise.
        (d_growable_string_callback_adapter):): Likewise.
        (d_print_init): New print info initialization function.
        (d_print_init): New print info initialization function.
        (d_print_error): Macro replace by inline function.
        (d_print_error): Macro replace by inline function.
        (d_print_saw_error): Likewise.
        (d_print_saw_error): Likewise.
        (d_append_char): Likewise.
        (d_append_char): Likewise.
        (d_append_buffer): Likewise.
        (d_append_buffer): Likewise.
        (d_append_string): New inline function, replaces the
        (d_append_string): New inline function, replaces the
        d_append_string_constant macro.
        d_append_string_constant macro.
        (d_flush_buffer): New function, flushes buffer to callback.
        (d_flush_buffer): New function, flushes buffer to callback.
        (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
        (d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
        for unsupported dynamic arrays replaced by alloca().
        for unsupported dynamic arrays replaced by alloca().
        (d_demangle): Return string length estimating removed.
        (d_demangle): Return string length estimating removed.
        (d_dump): Moved error case handling from call site into function.
        (d_dump): Moved error case handling from call site into function.
        (d_print_resize): Function removed.
        (d_print_resize): Function removed.
        (d_print_append_char): Likewise.
        (d_print_append_char): Likewise.
        (d_print_append_buffer): Likewise.
        (d_print_append_buffer): Likewise.
        (d_print_error): Likewise.
        (d_print_error): Likewise.
        (d_print_comp): Added special case handling for Java arrays.
        (d_print_comp): Added special case handling for Java arrays.
        (java_demangle_v3): Removed string post-processing for Java arrays,
        (java_demangle_v3): Removed string post-processing for Java arrays,
        now replaced by special case handling in d_print_comp.
        now replaced by special case handling in d_print_comp.
        (cplus_demangle_v3_callback): Augmented interface to demangling,
        (cplus_demangle_v3_callback): Augmented interface to demangling,
        provides a malloc-less version of cplus_demangle_v3.
        provides a malloc-less version of cplus_demangle_v3.
        (java_demangle_v3_callback): Augmented interface to demangling,
        (java_demangle_v3_callback): Augmented interface to demangling,
        provides a malloc-less version of java_demangle_v3.
        provides a malloc-less version of java_demangle_v3.
2007-01-12  Ben Elliston  
2007-01-12  Ben Elliston  
        * pex-unix.c (writeerr): Cast write result to void.
        * pex-unix.c (writeerr): Cast write result to void.
        * choose-temp.c (choose_temp_base): Check the result of the call
        * choose-temp.c (choose_temp_base): Check the result of the call
        to mktemp rather than testing the length of the modified string.
        to mktemp rather than testing the length of the modified string.
2006-12-20  Geoffrey Keating  
2006-12-20  Geoffrey Keating  
        * cp-demangle.h: Add comment explaining what to do to avoid
        * cp-demangle.h: Add comment explaining what to do to avoid
        overrunning string.
        overrunning string.
        (d_check_char): New.
        (d_check_char): New.
        (d_next_char): Don't advance past trailing '\0'.
        (d_next_char): Don't advance past trailing '\0'.
        * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
        * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char.
        (d_nested_name): Likewise.
        (d_nested_name): Likewise.
        (d_special_name): Likewise.
        (d_special_name): Likewise.
        (d_call_offset): Likewise.
        (d_call_offset): Likewise.
        (d_function_type): Likewise.
        (d_function_type): Likewise.
        (d_array_type): Likewise.
        (d_array_type): Likewise.
        (d_pointer_to_member_type): Likewise.
        (d_pointer_to_member_type): Likewise.
        (d_template_param): Likewise.
        (d_template_param): Likewise.
        (d_template_args): Likewise.
        (d_template_args): Likewise.
        (d_template_arg): Likewise.
        (d_template_arg): Likewise.
        (d_expr_primary): Likewise.
        (d_expr_primary): Likewise.
        (d_local_name): Likewise.
        (d_local_name): Likewise.
        (d_substitution): Likewise.
        (d_substitution): Likewise.
        (d_ctor_dtor_name): Use d_advance rather than d_next_char.
        (d_ctor_dtor_name): Use d_advance rather than d_next_char.
        * testsuite/test-demangle.c: Include sys/mman.h.
        * testsuite/test-demangle.c: Include sys/mman.h.
        (MAP_ANONYMOUS): Define.
        (MAP_ANONYMOUS): Define.
        (protect_end): New.
        (protect_end): New.
        (main): Use protect_end.
        (main): Use protect_end.
        * testsuite/demangle-expected: Add testcases for overrunning
        * testsuite/demangle-expected: Add testcases for overrunning
        the end of the string.
        the end of the string.
2006-11-30  Andrew Stubbs  
2006-11-30  Andrew Stubbs  
            J"orn Rennecke 
            J"orn Rennecke 
        PR driver/29931
        PR driver/29931
        * make-relative-prefix.c (make_relative_prefix_1): New function,
        * make-relative-prefix.c (make_relative_prefix_1): New function,
        broken out of make_relative_prefix.  Make link resolution dependent
        broken out of make_relative_prefix.  Make link resolution dependent
        on new parameter.
        on new parameter.
        (make_relative_prefix): Use make_relative_prefix_1.
        (make_relative_prefix): Use make_relative_prefix_1.
        (make_relative_prefix_ignore_links): New function.
        (make_relative_prefix_ignore_links): New function.
2006-11-08  Vladimir Prus  
2006-11-08  Vladimir Prus  
        * pex-win32.c (no_suffixes): Remove.
        * pex-win32.c (no_suffixes): Remove.
        (std_suffixes): Add "" as first element.
        (std_suffixes): Add "" as first element.
        (find_executable): Remove detection of already-present
        (find_executable): Remove detection of already-present
        extension. Try all suffixes in std_suffixes.
        extension. Try all suffixes in std_suffixes.
2006-11-07  Julian Brown  
2006-11-07  Julian Brown  
        * floatformat.c (get_field): Fix segfault with little-endian word
        * floatformat.c (get_field): Fix segfault with little-endian word
        order on 64-bit hosts.
        order on 64-bit hosts.
        (put_field): Likewise.
        (put_field): Likewise.
        (min): Move definition.
        (min): Move definition.
2006-10-26  Danny Smith  
2006-10-26  Danny Smith  
        pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
        pex-win32.c (argv_to_cmdline): Replace xmalloc with XNEWVEC.
        (find_executable): Likewise.
        (find_executable): Likewise.
        (win32_spawn): Cast alloca return to (char**).
        (win32_spawn): Cast alloca return to (char**).
        Replace malloc with XNEWVEC.
        Replace malloc with XNEWVEC.
        bcopy.c (bcopy): Add explict casts in assignments.
        bcopy.c (bcopy): Add explict casts in assignments.
2006-10-25  Ben Elliston  
2006-10-25  Ben Elliston  
        * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
        * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
2006-10-10  Brooks Moses  
2006-10-10  Brooks Moses  
        * Makefile.in: Added "pdf", "libiberty.pdf" target support.
        * Makefile.in: Added "pdf", "libiberty.pdf" target support.
        * testsuite/Makefile.in: Added empty "pdf" target.
        * testsuite/Makefile.in: Added empty "pdf" target.
2006-09-22  Ian Lance Taylor  
2006-09-22  Ian Lance Taylor  
        PR other/29176
        PR other/29176
        * cp-demangle.c (d_substitution): Check for overflow when
        * cp-demangle.c (d_substitution): Check for overflow when
        computing substitution index.
        computing substitution index.
2006-08-30  Corinna Vinschen  
2006-08-30  Corinna Vinschen  
        * configure.ac: Add case for Mingw as host.
        * configure.ac: Add case for Mingw as host.
        * configure: Regenerate.
        * configure: Regenerate.
2006-08-27  Ian Lance Taylor  
2006-08-27  Ian Lance Taylor  
        PR driver/27622
        PR driver/27622
        * pex-common.h (struct pex_funcs): Add toclose parameter to
        * pex-common.h (struct pex_funcs): Add toclose parameter to
        exec_child field.
        exec_child field.
        * pex-common.c (pex_run_in_environment): Pass toclose to
        * pex-common.c (pex_run_in_environment): Pass toclose to
        exec_child.
        exec_child.
        * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
        * pex-djgpp.c (pex_djgpp_exec_child): Add toclose parameter.
        * pex-unix.c (pex_unix_exec_child): Likewise.
        * pex-unix.c (pex_unix_exec_child): Likewise.
        * pex-msdos.c (pex_msdos_exec_child): Likewise.
        * pex-msdos.c (pex_msdos_exec_child): Likewise.
        * pex-win32.c (pex_win32_exec_child): Likewise.
        * pex-win32.c (pex_win32_exec_child): Likewise.
        PR other/28797
        PR other/28797
        * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
        * cp-demangle.c (d_pointer_to_member_type): Do add a substitution
        for a qualified member which is not a function.
        for a qualified member which is not a function.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
2006-07-27  Jan Hubicka  
2006-07-27  Jan Hubicka  
        PR rtl-optimization/28071
        PR rtl-optimization/28071
        * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
        * hashtab.c (htab_empty): Clear out n_deleted/n_elements;
        downsize the hashtable.
        downsize the hashtable.
2006-07-04  Peter O'Gorman  
2006-07-04  Peter O'Gorman  
        * Makefile.in: chmod 644 before ranlib during install.
        * Makefile.in: chmod 644 before ranlib during install.
2006-06-02  Mark Shinwell  
2006-06-02  Mark Shinwell  
        * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
        * pex-unix.c (pex_unix_exec_child): Insert cast when assigning
        to environ.
        to environ.
2006-06-01  Mark Shinwell  
2006-06-01  Mark Shinwell  
        * pex-common.c: New function pex_run_in_environment.
        * pex-common.c: New function pex_run_in_environment.
        * pex-common.h: Add environment parameter to exec_child.
        * pex-common.h: Add environment parameter to exec_child.
        * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
        * pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
        * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
        * pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
        (pex_djgpp_exec_child): Pass environment to child process.
        (pex_djgpp_exec_child): Pass environment to child process.
        * pex-unix.c: Add environment parameter to pex_unix_exec_child.
        * pex-unix.c: Add environment parameter to pex_unix_exec_child.
        (pex_unix_exec_child): Pass environment to child process.
        (pex_unix_exec_child): Pass environment to child process.
        * pex-win32.c: Add environment parameter to pex_win32_exec_child.
        * pex-win32.c: Add environment parameter to pex_win32_exec_child.
        New function env_compare for comparing VAR=VALUE pairs.
        New function env_compare for comparing VAR=VALUE pairs.
        (win32_spawn): Assemble environment block and pass to CreateProcess.
        (win32_spawn): Assemble environment block and pass to CreateProcess.
        (spawn_script): Pass environment through to win32_spawn.
        (spawn_script): Pass environment through to win32_spawn.
        (pex_win32_exec_child): Pass environment through to spawn_script and
        (pex_win32_exec_child): Pass environment through to spawn_script and
        win32_spawn.
        win32_spawn.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
        * pexecute.txh: Document pex_run_in_environment.
        * pexecute.txh: Document pex_run_in_environment.
2006-05-28  Mark Shinwell  
2006-05-28  Mark Shinwell  
        * mkstemps.c: Open temporary files in binary mode.
        * mkstemps.c: Open temporary files in binary mode.
2006-05-12  Anton Blanchard  
2006-05-12  Anton Blanchard  
        * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
        * cplus-dem.c (demangle_fund_type): Ensure buf is large enough to
        hold "int%u_t".
        hold "int%u_t".
2006-04-24  Julian Brown  
2006-04-24  Julian Brown  
        * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
        * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
2006-03-29  Jim Blandy  
2006-03-29  Jim Blandy  
        * pex-common.c (pex_input_file, pex_input_pipe): New functions.
        * pex-common.c (pex_input_file, pex_input_pipe): New functions.
        (pex_init_common): Initialize obj->input_file.
        (pex_init_common): Initialize obj->input_file.
        (pex_run): Close any file opened by pex_input_file.
        (pex_run): Close any file opened by pex_input_file.
        * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
        * pexecute.txh (pex_input_file, pex_input_pipe): New docs.
        * pex-common.h (struct pex_obj): New field input_file.
        * pex-common.h (struct pex_obj): New field input_file.
        (struct pex_funcs): New function ptr fdopenw.
        (struct pex_funcs): New function ptr fdopenw.
        * pex-unix.c (pex_unix_fdopenw): New function.
        * pex-unix.c (pex_unix_fdopenw): New function.
        (funcs): List it as our fdopenw function.
        (funcs): List it as our fdopenw function.
        * pex-win32.c (pex_win32_fdopenw): New function.
        * pex-win32.c (pex_win32_fdopenw): New function.
        (funcs): List it as our fdopenw function.
        (funcs): List it as our fdopenw function.
        * pex-djgpp.c (funcs): Leave fdopenw null.
        * pex-djgpp.c (funcs): Leave fdopenw null.
        * pex-msdos (funcs): Same.
        * pex-msdos (funcs): Same.
        * functions.texi: Regenerated.
        * functions.texi: Regenerated.
2006-04-10  Jim Blandy  
2006-04-10  Jim Blandy  
        * pex-common.c (temp_file): New function, containing guts of
        * pex-common.c (temp_file): New function, containing guts of
        pex-style temporary file name generation.
        pex-style temporary file name generation.
        (pex_run): Use it.
        (pex_run): Use it.
2006-04-06  Carlos O'Donell  
2006-04-06  Carlos O'Donell  
        * Makefile.in: Add install-html, install-html-am, and
        * Makefile.in: Add install-html, install-html-am, and
        install-html-recursive targets. Define mkdir_p and
        install-html-recursive targets. Define mkdir_p and
        NORMAL_INSTALL.
        NORMAL_INSTALL.
        * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
        * configure.ac: AC_SUBST datarootdir, docdir, htmldir.
        * configure: Regenerate.
        * configure: Regenerate.
        * testsuite/Makefile.in: Add install-html and html targets.
        * testsuite/Makefile.in: Add install-html and html targets.
2006-03-31  Mark Mitchell  
2006-03-31  Mark Mitchell  
        * pex-win32.c (): Include.
        * pex-win32.c (): Include.
        (fix_argv): Remove.
        (fix_argv): Remove.
        (argv_to_cmdline): New function.
        (argv_to_cmdline): New function.
        (std_suffixes): New variable.
        (std_suffixes): New variable.
        (no_suffixes): Likewise.
        (no_suffixes): Likewise.
        (find_executable): New function.
        (find_executable): New function.
        (win32_spawn): Likewise.
        (win32_spawn): Likewise.
        (spawn_script): Use win32_spawn instead of _spawnv[p].
        (spawn_script): Use win32_spawn instead of _spawnv[p].
        (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
        (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
        (pex_win32_wait): Likewise.
        (pex_win32_wait): Likewise.
2006-03-24  Jim Blandy  
2006-03-24  Jim Blandy  
        * pex-common.c (pex_run): Simplify output name handling.
        * pex-common.c (pex_run): Simplify output name handling.
2006-03-12  Jim Blandy  
2006-03-12  Jim Blandy  
        * pex-common.h (struct pex_obj): Doc fixes.
        * pex-common.h (struct pex_obj): Doc fixes.
2006-03-11  Jim Blandy  
2006-03-11  Jim Blandy  
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2006-02-21  Ben Elliston  
2006-02-21  Ben Elliston  
        * pexecute.c (pwait): Syntax fix for previous change.
        * pexecute.c (pwait): Syntax fix for previous change.
2006-02-17  Uttam Pawar  
2006-02-17  Uttam Pawar  
        * pexecute.c (pwait): Free vector pointer.
        * pexecute.c (pwait): Free vector pointer.
        * partition.c (partition_print): Free class_elements pointer.
        * partition.c (partition_print): Free class_elements pointer.
2006-02-11  Roger Sayle  
2006-02-11  Roger Sayle  
            R. Scott Bailey  
            R. Scott Bailey  
            Bill Northcott  
            Bill Northcott  
        PR bootstrap/16787
        PR bootstrap/16787
        * floatformat.c: Include  where available.
        * floatformat.c: Include  where available.
        (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
        (NAN): Use value of DBL_QNAN if defined, and NAN isn't.
2006-01-29  Gabriel Dos Reis  
2006-01-29  Gabriel Dos Reis  
        * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
        * configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where
        supported.
        supported.
        * configure: Regenerated.
        * configure: Regenerated.
2006-01-20  Carlos O'Donell  
2006-01-20  Carlos O'Donell  
        * testsuite/Makefile.in: Add test-expandargv test.
        * testsuite/Makefile.in: Add test-expandargv test.
        * testsuite/test-expandargv.c: New test.
        * testsuite/test-expandargv.c: New test.
        * argv.c (expandargv): Check for errors with ferror,
        * argv.c (expandargv): Check for errors with ferror,
        rather than just by looking at return value from fread.
        rather than just by looking at return value from fread.
2005-12-17  Gabriel Dos Reis  
2005-12-17  Gabriel Dos Reis  
        * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
        * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
        to convert from "from".
        to convert from "from".
        (floatformat_to_double): Likewise.
        (floatformat_to_double): Likewise.
        (floatformat_from_double): Use explicit cast to convert from "to".
        (floatformat_from_double): Use explicit cast to convert from "to".
2005-12-10  Terry Laurenzo  
2005-12-10  Terry Laurenzo  
        PR java/9861
        PR java/9861
        * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
        * cp-demangle.c (d_bare_function_type): Recognize new 'J' qualifer
        and include return type when found.
        and include return type when found.
        (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
        (d_print_comp)[DEMANGLE_COMPONENT_FUNCTION_TYPE]: Add
        conditional logic to change printing order of return type.when
        conditional logic to change printing order of return type.when
        the DMGL_RET_POSTFIX option is present.
        the DMGL_RET_POSTFIX option is present.
        (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
        (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
        call.
        call.
        * testsuite/test-demangle.c (main): Recognize option --ret-postfix
        * testsuite/test-demangle.c (main): Recognize option --ret-postfix
        * testsuite/demangle-expected: Test cases to verify extended encoding.
        * testsuite/demangle-expected: Test cases to verify extended encoding.
        Updated comment to document --ret-postfix option.
        Updated comment to document --ret-postfix option.
2005-11-06  Richard Guenther  
2005-11-06  Richard Guenther  
        * splay-tree.c (rotate_left): New function.
        * splay-tree.c (rotate_left): New function.
        (rotate_right): Likewise.
        (rotate_right): Likewise.
        (splay_tree_splay_helper): Remove.
        (splay_tree_splay_helper): Remove.
        (splay_tree_splay): Re-implement.
        (splay_tree_splay): Re-implement.
2005-10-31  Mark Kettenis  
2005-10-31  Mark Kettenis  
        * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
        * floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
        New variables.
        New variables.
2005-10-07  Mark Mitchell  
2005-10-07  Mark Mitchell  
        * at-file.texi: Fix typo.
        * at-file.texi: Fix typo.
2005-10-03  Mark Mitchell  
2005-10-03  Mark Mitchell  
        * at-file.texi: New file.
        * at-file.texi: New file.
2005-09-27  Mark Mitchell  
2005-09-27  Mark Mitchell  
        * argv.c (expandargv): Do not use xmalloc_failed.
        * argv.c (expandargv): Do not use xmalloc_failed.
2005-09-26  Mark Mitchell  
2005-09-26  Mark Mitchell  
        * argv.c (safe-ctype.h): Include it.
        * argv.c (safe-ctype.h): Include it.
        (ISBLANK): Remove.
        (ISBLANK): Remove.
        (stdio.h): Include.
        (stdio.h): Include.
        (buildargv): Use ISSPACE instead of ISBLANK.
        (buildargv): Use ISSPACE instead of ISBLANK.
        (expandargv): New function.
        (expandargv): New function.
        * Makefile.in: Regenerated.
        * Makefile.in: Regenerated.
2005-09-14  Christopher Faylor  
2005-09-14  Christopher Faylor  
        * pex-win32.c: Include "windows.h".
        * pex-win32.c: Include "windows.h".
        (backslashify): New function.
        (backslashify): New function.
        (fix_argv): Use backslashify to convert path to windows format.
        (fix_argv): Use backslashify to convert path to windows format.
        Allocate one more place in new argv for potential executable from '#!'
        Allocate one more place in new argv for potential executable from '#!'
        parsing.
        parsing.
        (tack_on_executable): New function.  Conditional on USE_MINGW_MSYS
        (tack_on_executable): New function.  Conditional on USE_MINGW_MSYS
        (openkey): Ditto.
        (openkey): Ditto.
        (mingw_rootify): Ditto.
        (mingw_rootify): Ditto.
        (msys_rootify): Ditto.
        (msys_rootify): Ditto.
        (spawn_script): New function.
        (spawn_script): New function.
        (pex_win32_exec_child): Save translated argv in newargv.  Pass to
        (pex_win32_exec_child): Save translated argv in newargv.  Pass to
        spawn_script if spawnv* fails.
        spawn_script if spawnv* fails.
        (main): New function.  Conditional on MAIN.  Useful for testing.
        (main): New function.  Conditional on MAIN.  Useful for testing.
2005-08-17  Mark Kettenis  
2005-08-17  Mark Kettenis  
        * floatformat.c (floatformat_always_valid): Change type of last
        * floatformat.c (floatformat_always_valid): Change type of last
        argument to `void *'.
        argument to `void *'.
        (floatformat_i387_ext_is_valid): Likewise.
        (floatformat_i387_ext_is_valid): Likewise.
        (floatformat_to_double): Change type of second argument to `const
        (floatformat_to_double): Change type of second argument to `const
        void *'.
        void *'.
        (floatformat_from_double): Change type of last argument to `void
        (floatformat_from_double): Change type of last argument to `void
        *'.
        *'.
        (floatformat_is_valid): Change type of last argument to `const
        (floatformat_is_valid): Change type of last argument to `const
        void *'.
        void *'.
        (ieee_test): Remove redundant casts.
        (ieee_test): Remove redundant casts.
2005-08-17  Kelley Cook  
2005-08-17  Kelley Cook  
        * strverscmp.c: Update FSF address.
        * strverscmp.c: Update FSF address.
        * testsuite/Makefile.in: Likewise.
        * testsuite/Makefile.in: Likewise.
        * testsuite/test-demangle.c: Likewise.
        * testsuite/test-demangle.c: Likewise.
        * testsuite/test-pexecute.c: Likewise.
        * testsuite/test-pexecute.c: Likewise.
2005-07-23  Kaveh R. Ghazi  
2005-07-23  Kaveh R. Ghazi  
        * getopt.c: Include ansidecl.h before system headers.
        * getopt.c: Include ansidecl.h before system headers.
2005-07-22  Ben Elliston  
2005-07-22  Ben Elliston  
        * getopt.c: Include "ansidecl.h".
        * getopt.c: Include "ansidecl.h".
        (_getopt_initialize): Mark argc and argv parameters as unused.
        (_getopt_initialize): Mark argc and argv parameters as unused.
2005-07-22  Ben Elliston  
2005-07-22  Ben Elliston  
        * regex.c (regcomp): Change type of `i' from unsigned to int.
        * regex.c (regcomp): Change type of `i' from unsigned to int.
2005-07-22  Ben Elliston  
2005-07-22  Ben Elliston  
        Recover patch lost in the sourceware repository:
        Recover patch lost in the sourceware repository:
        2005-07-09  Ben Elliston  
        2005-07-09  Ben Elliston  
        * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
        * memcpy.c: Remove ANSI_PROTOTYPES conditional code.
        * memmove.c: Likewise.
        * memmove.c: Likewise.
        * objalloc.c: Likewise.
        * objalloc.c: Likewise.
2005-07-22  Ben Elliston  
2005-07-22  Ben Elliston  
        * configure.ac: Check for a getopt(3) declaration.
        * configure.ac: Check for a getopt(3) declaration.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
2005-07-15  Ben Elliston  
2005-07-15  Ben Elliston  
        * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
        * regex.c (TRANSLATE): Cast rhs of ternary expression to char.
2005-07-12  Ben Elliston  
2005-07-12  Ben Elliston  
        * floatformat.c (floatformat_to_double): Add a comment about a
        * floatformat.c (floatformat_to_double): Add a comment about a
        potential source of warnings when compiling this file.
        potential source of warnings when compiling this file.
2005-07-12  Ben Elliston  
2005-07-12  Ben Elliston  
        * pexecute.c (pexecute): Cast string litrals to char *.
        * pexecute.c (pexecute): Cast string litrals to char *.
        * regex.c (re_comp): Cast a call to gettext() to char *.
        * regex.c (re_comp): Cast a call to gettext() to char *.
2005-07-07  Kelley Cook  
2005-07-07  Kelley Cook  
        * config.table: Delete file.  Move former contents into ...
        * config.table: Delete file.  Move former contents into ...
        * configure.ac: ... here and escape any brackets for m4.
        * configure.ac: ... here and escape any brackets for m4.
        * Makefile.in (config.status): Remove dependency on config.table.
        * Makefile.in (config.status): Remove dependency on config.table.
        * configure: Regenerate.
        * configure: Regenerate.
2005-07-07  Kelley Cook  
2005-07-07  Kelley Cook  
        * config.in: Regenerate for 6/20 change.
        * config.in: Regenerate for 6/20 change.
2005-07-03  Steve Ellcey  
2005-07-03  Steve Ellcey  
        PR other/13906
        PR other/13906
        * md5.c (md5_process_bytes): Check alignment.
        * md5.c (md5_process_bytes): Check alignment.
2005-07-01  Ian Lance Taylor  
2005-07-01  Ian Lance Taylor  
        PR other/22268
        PR other/22268
        * cp-demangle.c (d_expr_primary): Don't run off the end of the
        * cp-demangle.c (d_expr_primary): Don't run off the end of the
        string while looking for the end of a literal value.
        string while looking for the end of a literal value.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
2005-06-30  Daniel Berlin  
2005-06-30  Daniel Berlin  
        * hashtab.c (EMPTY_ENTRY): Moved and renamed.
        * hashtab.c (EMPTY_ENTRY): Moved and renamed.
        (DELETED_ENTRY): Ditto.
        (DELETED_ENTRY): Ditto.
2005-06-20  Geoffrey Keating  
2005-06-20  Geoffrey Keating  
        * strverscmp.c: New.
        * strverscmp.c: New.
        * Makefile.in (CFILES): Add strverscmp.c.
        * Makefile.in (CFILES): Add strverscmp.c.
        (CONFIGURED_OFILES): Add strverscmp.o.
        (CONFIGURED_OFILES): Add strverscmp.o.
        (strverscmp.o): New rule.
        (strverscmp.o): New rule.
        (stamp-functions): Add $(srcdir) to files in source directory.
        (stamp-functions): Add $(srcdir) to files in source directory.
        * configure.ac (funcs): Add strverscmp.
        * configure.ac (funcs): Add strverscmp.
        (AC_CHECK_FUNCS): Add strverscmp.
        (AC_CHECK_FUNCS): Add strverscmp.
        * configure: Regenerate.
        * configure: Regenerate.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2005-05-28  Eli Zaretskii  
2005-05-28  Eli Zaretskii  
        * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
        * configure.ac: Add snprintf and vsnprintf to AC_CHEK_DECLS.
        * config.in, configure: Regenerate.
        * config.in, configure: Regenerate.
2005-05-25  Richard Henderson  
2005-05-25  Richard Henderson  
        * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
        * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS.
        (d_make_comp, d_print_comp): Likewise.
        (d_make_comp, d_print_comp): Likewise.
        (d_special_name): Generate one.
        (d_special_name): Generate one.
        * testsuite/demangle-expected: Add a hidden alias test.
        * testsuite/demangle-expected: Add a hidden alias test.
2005-05-24  Gabriel Dos Reis  
2005-05-24  Gabriel Dos Reis  
        * configure.ac: Check declarations for calloc(), getenv(),
        * configure.ac: Check declarations for calloc(), getenv(),
        malloc(), realloc() and sbrk().
        malloc(), realloc() and sbrk().
        * config.in: Regenerate.
        * config.in: Regenerate.
        * configure: Likewise.
        * configure: Likewise.
        * alloca.c (C_alloca): Change "new" to "new_storage".  Use XNEWVEC
        * alloca.c (C_alloca): Change "new" to "new_storage".  Use XNEWVEC
        instead of xmalloc.
        instead of xmalloc.
        * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
        * choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
        * concat.c (liiberty_concat_ptr): Surround definition with an
        * concat.c (liiberty_concat_ptr): Surround definition with an
        extern "C" block, if __cplusplus.
        extern "C" block, if __cplusplus.
        (concat): Use XNEWVEC instead of xmalloc.
        (concat): Use XNEWVEC instead of xmalloc.
        (reconcat): Likewise.
        (reconcat): Likewise.
        * cp-demangle.c (struct d_print_template): Rename member
        * cp-demangle.c (struct d_print_template): Rename member
        "template" to "template_decl".  Adjust use throughout the file.
        "template" to "template_decl".  Adjust use throughout the file.
        (d_print_resize): Properly cast return value of realloc().
        (d_print_resize): Properly cast return value of realloc().
        (cplus_demangle_print): Same for malloc().
        (cplus_demangle_print): Same for malloc().
        (d_demangle): Likewise.
        (d_demangle): Likewise.
        * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
        * cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
        "typename" to "type_name".
        "typename" to "type_name".
        * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
        * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
        (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
        (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
        (demangle_template_value_parm): Likewise.
        (demangle_template_value_parm): Likewise.
        (demangle_template): Likewise.
        (demangle_template): Likewise.
        (recursively_demangle): Likewise.
        (recursively_demangle): Likewise.
        (do_hpacc_template_literal): Likewise.
        (do_hpacc_template_literal): Likewise.
        (do_arg): Likewise.
        (do_arg): Likewise.
        (remember_type): Likewise.
        (remember_type): Likewise.
        (remember_Ktype): Likewise.
        (remember_Ktype): Likewise.
        (register_Btype): Likewise.
        (register_Btype): Likewise.
        (string_need): Use XRESIZEVEC instead of xrealloc().
        (string_need): Use XRESIZEVEC instead of xrealloc().
        * dyn-string.c (dyn_string_init): Use XNEWVEC.
        * dyn-string.c (dyn_string_init): Use XNEWVEC.
        (dyn_string_new): Use XNEW.
        (dyn_string_new): Use XNEW.
        (dyn_string_resize): Use XRESIZEVEC.
        (dyn_string_resize): Use XRESIZEVEC.
        * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
        * fnmatch.c (fnmatch): Rename local variable "not" to "negate".
        * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
        * getopt.c (getenv): Declare only if !__cplusplus and !getenv.
        Otherwise include .
        Otherwise include .
        (exchange): Cast return value of malloc().
        (exchange): Cast return value of malloc().
        * hashtab.c (htab_size): Define as both macro and non-inline
        * hashtab.c (htab_size): Define as both macro and non-inline
        function.
        function.
        (htab_elements): Likewise.
        (htab_elements): Likewise.
        * getpwd.c (getpwd): Use XNEWVEC.
        * getpwd.c (getpwd): Use XNEWVEC.
        (htab_create_alloc_ex): Use C90 prototype-style.
        (htab_create_alloc_ex): Use C90 prototype-style.
        * lrealpath.c (lrealpath): Appropriately cast return value of
        * lrealpath.c (lrealpath): Appropriately cast return value of
        malloc().
        malloc().
        * make-relative-prefix.c (save_string): Likewise.
        * make-relative-prefix.c (save_string): Likewise.
        * make-temp-file.c (try_dir): Rename from "try".  Adjust use in
        * make-temp-file.c (try_dir): Rename from "try".  Adjust use in
        the file.
        the file.
        (choose_tmpdir): Use XNEWVEC.
        (choose_tmpdir): Use XNEWVEC.
        * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
        * mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
        * pex-common.c (pex_init_common): Use XNEW.
        * pex-common.c (pex_init_common): Use XNEW.
        (pex_add_remove): Use XRESIZEVEC.
        (pex_add_remove): Use XRESIZEVEC.
        (pex_run): Likewise.
        (pex_run): Likewise.
        (pex_get_status_and_time): Likewise.
        (pex_get_status_and_time): Likewise.
        * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
        * pex-djgpp.c (pex_djgpp_exec_child): Likewise.
        * pex-msdos.c (pex_init): Use XNEW.
        * pex-msdos.c (pex_init): Use XNEW.
        (pex_msdos_exec_child): Likewise.
        (pex_msdos_exec_child): Likewise.
        (pex_msdos_exec_child): Use XRESIZEVEC.
        (pex_msdos_exec_child): Use XRESIZEVEC.
        * pex-unix.c (pex_wait): Use XNEW.
        * pex-unix.c (pex_wait): Use XNEW.
        * pex-win32.c (fix_argv): Use XNEWVEC.
        * pex-win32.c (fix_argv): Use XNEWVEC.
        * pexecute.c (pwait): Likewise.
        * pexecute.c (pwait): Likewise.
        * setenv.c (setenv): Properly cast return value of malloc().
        * setenv.c (setenv): Properly cast return value of malloc().
        * sigsetmask.c (sigsetmask): Rename local variables "old" and
        * sigsetmask.c (sigsetmask): Rename local variables "old" and
        "new" to "old_sig" and "new_sig".
        "new" to "old_sig" and "new_sig".
        * sort.c (main): Use XNEWVEC.
        * sort.c (main): Use XNEWVEC.
        * spaces.c (spaces): Cast return value of malloc().
        * spaces.c (spaces): Cast return value of malloc().
        * strndup.c (strndup): Likewise.
        * strndup.c (strndup): Likewise.
        * ternary.c (ternary_insert): Use XNEW.
        * ternary.c (ternary_insert): Use XNEW.
        * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
        * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
        with an extern "C" block if __cplusplus.
        with an extern "C" block if __cplusplus.
        * xstrdup.c (xstrdup): Cast return value of memcpy().
        * xstrdup.c (xstrdup): Cast return value of memcpy().
        * xstrerror.c (strerror): Enclose declaration in an extern "C"
        * xstrerror.c (strerror): Enclose declaration in an extern "C"
        block if __cplusplus.
        block if __cplusplus.
        * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
        * xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().
2005-05-16  Andreas Jaeger  
2005-05-16  Andreas Jaeger  
        * getpwd.c: Remove unneeded prototype getcwd and move getwd so
        * getpwd.c: Remove unneeded prototype getcwd and move getwd so
        that it's only declared if needed.
        that it's only declared if needed.
        * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
        * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
        defined.
        defined.
2005-05-15  Andreas Jaeger  
2005-05-15  Andreas Jaeger  
        * functions.texi: Regenerated.
        * functions.texi: Regenerated.
2005-05-15  Eli Zaretskii  
2005-05-15  Eli Zaretskii  
        * pexecute.txh: Enclose multi-word data types in @deftypefn in
        * pexecute.txh: Enclose multi-word data types in @deftypefn in
        braces.  Minor wording fixes.  Use --- for em-dash.  Use
        braces.  Minor wording fixes.  Use --- for em-dash.  Use
        @enumerate in enumerated lists.
        @enumerate in enumerated lists.
        * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
        * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
        braces.
        braces.
2005-05-11  Eli Zaretskii  
2005-05-11  Eli Zaretskii  
        * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
        * pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
        sys/stat.h.
        sys/stat.h.
        (pex_init): Fix last argument to pex_init_common.
        (pex_init): Fix last argument to pex_init_common.
        (pex_djgpp_exec_child): Remove leading underscore from _open,
        (pex_djgpp_exec_child): Remove leading underscore from _open,
        _dup, _dup2, _close, and _spawnv/_spawnvp.  Replace `program',
        _dup, _dup2, _close, and _spawnv/_spawnvp.  Replace `program',
        which is undeclared, with `executable', which was unused.  Remove
        which is undeclared, with `executable', which was unused.  Remove
        unused variable `e'.  Fix casting of last arg to spawnv/spawnvp.
        unused variable `e'.  Fix casting of last arg to spawnv/spawnvp.
        (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
        (pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
2005-05-11  Paul Brook  
2005-05-11  Paul Brook  
        * Makefile.in: Regenerate dependencies.
        * Makefile.in: Regenerate dependencies.
2005-05-10  Nick Clifton  
2005-05-10  Nick Clifton  
        * Update the address and phone number of the FSF organization in
        * Update the address and phone number of the FSF organization in
        the GPL notices in the following files:
        the GPL notices in the following files:
        COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
        COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
        choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
        choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
        cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
        cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
        fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
        fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
        gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
        gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
        lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
        lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
        make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
        make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
        obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
        obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
        pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
        pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
        physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
        physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
        sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
        sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
        strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
        strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
        vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
        vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
2005-05-06  Kelley Cook  
2005-05-06  Kelley Cook  
        * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
        * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.
        * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
        * configure.ac: Replace any AC_DEFINE_NOAUTOHEADER with AC_DEFINE.
        * configure: Regenerate.
        * configure: Regenerate.
2005-05-06  Kelley Cook  
2005-05-06  Kelley Cook  
        * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
        * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
        Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
        Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
        * aclocal.m4: Don't include accross.m4.
        * aclocal.m4: Don't include accross.m4.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
2005-04-25  Kaveh R. Ghazi  
2005-04-25  Kaveh R. Ghazi  
        * fopen_unlocked.c (unlock_std_streams): New.
        * fopen_unlocked.c (unlock_std_streams): New.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2005-04-16  Kaveh R. Ghazi  
2005-04-16  Kaveh R. Ghazi  
        * fopen_unlocked.c (unlock_stream): New.
        * fopen_unlocked.c (unlock_stream): New.
        Consolidate unlocking code into a helper function.
        Consolidate unlocking code into a helper function.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2005-04-13  Gabriel Dos Reis  
2005-04-13  Gabriel Dos Reis  
        * asprintf.c: Include config.h.
        * asprintf.c: Include config.h.
        * basename.c: Likewise.
        * basename.c: Likewise.
        * fdmatch.c: Likewise.
        * fdmatch.c: Likewise.
        * hex.c: Likewise.
        * hex.c: Likewise.
        * lbasename.c: Likewise.
        * lbasename.c: Likewise.
        * spaces.c: Likewise.
        * spaces.c: Likewise.
        * xatexit.c:Likewise.
        * xatexit.c:Likewise.
        * configure.ac:  Do check declarations for basename, ffs, asprintf
        * configure.ac:  Do check declarations for basename, ffs, asprintf
        and vasprintf for real.
        and vasprintf for real.
        * configure: Regenerate.
        * configure: Regenerate.
2005-04-13  Gabriel Dos Reis  
2005-04-13  Gabriel Dos Reis  
        * argv.c (dupargv): Allocate space of argv[argc], not
        * argv.c (dupargv): Allocate space of argv[argc], not
        sizeof(char *) of that amount.  Cast result to char *.
        sizeof(char *) of that amount.  Cast result to char *.
2005-04-12  Gabriel Dos Reis  
2005-04-12  Gabriel Dos Reis  
        * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
        * regex.c (wcs_re_match_2_internal, byte_re_match_2_internal):
        Replace not with negate.
        Replace not with negate.
2005-04-12  Gabriel Dos Reis  
2005-04-12  Gabriel Dos Reis  
        * configure.ac: Check declarations for basename, ffs, asprintf,
        * configure.ac: Check declarations for basename, ffs, asprintf,
        vasprintf.
        vasprintf.
        * configure: Regenerate.
        * configure: Regenerate.
        * config.in: Likewise.
        * config.in: Likewise.
2005-04-11  Kaveh R. Ghazi  
2005-04-11  Kaveh R. Ghazi  
        * Makefile.in (CFILES): Add fopen_unlocked.c.
        * Makefile.in (CFILES): Add fopen_unlocked.c.
        (REQUIRED_OFILES): Add ./fopen_unlocked.o.
        (REQUIRED_OFILES): Add ./fopen_unlocked.o.
        Regenerate dependencies.
        Regenerate dependencies.
        * configure.ac: Check for stdio_ext.h and __fsetlocking.
        * configure.ac: Check for stdio_ext.h and __fsetlocking.
        * fopen_unlocked.c: New file.
        * fopen_unlocked.c: New file.
        * functions.texi, configure, config.in: Regenerate.
        * functions.texi, configure, config.in: Regenerate.
2005-04-04  Ian Lance Taylor  
2005-04-04  Ian Lance Taylor  
        * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
        * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
        declaration before statement.
        declaration before statement.
2005-04-02  Kaveh R. Ghazi  
2005-04-02  Kaveh R. Ghazi  
        * bcmp.c: Fix warnings and implement using memcmp.
        * bcmp.c: Fix warnings and implement using memcmp.
        * bcopy.c: Fix warnings.
        * bcopy.c: Fix warnings.
        * bzero.c: Fix warnings and implement using memset.
        * bzero.c: Fix warnings and implement using memset.
        * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
        * configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
        -Wstrict-prototypes.
        -Wstrict-prototypes.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
        * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
        * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
        warnings and reconcile interfaces with relevant standards.
        warnings and reconcile interfaces with relevant standards.
2005-04-02  Ian Lance Taylor  
2005-04-02  Ian Lance Taylor  
        * cp-demangle.c: Update copyright.
        * cp-demangle.c: Update copyright.
2005-03-31  Joseph S. Myers  
2005-03-31  Joseph S. Myers  
        * gettimeofday.c: Add "Supplemental" to @deftypefn.
        * gettimeofday.c: Add "Supplemental" to @deftypefn.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2005-03-28  Ian Lance Taylor  
2005-03-28  Ian Lance Taylor  
        * pex-common.c: New file.
        * pex-common.c: New file.
        * pex-one.c: New file.
        * pex-one.c: New file.
        * pexecute.c: New file.
        * pexecute.c: New file.
        * pex-common.h: Include .
        * pex-common.h: Include .
        (struct pex_obj): Define.
        (struct pex_obj): Define.
        (struct pex_funcs): Define.
        (struct pex_funcs): Define.
        (pex_init_common): Declare.
        (pex_init_common): Declare.
        * pex-unix.c: Rewrite.
        * pex-unix.c: Rewrite.
        * pex-win32.c: Rewrite.
        * pex-win32.c: Rewrite.
        * pex-djgpp.c: Rewrite.
        * pex-djgpp.c: Rewrite.
        * pex-msdos.c: Rewrite.
        * pex-msdos.c: Rewrite.
        * testsuite/text-pexecute.c: New file.
        * testsuite/text-pexecute.c: New file.
        * pexecute.txh: Rewrite.
        * pexecute.txh: Rewrite.
        * configure.ac: Check for wait3 and wait4.  Set CHECK to
        * configure.ac: Check for wait3 and wait4.  Set CHECK to
        really-check rather than check-cplus-dem.
        really-check rather than check-cplus-dem.
        * functions.texi: Rebuild.
        * functions.texi: Rebuild.
        * Makefile.in: Rebuild dependencies.
        * Makefile.in: Rebuild dependencies.
        (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
        (CFILES): Add pexecute.c, pex-common.c, pex-one.c.
        (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
        (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o.
        * testsuite/Makefile.in (really-check): New target.
        * testsuite/Makefile.in (really-check): New target.
        (check-pexecute, test-pexecute): New targets.
        (check-pexecute, test-pexecute): New targets.
        * configure: Rebuild.
        * configure: Rebuild.
2005-03-28  Mark Kettenis  
2005-03-28  Mark Kettenis  
        * unlink-if-ordinary.c: Include .
        * unlink-if-ordinary.c: Include .
2005-03-27  Gabriel Dos Reis  
2005-03-27  Gabriel Dos Reis  
        Convert libiberty to use ISO C prototype style 7/n.
        Convert libiberty to use ISO C prototype style 7/n.
        * regex.c (PARAMS): Remove definition.
        * regex.c (PARAMS): Remove definition.
        (PREFIX): Unconditionaly define using ISO C ## operator.
        (PREFIX): Unconditionaly define using ISO C ## operator.
        (init_syntax_once, extract_number, extract_number_and_incr,
        (init_syntax_once, extract_number, extract_number_and_incr,
        print_fastmap, print_partial_compiled_pattern,
        print_fastmap, print_partial_compiled_pattern,
        print_compiled_pattern, print_double_string, printchar,
        print_compiled_pattern, print_double_string, printchar,
        convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
        convert_mbs_to_wcs, re_set_syntax, regex_grow_registers,
        regex_compile, store_op1, store_op2, insert_op1, insert_op2,
        regex_compile, store_op1, store_op2, insert_op1, insert_op2,
        at_begline_loc_p, at_endline_p, group_in_compile_stack,
        at_begline_loc_p, at_endline_p, group_in_compile_stack,
        insert_space, wcs_compile_range, byte_compile_range,
        insert_space, wcs_compile_range, byte_compile_range,
        truncate_wchar, re_compile_fastmap, re_compile_fastmap,
        truncate_wchar, re_compile_fastmap, re_compile_fastmap,
        re_set_registers, re_search, re_search_2, re_search_3, re_match,
        re_set_registers, re_search, re_search_2, re_search_3, re_match,
        re_match_2, count_mbs_length, wcs_re_match_2_internal,
        re_match_2, count_mbs_length, wcs_re_match_2_internal,
        byte_re_match_2_internal, group_match_null_string_p,
        byte_re_match_2_internal, group_match_null_string_p,
        alt_match_null_string_p, common_op_match_null_string_p,
        alt_match_null_string_p, common_op_match_null_string_p,
        bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
        bcmp_translate, re_compile_pattern, re_comp, re_exec, regcomp,
        regexec, regerror, regfree): Use ISO C prototype style.
        regexec, regerror, regfree): Use ISO C prototype style.
        * partition.c: (elem_compare): Likewise.
        * partition.c: (elem_compare): Likewise.
        * cp-demangle.c (print_usage): Likewise.
        * cp-demangle.c (print_usage): Likewise.
2005-03-27  Gabriel Dos Reis  
2005-03-27  Gabriel Dos Reis  
        Convert libiberty to use ISO C prototype style 5/n.
        Convert libiberty to use ISO C prototype style 5/n.
        * random.c (srandom, initstate, setstate, random): Use ISO C
        * random.c (srandom, initstate, setstate, random): Use ISO C
        prototypes.
        prototypes.
        * putenv.c (putenv): Likewise.
        * putenv.c (putenv): Likewise.
        * physmem.c (physmem_available, physmem_total, main): Likewise.
        * physmem.c (physmem_available, physmem_total, main): Likewise.
        * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
        * pex-win32.c (fix_argv, pexecute, pwait): Likewise.
        * pex-unix.c (pexecute, pwait): Likewise.
        * pex-unix.c (pexecute, pwait): Likewise.
        * pex-msdos.c (pexecute, pwait): Likewise.
        * pex-msdos.c (pexecute, pwait): Likewise.
        * pex-djgpp.c (pexecute, pwait): Likewise.
        * pex-djgpp.c (pexecute, pwait): Likewise.
        * partition.c (partition_new, partition_delete, partition_union)
        * partition.c (partition_new, partition_delete, partition_union)
        (elem_compare, partition_print): Likewise.
        (elem_compare, partition_print): Likewise.
        * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
        * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
        _obstack_allocated_p, _obstack_free, obstack_free,
        _obstack_allocated_p, _obstack_free, obstack_free,
        _obstack_memory_used, print_and_abort, obstack_next_free,
        _obstack_memory_used, print_and_abort, obstack_next_free,
        obstack_object_size, obstack_base): Likewise.  Remove codes
        obstack_object_size, obstack_base): Likewise.  Remove codes
        predicated on !defined(__STDC__).
        predicated on !defined(__STDC__).
        * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
        * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
        objalloc_free_block): Use ISO C prototypes.
        objalloc_free_block): Use ISO C prototypes.
        * mkstemps.c (mkstemps): Likewise.
        * mkstemps.c (mkstemps): Likewise.
        * memset.c (memset): Likewise.
        * memset.c (memset): Likewise.
        * mempcpy.c (mempcpy): Likewise.
        * mempcpy.c (mempcpy): Likewise.
        * rename.c (rename): Likewise.
        * rename.c (rename): Likewise.
        * rindex.c (rindex): Likewise.
        * rindex.c (rindex): Likewise.
        * setenv.c (setenv, unsetenv): Likewise.
        * setenv.c (setenv, unsetenv): Likewise.
        * sigsetmask.c (sigsetmask): Likewise.
        * sigsetmask.c (sigsetmask): Likewise.
        * snprintf.c (snprintf): Likewise.
        * snprintf.c (snprintf): Likewise.
        * sort.c (sort_pointers, xmalloc): Likewise.
        * sort.c (sort_pointers, xmalloc): Likewise.
        * spaces.c (spaces): Likewise.
        * spaces.c (spaces): Likewise.
        * splay-tree.c (splay_tree_delete_helper,
        * splay-tree.c (splay_tree_delete_helper,
        splay_tree_splay_helper, splay_tree_splay,
        splay_tree_splay_helper, splay_tree_splay,
        splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
        splay_tree_foreach_helper, splay_tree_xmalloc_allocate,
        splay_tree_new, splay_tree_xmalloc_allocate,
        splay_tree_new, splay_tree_xmalloc_allocate,
        splay_tree_new_with_allocator, splay_tree_delete,
        splay_tree_new_with_allocator, splay_tree_delete,
        splay_tree_insert, splay_tree_remove, splay_tree_lookup,
        splay_tree_insert, splay_tree_remove, splay_tree_lookup,
        splay_tree_max, splay_tree_min, splay_tree_predecessor,
        splay_tree_max, splay_tree_min, splay_tree_predecessor,
        splay_tree_successor, splay_tree_foreach,
        splay_tree_successor, splay_tree_foreach,
        splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
        splay_tree_compare_ints, splay_tree_compare_pointers): Likewise.
        * stpcpy.c (stpcpy): Likewise.
        * stpcpy.c (stpcpy): Likewise.
        * stpncpy.c (stpncpy): Likewise.
        * stpncpy.c (stpncpy): Likewise.
        * strcasecmp.c (strcasecmp): Likewise.
        * strcasecmp.c (strcasecmp): Likewise.
        * strchr.c (strchr): Likewise.
        * strchr.c (strchr): Likewise.
        * strdup.c (strdup): Likewise.
        * strdup.c (strdup): Likewise.
2005-03-27  Gabriel Dos Reis  
2005-03-27  Gabriel Dos Reis  
        Convert libiberty to use ISO C prototype style 6/n.
        Convert libiberty to use ISO C prototype style 6/n.
        * strerror.c (init_error_tables, errno_max, strerror, strerrno,
        * strerror.c (init_error_tables, errno_max, strerror, strerrno,
        strtoerrno, main): Use ISO C prototype style.
        strtoerrno, main): Use ISO C prototype style.
        * strncasecmp.c (strncasecmp): Likewise.
        * strncasecmp.c (strncasecmp): Likewise.
        * strncmp.c (strncmp): Likewise.
        * strncmp.c (strncmp): Likewise.
        * strndup.c (strndup): Likewise.
        * strndup.c (strndup): Likewise.
        * strrchr.c (strrchr): Likewise.
        * strrchr.c (strrchr): Likewise.
        * strsignal.c (init_signal_tables, signo_max, strsignal,
        * strsignal.c (init_signal_tables, signo_max, strsignal,
        strsigno, strtosigno, psignal, main): Likewise.
        strsigno, strtosigno, psignal, main): Likewise.
        * strstr.c (strstr): Likewise.
        * strstr.c (strstr): Likewise.
        * strtod.c (strtod, atof): Likewise.
        * strtod.c (strtod, atof): Likewise.
        * strtol.c (strtol): Likewise.
        * strtol.c (strtol): Likewise.
        * strtoul.c (strtoul): Likewise.
        * strtoul.c (strtoul): Likewise.
        * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
        * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
        ternary_recursivesearch): Likewise.
        ternary_recursivesearch): Likewise.
        * tmpnam.c (tmpnam): Likewise.
        * tmpnam.c (tmpnam): Likewise.
        * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
        * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
        * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
        * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise.
        * vfork.c (vfork): Likewise.
        * vfork.c (vfork): Likewise.
        * vfprintf.c (vfprintf): Likewise.
        * vfprintf.c (vfprintf): Likewise.
        * vprintf.c (vprintf): Likewise.
        * vprintf.c (vprintf): Likewise.
        * vsnprintf.c (vsnprintf, checkit, main): Likewise.
        * vsnprintf.c (vsnprintf, checkit, main): Likewise.
        * vsprintf.c (vsprintf): Likewise.
        * vsprintf.c (vsprintf): Likewise.
        * waitpid.c (waitpid): Likewise.
        * waitpid.c (waitpid): Likewise.
        * xatexit.c (xatexit, xatexit_cleanup): Likewise.
        * xatexit.c (xatexit, xatexit_cleanup): Likewise.
        * xexit.c (xexit): Likewise.
        * xexit.c (xexit): Likewise.
        * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
        * xmalloc.c (xmalloc_set_program_name, xmalloc_failed, xmalloc,
        xcalloc, xrealloc): Likewise.
        xcalloc, xrealloc): Likewise.
        * xmemdup.c (xmemdup): Likewise.
        * xmemdup.c (xmemdup): Likewise.
        * xstrdup.c (xstrdup): Likewise.
        * xstrdup.c (xstrdup): Likewise.
        * xstrerror.c (xstrerror): Likewise.
        * xstrerror.c (xstrerror): Likewise.
        * xstrndup.c (xstrndup): Likewise.
        * xstrndup.c (xstrndup): Likewise.
2005-03-27  Andreas Jaeger  
2005-03-27  Andreas Jaeger  
        * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
        * configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional
        flags.
        flags.
        * configure: Regenerated.
        * configure: Regenerated.
2005-03-27  Gabriel Dos Reis  
2005-03-27  Gabriel Dos Reis  
        * getopt1.c (getopt_long_only): Fix thinko.
        * getopt1.c (getopt_long_only): Fix thinko.
2005-03-27  Gabriel Dos Reis  
2005-03-27  Gabriel Dos Reis  
        Convert libiberty to use ISO C prototype style 4/n.
        Convert libiberty to use ISO C prototype style 4/n.
        * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
        * hashtab.c (higher_prime_index, hash_pointer, eq_pointer,
        htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
        htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
        htab_create_alloc, htab_set_functions_ex, htab_create,
        htab_create_alloc, htab_set_functions_ex, htab_create,
        htab_try_create, htab_delete, htab_empty,
        htab_try_create, htab_delete, htab_empty,
        find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
        find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
        htab_find, htab_find_slot_with_hash, htab_find_slot,
        htab_find, htab_find_slot_with_hash, htab_find_slot,
        htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
        htab_remove_elt, htab_remove_elt_with_hash, htab_clear_slot,
        htab_traverse_noresize, htab_traverse, htab_collisions,
        htab_traverse_noresize, htab_traverse, htab_collisions,
        htab_hash_string, iterative_hash): Use ISO C prototype.
        htab_hash_string, iterative_hash): Use ISO C prototype.
        * hex.c (hex_init): Likewise.
        * hex.c (hex_init): Likewise.
        * index.c (index): Likewise.
        * index.c (index): Likewise.
        * insque.c (insque, remque): Likewise.
        * insque.c (insque, remque): Likewise.
        * lbasename.c (lbasename): Likewise.
        * lbasename.c (lbasename): Likewise.
        * lrealpath.c (lrealpath): Likewise.
        * lrealpath.c (lrealpath): Likewise.
        * make-relative-prefix.c (save_string, split_directories,
        * make-relative-prefix.c (save_string, split_directories,
        free_split_directories, make_relative_prefix): Likewise.
        free_split_directories, make_relative_prefix): Likewise.
        * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
        * make-temp-file.c (try, choose_tmpdir, make_temp_file): Likewise.
        * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
        * md5.c (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
        md5_buffer, md5_process_bytes, md5_process_block): Likewise.
        md5_buffer, md5_process_bytes, md5_process_block): Likewise.
        * memchr.c (memchr): Likewise.
        * memchr.c (memchr): Likewise.
        * memcpy.c (memcpy): Likewise.
        * memcpy.c (memcpy): Likewise.
        * memmove.c (memmove): Likewise.
        * memmove.c (memmove): Likewise.
        * gettimeofday.c (gettimeofday): Likewise.
        * gettimeofday.c (gettimeofday): Likewise.
        * getruntime.c (get_run_time): Likewise.
        * getruntime.c (get_run_time): Likewise.
        * getpwd.c (getpwd, getpwd): Likewise.
        * getpwd.c (getpwd, getpwd): Likewise.
        * getpagesize.c (getpagesize): Likewise.
        * getpagesize.c (getpagesize): Likewise.
        * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
        * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
        * getopt.c (my_index, exchange, _getopt_initialize,
        * getopt.c (my_index, exchange, _getopt_initialize,
        _getopt_internal, getopt, main): Likewise.
        _getopt_internal, getopt, main): Likewise.
        * getcwd.c (getcwd): Likewise.
        * getcwd.c (getcwd): Likewise.
        * fnmatch.c (fnmatch): Likewise.
        * fnmatch.c (fnmatch): Likewise.
        * floatformat.c (floatformat_always_valid,
        * floatformat.c (floatformat_always_valid,
        floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
        floatformat_i387_ext_is_valid, get_field, floatformat_to_double,
        put_field, floatformat_from_double, floatformat_is_valid,
        put_field, floatformat_from_double, floatformat_is_valid,
        ieee_test, main): Likewise.
        ieee_test, main): Likewise.
        * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
        * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
        fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
        fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
        fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
        fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
        fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
        fibheap_replace_key, fibheap_replace_data, fibheap_delete_node,
        fibheap_delete, fibheap_empty, fibheap_extr_min_node,
        fibheap_delete, fibheap_empty, fibheap_extr_min_node,
        fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
        fibheap_ins_root, fibheap_rem_root, fibheap_consolidate,
        fibheap_link, fibheap_cut, fibheap_cascading_cut,
        fibheap_link, fibheap_cut, fibheap_cascading_cut,
        fibnode_insert_after, fibnode_remove): Likewise.
        fibnode_insert_after, fibnode_remove): Likewise.
        * ffs.c (ffs): Likewise.
        * ffs.c (ffs): Likewise.
        * fdmatch.c (fdmatch): Likewise.
        * fdmatch.c (fdmatch): Likewise.
        * dyn-string.c (dyn_string_init, dyn_string_new,
        * dyn-string.c (dyn_string_init, dyn_string_new,
        dyn_string_delete, dyn_string_release, dyn_string_resize,
        dyn_string_delete, dyn_string_release, dyn_string_resize,
        dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
        dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
        dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
        dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
        dyn_string_insert_cstr, dyn_string_insert_char,
        dyn_string_insert_cstr, dyn_string_insert_char,
        dyn_string_append, dyn_string_append_cstr,
        dyn_string_append, dyn_string_append_cstr,
        dyn_string_append_char, dyn_string_substring, dyn_string_eq):
        dyn_string_append_char, dyn_string_substring, dyn_string_eq):
        Likewise.
        Likewise.
2005-03-27  Gabriel Dos Reis  
2005-03-27  Gabriel Dos Reis  
        Convert libiberty to use ISO C prototype style 3/n.
        Convert libiberty to use ISO C prototype style 3/n.
        * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
        * cplus-dem.c (set_cplus_marker_for_demangling, consume_count,
        consume_count_with_underscores, code_for_qualifier,
        consume_count_with_underscores, code_for_qualifier,
        qualifier_string, demangle_qualifier, cplus_demangle_opname,
        qualifier_string, demangle_qualifier, cplus_demangle_opname,
        cplus_mangle_opname, cplus_demangle_set_style,
        cplus_mangle_opname, cplus_demangle_set_style,
        cplus_demangle_name_to_style, cplus_demangle, grow_vect,
        cplus_demangle_name_to_style, cplus_demangle, grow_vect,
        ada_demangle, internal_cplus_demangle, squangle_mop_up,
        ada_demangle, internal_cplus_demangle, squangle_mop_up,
        work_stuff_copy_to_from, delete_non_B_K_work_stuff,
        work_stuff_copy_to_from, delete_non_B_K_work_stuff,
        delete_work_stuff, mop_up, demangle_signature,
        delete_work_stuff, mop_up, demangle_signature,
        demangle_method_args, demangle_template_template_parm,
        demangle_method_args, demangle_template_template_parm,
        demangle_expression, demangle_integral_value,
        demangle_expression, demangle_integral_value,
        demangle_real_value, demangle_template_value_parm,
        demangle_real_value, demangle_template_value_parm,
        demangle_template, arm_pt, demangle_arm_hp_template,
        demangle_template, arm_pt, demangle_arm_hp_template,
        demangle_class_name, demangle_class, iterate_demangle_function,
        demangle_class_name, demangle_class, iterate_demangle_function,
        demangle_prefix, gnu_special, recursively_demangle, arm_special,
        demangle_prefix, gnu_special, recursively_demangle, arm_special,
        demangle_qualified, get_count, do_type, demangle_fund_type,
        demangle_qualified, get_count, do_type, demangle_fund_type,
        do_hpacc_template_const_value, do_hpacc_template_literal,
        do_hpacc_template_const_value, do_hpacc_template_literal,
        snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
        snarf_numeric_literal, do_arg, remember_type, remember_Ktype,
        register_Btype, remember_Btype, forget_B_and_K_types,
        register_Btype, remember_Btype, forget_B_and_K_types,
        forget_types, demangle_args, demangle_nested_args,
        forget_types, demangle_args, demangle_nested_args,
        demangle_function_name, string_need, string_delete, string_init,
        demangle_function_name, string_need, string_delete, string_init,
        string_clear, string_empty, string_append, string_appends,
        string_clear, string_empty, string_append, string_appends,
        string_appendn, string_prepend, string_prepends, string_prependn,
        string_appendn, string_prepend, string_prepends, string_prependn,
        string_append_template_idx): Use ISO C prootype style.
        string_append_template_idx): Use ISO C prootype style.
        * cp-demint.c (cplus_demangle_fill_component,
        * cp-demint.c (cplus_demangle_fill_component,
        cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
        cplus_demangle_fill_builtin_type, cplus_demangle_fill_operator,
        cplus_demangle_v3_components): Likewise.
        cplus_demangle_v3_components): Likewise.
2005-03-26  Gabriel Dos Reis  
2005-03-26  Gabriel Dos Reis  
        Convert libiberty to use ISO C prototype style 2/n.
        Convert libiberty to use ISO C prototype style 2/n.
        * cp-demangle.h: Remove uses of PARAMS.
        * cp-demangle.h: Remove uses of PARAMS.
        * cp-demangle.c: Likewise.
        * cp-demangle.c: Likewise.
        (d_dump, cplus_demangle_fill_name,
        (d_dump, cplus_demangle_fill_name,
        cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
        cplus_demangle_fill_extended_operator, cplus_demangle_fill_ctor,
        cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
        cplus_demangle_fill_dtor, d_make_empty, d_make_comp, d_make_name,
        d_make_builtin_type, d_make_operator, d_make_extended_operator,
        d_make_builtin_type, d_make_operator, d_make_extended_operator,
        d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
        d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
        cplus_demangle_mangled_name, has_return_type,
        cplus_demangle_mangled_name, has_return_type,
        is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
        is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
        d_prefix, d_unqualified_name, d_source_name, d_number,
        d_prefix, d_unqualified_name, d_source_name, d_number,
        d_identifier, d_operator_name, d_special_name, d_call_offset,
        d_identifier, d_operator_name, d_special_name, d_call_offset,
        d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
        d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
        d_function_type, d_bare_function_type, d_class_enum_type,
        d_function_type, d_bare_function_type, d_class_enum_type,
        d_array_type, d_pointer_to_member_type, d_template_param,
        d_array_type, d_pointer_to_member_type, d_template_param,
        d_template_args, d_template_arg, d_expression, d_expr_primary,
        d_template_args, d_template_arg, d_expression, d_expr_primary,
        d_local_name, d_discriminator, d_add_substitution,
        d_local_name, d_discriminator, d_add_substitution,
        d_substitution, d_print_resize, d_print_append_char,
        d_substitution, d_print_resize, d_print_append_char,
        d_print_append_buffer, d_print_error, cplus_demangle_print,
        d_print_append_buffer, d_print_error, cplus_demangle_print,
        d_print_comp, d_print_java_identifier, d_print_mod_list,
        d_print_comp, d_print_java_identifier, d_print_mod_list,
        d_print_mod, d_print_function_type, d_print_array_type,
        d_print_mod, d_print_function_type, d_print_array_type,
        d_print_expr_op, d_print_cast, cplus_demangle_init_info,
        d_print_expr_op, d_print_cast, cplus_demangle_init_info,
        d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
        d_demangle, __cxa_demangle, cplus_demangle_v3, java_demangle_v3,
        is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
        is_ctor_or_dtor, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor,
        print_usage, main):
        print_usage, main):
2005-03-26  Gabriel Dos Reis  
2005-03-26  Gabriel Dos Reis  
        Convert libiberty to ISO C prototype style 1/n.
        Convert libiberty to ISO C prototype style 1/n.
        * _doprnt.c: Remove conditional #include  on
        * _doprnt.c: Remove conditional #include  on
        ANSI_PROTOTYPES as the latter is always assumed.
        ANSI_PROTOTYPES as the latter is always assumed.
        (_doprnt, checkit, main): Use ISO C prototype.
        (_doprnt, checkit, main): Use ISO C prototype.
        * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
        * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
        * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
        * argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
        (dupargv, freeargv, buildargv, main): Use ISO C prototype.
        (dupargv, freeargv, buildargv, main): Use ISO C prototype.
        * atexit.c (atexit): Likewise
        * atexit.c (atexit): Likewise
        * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
        * asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
        (asprintf): Use ISO C prototype.
        (asprintf): Use ISO C prototype.
        * basename.c (basename): Likewise
        * basename.c (basename): Likewise
        * bcmp.c (bcmp): Likewise.
        * bcmp.c (bcmp): Likewise.
        * bcopy.c (bcopy): Likewise.
        * bcopy.c (bcopy): Likewise.
        * bzero.c (bzero): Likewise.
        * bzero.c (bzero): Likewise.
        * bsearch.c (bsearch): Likewise.  Improve const-correctness.
        * bsearch.c (bsearch): Likewise.  Improve const-correctness.
        * choose-temp.c (choose_temp_base): Likewise.
        * choose-temp.c (choose_temp_base): Likewise.
        * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
        * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
        (calloc): Use ISO C prototype.
        (calloc): Use ISO C prototype.
        * clock.c (clock): Likewise.
        * clock.c (clock): Likewise.
        * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
        * concat.c: Remove conditional #include on ANSI_PROTOTYPES.
        (vconcat_length, vconcat_copy, concat_length, concat_copy,
        (vconcat_length, vconcat_copy, concat_length, concat_copy,
        concat_copy2, concat, reconcat, main): Use ISO C prototype.
        concat_copy2, concat, reconcat, main): Use ISO C prototype.
        * copysign.c (copysign): Likewise.
        * copysign.c (copysign): Likewise.
2005-03-24  Kaveh R. Ghazi  
2005-03-24  Kaveh R. Ghazi  
        * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
        * Makefile.in (CFILES): Add strndup.c and xstrndup.c.
        (REQUIRED_OFILES): Add xstrndup.o.
        (REQUIRED_OFILES): Add xstrndup.o.
        (CONFIGURED_OFILES): Add strndup.o.
        (CONFIGURED_OFILES): Add strndup.o.
        Regenerate dependencies.
        Regenerate dependencies.
        * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
        * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
        * strndup.c, xstrndup.c: New.
        * strndup.c, xstrndup.c: New.
        * config.in, configure, functions.texi: Regenerate.
        * config.in, configure, functions.texi: Regenerate.
2005-03-24  Kaveh R. Ghazi  
2005-03-24  Kaveh R. Ghazi  
        * xmemdup.c, xstrdup.c: Expose the tail call.
        * xmemdup.c, xstrdup.c: Expose the tail call.
2005-03-09  Mark Mitchell  
2005-03-09  Mark Mitchell  
        * configure.ac (funcs): Add gettimeofday.
        * configure.ac (funcs): Add gettimeofday.
        * configure: Regenerated.
        * configure: Regenerated.
        * gettimeofday.c: New file.
        * gettimeofday.c: New file.
        * Makefile.in (CFILES): Add gettimeofday.
        * Makefile.in (CFILES): Add gettimeofday.
        (CONFIGURED_OFILES): Add gettimeofday.o.
        (CONFIGURED_OFILES): Add gettimeofday.o.
        (./gettimeofday.o): New rule.
        (./gettimeofday.o): New rule.
2005-03-09  Ian Lance Taylor  
2005-03-09  Ian Lance Taylor  
        * pex-os2.c: Remove.
        * pex-os2.c: Remove.
        * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
        * configure.ac: Remove *-*-os2-emx* case when setting pexecute.
        * Makefile.in (CFILES): Remove pex-os2.c.
        * Makefile.in (CFILES): Remove pex-os2.c.
        (CONFIGURED_OFILES): Remove pex-os2.o.
        (CONFIGURED_OFILES): Remove pex-os2.o.
        (pex-os2.o): Remove target.
        (pex-os2.o): Remove target.
        * configure: Rebuild.
        * configure: Rebuild.
2005-03-07  Ian Lance Taylor  
2005-03-07  Ian Lance Taylor  
        * mpw-config.in: Remove.
        * mpw-config.in: Remove.
        * mpw-make.sed: Remove.
        * mpw-make.sed: Remove.
        * mpw.c: Remove.
        * mpw.c: Remove.
        * Makefile.in (CFILES): Remove pex-mpw.c.
        * Makefile.in (CFILES): Remove pex-mpw.c.
        (CONFIGURED_OFILES): Remove pex-mpw.o.
        (CONFIGURED_OFILES): Remove pex-mpw.o.
        (mpw.o, pex-mpw.o): Remove targets.
        (mpw.o, pex-mpw.o): Remove targets.
        * maint-tool (undoc): Remove reference to mpw.c.
        * maint-tool (undoc): Remove reference to mpw.c.
2005-03-06  DJ Delorie  
2005-03-06  DJ Delorie  
        * configure.ac (target_header_dir): vfork is a stub under djgpp.
        * configure.ac (target_header_dir): vfork is a stub under djgpp.
        * configure: Regenerated.
        * configure: Regenerated.
2005-03-01  Jan Beulich  
2005-03-01  Jan Beulich  
        * Makefile.in (CFILES): Add unlink-if-ordinary.c
        * Makefile.in (CFILES): Add unlink-if-ordinary.c
        (REQUIRED_OFILES): Add unlink-if-ordinary.o.
        (REQUIRED_OFILES): Add unlink-if-ordinary.o.
        Add dependencies and rule for unlink-if-ordinary.o.
        Add dependencies and rule for unlink-if-ordinary.o.
        * unlink-if-ordinary.c: New.
        * unlink-if-ordinary.c: New.
2005-03-01  Ben Elliston  
2005-03-01  Ben Elliston  
        * hashtab.c (htab_find_slot_with_hash): Make function
        * hashtab.c (htab_find_slot_with_hash): Make function
        documentation clearer.
        documentation clearer.
2005-02-13  Jason Merrill  
2005-02-13  Jason Merrill  
        * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
        * cp-demangle.c (__cxa_demangle): Change resolution of ambiguous
        arguments.
        arguments.
2005-01-11  Tobias Schl"uter  
2005-01-11  Tobias Schl"uter  
        * hex.c (hex_value): Group 'unsigned int' together to get correct
        * hex.c (hex_value): Group 'unsigned int' together to get correct
        markup.
        markup.
        * functions.texi: Regenerated.
        * functions.texi: Regenerated.
2004-12-27  H.J. Lu  
2004-12-27  H.J. Lu  
        * Makefile.in: Undo to 2004-12-17.
        * Makefile.in: Undo to 2004-12-17.
        * aclocal.m4: Likewise.
        * aclocal.m4: Likewise.
        * config.table: Likewise.
        * config.table: Likewise.
        * configure.ac: Likewise.
        * configure.ac: Likewise.
        * maint-tool: Likewise.
        * maint-tool: Likewise.
        * configure: Likewise.
        * configure: Likewise.
2004-12-19  H.J. Lu  
2004-12-19  H.J. Lu  
        PR bootstrap/19072
        PR bootstrap/19072
        * Makefile.in (enable_shared): New substitute.
        * Makefile.in (enable_shared): New substitute.
        (LTTARGETLIB): New.
        (LTTARGETLIB): New.
        (PREFIXTARGETLIB): New.
        (PREFIXTARGETLIB): New.
        (LTTESTLIB): New.
        (LTTESTLIB): New.
        (PREFIXTESTLIB): New.
        (PREFIXTESTLIB): New.
        (CCLD): New.
        (CCLD): New.
        (LINK): New.
        (LINK): New.
        ($(TARGETLIB)): Use $(LINK) to create libraries and create
        ($(TARGETLIB)): Use $(LINK) to create libraries and create
        targets by hand.
        targets by hand.
        ($(TESTLIB)): Likewise.
        ($(TESTLIB)): Likewise.
        (mostlyclean): Don't remove .libs. Remove the libtool object
        (mostlyclean): Don't remove .libs. Remove the libtool object
        directory.
        directory.
        * config.table (enable_shared): Removed.
        * config.table (enable_shared): Removed.
        * configure.ac (enable_static): Set to yes.
        * configure.ac (enable_static): Set to yes.
        (AC_PROG_LIBTOOL): Removed.
        (AC_PROG_LIBTOOL): Removed.
        (AM_DISABLE_SHARED): Uncommented.
        (AM_DISABLE_SHARED): Uncommented.
        (AM_PROG_LIBTOOL): Likewise.
        (AM_PROG_LIBTOOL): Likewise.
        (LIBOBJS): Add `./' to avoid VPATH.
        (LIBOBJS): Add `./' to avoid VPATH.
        (LTLIBOBJS): Likewise.
        (LTLIBOBJS): Likewise.
        (enable_shared): Substitute.
        (enable_shared): Substitute.
        * configure: Regenerated.
        * configure: Regenerated.
2004-12-18  H.J. Lu  
2004-12-18  H.J. Lu  
        * Makefile.in (top_builddir): Set to `.'.
        * Makefile.in (top_builddir): Set to `.'.
        (OUTPUT_OPTION): Removed.
        (OUTPUT_OPTION): Removed.
        (LIBTOOL): New.
        (LIBTOOL): New.
        (LTLIBOBJS): New.
        (LTLIBOBJS): New.
        (EXTRA_LTOFILES): New.
        (EXTRA_LTOFILES): New.
        (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
        (FLAGS_TO_PASS): Add EXTRA_LTOFILES.
        (all): Remove stamp-picdir.
        (all): Remove stamp-picdir.
        (LTCOMPILE): New.
        (LTCOMPILE): New.
        (.c.lo): New rule.
        (.c.lo): New rule.
        (REQUIRED_LTOFILES): New.
        (REQUIRED_LTOFILES): New.
        (CONFIGURED_LTOFILES): New.
        (CONFIGURED_LTOFILES): New.
        ($(TARGETLIB)): Check .libs for PIC object files. Depend on
        ($(TARGETLIB)): Check .libs for PIC object files. Depend on
        $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
        $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
        (stamp-picdir): Completely removed.
        (stamp-picdir): Completely removed.
        (maint-missing): Pass $(REQUIRED_LTOFILES)
        (maint-missing): Pass $(REQUIRED_LTOFILES)
        $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
        $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
        $(CONFIGURED_OFILES)
        $(CONFIGURED_OFILES)
        (maint-buildall): Depend on $(REQUIRED_LTOFILES)
        (maint-buildall): Depend on $(REQUIRED_LTOFILES)
        $(CONFIGURED_LTOFILES).
        $(CONFIGURED_LTOFILES).
        (mostlyclean): Also remove *.lo .libs.
        (mostlyclean): Also remove *.lo .libs.
        Run "make maint-deps".
        Run "make maint-deps".
        * aclocal.m4: Include ../libtool.m4.
        * aclocal.m4: Include ../libtool.m4.
        * config.table: Don't check --enable-shared.
        * config.table: Don't check --enable-shared.
        * configure.ac (AC_PROG_LIBTOOL): Add.
        * configure.ac (AC_PROG_LIBTOOL): Add.
        (AC_PROG_CC_C_O): Removed.
        (AC_PROG_CC_C_O): Removed.
        (OUTPUT_OPTION): Removed.
        (OUTPUT_OPTION): Removed.
        (NO_MINUS_C_MINUS_O): Removed.
        (NO_MINUS_C_MINUS_O): Removed.
        (ltpexecute): New substitute.
        (ltpexecute): New substitute.
        (LIBOBJS): Cleanup.
        (LIBOBJS): Cleanup.
        * configure: Regenerated.
        * configure: Regenerated.
        * maint-tool: Updated for .lo/libtool.
        * maint-tool: Updated for .lo/libtool.
2004-12-11  Ben Elliston  
2004-12-11  Ben Elliston  
        * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
        * configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
        * configure: Regenerate.
        * configure: Regenerate.
        * config.in: Likewise.
        * config.in: Likewise.
2004-12-07  DJ Delorie  
2004-12-07  DJ Delorie  
        * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
        * splay-tree.c (splay_tree_delete_helper): Redesign the logic so
        that recursion (and thus large stack space) is not needed.
        that recursion (and thus large stack space) is not needed.
2004-11-29  Matt Kraai  
2004-11-29  Matt Kraai  
        * pex-unix.c: Fix the spelling of longjmp.
        * pex-unix.c: Fix the spelling of longjmp.
2004-11-23  Ian Lance Taylor  
2004-11-23  Ian Lance Taylor  
        PR other/18623
        PR other/18623
        * cp-demangle.c (d_call_offset): Remove useless local variables
        * cp-demangle.c (d_call_offset): Remove useless local variables
        offset and virtual_offset.
        offset and virtual_offset.
        * cplus-dem.c (ada_demangle): Remove useless local variable
        * cplus-dem.c (ada_demangle): Remove useless local variable
        at_start_name.
        at_start_name.
        (demangle_template): Remove useless local variable start.
        (demangle_template): Remove useless local variable start.
2004-11-19  Roger Sayle  
2004-11-19  Roger Sayle  
        * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
        * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
        "ansidecl.h" to avoid redeclaration errors with native compilers.
        "ansidecl.h" to avoid redeclaration errors with native compilers.
        * regex.c: Protect config.h from multiple inclusion.
        * regex.c: Protect config.h from multiple inclusion.
2004-11-12  Mike Stump  
2004-11-12  Mike Stump  
        * Makefile.in (libiberty.html): Fix html generation.
        * Makefile.in (libiberty.html): Fix html generation.
2004-09-08  Adam Nemet  
2004-09-08  Adam Nemet  
        * vasprintf.c: Accept __va_copy in addition to va_copy.
        * vasprintf.c: Accept __va_copy in addition to va_copy.
2004-09-03  Paolo Bonzini  
2004-09-03  Paolo Bonzini  
        * configure: Regenerate.
        * configure: Regenerate.
2004-09-02  Paolo Bonzini  
2004-09-02  Paolo Bonzini  
        * configure.ac: Do not enable multilibs for build-side libiberty.
        * configure.ac: Do not enable multilibs for build-side libiberty.
2004-06-29  Danny Smith  
2004-06-29  Danny Smith  
        * lrealpath.c (lrealpath): Add _WIN32 support.
        * lrealpath.c (lrealpath): Add _WIN32 support.
2004-06-28  Zack Weinberg  
2004-06-28  Zack Weinberg  
        * cp-demangle.h: Declare cplus_demangle_operators,
        * cp-demangle.h: Declare cplus_demangle_operators,
        cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
        cplus_demangle_builtin_types, cplus_demangle_mangled_name, and
        cplus_demangle_type as static if IN_GLIBCPP_V3.
        cplus_demangle_type as static if IN_GLIBCPP_V3.
2004-06-28  Ian Lance Taylor  
2004-06-28  Ian Lance Taylor  
        PR other/16240
        PR other/16240
        * cp-demangle.c (d_expr_primary): Check for a failure return from
        * cp-demangle.c (d_expr_primary): Check for a failure return from
        cplus_demangle_type.
        cplus_demangle_type.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
2004-05-31  Danny Smith  
2004-05-31  Danny Smith  
        * pex-win32.c (fix_argv): Expand comment.
        * pex-win32.c (fix_argv): Expand comment.
2004-05-25  Daniel Jacobowitz  
2004-05-25  Daniel Jacobowitz  
        * Makefile.in: Add .NOEXPORT.
        * Makefile.in: Add .NOEXPORT.
2004-04-29  Douglas B Rupp  
2004-04-29  Douglas B Rupp  
        * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
        * mkstemps.c (mkstemps) [VMS]: Remove special open option. Update
        copyright.
        copyright.
2004-04-26  Maciej W. Rozycki  
2004-04-26  Maciej W. Rozycki  
        * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
        * configure.ac (UNSIGNED_64BIT_TYPE): Unquote the definition.
        * configure: Regenerate.
        * configure: Regenerate.
2004-04-22  Richard Henderson  
2004-04-22  Richard Henderson  
        * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
        * hashtab.c: Include limits.h, stdint.h, ansidecl.h.
        (CHAR_BIT): Provide default.
        (CHAR_BIT): Provide default.
        (struct prime_ent, prime_tab): New.
        (struct prime_ent, prime_tab): New.
        (higher_prime_index): Rename from higher_prime_number, return index.
        (higher_prime_index): Rename from higher_prime_number, return index.
        (htab_mod_1): New.
        (htab_mod_1): New.
        (htab_mod, htab_mod_m2): Use it.
        (htab_mod, htab_mod_m2): Use it.
        (htab_create_alloc, htab_create_alloc_ex): Store prime index.
        (htab_create_alloc, htab_create_alloc_ex): Store prime index.
        (htab_expand): Likewise.
        (htab_expand): Likewise.
        * configure.ac: Check for stdint.h.
        * configure.ac: Check for stdint.h.
        (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
        (UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
        * config.in, configure: Rebuild.
        * config.in, configure: Rebuild.
2004-04-13  Ian Lance Taylor  
2004-04-13  Ian Lance Taylor  
        * strerror.c: Include config.h, and redefine sys_nerr and
        * strerror.c: Include config.h, and redefine sys_nerr and
        sys_errlist, before including ansidecl.h and libiberty.h.
        sys_errlist, before including ansidecl.h and libiberty.h.
2004-04-13  Jeff Law  
2004-04-13  Jeff Law  
        * hashtab.c (htab_remove_elt_with_hash): New function.
        * hashtab.c (htab_remove_elt_with_hash): New function.
        (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
        (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
2004-03-31  Richard Henderson  
2004-03-31  Richard Henderson  
        * hashtab.c (htab_size): Move to top of file; mark inline.
        * hashtab.c (htab_size): Move to top of file; mark inline.
        (htab_elements): Likewise.
        (htab_elements): Likewise.
        (htab_mod, htab_mod_m2): New.
        (htab_mod, htab_mod_m2): New.
        (htab_delete): Refactor htab->size and htab->entries.
        (htab_delete): Refactor htab->size and htab->entries.
        (htab_empty): Likewise.
        (htab_empty): Likewise.
        (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
        (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
        (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
        (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
        (htab_clear_slot): Use htab_size, htab_elements.
        (htab_clear_slot): Use htab_size, htab_elements.
        (htab_traverse_noresize, htab_traverse): Likewise.
        (htab_traverse_noresize, htab_traverse): Likewise.
2004-03-17  Ian Lance Taylor  
2004-03-17  Ian Lance Taylor  
        * pex-unix.c (pexecute): Use vfork instead of fork, with
        * pex-unix.c (pexecute): Use vfork instead of fork, with
        appropriate changes to make this safe.
        appropriate changes to make this safe.
        * pex-common.h (STDERR_FILE_NO): Define.
        * pex-common.h (STDERR_FILE_NO): Define.
        * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
        * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for
        an 80 column screen.  Run maint-deps.
        an 80 column screen.  Run maint-deps.
2004-03-09  Kelley Cook  
2004-03-09  Kelley Cook  
        * configure.ac: Bump version to 2.59.  Apply suggested autoupdates.
        * configure.ac: Bump version to 2.59.  Apply suggested autoupdates.
        * acconfig.h: Delete redundant file.
        * acconfig.h: Delete redundant file.
        * config.in: Regenerate.
        * config.in: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2004-03-09  Hans-Peter Nilsson  
2004-03-09  Hans-Peter Nilsson  
        * configure: Regenerate for config/accross.m4 correction.
        * configure: Regenerate for config/accross.m4 correction.
2004-03-07  Andreas Jaeger  
2004-03-07  Andreas Jaeger  
        * testsuite/test-demangle.c: Include  and  for
        * testsuite/test-demangle.c: Include  and  for
        prototypes.
        prototypes.
        (main): Initialize style.
        (main): Initialize style.
2004-02-24  Ian Lance Taylor  
2004-02-24  Ian Lance Taylor  
        * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
        * cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
        D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
        D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
        D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
        D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
        * cp-demangle.c (cplus_demangle_builtin_types): Change char and
        * cp-demangle.c (cplus_demangle_builtin_types): Change char and
        short types to D_PRINT_DEFAULT.  Change other integer types to use
        short types to D_PRINT_DEFAULT.  Change other integer types to use
        new D_PRINT_* values where appropriate.  Change float types to
        new D_PRINT_* values where appropriate.  Change float types to
        D_PRINT_FLOAT.
        D_PRINT_FLOAT.
        (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
        (d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
        values.
        values.
        * testsuite/demangle-expected: Adjust two test cases.
        * testsuite/demangle-expected: Adjust two test cases.
        * cp-demangle.c (d_print_function_type): Print a space before the
        * cp-demangle.c (d_print_function_type): Print a space before the
        parenthesis around the function type in more cases.
        parenthesis around the function type in more cases.
        * testsuite/demangle-expected: Adjust one test case.
        * testsuite/demangle-expected: Adjust one test case.
        * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
        * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
        parentheses around a cast.
        parentheses around a cast.
        * testsuite/demangle-expected: Adjust two test cases to match new
        * testsuite/demangle-expected: Adjust two test cases to match new
        output.
        output.
        * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
        * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.
        * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
        * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
        push more than one of the same CV-qualifier on the top of the
        push more than one of the same CV-qualifier on the top of the
        stack.
        stack.
        (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
        (d_print_comp) [ARRAY_TYPE]: If the array itself is CV-qualified,
        move the CV-qualifiers to apply to the element type instead.
        move the CV-qualifiers to apply to the element type instead.
        (d_print_array_type): When checking the modifiers, keep looking
        (d_print_array_type): When checking the modifiers, keep looking
        past ones which have been printed already.
        past ones which have been printed already.
        * testsuite/demangle-expected: Add three test cases.
        * testsuite/demangle-expected: Add three test cases.
2004-02-23  Ian Lance Taylor  
2004-02-23  Ian Lance Taylor  
        * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
        * cp-demangle.c (__cxa_demangle): Adjust last patch to handle
        empty string correctly.
        empty string correctly.
        * cp-demangle.c (__cxa_demangle): It is not an error if status is
        * cp-demangle.c (__cxa_demangle): It is not an error if status is
        not NULL.  It is an error if the mangled name is the same as a
        not NULL.  It is an error if the mangled name is the same as a
        built-in type name.
        built-in type name.
        (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
        (main): If IN_GLIBCPP_V3 is defined, test __cxa_demangle rather
        than cplus_demangle_v3.
        than cplus_demangle_v3.
        * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
        * dyn-string.c: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
        the associated #define of RETURN_ON_ALLOCATION_FAILURE.
        the associated #define of RETURN_ON_ALLOCATION_FAILURE.
2004-02-16  Matt Kraai  
2004-02-16  Matt Kraai  
        * regex.c: Include .
        * regex.c: Include .
        (regcomp): Cast i to int.
        (regcomp): Cast i to int.
        (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
        (regerror): Add ATTRIBUTE_UNUSED to parameter preg.
2004-01-25  Ian Lance Taylor  
2004-01-25  Ian Lance Taylor  
        * configure.ac: Add m4_pattern_allow(LIBOBJS).
        * configure.ac: Add m4_pattern_allow(LIBOBJS).
        * configure: Regenerate.
        * configure: Regenerate.
2004-01-22  DJ Delorie  
2004-01-22  DJ Delorie  
        * Makefile.in: Convert to ./ throughout.  Rebuild dependencies
        * Makefile.in: Convert to ./ throughout.  Rebuild dependencies
        with explicit build rules.
        with explicit build rules.
        (VPATH): Remove.
        (VPATH): Remove.
        (.c.o): Poison.
        (.c.o): Poison.
        * configure.ac (pexecute, LIBOBJS): Add ./ .
        * configure.ac (pexecute, LIBOBJS): Add ./ .
        * maint-tool: Build dependencies with explicit rules.
        * maint-tool: Build dependencies with explicit rules.
2004-01-15  Kazu Hirata  
2004-01-15  Kazu Hirata  
        * strdup.c (strdup): Constify the argument.
        * strdup.c (strdup): Constify the argument.
2004-01-14  Loren J. Rittle  
2004-01-14  Loren J. Rittle  
        * Makefile.in (distclean): Remove config.cache.
        * Makefile.in (distclean): Remove config.cache.
2004-01-13  Daniel Jacobowitz  
2004-01-13  Daniel Jacobowitz  
        * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
        * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
        takes two parameters.
        takes two parameters.
        * cp-demint.c (cplus_demangle_fill_component): Likewise.
        * cp-demint.c (cplus_demangle_fill_component): Likewise.
2004-01-12  Ian Lance Taylor  
2004-01-12  Ian Lance Taylor  
        * cp-demangle.c: Include "cp-demangle.h".  If IN_GLIBCPP_V3 is
        * cp-demangle.c: Include "cp-demangle.h".  If IN_GLIBCPP_V3 is
        defined, rename some functions which are to become static via
        defined, rename some functions which are to become static via
        #define.
        #define.
        (CP_STATIC_IF_GLIBCPP_V3): Define.
        (CP_STATIC_IF_GLIBCPP_V3): Define.
        (struct d_operator_info): Move definition to cp-demangle.h, and
        (struct d_operator_info): Move definition to cp-demangle.h, and
        rename to demangle_operator_info.  Change all uses.
        rename to demangle_operator_info.  Change all uses.
        (enum d_builtin_type_print): Move definition to cp-demangle.h.
        (enum d_builtin_type_print): Move definition to cp-demangle.h.
        (struct d_builtin_type_info): Move definition to cp-demangle.h,
        (struct d_builtin_type_info): Move definition to cp-demangle.h,
        and rename to demangle_builtin_type_info.  Change all uses.
        and rename to demangle_builtin_type_info.  Change all uses.
        (enum d_comp_type): Move definition to include/demangle.h, and
        (enum d_comp_type): Move definition to include/demangle.h, and
        rename to demangle_component_type, and change all enums to start
        rename to demangle_component_type, and change all enums to start
        with DEMANGLE_COMPONENT_ instead of D_.  Change all uses.
        with DEMANGLE_COMPONENT_ instead of D_.  Change all uses.
        (struct d_comp): Move definition to include/demangle.h, and rename
        (struct d_comp): Move definition to include/demangle.h, and rename
        to demangle_component.  Change all uses.
        to demangle_component.  Change all uses.
        (struct d_info): Move definition to cp-demangle.h.
        (struct d_info): Move definition to cp-demangle.h.
        (cplus_demangle_fill_name): New function.
        (cplus_demangle_fill_name): New function.
        (cplus_demangle_fill_extended_operator): New function.
        (cplus_demangle_fill_extended_operator): New function.
        (cplus_demangle_fill_ctor): New function.
        (cplus_demangle_fill_ctor): New function.
        (cplus_demangle_fill_dtor): New function.
        (cplus_demangle_fill_dtor): New function.
        (d_make_empty): Remove type parameter.  Change all callers.
        (d_make_empty): Remove type parameter.  Change all callers.
        (d_make_name): Use cplus_demangle_fill_name.
        (d_make_name): Use cplus_demangle_fill_name.
        (d_make_extended_operator): Use
        (d_make_extended_operator): Use
        cplus_demangle_fill_extended_operator.
        cplus_demangle_fill_extended_operator.
        (d_make_ctor): Use cplus_demangle_fill_ctor.
        (d_make_ctor): Use cplus_demangle_fill_ctor.
        (d_make_dtor): Use cplus_demangle_fill_dtor.
        (d_make_dtor): Use cplus_demangle_fill_dtor.
        (cplus_demangle_mangled_name): Rename from d_mangled_name.  Make
        (cplus_demangle_mangled_name): Rename from d_mangled_name.  Make
        non-static by default.  Change all callers.
        non-static by default.  Change all callers.
        (cplus_demangle_operators): Rename from d_operators.  Change all
        (cplus_demangle_operators): Rename from d_operators.  Change all
        uses.  Make non-static by default.  Add sentinel at end of array.
        uses.  Make non-static by default.  Add sentinel at end of array.
        (d_operator_name): Adjust initialization of high for new sentinel
        (d_operator_name): Adjust initialization of high for new sentinel
        in cplus_demangle_operators.
        in cplus_demangle_operators.
        (cplus_demangle_builtin_types): Rename from d_builtin_types.
        (cplus_demangle_builtin_types): Rename from d_builtin_types.
        Change all uses.  Make non-static by default.  Change initializer
        Change all uses.  Make non-static by default.  Change initializer
        to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
        to use D_BUILTIN_TYPE_COUNT instead of magic number 26.
        (cplus_demangle_type): Rename from d_type.  Make non-static by
        (cplus_demangle_type): Rename from d_type.  Make non-static by
        default.  Change all callers.
        default.  Change all callers.
        (cplus_demangle_init_info): Rename from d_init_info.  Make
        (cplus_demangle_init_info): Rename from d_init_info.  Make
        non-static by default.  Change all callers.
        non-static by default.  Change all callers.
        * cp-demangle.h: New file.
        * cp-demangle.h: New file.
        * cp-demint.c: New file.
        * cp-demint.c: New file.
        * Makefile.in: Rebuild dependencies.
        * Makefile.in: Rebuild dependencies.
        (CFILES): Add cp-demint.c.
        (CFILES): Add cp-demint.c.
        (REQUIRED_OFILES): Add cp-demint.o.
        (REQUIRED_OFILES): Add cp-demint.o.
2004-01-09  Kelley Cook  
2004-01-09  Kelley Cook  
        * configure.in:  Rename file to ...
        * configure.in:  Rename file to ...
        * configure.ac:  ... this.
        * configure.ac:  ... this.
        * Makefile.in: Update a comment for above change.
        * Makefile.in: Update a comment for above change.
        * README: Likewise.
        * README: Likewise.
        * config.in: Regenerate.
        * config.in: Regenerate.
2004-01-02  Ian Lance Taylor  
2004-01-02  Ian Lance Taylor  
        * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
        * cp-demangle.c (d_encoding): When DMGL_PARAMS is not set, strip
        CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
        CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
        * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
        * cplus-dem.c (demangle_arm_hp_template): Set DMGL_PARAMS when
        demangling template parameters.
        demangling template parameters.
        * testsuite/test-demangle.c (fail): New static function.
        * testsuite/test-demangle.c (fail): New static function.
        (main): Support new options in input file: --no-params,
        (main): Support new options in input file: --no-params,
        --is-v3-ctor, and --is-v3-dtor.
        --is-v3-ctor, and --is-v3-dtor.
        * testsuite/demangle-expected: Add --no-params to most tests, and
        * testsuite/demangle-expected: Add --no-params to most tests, and
        add the correct result when parameters are not demangled.  Add
        add the correct result when parameters are not demangled.  Add
        some simple tests for V3 constructor/destructor recognition.
        some simple tests for V3 constructor/destructor recognition.
2003-12-25  Kaveh R. Ghazi  
2003-12-25  Kaveh R. Ghazi  
        * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
        * cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
2003-12-22  Daniel Jacobowitz  
2003-12-22  Daniel Jacobowitz  
        PR debug/13272
        PR debug/13272
        * Makefile.in (lbasename.o): Depend on filenames.h.
        * Makefile.in (lbasename.o): Depend on filenames.h.
        * lbasename.c: Include "filenames.h" instead of defining
        * lbasename.c: Include "filenames.h" instead of defining
        its macros locally.
        its macros locally.
2003-12-22  Ian Lance Taylor  
2003-12-22  Ian Lance Taylor  
        * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
        * cp-demangle.c (CP_DYNAMIC_ARRAYS): Define if compiler supports
        dynamic arrays.
        dynamic arrays.
        (struct d_operator_info): Add len field.
        (struct d_operator_info): Add len field.
        (struct d_builtin_type_info): Add len and java_len fields.
        (struct d_builtin_type_info): Add len and java_len fields.
        (struct d_standard_sub_info): Add simple_len, full_len, and
        (struct d_standard_sub_info): Add simple_len, full_len, and
        set_last_name_len fields.
        set_last_name_len fields.
        (struct d_comp): Add len field to s_string.
        (struct d_comp): Add len field to s_string.
        (struct d_info): Add send, did_subs, and expansion fields.
        (struct d_info): Add send, did_subs, and expansion fields.
        (d_append_string_constant): Define.
        (d_append_string_constant): Define.
        (d_append_string): Remove.  Change all users to use
        (d_append_string): Remove.  Change all users to use
        d_append_string_constant or d_append_buffer instead.
        d_append_string_constant or d_append_buffer instead.
        (d_make_sub): Add len parameter.  Change all callers.
        (d_make_sub): Add len parameter.  Change all callers.
        (d_name): Increase expansion when substituting std::.
        (d_name): Increase expansion when substituting std::.
        (d_unqualified_name): Increase expansion for an operator.
        (d_unqualified_name): Increase expansion for an operator.
        (d_number): Don't use multiplication for negative numbers.
        (d_number): Don't use multiplication for negative numbers.
        (d_identifier): Make sure there are enough characters in the
        (d_identifier): Make sure there are enough characters in the
        string for the specified length.  Adjust expansion for an
        string for the specified length.  Adjust expansion for an
        anonymous namespace.
        anonymous namespace.
        (d_operators): Initialize len field.
        (d_operators): Initialize len field.
        (d_special_name, d_ctor_dtor_name): Increase expansion.
        (d_special_name, d_ctor_dtor_name): Increase expansion.
        (d_builtin_types): Initialize len and java_len fields.
        (d_builtin_types): Initialize len and java_len fields.
        (d_type): Increase expansion for a builtin type.
        (d_type): Increase expansion for a builtin type.
        (d_cv_qualifiers): Increase expansion for each qualifier.
        (d_cv_qualifiers): Increase expansion for each qualifier.
        (d_bare_function_type): Decrease expansion when removing single
        (d_bare_function_type): Decrease expansion when removing single
        void parameter.
        void parameter.
        (d_template_param): Increment did_subs.
        (d_template_param): Increment did_subs.
        (d_expression): Increase expansion for an operator.
        (d_expression): Increase expansion for an operator.
        (d_expr_primary): Decrease expansion for a type we will print
        (d_expr_primary): Decrease expansion for a type we will print
        specially.
        specially.
        (standard_subs): Initialize new fields.
        (standard_subs): Initialize new fields.
        (d_substitution): Increment did_subs when doing a normal
        (d_substitution): Increment did_subs when doing a normal
        substitution.  Increase expansion for a special substitution.
        substitution.  Increase expansion for a special substitution.
        (d_print): Add estimate parameter.  Change all callers.
        (d_print): Add estimate parameter.  Change all callers.
        (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
        (d_print_comp) [D_COMP_NAME]: Handle C++ case inline.
        (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
        (d_print_comp) [D_COMP_BINARY]: Use length to avoid strcmp call.
        (d_print_java_identifier): Rename from d_print_identifier.  Handle
        (d_print_java_identifier): Rename from d_print_identifier.  Handle
        only Java case.  Change caller.
        only Java case.  Change caller.
        (d_init_info): Change return type to void.  Change all callers.
        (d_init_info): Change return type to void.  Change all callers.
        Initialize send, did_subs, and expansion fields.  Do not
        Initialize send, did_subs, and expansion fields.  Do not
        initialize comps and subs fields.
        initialize comps and subs fields.
        (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
        (d_demangle): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and subs
        arrays on stack.  Make an estimate of the length of the demangled
        arrays on stack.  Make an estimate of the length of the demangled
        name.  Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
        name.  Ifdef CP_DEMANGLE_DEBUG, print estimation failures.
        (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
        (is_ctor_or_dtor): Ifdef CP_DYNAMIC_ARRAYS, allocate comps and
        subs arrays on stack.
        subs arrays on stack.
2003-12-20  Ian Lance Taylor  
2003-12-20  Ian Lance Taylor  
        * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
        * cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
        after the identifier.
        after the identifier.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
2003-12-19  Ian Lance Taylor  
2003-12-19  Ian Lance Taylor  
        Fix for PR c++/13447:
        Fix for PR c++/13447:
        * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
        * cp-demangle.c (enum d_comp_type): Add D_COMP_LOCAL_NAME.
        (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
        (d_dump, d_make_comp): Handle D_COMP_LOCAL_NAME.
        (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
        (is_ctor_dtor_or_conversion): Handle D_COMP_LOCAL_NAME like
        D_COMP_QUAL_NAME.
        D_COMP_QUAL_NAME.
        (is_ctor_or_dtor): Likewise.
        (is_ctor_or_dtor): Likewise.
        (d_local_name): Use D_COMP_LOCAL_NAME rather than
        (d_local_name): Use D_COMP_LOCAL_NAME rather than
        D_COMP_QUAL_NAME.
        D_COMP_QUAL_NAME.
        (d_print_comp) [D_COMP_LOCAL_NAME]: New.
        (d_print_comp) [D_COMP_LOCAL_NAME]: New.
        (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
        (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is
        D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
        D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
        (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
        (d_print_mod_list): Handle D_COMP_LOCAL_NAME.
        * testsuite/demangle-expected: Add two test cases.
        * testsuite/demangle-expected: Add two test cases.
        * cp-demangle.c (d_print_function_type): Clear the global modifier
        * cp-demangle.c (d_print_function_type): Clear the global modifier
        list when printing the modifiers, not just when printing the
        list when printing the modifiers, not just when printing the
        function parameters.
        function parameters.
        * testsuite/demangle-expected: Add two test cases.
        * testsuite/demangle-expected: Add two test cases.
2003-12-15  Ian Lance Taylor  
2003-12-15  Ian Lance Taylor  
        * cp-demangle.c (d_print_function_type): Print the function
        * cp-demangle.c (d_print_function_type): Print the function
        parameters with no modifiers.
        parameters with no modifiers.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
        * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
        * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't
        expect that we've read the entire string.
        expect that we've read the entire string.
        (is_ctor_or_dtor): Don't expect that we've read the entire
        (is_ctor_or_dtor): Don't expect that we've read the entire
        string--reverse patch of 2003-11-29.
        string--reverse patch of 2003-11-29.
2003-12-15  Brendan Kehoe  
2003-12-15  Brendan Kehoe  
        * libiberty/Makefile.in (floatformat.o): Add dependency on
        * libiberty/Makefile.in (floatformat.o): Add dependency on
        config.h to accompany change of 2003-12-03.
        config.h to accompany change of 2003-12-03.
2003-12-15  Ian Lance Taylor  
2003-12-15  Ian Lance Taylor  
        Fix handling of constructor/destructor of standard substitution:
        Fix handling of constructor/destructor of standard substitution:
        * cp-demangle.c (struct d_standard_sub_info): Define.
        * cp-demangle.c (struct d_standard_sub_info): Define.
        (d_substitution): Add prefix argument.  Change all callers.
        (d_substitution): Add prefix argument.  Change all callers.
        Rework handling of standard substitutions to print full name when
        Rework handling of standard substitutions to print full name when
        qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
        qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
        Fix handling of negative literal constants:
        Fix handling of negative literal constants:
        * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
        * cp-demangle.c (enum d_comp_type): Add D_COMP_LITERAL_NEG.
        (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
        (d_dump, d_make_comp): Handle D_COMP_LITERAL_NEG.
        (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
        (d_expr_primary): Use D_COMP_LITERAL_NEG for a negative number.
        (d_print_comp): Handle D_COMP_LITERAL_NEG.
        (d_print_comp): Handle D_COMP_LITERAL_NEG.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
2003-12-04  Ian Lance Taylor  
2003-12-04  Ian Lance Taylor  
        * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
        * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
        (d_last_char): Define new macro.
        (d_last_char): Define new macro.
        (d_make_name): Reject an empty name.
        (d_make_name): Reject an empty name.
        (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
        (d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
        (d_substitution, d_print_identifier): Likewise.
        (d_substitution, d_print_identifier): Likewise.
        (d_print_comp) [D_COMP_OPERATOR]: Likewise.
        (d_print_comp) [D_COMP_OPERATOR]: Likewise.
        (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
        (d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
        (d_print_mod) Use new d_last_char macro.
        (d_print_mod) Use new d_last_char macro.
        (d_print_cast): Use new d_last_char macro.
        (d_print_cast): Use new d_last_char macro.
        (is_ctor_or_dtor): Don't leak memory.
        (is_ctor_or_dtor): Don't leak memory.
        Fix handling of member function modifiers:
        Fix handling of member function modifiers:
        * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
        * cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
        D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
        D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
        (d_dump): Dump new d_comp_type values.
        (d_dump): Dump new d_comp_type values.
        (d_make_comp): Accept new d_comp_type values.
        (d_make_comp): Accept new d_comp_type values.
        (has_return_type): Only accept _THIS variants of qualifiers.
        (has_return_type): Only accept _THIS variants of qualifiers.
        (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
        (d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
        qualifiers.
        qualifiers.
        (d_cv_qualifiers): Add member_fn parameter.  Change all callers.
        (d_cv_qualifiers): Add member_fn parameter.  Change all callers.
        (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
        (d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
        qualifiers and printing them at the end, add _THIS qualifiers to
        qualifiers and printing them at the end, add _THIS qualifiers to
        the modifier list.
        the modifier list.
        (d_print_comp) [D_COMP_*_THIS]: New cases.
        (d_print_comp) [D_COMP_*_THIS]: New cases.
        (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
        (d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
        qualifiers.
        qualifiers.
        (d_print_mod_list): Add suffix parameter.  Change all callers.
        (d_print_mod_list): Add suffix parameter.  Change all callers.
        Keep walking the list even if the current modifier has been
        Keep walking the list even if the current modifier has been
        printed.
        printed.
        (d_print_mod): Handle new _THIS qualifiers.
        (d_print_mod): Handle new _THIS qualifiers.
        (d_print_function_type): Handle new _THIS qualifiers when deciding
        (d_print_function_type): Handle new _THIS qualifiers when deciding
        whether to print a parenthesis.  Put a space before the
        whether to print a parenthesis.  Put a space before the
        parenthesis in some cases.  Call d_print_mod_list again at the
        parenthesis in some cases.  Call d_print_mod_list again at the
        end, passing suffix as 1.
        end, passing suffix as 1.
        (is_ctor_or_dtor): Look for new _THIS qualifiers.
        (is_ctor_or_dtor): Look for new _THIS qualifiers.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
        Fix for PR gcc/13304:
        Fix for PR gcc/13304:
        * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
        * cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
        before the '<' is itself a '<', insert a space.
        before the '<' is itself a '<', insert a space.
        (d_print_cast): Likewise.
        (d_print_cast): Likewise.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
        Fix for PR gcc/13244:
        Fix for PR gcc/13244:
        * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
        * cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
        which uses the '>' operator in an extra layer of parens.
        which uses the '>' operator in an extra layer of parens.
        * testsuite/demangle-expected: Add test case.
        * testsuite/demangle-expected: Add test case.
2003-12-03  Ian Lance Taylor  
2003-12-03  Ian Lance Taylor  
        * floatformat.c: Include "config.h" and  if available.
        * floatformat.c: Include "config.h" and  if available.
        (INFINITY, NAN): Define if not defined by .
        (INFINITY, NAN): Define if not defined by .
        (floatformat_to_double): Handle NaN, infinity, and denormalized
        (floatformat_to_double): Handle NaN, infinity, and denormalized
        numbers.
        numbers.
        (floatformat_from_double): Likewise.
        (floatformat_from_double): Likewise.
        (ieee_test): In debugging code, use little endian rather than big
        (ieee_test): In debugging code, use little endian rather than big
        endian.  Correct tests to handle NaN and to check correct sign of
        endian.  Correct tests to handle NaN and to check correct sign of
        zero.  Omit m68k extended test.
        zero.  Omit m68k extended test.
        (main): Add more debugging cases.
        (main): Add more debugging cases.
2003-11-29  Ian Lance Taylor  
2003-11-29  Ian Lance Taylor  
        * cp-demangle.c (d_demangle): Only return success if we consumed
        * cp-demangle.c (d_demangle): Only return success if we consumed
        the entire demangled string.
        the entire demangled string.
        (is_ctor_or_dtor): Likewise.
        (is_ctor_or_dtor): Likewise.
        * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
        * testsuite/demangle-expected: Revert one part of 2003-06-26 patch
        to restore expected result of EDG test case to original expected
        to restore expected result of EDG test case to original expected
        result.
        result.
2003-11-26  Ian Lance Taylor  
2003-11-26  Ian Lance Taylor  
        * cp-demangle.c (struct d_print_mod): Add templates field.
        * cp-demangle.c (struct d_print_mod): Add templates field.
        (d_make_builtin_type): Check for NULL type.
        (d_make_builtin_type): Check for NULL type.
        (d_make_extended_operator): Check for NULL name.
        (d_make_extended_operator): Check for NULL name.
        (d_make_ctor, d_make_dtor): Likewise.
        (d_make_ctor, d_make_dtor): Likewise.
        (d_mangled_name): Add top_level parameter.  Change all callers.
        (d_mangled_name): Add top_level parameter.  Change all callers.
        (d_encoding): If DMGL_PARAMS is not set, strip off initial
        (d_encoding): If DMGL_PARAMS is not set, strip off initial
        CV-qualifiers.
        CV-qualifiers.
        (d_type): Check some return values we rely on.
        (d_type): Check some return values we rely on.
        (d_bare_function_type, d_array_type): Likewise.
        (d_bare_function_type, d_array_type): Likewise.
        (d_pointer_to_member_type, d_template_args): Likewise.
        (d_pointer_to_member_type, d_template_args): Likewise.
        (d_add_substitution): Fail if argument is NULL.
        (d_add_substitution): Fail if argument is NULL.
        (d_print_resize): Check whether buf is NULL.
        (d_print_resize): Check whether buf is NULL.
        (d_print_comp): Save current templates list with each modifier.
        (d_print_comp): Save current templates list with each modifier.
        Don't pass the modifier list down when printing a template.
        Don't pass the modifier list down when printing a template.
        (d_print_cast): Don't pass the modifier list down when printing a
        (d_print_cast): Don't pass the modifier list down when printing a
        template.
        template.
        (d_print_mod_list): Temporarily set templates list while printing
        (d_print_mod_list): Temporarily set templates list while printing
        a modifier.
        a modifier.
        (d_print_mod): Check that buf is not NULL before using it.
        (d_print_mod): Check that buf is not NULL before using it.
        (d_print_function_type): Print parens if there is no modifier.
        (d_print_function_type): Print parens if there is no modifier.
        (d_init_info): Permit as many substitutions as there are
        (d_init_info): Permit as many substitutions as there are
        characters in the mangled name.
        characters in the mangled name.
        * testsuite/demangle-expected: Add two new test cases.
        * testsuite/demangle-expected: Add two new test cases.
2003-11-25  Ian Lance Taylor  
2003-11-25  Ian Lance Taylor  
        * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
        * cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
        d_demangle.
        d_demangle.
2003-11-22  Ian Lance Taylor  
2003-11-22  Ian Lance Taylor  
        * cp-demangle.c (d_encoding): Add top_level parameter.  Change all
        * cp-demangle.c (d_encoding): Add top_level parameter.  Change all
        callers.
        callers.
        (print_usage): Display new -p option.
        (print_usage): Display new -p option.
        (long_options): Add --no-params.
        (long_options): Add --no-params.
        (main): Accept and handle -p.
        (main): Accept and handle -p.
2003-11-21  Ian Lance Taylor  
2003-11-21  Ian Lance Taylor  
        * cp-demangle.c (has_return_type): Skip qualifiers when checking
        * cp-demangle.c (has_return_type): Skip qualifiers when checking
        whether we have a template.
        whether we have a template.
        * testsuite/demangle-expected: Add four new tests.
        * testsuite/demangle-expected: Add four new tests.
2003-11-20  Ian Lance Taylor  
2003-11-20  Ian Lance Taylor  
        * testsuite/demangle-expected: Minor changes to match output of
        * testsuite/demangle-expected: Minor changes to match output of
        new demangler: adjust whitespace in four tests, and change order
        new demangler: adjust whitespace in four tests, and change order
        of qualifiers in one test.
        of qualifiers in one test.
        * cp-demangle.c: Complete rewrite.
        * cp-demangle.c: Complete rewrite.
2003-11-19  Mark Mitchell  
2003-11-19  Mark Mitchell  
        * cp-demangle.c (demangle_type): Correct thinko in substitution
        * cp-demangle.c (demangle_type): Correct thinko in substitution
        processing.
        processing.
2003-11-18  Ian Lance Taylor  
2003-11-18  Ian Lance Taylor  
        * cp-demangle.c (demangle_operator_name): Remove space before
        * cp-demangle.c (demangle_operator_name): Remove space before
        "sizeof".
        "sizeof".
        (demangle_type_ptr): Put qualifiers in the right place.  Handle
        (demangle_type_ptr): Put qualifiers in the right place.  Handle
        qualifiers in pointer to member specially.
        qualifiers in pointer to member specially.
        (demangle_type): Handle qualifiers for pointer or reference
        (demangle_type): Handle qualifiers for pointer or reference
        specially.  Handle function type.
        specially.  Handle function type.
        (demangle_local_name): Save and restore caret around demangling of
        (demangle_local_name): Save and restore caret around demangling of
        initial encoding.
        initial encoding.
        * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
        * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
        cplus_demangle.
        cplus_demangle.
        * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
        * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
2003-10-31  Andreas Jaeger  
2003-10-31  Andreas Jaeger  
        * floatformat.c (floatformat_always_valid): Add unused attribute.
        * floatformat.c (floatformat_always_valid): Add unused attribute.
2003-10-30  Josef Zlomek  
2003-10-30  Josef Zlomek  
        Jan Hubicka 
        Jan Hubicka 
        * vasprintf.c (int_vasprintf): Pass va_list by value.
        * vasprintf.c (int_vasprintf): Pass va_list by value.
        Use va_copy for copying va_list.
        Use va_copy for copying va_list.
        (vasprintf): Pass va_list by value.
        (vasprintf): Pass va_list by value.
2003-10-30  Josef Zlomek  
2003-10-30  Josef Zlomek  
        * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
        * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
        instead of increasing n_elements when inserting to deleted slot.
        instead of increasing n_elements when inserting to deleted slot.
2003-10-20  J. Brobecker  
2003-10-20  J. Brobecker  
        * cplus-dem.c (demangle_template): Register a new Btype only
        * cplus-dem.c (demangle_template): Register a new Btype only
        when needed.
        when needed.
        * testsuite/demangle-expected: Add a new test.
        * testsuite/demangle-expected: Add a new test.
2003-10-16  H.J. Lu  
2003-10-16  H.J. Lu  
        * testsuite/demangle-expected: Update the expected output of
        * testsuite/demangle-expected: Update the expected output of
        _GLOBAL__I__Z2fnv.
        _GLOBAL__I__Z2fnv.
2003-10-02  Daniel Jacobowitz  
2003-10-02  Daniel Jacobowitz  
        * strerror.c: Revert last change.  Declare static sys_nerr
        * strerror.c: Revert last change.  Declare static sys_nerr
        and sys_errlist using different names.
        and sys_errlist using different names.
2003-10-01  Daniel Jacobowitz  
2003-10-01  Daniel Jacobowitz  
        * strerror.c: Don't provide or reference sys_errlist if
        * strerror.c: Don't provide or reference sys_errlist if
        strerror is available.
        strerror is available.
2003-10-01  H.J. Lu  
2003-10-01  H.J. Lu  
        * configure.in: Check if $MAKEINFO is missing.
        * configure.in: Check if $MAKEINFO is missing.
        * configure: Regenerated.
        * configure: Regenerated.
2003-09-24  Daniel Jacobowitz  
2003-09-24  Daniel Jacobowitz  
        * configure.in: Use AC_PROG_CPP_WERROR.
        * configure.in: Use AC_PROG_CPP_WERROR.
        * configure: Regenerated.
        * configure: Regenerated.
2003-09-22  Andrew Cagney  
2003-09-22  Andrew Cagney  
        * floatformat.c (floatformat_i387_ext_is_valid): New function.
        * floatformat.c (floatformat_i387_ext_is_valid): New function.
        (floatformat_always_valid): New function.
        (floatformat_always_valid): New function.
        (floatformat_i387_ext): Initialize new "is_valid" field to
        (floatformat_i387_ext): Initialize new "is_valid" field to
        "floatformat_i387_ext_is_valid".
        "floatformat_i387_ext_is_valid".
        (floatformat_ieee_single_little): Initialize "is_valid" field to
        (floatformat_ieee_single_little): Initialize "is_valid" field to
        floatformat_always_valid.
        floatformat_always_valid.
        (floatformat_ieee_double_big): Ditto.
        (floatformat_ieee_double_big): Ditto.
        (floatformat_ieee_double_little): Ditto.
        (floatformat_ieee_double_little): Ditto.
        (floatformat_ieee_double_little): Ditto.
        (floatformat_ieee_double_little): Ditto.
        (floatformat_ieee_double_littlebyte_bigword): Ditto.
        (floatformat_ieee_double_littlebyte_bigword): Ditto.
        (floatformat_i960_ext): Ditto.
        (floatformat_i960_ext): Ditto.
        (floatformat_m88110_ext): Ditto.
        (floatformat_m88110_ext): Ditto.
        (floatformat_m88110_harris_ext): Ditto.
        (floatformat_m88110_harris_ext): Ditto.
        (floatformat_arm_ext_big): Ditto.
        (floatformat_arm_ext_big): Ditto.
        (floatformat_arm_ext_littlebyte_bigword): Ditto.
        (floatformat_arm_ext_littlebyte_bigword): Ditto.
        (floatformat_ia64_spill_big): Ditto.
        (floatformat_ia64_spill_big): Ditto.
        (floatformat_ia64_spill_little): Ditto.
        (floatformat_ia64_spill_little): Ditto.
        (floatformat_ia64_quad_big): Ditto.
        (floatformat_ia64_quad_big): Ditto.
        (floatformat_ia64_quad_little): Ditto.
        (floatformat_ia64_quad_little): Ditto.
        (floatformat_ia64_quad_little): Ditto.
        (floatformat_ia64_quad_little): Ditto.
        (floatformat_is_valid): Call "is_valid".
        (floatformat_is_valid): Call "is_valid".
2003-09-15  Andrew Cagney  
2003-09-15  Andrew Cagney  
        * floatformat.c (get_field): Make "data" constant.
        * floatformat.c (get_field): Make "data" constant.
        (floatformat_is_valid, floatformat_to_double): Make "from"
        (floatformat_is_valid, floatformat_to_double): Make "from"
        constant, fix casts.
        constant, fix casts.
        (floatformat_from_double): Make "from" constant.
        (floatformat_from_double): Make "from" constant.
2003-09-15  Daniel Jacobowitz  
2003-09-15  Daniel Jacobowitz  
        * floatformat.c (floatformat_is_valid): New function.
        * floatformat.c (floatformat_is_valid): New function.
        (get_field, put_field): Correct comments.
        (get_field, put_field): Correct comments.
2003-09-06  Josef Zlomek  
2003-09-06  Josef Zlomek  
        * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
        * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
        FIBHEAPKEY_T.
        FIBHEAPKEY_T.
2003-09-02  John David Anglin  
2003-09-02  John David Anglin  
        PR bootstrap/12100
        PR bootstrap/12100
        * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
        * aclocal.m4 (AC_LANG_FUNC_LINK_TRY): Define.
        * configure: Rebuilt.
        * configure: Rebuilt.
2003-08-27  Daniel Jacobowitz  
2003-08-27  Daniel Jacobowitz  
        * aclocal.m4: Include acx.m4 and no-executables.m4.
        * aclocal.m4: Include acx.m4 and no-executables.m4.
        (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
        (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
        (LIB_AC_PROG_CC): Remove.
        (LIB_AC_PROG_CC): Remove.
        * configure.in: Update AC_PREREQ to 2.57.  Use GCC_NO_EXECUTABLES.
        * configure.in: Update AC_PREREQ to 2.57.  Use GCC_NO_EXECUTABLES.
        Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
        Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
        LIB_AC_PROG_CC.  Use AC_LIBOBJ.  Call AC_ISC_POSIX later, only if
        LIB_AC_PROG_CC.  Use AC_LIBOBJ.  Call AC_ISC_POSIX later, only if
        performing link tests.
        performing link tests.
        * configure: Regenerated.
        * configure: Regenerated.
2003-08-12  Nathanael Nerode  
2003-08-12  Nathanael Nerode  
        * cp-demangle.c: Clarify what package(s) this is part of.
        * cp-demangle.c: Clarify what package(s) this is part of.
2003-07-05  Danny Smith  
2003-07-05  Danny Smith  
        * pex-win32.c (pexecute): Mark parameters this_pname and
        * pex-win32.c (pexecute): Mark parameters this_pname and
        temp_base as unused. Remove unused variables retries,
        temp_base as unused. Remove unused variables retries,
        sleep_interval. Initialize org_stdin, org_stdout.
        sleep_interval. Initialize org_stdin, org_stdout.
        (pwait): Mark parameter flags as unused.
        (pwait): Mark parameter flags as unused.
2003-07-02  Danny Smith  
2003-07-02  Danny Smith  
        * pex-win32.c (fix_argv): Ensure that the executable pathname
        * pex-win32.c (fix_argv): Ensure that the executable pathname
        uses Win32 backslashes.
        uses Win32 backslashes.
        (pexecute): Cast away constness when assigning *errmsg_arg.
        (pexecute): Cast away constness when assigning *errmsg_arg.
2003-06-26  H.J. Lu 
2003-06-26  H.J. Lu 
        * testsuite/demangle-expected: Add more GNU V3 testcases.
        * testsuite/demangle-expected: Add more GNU V3 testcases.
2003-06-22  Zack Weinberg  
2003-06-22  Zack Weinberg  
        * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
        * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
        not HC_ASCII and HC_EBCDIC.
        not HC_ASCII and HC_EBCDIC.
        Add documentation in form expected by gather-docs.
        Add documentation in form expected by gather-docs.
        * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
        * hex.c: Use HOST_CHARSET, not hand-coded check of character set.
        * Makefile.in, functions.texi: Regenerate.
        * Makefile.in, functions.texi: Regenerate.
2003-06-21  Zack Weinberg  
2003-06-21  Zack Weinberg  
        * safe-ctype.c: Separate out EOF==-1 check.  Use HOST_CHARSET
        * safe-ctype.c: Separate out EOF==-1 check.  Use HOST_CHARSET
        for charset determination.
        for charset determination.
2003-06-19  Dara Hazeghi  
2003-06-19  Dara Hazeghi  
        * configure.in: Add check for malloc.h needed by
        * configure.in: Add check for malloc.h needed by
        m68k for function free().
        m68k for function free().
        * configure: Regenerated.
        * configure: Regenerated.
        * config.in: Add HAVE_MALLOC_H.
        * config.in: Add HAVE_MALLOC_H.
        * hashtab.c: include malloc.h were available for
        * hashtab.c: include malloc.h were available for
        free().
        free().
2003-06-09  Albert Chin-A-Young  
2003-06-09  Albert Chin-A-Young  
        PR bootstrap/10974
        PR bootstrap/10974
        * physmem.c: Update comment.
        * physmem.c: Update comment.
        * configure.in: Modify test for _system_configuration for older
        * configure.in: Modify test for _system_configuration for older
        AIX systems.
        AIX systems.
        * config.in, configure: Regenerated.
        * config.in, configure: Regenerated.
2003-06-05  John David Anglin  
2003-06-05  John David Anglin  
        PR other/10810
        PR other/10810
        * test-demangle.c (getline): Fix fence-post error.
        * test-demangle.c (getline): Fix fence-post error.
2003-06-03  Nick Clifton  
2003-06-03  Nick Clifton  
        * asprintf.c: Change comment to note that -1 is returned upon
        * asprintf.c: Change comment to note that -1 is returned upon
        error.
        error.
        * vasprintf.c: Likewise.
        * vasprintf.c: Likewise.
        (vasprintf): Return -1 upon error.
        (vasprintf): Return -1 upon error.
        * functions.texi: Document changes to asprintf and vasprintf.
        * functions.texi: Document changes to asprintf and vasprintf.
2003-05-19  Kelley Cook  
2003-05-19  Kelley Cook  
        * config.table: Accept i[345867]86 variant.
        * config.table: Accept i[345867]86 variant.
2003-05-15  Jim Blandy  
2003-05-15  Jim Blandy  
        * hex.c (_hex_value): Make this unsigned.
        * hex.c (_hex_value): Make this unsigned.
        (hex_value): Update documentation for new return type.  hex_value
        (hex_value): Update documentation for new return type.  hex_value
        now expands to an unsigned int expression, to avoid unexpected
        now expands to an unsigned int expression, to avoid unexpected
        sign extension when we store it in a bfd_vma, which is larger than
        sign extension when we store it in a bfd_vma, which is larger than
        int on some platforms.
        int on some platforms.
        * functions.texi: Regenerated.
        * functions.texi: Regenerated.
2003-05-07  Josef Zlomek  
2003-05-07  Josef Zlomek  
        * splay-tree.c (splay_tree_predecessor): Fix comment.
        * splay-tree.c (splay_tree_predecessor): Fix comment.
        (splay_tree_successor): Fix comment.
        (splay_tree_successor): Fix comment.
2003-05-07  Jason Merrill  
2003-05-07  Jason Merrill  
        * hashtab.c (iterative_hash): New fn.
        * hashtab.c (iterative_hash): New fn.
        * configure.in: Add AC_C_BIGENDIAN_CROSS.
        * configure.in: Add AC_C_BIGENDIAN_CROSS.
        * aclocal.m4: Include accross.m4.
        * aclocal.m4: Include accross.m4.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
2003-05-04  Kaveh R. Ghazi  
2003-05-04  Kaveh R. Ghazi  
        * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
        * configure.in (AC_CHECK_FUNCS): Don't make multiple calls.
        * configure: Regenerate.
        * configure: Regenerate.
2003-05-03  Carlo Wood  
2003-05-03  Carlo Wood  
        * cp-demangle.c: Fix typo in "char_traints" string-literal.
        * cp-demangle.c: Fix typo in "char_traints" string-literal.
2003-04-22  Kaveh R. Ghazi  
2003-04-22  Kaveh R. Ghazi  
        * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
        * vsnprintf.c (vsnprintf): Don't pad string with extra nulls.
        (main): Test that we don't write too much data.
        (main): Test that we don't write too much data.
2003-04-16  Kaveh R. Ghazi  
2003-04-16  Kaveh R. Ghazi  
        * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
        * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
        vsnprintf.
        vsnprintf.
        * snprintf.c, vsnprintf.c: New files.
        * snprintf.c, vsnprintf.c: New files.
        * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
        * Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
        (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
        (CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
        Regenerate dependencies.
        Regenerate dependencies.
        * functions.texi, configure, config.in: Regenerated.
        * functions.texi, configure, config.in: Regenerated.
2003-04-15  Kaveh R. Ghazi  
2003-04-15  Kaveh R. Ghazi  
        * mempcpy.c, stpcpy.c, stpncpy.c: New files.
        * mempcpy.c, stpcpy.c, stpncpy.c: New files.
        * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
        * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
        and stpncpy.
        and stpncpy.
        * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
        * Makefile.in (CFILES): Add mempcpy.c, stpcpy.c and stpncpy.c.
        (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
        (CONFIGURED_OFILES): Add mempcpy.o, stpcpy.o and stpncpy.o.
        Regenerate dependencies.
        Regenerate dependencies.
        * functions.texi, configure, config.in: Regenerated.
        * functions.texi, configure, config.in: Regenerated.
2003-04-15  Kaveh R. Ghazi  
2003-04-15  Kaveh R. Ghazi  
        * argv.c: Fix comments.
        * argv.c: Fix comments.
        * calloc.c: Don't unnecessarily include "libiberty.h".
        * calloc.c: Don't unnecessarily include "libiberty.h".
        (bzero): Add prototype.
        (bzero): Add prototype.
        * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
        * floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
        * getcwd.c (getcwd): Use standard definition to avoid conflicts
        * getcwd.c (getcwd): Use standard definition to avoid conflicts
        with system headers.
        with system headers.
        * hashtab.c (htab_traverse): Delete unused variables.
        * hashtab.c (htab_traverse): Delete unused variables.
        * rename.c: Include "ansidecl.h".
        * rename.c: Include "ansidecl.h".
        (rename): Use standard definition to avoid conflicts with system
        (rename): Use standard definition to avoid conflicts with system
        headers.
        headers.
        * strsignal.c: Rely on ANSI_PROTOTYPES.
        * strsignal.c: Rely on ANSI_PROTOTYPES.
        * strstr.c: Check GNUC >= 2, not GNUC == 2.
        * strstr.c: Check GNUC >= 2, not GNUC == 2.
        * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
        * vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
        * vprintf.c: Include "ansidecl.h" earlier, rely on
        * vprintf.c: Include "ansidecl.h" earlier, rely on
        ANSI_PROTOTYPES.
        ANSI_PROTOTYPES.
        * vsprintf.c: Include "ansidecl.h" earlier, rely on
        * vsprintf.c: Include "ansidecl.h" earlier, rely on
        ANSI_PROTOTYPES and possibly include .
        ANSI_PROTOTYPES and possibly include .
        * Makefile.in: Regenerate dependencies.
        * Makefile.in: Regenerate dependencies.
2003-04-15  DJ Delorie  
2003-04-15  DJ Delorie  
        * maint-tool (deps): Scan for headers in $srcdir also.
        * maint-tool (deps): Scan for headers in $srcdir also.
2003-04-15  Kaveh R. Ghazi  
2003-04-15  Kaveh R. Ghazi  
        PR target/10338
        PR target/10338
        PR bootstrap/10198
        PR bootstrap/10198
        PR bootstrap/10140
        PR bootstrap/10140
        * getopt.c (exchange, _getopt_initialize): Use mempcpy not
        * getopt.c (exchange, _getopt_initialize): Use mempcpy not
        __mempcpy.
        __mempcpy.
        * regex.c (regerror): Likewise.
        * regex.c (regerror): Likewise.
2003-04-14  Roger Sayle  
2003-04-14  Roger Sayle  
        * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
        * argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
        * memchr.c: Likewise.
        * memchr.c: Likewise.
        * strcasecmp.c: Likewise.
        * strcasecmp.c: Likewise.
        * strncasecmp.c: Likewise.
        * strncasecmp.c: Likewise.
        * strncmp.c: Likewise.
        * strncmp.c: Likewise.
        * xatexit.c: Likewise.
        * xatexit.c: Likewise.
        * xmalloc.c: Likewise.
        * xmalloc.c: Likewise.
        * copysign.c: Use traditional function declaration instead of DEFUN.
        * copysign.c: Use traditional function declaration instead of DEFUN.
        * sigsetmask.c: Likewise.
        * sigsetmask.c: Likewise.
        * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
        * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
        * memset.c: Likewise.
        * memset.c: Likewise.
        * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
        * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
        * memmove.c: Likewise.
        * memmove.c: Likewise.
2003-04-14  Roger Sayle  
2003-04-14  Roger Sayle  
        * strdup.c (strdup): Tweak implementation to use memcpy.
        * strdup.c (strdup): Tweak implementation to use memcpy.
2003-04-14  Kaveh R. Ghazi  
2003-04-14  Kaveh R. Ghazi  
        * configure.in (HAVE_UINTPTR_T): Always define.
        * configure.in (HAVE_UINTPTR_T): Always define.
        * configure: Regenerated.
        * configure: Regenerated.
2003-03-23  Alexandre Oliva  
2003-03-23  Alexandre Oliva  
        * Makefile.in (MULTIOSDIR): New macro.  Use $(CC) $(LIBCFLAGS)
        * Makefile.in (MULTIOSDIR): New macro.  Use $(CC) $(LIBCFLAGS)
        instead of $$CC alone.
        instead of $$CC alone.
        (install_to_tooldir): Use it.
        (install_to_tooldir): Use it.
2003-17-03  Jan Hubicka  
2003-17-03  Jan Hubicka  
        * hashtab.c (htab_traverse_noresize): Break out from ...
        * hashtab.c (htab_traverse_noresize): Break out from ...
        * hashtab.c (htab_traverse): ... here.
        * hashtab.c (htab_traverse): ... here.
2003-12-03  Jan Hubicka  
2003-12-03  Jan Hubicka  
        * hashtab.c (htab_expand): Fix warning.
        * hashtab.c (htab_expand): Fix warning.
        * hashtab.c (htab_expand): Compute the size of hashtable based
        * hashtab.c (htab_expand): Compute the size of hashtable based
        on the number of elements actually used.
        on the number of elements actually used.
        (htab_traverse):  Call htab_expand when table is too empty.
        (htab_traverse):  Call htab_expand when table is too empty.
2003-03-11  Carlo Wood  
2003-03-11  Carlo Wood  
        * cplus-dem.c (demangle_integral_value): Correction to reflect
        * cplus-dem.c (demangle_integral_value): Correction to reflect
        patch of 2002-01-10 in order to also make negative multi-digits
        patch of 2002-01-10 in order to also make negative multi-digits
        without leading underscore work.
        without leading underscore work.
2003-03-03  Mark Mitchell  
2003-03-03  Mark Mitchell  
        * cplus-dem.c: Add license exception to copyright notice.
        * cplus-dem.c: Add license exception to copyright notice.
2003-02-27  Kaveh R. Ghazi  
2003-02-27  Kaveh R. Ghazi  
        * physmem.c: Formatting changes from upstream.
        * physmem.c: Formatting changes from upstream.
2003-02-24  Danny Smith  
2003-02-24  Danny Smith  
        * physmem.c (physmem_total): Add _WIN32 support.
        * physmem.c (physmem_total): Add _WIN32 support.
        (physmem_available): Likewise.
        (physmem_available): Likewise.
2003-02-24  Rainer Orth  
2003-02-24  Rainer Orth  
        * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
        * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for
        GSI_PHYSMEM.
        GSI_PHYSMEM.
        (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
        (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS.
2003-02-22  Kaveh R. Ghazi  
2003-02-22  Kaveh R. Ghazi  
        * configure.in: Check for sys/systemcfg.h and
        * configure.in: Check for sys/systemcfg.h and
        _system_configuration.
        _system_configuration.
        * physmem.c: Add support for AIX.  Tweek formatting as per
        * physmem.c: Add support for AIX.  Tweek formatting as per
        upstream coreutils beta.
        upstream coreutils beta.
2003-02-22  Kaveh R. Ghazi  
2003-02-22  Kaveh R. Ghazi  
            Richard Earnshaw  
            Richard Earnshaw  
            Geoffrey Keating  
            Geoffrey Keating  
        * configure.in: Check for sys/sysctl.h and sysctl.
        * configure.in: Check for sys/sysctl.h and sysctl.
        * physmem.c: Add support for *bsd and darwin.
        * physmem.c: Add support for *bsd and darwin.
        * Makefile.in: Generate depedency for physmem.o.
        * Makefile.in: Generate depedency for physmem.o.
2003-02-21  Rainer Orth  
2003-02-21  Rainer Orth  
        * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
        * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
        Tru64 UNIX.
        Tru64 UNIX.
        (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
        (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
        Tru64 UNIX.
        Tru64 UNIX.
        * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
        * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
        machine/hal_sysinfo.h, sys/table.h.
        machine/hal_sysinfo.h, sys/table.h.
        (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
        (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
2003-02-21  Kaveh R. Ghazi  
2003-02-21  Kaveh R. Ghazi  
        * configure.in: Check for sys/sysmp.h and sysmp.
        * configure.in: Check for sys/sysmp.h and sysmp.
        * physmem.c: Pull upstream copy, add support for irix6.
        * physmem.c: Pull upstream copy, add support for irix6.
        * config.in, configure: Regenerated.
        * config.in, configure: Regenerated.
2003-02-21  Kaveh R. Ghazi  
2003-02-21  Kaveh R. Ghazi  
        * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
        * physmem.c (physmem_total, physmem_available): De-ANSI-fy.
        * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
        * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and
        pstat_getdynamic.
        pstat_getdynamic.
2003-02-20  Kaveh R. Ghazi  
2003-02-20  Kaveh R. Ghazi  
        * Makefile.in (CFILES): Add physmem.c.
        * Makefile.in (CFILES): Add physmem.c.
        (REQUIRED_OFILES): Add physmem.o.
        (REQUIRED_OFILES): Add physmem.o.
        * configure.in: Check for sys/pstat.h.
        * configure.in: Check for sys/pstat.h.
        (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
        (checkfuncs): Add pstat_getstatic and pstat_getdynamic.
        * physmem.c: New file, copied from textutils.
        * physmem.c: New file, copied from textutils.
        * config.in, configure: Regenerated.
        * config.in, configure: Regenerated.
2003-02-20  Daniel Jacobowitz  
2003-02-20  Daniel Jacobowitz  
        * Makefile.in (CFILES): Add lrealpath.c.
        * Makefile.in (CFILES): Add lrealpath.c.
        (REQUIRED_OFILES): Add lrealpath.o.
        (REQUIRED_OFILES): Add lrealpath.o.
        (lrealpath.o): Add rule.
        (lrealpath.o): Add rule.
        * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
        * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
        * configure.in: Add realpath and canonicalize_file_name to
        * configure.in: Add realpath and canonicalize_file_name to
        checkfuncs and AC_CHECK_FUNCS.  Use libiberty_NEED_DECLARATION
        checkfuncs and AC_CHECK_FUNCS.  Use libiberty_NEED_DECLARATION
        for canonicalize_file_name.
        for canonicalize_file_name.
        * lrealpath.c: New file.
        * lrealpath.c: New file.
        * make-relative-prefix.c: Update documentation.
        * make-relative-prefix.c: Update documentation.
        (make_relative_prefix): Simplify.  Use lbasename and lrealpath.
        (make_relative_prefix): Simplify.  Use lbasename and lrealpath.
        * config.in: Regenerated.
        * config.in: Regenerated.
        * configure: Regenerated.
        * configure: Regenerated.
        * functions.texi: Regenerated.
        * functions.texi: Regenerated.
2003-02-20  jmc  
2003-02-20  jmc  
        * cplus_dem.c: Fix typo: intializes -> initializes.
        * cplus_dem.c: Fix typo: intializes -> initializes.
2003-02-20  Alexandre Oliva  
2003-02-20  Alexandre Oliva  
        * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
        * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
        config.status.
        config.status.
        * configure: Rebuilt.
        * configure: Rebuilt.
2003-02-13  Daniel Jacobowitz  
2003-02-13  Daniel Jacobowitz  
        Fix PR c++/7612.
        Fix PR c++/7612.
        * cplus-dem.c (demangle_signature): Call string_delete.
        * cplus-dem.c (demangle_signature): Call string_delete.
        Remove extra string_init.
        Remove extra string_init.
        (demangle_arm_hp_template): Call string_delete instead of
        (demangle_arm_hp_template): Call string_delete instead of
        string_clear.  Add missing string_delete call.
        string_clear.  Add missing string_delete call.
        (demangle_qualified): Add missing string_delete call.
        (demangle_qualified): Add missing string_delete call.
        (do_type): Remove unused variable btype.  Add missing string_delete
        (do_type): Remove unused variable btype.  Add missing string_delete
        call.  Call string_delete instead of string_clear.
        call.  Call string_delete instead of string_clear.
        (demangle_fund_type): Move variable btype inside of the switch
        (demangle_fund_type): Move variable btype inside of the switch
        statement.  Add missing string_delete call.
        statement.  Add missing string_delete call.
        (do_arg): Call string_delete instead of string_clear.  Remove extra
        (do_arg): Call string_delete instead of string_clear.  Remove extra
        string_init.
        string_init.
        (demangle_nested_args): Free work->previous_argument.
        (demangle_nested_args): Free work->previous_argument.
2003-02-12  Kaveh R. Ghazi  
2003-02-12  Kaveh R. Ghazi  
        * acconfig.h: New file.  Add uintptr_t.
        * acconfig.h: New file.  Add uintptr_t.
        * config.in: Regenerated.
        * config.in: Regenerated.
2003-02-04  Joseph S. Myers  
2003-02-04  Joseph S. Myers  
        * libiberty.texi: Update to GFDL 1.2.
        * libiberty.texi: Update to GFDL 1.2.
2003-01-30  Christian Cornelssen  
2003-01-30  Christian Cornelssen  
        * Makefile.in (libiberty_topdir): New subst.
        * Makefile.in (libiberty_topdir): New subst.
        (mkinstalldirs): Redefine in terms of the above.
        (mkinstalldirs): Redefine in terms of the above.
        * configure.in: AC_SUBST it.
        * configure.in: AC_SUBST it.
        * configure: Regenerate.
        * configure: Regenerate.
2003-01-28  Christian Cornelssen  
2003-01-28  Christian Cornelssen  
        * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
        * Makefile.in (all-subdir, check-subdir, installcheck-subdir)
        (info-subdir, install-info-subdir, clean-info-subdir)
        (info-subdir, install-info-subdir, clean-info-subdir)
        (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
        (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
        (clean-subdir, distclean-subdir, maintainer-clean-subdir):
        (clean-subdir, distclean-subdir, maintainer-clean-subdir):
        Pass $(FLAGS_TO_PASS).
        Pass $(FLAGS_TO_PASS).
2003-01-27  Alexandre Oliva  
2003-01-27  Alexandre Oliva  
        * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
        * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
        /`$$CC -print-multi-os-directory`.
        /`$$CC -print-multi-os-directory`.
2003-01-26  Daniel Jacobowitz  
2003-01-26  Daniel Jacobowitz  
        * hashtab.c (htab_create_alloc_ex): New function.
        * hashtab.c (htab_create_alloc_ex): New function.
        (hatab_set_functions_ex): New function.
        (hatab_set_functions_ex): New function.
        (htab_delete, htab_expand): Support alternate allocation functions.
        (htab_delete, htab_expand): Support alternate allocation functions.
2003-01-24  Christopher Faylor  
2003-01-24  Christopher Faylor  
        * configure.in: Remove special pex-cygwin consideration.
        * configure.in: Remove special pex-cygwin consideration.
        * configure: Regenerate.
        * configure: Regenerate.
        * pex-cygwin.c: Remove.
        * pex-cygwin.c: Remove.
        * Makefile.in: Remove pex-cygwin.[co] lines.
        * Makefile.in: Remove pex-cygwin.[co] lines.
2003-01-24  Zack Weinberg  
2003-01-24  Zack Weinberg  
        * Makefile.in (CFILES): Add pex-*.c.
        * Makefile.in (CFILES): Add pex-*.c.
        (REQUIRED_OFILES): Change pexecute.o to @pexecute@
        (REQUIRED_OFILES): Change pexecute.o to @pexecute@
        (CONFIGURED_OFILES): Add pex-*.o.
        (CONFIGURED_OFILES): Add pex-*.o.
        (TEXIFILES): Add pexecute.txh.
        (TEXIFILES): Add pexecute.txh.
        (pexecute.o): Delete rule.
        (pexecute.o): Delete rule.
        (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
        (pex-cygwin.o, pex-djgpp.o, pex-mpw.o, pex-msdos.o, pex-os2.o,
        pex-unix.o, pex-win32.o): New rules.
        pex-unix.o, pex-win32.o): New rules.
        * configure.in: Change AC_INIT argument to xmalloc.c.
        * configure.in: Change AC_INIT argument to xmalloc.c.
        Compute appropriate pexecute implementation and substitute it
        Compute appropriate pexecute implementation and substitute it
        as @pexecute@.
        as @pexecute@.
        * pexecute.c: Split up into...
        * pexecute.c: Split up into...
        * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
        * pex-cygwin.c, pex-djgpp.c, pex-mpw.c, pex-msdos.c, pex-os2.c,
        pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
        pex-unix.c, pex-win32.c, pex-common.h, pexecute.txh: ... these
        new files.
        new files.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
        * configure: Regenerate.
        * configure: Regenerate.
2003-01-20  Josef Zlomek  
2003-01-20  Josef Zlomek  
        * hashtab.c (htab_expand): Fix allocation of new entries.
        * hashtab.c (htab_expand): Fix allocation of new entries.
2003-01-09  Christian Cornelssen  
2003-01-09  Christian Cornelssen  
        * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
        * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
        * Makefile.in (install_to_libdir, install_to_tooldir): Add a
        * Makefile.in (install_to_libdir, install_to_tooldir): Add a
        mkinstalldirs command.
        mkinstalldirs command.
2002-12-04  Danny Smith  
2002-12-04  Danny Smith  
        * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
        * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX):
        Define for hosts with HOST_EXECUTABLE_SUFFIX.
        Define for hosts with HOST_EXECUTABLE_SUFFIX.
2002-11-24  Nick Clifton  
2002-11-24  Nick Clifton  
        * make-relative-prefix.c (make_relative_prefix): Ensure return
        * make-relative-prefix.c (make_relative_prefix): Ensure return
        string is empty before using strcat to construct it.
        string is empty before using strcat to construct it.
2002-11-22  Daniel Jacobowitz  
2002-11-22  Daniel Jacobowitz  
        * Makefile.in: Add make-relative-prefix.c.
        * Makefile.in: Add make-relative-prefix.c.
        * make-relative-prefix.c: New file.
        * make-relative-prefix.c: New file.
        * functions.texi: Rebuilt.
        * functions.texi: Rebuilt.
2002-11-16  Jakub Jelinek  
2002-11-16  Jakub Jelinek  
        * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
        * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be
        used with arguments in traditional C' warnings.
        used with arguments in traditional C' warnings.
2002-10-16  Jakub Jelinek  
2002-10-16  Jakub Jelinek  
        * config.table: Use mh-s390pic for s390x too.
        * config.table: Use mh-s390pic for s390x too.
2002-10-06  Andreas Jaeger  
2002-10-06  Andreas Jaeger  
        * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
        * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
        variable and of strict-aliasing warning.
        variable and of strict-aliasing warning.
        (grow_vect): Use char as first parameter.
        (grow_vect): Use char as first parameter.
2002-09-22  Kaveh R. Ghazi  
2002-09-22  Kaveh R. Ghazi  
        * Makefile.in (all): Fix multilib parallel build.
        * Makefile.in (all): Fix multilib parallel build.
2002-09-19  John David Anglin  
2002-09-19  John David Anglin  
        * cp-demangle.c (demangling_new): Cast 0 to enum.
        * cp-demangle.c (demangling_new): Cast 0 to enum.
        (demangle_char): Cast return of strdup to char *.
        (demangle_char): Cast return of strdup to char *.
        (is_gnu_v3_mangled_ctor): Cast 0 to enum.
        (is_gnu_v3_mangled_ctor): Cast 0 to enum.
        (is_gnu_v3_mangled_dtor): Likewise.
        (is_gnu_v3_mangled_dtor): Likewise.
        * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
        * cplus-dem.c (grow_vect): Cast return of xrealloc to void *.
        (work_stuff_copy_to_from): Cast return of xmalloc to char **.
        (work_stuff_copy_to_from): Cast return of xmalloc to char **.
        * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
        * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t.
        * md5.c (md5_process_bytes): Cast results back to const void *.
        * md5.c (md5_process_bytes): Cast results back to const void *.
        (md5_process_block): Add cast to const md5_uint32 *.
        (md5_process_block): Add cast to const md5_uint32 *.
        * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
        * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.
        * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
        * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to
        unsigned short.
        unsigned short.
        * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
        * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc
        to void *.
        to void *.
        * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
        * vasprintf.c (int_vasprintf): Cast return of malloc to char *.
2002-09-19  Nick Clifton  
2002-09-19  Nick Clifton  
        * README: Update email addresses for bugs and patches.
        * README: Update email addresses for bugs and patches.
2002-09-10  Mike Stump  
2002-09-10  Mike Stump  
        * splay-tree.c (splay_tree_successor): Fix comments.
        * splay-tree.c (splay_tree_successor): Fix comments.
2002-09-11  Zack Weinberg  
2002-09-11  Zack Weinberg  
        * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
        * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
        * testsuite/Makefile.in: Adjust for test-demangle.
        * testsuite/Makefile.in: Adjust for test-demangle.
        * testsuite/regress-demangle: Deleted.
        * testsuite/regress-demangle: Deleted.
        * testsuite/test-demangle.c: New file.
        * testsuite/test-demangle.c: New file.
        * testsuite/demangle-expected: Change \$ to $ throughout, now that
        * testsuite/demangle-expected: Change \$ to $ throughout, now that
        this file is not being read by a shell script.
        this file is not being read by a shell script.
2002-09-05  Roger Sayle  
2002-09-05  Roger Sayle  
        * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
        * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
2002-08-07  DJ Delorie  
2002-08-07  DJ Delorie  
        * regex.c (re_error_msgid): Just use a simple array of strings.
        * regex.c (re_error_msgid): Just use a simple array of strings.
        (re_compile_pattern): Compensate.
        (re_compile_pattern): Compensate.
        (re_comp): Likewise.
        (re_comp): Likewise.
        (re_comp): Likewise.
        (re_comp): Likewise.
        (regerror): Likewise.
        (regerror): Likewise.
2002-07-29  Neil Booth  
2002-07-29  Neil Booth  
        * cplus-dem.c (PREPEND_BLANK): Remove.
        * cplus-dem.c (PREPEND_BLANK): Remove.
2002-07-10  Jason Merrill  
2002-07-10  Jason Merrill  
        * cp-demangle.c (demangle_identifier): Support extended Unicode
        * cp-demangle.c (demangle_identifier): Support extended Unicode
        characters.
        characters.
2002-07-08  Kaveh R. Ghazi  
2002-07-08  Kaveh R. Ghazi  
        * cp-demangle.c (demangle_v3_with_details): Wrap in
        * cp-demangle.c (demangle_v3_with_details): Wrap in
        !defined IN_GLIBCPP_V3.
        !defined IN_GLIBCPP_V3.
2002-07-01  Mark Mitchell  
2002-07-01  Mark Mitchell  
        * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
        * cp-demangle.c (demangle_operator_name): Add type_arg parameter.
        Set it for the "st" operator.
        Set it for the "st" operator.
        (demangle_expression): Handle expressions with types as arguments.
        (demangle_expression): Handle expressions with types as arguments.
2002-06-30  Douglas Rupp  
2002-06-30  Douglas Rupp  
        * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
        * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure.
        * Makefile.in (OUTPUT_OPTION): Use.
        * Makefile.in (OUTPUT_OPTION): Use.
2002-06-22  Peter Breitenlohner 
2002-06-22  Peter Breitenlohner 
        * Makefile.in (install_to_libdir): Add $(DESTDIR).
        * Makefile.in (install_to_libdir): Add $(DESTDIR).
        (install_to_tooldir): Likewise.
        (install_to_tooldir): Likewise.
2002-06-17  Douglas Rupp  
2002-06-17  Douglas Rupp  
        * lbasename.c: Add 2002 to copyright.
        * lbasename.c: Add 2002 to copyright.
        (IS_DIR_SEPARATOR): Remove VMS junk.
        (IS_DIR_SEPARATOR): Remove VMS junk.
2002-06-05  Geoffrey Keating  
2002-06-05  Geoffrey Keating  
        * hashtab.c (htab_create): New stub function for backward
        * hashtab.c (htab_create): New stub function for backward
        compatibility.
        compatibility.
        (htab_try_create): Likewise.
        (htab_try_create): Likewise.
2002-06-03  Geoffrey Keating  
2002-06-03  Geoffrey Keating  
        * hashtab.c (htab_create): Delete.
        * hashtab.c (htab_create): Delete.
        (htab_try_create): Delete.
        (htab_try_create): Delete.
        (htab_create_alloc): New.
        (htab_create_alloc): New.
        (htab_delete): Support user-specified memory allocation.
        (htab_delete): Support user-specified memory allocation.
        (htab_expand): Likewise.
        (htab_expand): Likewise.
2002-05-22  Roman Lechtchinsky  
2002-05-22  Roman Lechtchinsky  
        * configure.in: Fix typo in the code checking for sys_errlist.
        * configure.in: Fix typo in the code checking for sys_errlist.
        * configure: Regenerated.
        * configure: Regenerated.
2002-05-13  Andreas Schwab  
2002-05-13  Andreas Schwab  
        * config.table: Use mh-x86pic also for x86-64.
        * config.table: Use mh-x86pic also for x86-64.
2002-05-08  Alexandre Oliva  
2002-05-08  Alexandre Oliva  
        * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
        * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
        script entry, and set LD to it when configuring multilibs.
        script entry, and set LD to it when configuring multilibs.
        * configure: Rebuilt.
        * configure: Rebuilt.
2002-05-07  Mark Mitchell  
2002-05-07  Mark Mitchell  
        * configure.in (AC_TYPE_PID_T): Use it.
        * configure.in (AC_TYPE_PID_T): Use it.
        * configure: Regenerated.
        * configure: Regenerated.
        * getruntime.c: Include .
        * getruntime.c: Include .
        * waitpid.c: Likewise.  Use pid_t, not int, as the type of "pid".
        * waitpid.c: Likewise.  Use pid_t, not int, as the type of "pid".
2002-04-09  Richard Henderson  
2002-04-09  Richard Henderson  
        * hashtab.c (higher_prime_number): Use 7 as minimum.
        * hashtab.c (higher_prime_number): Use 7 as minimum.
        (find_empty_slot_for_expand): Don't compute hash2 unless needed.
        (find_empty_slot_for_expand): Don't compute hash2 unless needed.
        (htab_find_slot_with_hash): Likewise.
        (htab_find_slot_with_hash): Likewise.
2002-04-01  Phil Edwards  
2002-04-01  Phil Edwards  
        * cp-demangle.c (__cxa_demangle):  Also protect with IN_GLIBCPP_V3.
        * cp-demangle.c (__cxa_demangle):  Also protect with IN_GLIBCPP_V3.
        (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor):  Conditionally
        (is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_ctor):  Conditionally
        not compile if IN_GLIBCPP_V3 defined.
        not compile if IN_GLIBCPP_V3 defined.
        * dyn-string.c:  Also allow IN_GLIBCPP_V3 to change allocation scheme.
        * dyn-string.c:  Also allow IN_GLIBCPP_V3 to change allocation scheme.
2002-03-30  Bryce McKinlay  
2002-03-30  Bryce McKinlay  
        * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
        * cp-demangle.c (java_demangle_v3): Don't try to release "demangled"
        if it is NULL.
        if it is NULL.
2002-03-27  DJ Delorie  
2002-03-27  DJ Delorie  
        * hex.c: Add documentation.
        * hex.c: Add documentation.
        (_hex_value): Provide non-ASCII empty table.
        (_hex_value): Provide non-ASCII empty table.
        (hex_init): Initialize the non-ASCII table.
        (hex_init): Initialize the non-ASCII table.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2002-03-27  Mark Mitchell  
2002-03-27  Mark Mitchell  
        * dyn-string.c: Add libgcc exception to copyright notice.
        * dyn-string.c: Add libgcc exception to copyright notice.
2002-03-26  H.J. Lu  (hjl@gnu.org)
2002-03-26  H.J. Lu  (hjl@gnu.org)
        * config.table: Support --with-build-subdir.
        * config.table: Support --with-build-subdir.
        * configure.in: Likewise.
        * configure.in: Likewise.
        * configure: Rebuild.
        * configure: Rebuild.
2002-03-18  Stuart Griffith  
2002-03-18  Stuart Griffith  
        * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
        * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
        seen.
        seen.
2002-03-12  Mark Mitchell  
2002-03-12  Mark Mitchell  
        * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
        * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
        notice.
        notice.
2002-03-11  Douglas B Rupp  
2002-03-11  Douglas B Rupp  
        * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
        * xatexit.c [VMS]: Include stdlib.h and unixlib.h.
2002-03-06  Jim Blandy  
2002-03-06  Jim Blandy  
        * splay-tree.c (splay_tree_xmalloc_allocate,
        * splay-tree.c (splay_tree_xmalloc_allocate,
        splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
        splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
        prototyped definitions.  Mark `data' arguments as unused.
        prototyped definitions.  Mark `data' arguments as unused.
2002-03-06  Andrew Cagney  
2002-03-06  Andrew Cagney  
        * floatformat.c (floatformat_arm_ext_big): Delete definition.
        * floatformat.c (floatformat_arm_ext_big): Delete definition.
2002-03-04  Phil Edwards  
2002-03-04  Phil Edwards  
        * configure.in:  Add --enable-install-libiberty option.
        * configure.in:  Add --enable-install-libiberty option.
        * Makefile.in (INSTALLED_HEADERS):  New variable.
        * Makefile.in (INSTALLED_HEADERS):  New variable.
        (install_to_libdir):  Possibly also copy headers.
        (install_to_libdir):  Possibly also copy headers.
        * configure:  Regenerated.
        * configure:  Regenerated.
2002-03-04  Neil Booth  
2002-03-04  Neil Booth  
        * xmalloc.c (xmalloc_fail): Clarify error message further.
        * xmalloc.c (xmalloc_fail): Clarify error message further.
2002-03-03  Neil Booth  
2002-03-03  Neil Booth  
        * xmalloc.c (xmalloc_fail): Clarify error message.
        * xmalloc.c (xmalloc_fail): Clarify error message.
2002-02-22  Jim Blandy  
2002-02-22  Jim Blandy  
        * splay-tree.c (splay_tree_xmalloc_allocate,
        * splay-tree.c (splay_tree_xmalloc_allocate,
        splay_tree_xmalloc_deallocate): New functions.
        splay_tree_xmalloc_deallocate): New functions.
        (splay_tree_new): Call splay_tree_new_with_allocator, passing the
        (splay_tree_new): Call splay_tree_new_with_allocator, passing the
        above functions and a dummy data pointer.
        above functions and a dummy data pointer.
        (splay_tree_new_with_allocator): New function.
        (splay_tree_new_with_allocator): New function.
        (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
        (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
        splay_tree_remove): Use the splay tree's allocation and
        splay_tree_remove): Use the splay tree's allocation and
        deallocation functions.
        deallocation functions.
2002-02-19  Scott Snyder  
2002-02-19  Scott Snyder  
        * testsuite/demangle-expected: Add test case for infinite loop in
        * testsuite/demangle-expected: Add test case for infinite loop in
        demangler.
        demangler.
        * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
        * cplus-dem.c (demangle_arm_hp_template): Stop trying to demangle
        if do_type() doesn't make any progress --- prevents an infinite
        if do_type() doesn't make any progress --- prevents an infinite
        loop.
        loop.
2002-02-18  Carlo Wood  
2002-02-18  Carlo Wood  
        PR c++/5390
        PR c++/5390
        * cplus-dem.c (demangle_integral_value): Accept multi-digit
        * cplus-dem.c (demangle_integral_value): Accept multi-digit
        numbers that do not start with an underscore; This is needed
        numbers that do not start with an underscore; This is needed
        for integer template parameters. This doesn't break anything
        for integer template parameters. This doesn't break anything
        because multi-digit numbers are never followed by a digit.
        because multi-digit numbers are never followed by a digit.
        * testsuite/demangle-expected: Corrected all mangled test
        * testsuite/demangle-expected: Corrected all mangled test
        cases with multi-digit template parameters: g++ 2.95.x does
        cases with multi-digit template parameters: g++ 2.95.x does
        not generate underscores around these parameters.
        not generate underscores around these parameters.
2002-02-05  Jason Merrill  
2002-02-05  Jason Merrill  
        * cplus-dem.c (flags): Add DMGL_VERBOSE
        * cplus-dem.c (flags): Add DMGL_VERBOSE
        (cplus_demangle_v3_p): Remove.
        (cplus_demangle_v3_p): Remove.
        (demangle_it): Add DMGL_TYPES to passed flags.
        (demangle_it): Add DMGL_TYPES to passed flags.
        * cp-demangle.c (cplus_demangle_v3_all): Remove.
        * cp-demangle.c (cplus_demangle_v3_all): Remove.
        (cplus_demangle_v3_type): Remove.
        (cplus_demangle_v3_type): Remove.
        (cplus_demangle_v3): Add options parm.
        (cplus_demangle_v3): Add options parm.
2002-02-02  H.J. Lu  (hjl@gnu.org)
2002-02-02  H.J. Lu  (hjl@gnu.org)
        * cp-demangle.c (cp_demangle_type): Do not protect with
        * cp-demangle.c (cp_demangle_type): Do not protect with
        IN_LIBGCC2.
        IN_LIBGCC2.
        (cplus_demangle_v3_all): New.
        (cplus_demangle_v3_all): New.
        (cplus_demangle_v3): Call cplus_demangle_v3_all.
        (cplus_demangle_v3): Call cplus_demangle_v3_all.
        (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
        (cplus_demangle_v3_type): Call cplus_demangle_v3_all.
        * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
        * cplus-dem.c (cplus_demangle_v3_p): New function pointer.
        Initialized to cplus_demangle_v3.
        Initialized to cplus_demangle_v3.
        (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
        (cplus_demangle_with_style): Call cplus_demangle_v3_p instead
        of cplus_demangle_v3.
        of cplus_demangle_v3.
        (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
        (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for
        command line symbol.
        command line symbol.
        * testsuite/regress-demangle: Pass the mangled name at the
        * testsuite/regress-demangle: Pass the mangled name at the
        command line.
        command line.
2002-02-01  H.J. Lu  
2002-02-01  H.J. Lu  
        * cp-demangle.c (cp_demangle_type): Call demangling_new with
        * cp-demangle.c (cp_demangle_type): Call demangling_new with
        DMGL_GNU_V3.
        DMGL_GNU_V3.
2002-01-31  Phil Edwards  
2002-01-31  Phil Edwards  
        * cp-demangle.c:  Revert yesterday's change.
        * cp-demangle.c:  Revert yesterday's change.
2002-01-31  Adam Megacz  
2002-01-31  Adam Megacz  
        * gcc/libiberty/configure.in: Treat mingw the same as cywin
        * gcc/libiberty/configure.in: Treat mingw the same as cywin
        wrt HAVE_SYS_ERRLIST.
        wrt HAVE_SYS_ERRLIST.
2002-01-30  Phil Edwards  
2002-01-30  Phil Edwards  
        * cp-demangle.c (cp_demangle_type):  Do not protect with IN_LIBGCC2.
        * cp-demangle.c (cp_demangle_type):  Do not protect with IN_LIBGCC2.
        (cplus_demangle_v3):  Mimic __cxa_demangle and fall back on
        (cplus_demangle_v3):  Mimic __cxa_demangle and fall back on
        cp_demangle_type.
        cp_demangle_type.
        * testsuite/demangle-expected:  New gnu-v3 test.
        * testsuite/demangle-expected:  New gnu-v3 test.
2002-01-22  Momchil Velikov  
2002-01-22  Momchil Velikov  
        * configure.in (variable detection): Use arrays of unspecified
        * configure.in (variable detection): Use arrays of unspecified
        size instead of plain integers.
        size instead of plain integers.
2002-01-18  DJ Delorie  
2002-01-18  DJ Delorie  
        * Makefile.in (TESTLIB): New.  This library is for future
        * Makefile.in (TESTLIB): New.  This library is for future
        testsuites.
        testsuites.
        (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
        (CFILES, REQUIRED_OFILES, CONFIGURED_OFILES): Re-alphabetize,
        break down by letter.
        break down by letter.
        (REQUIRED_OFILES): List long-to-compile files first.
        (REQUIRED_OFILES): List long-to-compile files first.
        (maint-deps): New, target for updating dependencies.
        (maint-deps): New, target for updating dependencies.
        (dependencies): Update.
        (dependencies): Update.
        * maint-tool: Add dependency-generating option.
        * maint-tool: Add dependency-generating option.
        * configure.in: Check for _doprnt even if we're not providing it.
        * configure.in: Check for _doprnt even if we're not providing it.
        * configure: Regenerate.
        * configure: Regenerate.
        * _doprnt.c: Modifications to allow compiling on any platform.
        * _doprnt.c: Modifications to allow compiling on any platform.
        * copysign.c: Likewise.
        * copysign.c: Likewise.
        * putenv.c: Likewise.
        * putenv.c: Likewise.
        * setenv.c: Likewise.
        * setenv.c: Likewise.
        * vsprintf.c: Likewise.
        * vsprintf.c: Likewise.
2002-01-15  Douglas B Rupp  
2002-01-15  Douglas B Rupp  
        * mkstemps.c (mkstemps): On VMS, open temp file with option
        * mkstemps.c (mkstemps): On VMS, open temp file with option
        that causes it to be deleted when closed.
        that causes it to be deleted when closed.
2002-01-02  Kaveh R. Ghazi  
2002-01-02  Kaveh R. Ghazi  
        * cp-demangle.c (long_options): Const-ify.
        * cp-demangle.c (long_options): Const-ify.
        * cplus-dem.c (long_options): Likewise.
        * cplus-dem.c (long_options): Likewise.
        * cplus-dem.c (mystrstr): Delete.  All callers changed to use
        * cplus-dem.c (mystrstr): Delete.  All callers changed to use
        strstr instead.
        strstr instead.
2001-12-31  Ira Ruben   
2001-12-31  Ira Ruben   
        * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
        * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
        * configure: Regenerated.
        * configure: Regenerated.
2001-12-24  Douglas B. Rupp  
2001-12-24  Douglas B. Rupp  
        * configure.in (uintptr_t): Use AC_CHECK_TYPE.
        * configure.in (uintptr_t): Use AC_CHECK_TYPE.
        * configure: Regenerated.
        * configure: Regenerated.
2001-12-12  Craig Rodrigues  
2001-12-12  Craig Rodrigues  
        PR other/2719
        PR other/2719
        * cplus-dem.c (consume_count): Treat negative count as an error.
        * cplus-dem.c (consume_count): Treat negative count as an error.
        * testsuite/demangle-expected: Added testcase.
        * testsuite/demangle-expected: Added testcase.
Tue Dec 11 07:08:57 2001  Douglas B. Rupp  
Tue Dec 11 07:08:57 2001  Douglas B. Rupp  
        * configure.in: Hardcode that vfork works on VMS host.
        * configure.in: Hardcode that vfork works on VMS host.
        * configure: Regenerated.
        * configure: Regenerated.
2001-12-06  Richard Henderson  
2001-12-06  Richard Henderson  
        * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
        * cplus-dem.c (libiberty_demanglers): Add no_demangling case.
        (cplus_demangle): Support no_demangling.
        (cplus_demangle): Support no_demangling.
2001-11-27  Zack Weinberg  
2001-11-27  Zack Weinberg  
        * _doprnt.c: Moved here from gcc/doprint.c.  Adjust to build
        * _doprnt.c: Moved here from gcc/doprint.c.  Adjust to build
        in libiberty context.  Fix typo in leading comment.
        in libiberty context.  Fix typo in leading comment.
        * configure.in: Fix various AC_DEFINEs so autoheader works.
        * configure.in: Fix various AC_DEFINEs so autoheader works.
        If any of vprintf, vsprintf, vfprintf is missing from libc,
        If any of vprintf, vsprintf, vfprintf is missing from libc,
        then AC_REPLACE_FUNCS(_doprnt).
        then AC_REPLACE_FUNCS(_doprnt).
2001-11-26  DJ Delorie  
2001-11-26  DJ Delorie  
            Daniel Jacobowitz  
            Daniel Jacobowitz  
        * Makefile.in (stamp-h): Depend on Makefile for proper
        * Makefile.in (stamp-h): Depend on Makefile for proper
        serialization.
        serialization.
        (*-subdir): Depend on config.h for proper serialization.
        (*-subdir): Depend on config.h for proper serialization.
2001-11-26  DJ Delorie  
2001-11-26  DJ Delorie  
        * configure.in: Check for alloca.h (for regex.c and putenv.c).
        * configure.in: Check for alloca.h (for regex.c and putenv.c).
        * configure: Regenerate.
        * configure: Regenerate.
        * config.h: Add HAVE_ALLOCA_H.
        * config.h: Add HAVE_ALLOCA_H.
2001-11-16  Kaveh R. Ghazi  
2001-11-16  Kaveh R. Ghazi  
        * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
        * regex.c: Check defined(__STDC__) || defined(ALMOST_STDC) ||
        defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
        defined(HAVE_STRINGIZE) to determine whether ISO CPP token pasting
        is available.
        is available.
Thu Nov 15 11:06:25 2001  Jeffrey A Law  (law@cygnus.com)
Thu Nov 15 11:06:25 2001  Jeffrey A Law  (law@cygnus.com)
        * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
        * config.in (HAVE_UINTPTR_T): Provide autoconf stub.
        * configure.in (HAVE_UINTPTR_T): Test for system defining
        * configure.in (HAVE_UINTPTR_T): Test for system defining
        uintptr_t and define HAVE_UINTPTR_T appropriately.
        uintptr_t and define HAVE_UINTPTR_T appropriately.
        * regex.c (uintptr_t): Do not provide a definition if the
        * regex.c (uintptr_t): Do not provide a definition if the
        system provided one.
        system provided one.
        * regex.c (PREFIX): Provide an alternate definition for
        * regex.c (PREFIX): Provide an alternate definition for
        non-ANSI/ISO compilers.
        non-ANSI/ISO compilers.
        (ARG_PREFIX): Likewise.
        (ARG_PREFIX): Likewise.
2001-11-12  Jim Meyering  
2001-11-12  Jim Meyering  
        * obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
        * obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
        this code would end up calling gettext even in packages built
        this code would end up calling gettext even in packages built
        with --disable-nls.
        with --disable-nls.
        * getopt.c (_): Likewise.
        * getopt.c (_): Likewise.
        * regex.c (_): Likewise.
        * regex.c (_): Likewise.
2001-11-03  Alan Modra  
2001-11-03  Alan Modra  
        * configure.in: Cope with missing makeinfo.
        * configure.in: Cope with missing makeinfo.
        * configure: Regenerate.
        * configure: Regenerate.
2001-10-22  Kaveh R. Ghazi  
2001-10-22  Kaveh R. Ghazi  
        * hex.c (hex_init): Provide empty stub.
        * hex.c (hex_init): Provide empty stub.
        * hex.c (hex_init): Delete.
        * hex.c (hex_init): Delete.
        (_hex_value): Const-ify and initialize at compile-time.
        (_hex_value): Const-ify and initialize at compile-time.
2001-10-19  H.J. Lu 
2001-10-19  H.J. Lu 
        * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
        * Makefile.in ($(TARGETLIB)): Also generate pic/$(TARGETLIB) if
        necessary.
        necessary.
2001-10-17  DJ Delorie  
2001-10-17  DJ Delorie  
        * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
        * argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
        ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
        ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
        mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
        mkstemps.c, pexecute.c, random.c, strsignal.c, vasprintf.c:
        Improve manual formatting.
        Improve manual formatting.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2001-10-15  DJ Delorie  
2001-10-15  DJ Delorie  
        * Makefile.in (TEXIFILES): Add fnmatch.txh.
        * Makefile.in (TEXIFILES): Add fnmatch.txh.
        (maint-undoc): New.
        (maint-undoc): New.
        maint-tool: Add "undoc" tool.
        maint-tool: Add "undoc" tool.
        * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
        * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c,
        fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
        fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
        make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
        make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c,
        strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
        strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update
        documentation.
        documentation.
        * fnmatch.txh: New.
        * fnmatch.txh: New.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2001-10-10  Joseph S. Myers  
2001-10-10  Joseph S. Myers  
        * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
        * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
        * strtod.c: Use "ISO C" instead of "ANSI C".
        * strtod.c: Use "ISO C" instead of "ANSI C".
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2001-10-07  Joseph S. Myers  
2001-10-07  Joseph S. Myers  
        * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
        * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c,
        libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
        libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c,
        strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
        strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
        xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting.  Fix
        xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting.  Fix
        spelling.  Give names to function arguments in documentation.  Use
        spelling.  Give names to function arguments in documentation.  Use
        (void) prototypes in documentation.
        (void) prototypes in documentation.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2001-10-07  Kaveh R. Ghazi  
2001-10-07  Kaveh R. Ghazi  
        * argv.c (buildargv, tests, main): Const-ify.
        * argv.c (buildargv, tests, main): Const-ify.
        * cp-demangle.c (operator_code): Likewise.
        * cp-demangle.c (operator_code): Likewise.
        * cplus-dem.c (optable, libiberty_demanglers,
        * cplus-dem.c (optable, libiberty_demanglers,
        cplus_demangle_set_style, cplus_demangle_name_to_style,
        cplus_demangle_set_style, cplus_demangle_name_to_style,
        print_demangler_list): Likewise.
        print_demangler_list): Likewise.
        * hashtab.c (higher_prime_number): Likewise.
        * hashtab.c (higher_prime_number): Likewise.
        * strcasecmp.c (charmap): Likewise.
        * strcasecmp.c (charmap): Likewise.
        * strerror.c (error_info, strerror, main): Likewise.
        * strerror.c (error_info, strerror, main): Likewise.
        * strncasecmp.c (charmap): Likewise.
        * strncasecmp.c (charmap): Likewise.
        * strsignal.c (signal_info): Likewise.
        * strsignal.c (signal_info): Likewise.
2001-09-29  DJ Delorie  
2001-09-29  DJ Delorie  
        * configure: Regenerate.
        * configure: Regenerate.
2001-09-28  Kaveh R. Ghazi  
2001-09-28  Kaveh R. Ghazi  
        * concat.c: Include stdlib.h.
        * concat.c: Include stdlib.h.
2001-09-27  Eli Zaretskii  
2001-09-27  Eli Zaretskii  
        * libiberty.texi: (Top level): Add syncodeindex pg.  Add
        * libiberty.texi: (Top level): Add syncodeindex pg.  Add
        @dircategory and @direntry directives.  Add @finalout.
        @dircategory and @direntry directives.  Add @finalout.
        (many nodes): Lose the next,prev,up pointers on the @nide line.
        (many nodes): Lose the next,prev,up pointers on the @nide line.
        (Using, Supplemental Functions, Replacement Functions): Fix
        (Using, Supplemental Functions, Replacement Functions): Fix
        markup.
        markup.
        (Functions): Move around, to allow makeinfo to build the manual
        (Functions): Move around, to allow makeinfo to build the manual
        without next,prev,up pointers in thye node lines.
        without next,prev,up pointers in thye node lines.
        (Licenses): Fix typos.
        (Licenses): Fix typos.
        * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
        * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
        strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
        strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
        * copying-lib.texi: Lose the next,prev,up pointers on the @node
        * copying-lib.texi: Lose the next,prev,up pointers on the @node
        line.
        line.
2001-09-27  DJ Delorie  
2001-09-27  DJ Delorie  
        * configure.in: Don't use in-tree texinfo, because libiberty must
        * configure.in: Don't use in-tree texinfo, because libiberty must
        be built before it.  Check for makeinfo version 4 or higher.
        be built before it.  Check for makeinfo version 4 or higher.
        * functions.texi: Regenerate.
        * functions.texi: Regenerate.
2001-09-20  DJ Delorie  
2001-09-20  DJ Delorie  
            Phil Edwards  
            Phil Edwards  
        * configure.in (MAKEINFO, PERL): Detect these.
        * configure.in (MAKEINFO, PERL): Detect these.
        (--enable-maintainer-mode): Add.
        (--enable-maintainer-mode): Add.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.in (MAKEINFO, PERL): Define.
        * Makefile.in (MAKEINFO, PERL): Define.
        (libiberty.info, libiberty.dvi, libiberty.html): New.
        (libiberty.info, libiberty.dvi, libiberty.html): New.
        (CFILES): Add bsearch.c.
        (CFILES): Add bsearch.c.
        (CONFIGURED_OFILES): New, list of objects configure might add.
        (CONFIGURED_OFILES): New, list of objects configure might add.
        (maint-missing, maint-buildall): New, for maintainers only.
        (maint-missing, maint-buildall): New, for maintainers only.
        (clean, mostlyclean): Add info/dvi/html files.
        (clean, mostlyclean): Add info/dvi/html files.
        * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
        * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
        * gather-docs: New, for maintainers.
        * gather-docs: New, for maintainers.
        * maint-tool: New, for maintainers.
        * maint-tool: New, for maintainers.
        * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
        * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
        bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
        bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
        getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
        getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
        memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
        memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
        sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
        sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
        strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
        strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
        tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
        tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
        xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
        xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
        documentation.
        documentation.
2001-09-25  Kaveh R. Ghazi  
2001-09-25  Kaveh R. Ghazi  
        * concat.c (reconcat): Fix for traditional C.
        * concat.c (reconcat): Fix for traditional C.
2001-09-24  Kaveh R. Ghazi  
2001-09-24  Kaveh R. Ghazi  
        * concat.c (reconcat): New function.
        * concat.c (reconcat): New function.
2001-09-17  Kaveh R. Ghazi  
2001-09-17  Kaveh R. Ghazi  
        * concat.c (vconcat_length, vconcat_copy, concat_length,
        * concat.c (vconcat_length, vconcat_copy, concat_length,
        concat_copy, concat_copy2): New functions.
        concat_copy, concat_copy2): New functions.
        (concat): Use vconcat_length/vconcat_copy.
        (concat): Use vconcat_length/vconcat_copy.
        * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
        * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
        Define.
        Define.
2001-09-04  Kaveh R. Ghazi  
2001-09-04  Kaveh R. Ghazi  
        * asprintf.c: Don't define USE_STDARG.  Use VPARAMS, VA_OPEN,
        * asprintf.c: Don't define USE_STDARG.  Use VPARAMS, VA_OPEN,
        VA_FIXEDARG & VA_CLOSE.
        VA_FIXEDARG & VA_CLOSE.
        * vasprintf.c: Check HAVE_STRING_H when including string.h.
        * vasprintf.c: Check HAVE_STRING_H when including string.h.
        (checkit): Delete redundant prototype.  Add ATTRIBUTE_PRINTF_1.
        (checkit): Delete redundant prototype.  Add ATTRIBUTE_PRINTF_1.
        Use VA_OPEN, VA_FIXEDARG & VA_CLOSE.  Free allocated string.
        Use VA_OPEN, VA_FIXEDARG & VA_CLOSE.  Free allocated string.
2001-08-27  Kaveh R. Ghazi  
2001-08-27  Kaveh R. Ghazi  
        * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
        * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE.
2001-08-23  Ulrich Drepper  
2001-08-23  Ulrich Drepper  
        * regex.c (truncate_wchar): Use wcrtomb not wctomb.
        * regex.c (truncate_wchar): Use wcrtomb not wctomb.
2001-08-23  Ulrich Drepper  
2001-08-23  Ulrich Drepper  
        * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
        * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
        instead of mbrtowc.
        instead of mbrtowc.
        [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
        [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
        wcslen, and __wcscoll instead of wcscoll.
        wcslen, and __wcscoll instead of wcscoll.
2001-08-22  Matt Kraai  
2001-08-22  Matt Kraai  
        * fibheap.c (fibheap_init, fibnode_init): Remove.
        * fibheap.c (fibheap_init, fibnode_init): Remove.
        (fibheap_new, fibnode_new): Use xcalloc to allocate and
        (fibheap_new, fibnode_new): Use xcalloc to allocate and
        initialize memory.
        initialize memory.
        (fibheap_insert): Remove check for node allocation failure.
        (fibheap_insert): Remove check for node allocation failure.
2001-08-21  Richard Henderson  
2001-08-21  Richard Henderson  
        * Makefile.in (fibheap.o): Depend on config.h.
        * Makefile.in (fibheap.o): Depend on config.h.
        * fibheap.c: Tidy formatting.  Use config.h.` Rearrange some
        * fibheap.c: Tidy formatting.  Use config.h.` Rearrange some
        functions for inlining.
        functions for inlining.
Tue Aug 21 12:35:04 2001  Christopher Faylor 
Tue Aug 21 12:35:04 2001  Christopher Faylor 
        * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
        * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
        hosting on cygwin.
        hosting on cygwin.
        * configure: Regenerate.
        * configure: Regenerate.
2001-08-20  Andrew Cagney  
2001-08-20  Andrew Cagney  
        * floatformat.c (floatformat_m88110_ext): Remove #ifdef
        * floatformat.c (floatformat_m88110_ext): Remove #ifdef
        HARRIS_FLOAT_FORMAT.
        HARRIS_FLOAT_FORMAT.
        (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
        (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
        (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
        (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
        (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
        (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
        (floatformat_m88110_harris_ext): New float formats.
        (floatformat_m88110_harris_ext): New float formats.
2001-08-20  Daniel Berlin  
2001-08-20  Daniel Berlin  
        * fibheap.c: New file. Fibonacci heap.
        * fibheap.c: New file. Fibonacci heap.
        * Makefile.in (CFILES): Add fibheap.c.
        * Makefile.in (CFILES): Add fibheap.c.
        (REQUIRED_OFILES): Add fibheap.o.
        (REQUIRED_OFILES): Add fibheap.o.
        (fibheap.o): Add dependencies for fibheap.o.
        (fibheap.o): Add dependencies for fibheap.o.
2001-08-17  Christopher Faylor 
2001-08-17  Christopher Faylor 
        * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
        * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.
        * configure: Regenerate.
        * configure: Regenerate.
2001-08-16  Richard Henderson  
2001-08-16  Richard Henderson  
        * hashtab.c (htab_hash_string): New.
        * hashtab.c (htab_hash_string): New.
2001-08-13  Andrew Cagney  
2001-08-13  Andrew Cagney  
        * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
        * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
        name.
        name.
2001-08-12  Isamu Hasegawa  
2001-08-12  Isamu Hasegawa  
        * regex.c (wcs_regex_compile): Use appropriate string
        * regex.c (wcs_regex_compile): Use appropriate string
        to compare with collating element.
        to compare with collating element.
        Fix the padding for the alignment.
        Fix the padding for the alignment.
2001-08-10  Andrew Cagney  
2001-08-10  Andrew Cagney  
        * lbasename.c (lbasename): Change function definition to return a
        * lbasename.c (lbasename): Change function definition to return a
        const char pointer.
        const char pointer.
2001-08-07  Jason Merrill  
2001-08-07  Jason Merrill  
        * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
        * cp-demangle.c (demangle_special_name): "GR" -> "reference temporary
        for".
        for".
2001-08-03  Richard Henderson  
2001-08-03  Richard Henderson  
        * Makefile.in (concat.o): Depend on config.h.
        * Makefile.in (concat.o): Depend on config.h.
2001-07-30  Andreas Jaeger  
2001-07-30  Andreas Jaeger  
        * concat.c: Include "config.h".
        * concat.c: Include "config.h".
2001-07-30  Andreas Jaeger  
2001-07-30  Andreas Jaeger  
        * regex.c: Declare wcs functions only if compiling with
        * regex.c: Declare wcs functions only if compiling with
        MBS_SUPPORT.
        MBS_SUPPORT.
        Don't use #elif for traditional C.
        Don't use #elif for traditional C.
2001-07-23  Ulrich Drepper  
2001-07-23  Ulrich Drepper  
        * regex.c: Revamp memory allocation for WCHAR functions to
        * regex.c: Revamp memory allocation for WCHAR functions to
        not use too much stack.
        not use too much stack.
2001-07-30  Andreas Jaeger  
2001-07-30  Andreas Jaeger  
        * regex.c: Declare wcs functions only if compiling with
        * regex.c: Declare wcs functions only if compiling with
        MBS_SUPPORT.
        MBS_SUPPORT.
        Don't use #elif for traditional C.
        Don't use #elif for traditional C.
2001-07-25  Daniel Jacobowitz  
2001-07-25  Daniel Jacobowitz  
        * Makefile.in (regex.o): Add dependency on config.h.
        * Makefile.in (regex.o): Add dependency on config.h.
2001-07-18  Andreas Schwab  
2001-07-18  Andreas Schwab  
        * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
        * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
        underscore character.
        underscore character.
2001-07-18  Ulrich Drepper  
2001-07-18  Ulrich Drepper  
        * regex.c: Limit string length printed in debug messages to 100
        * regex.c: Limit string length printed in debug messages to 100
        chars.
        chars.
2001-07-18  Andreas Jaeger  
2001-07-18  Andreas Jaeger  
        * regex.c: Place under LGPL version 2.1.
        * regex.c: Place under LGPL version 2.1.
2001-07-10  Jeff Johnston  
2001-07-10  Jeff Johnston  
        * Makefile.in: Add support for regex code.
        * Makefile.in: Add support for regex code.
        * regex.c: New file.
        * regex.c: New file.
2001-07-05  Mark Klein  
2001-07-05  Mark Klein  
        * Makefile.in: Add ffs.c dependency.
        * Makefile.in: Add ffs.c dependency.
        * configure.in: Add ffs.c.
        * configure.in: Add ffs.c.
        * ffs.c: New file.
        * ffs.c: New file.
2001-06-18  Richard Henderson  
2001-06-18  Richard Henderson  
        * concat.c: Include .
        * concat.c: Include .
2001-06-11  Loren J. Rittle  
2001-06-11  Loren J. Rittle  
        bootstrap/3106
        bootstrap/3106
        * strerror.c (sys_nerr): Hide the OS header version.
        * strerror.c (sys_nerr): Hide the OS header version.
        * strsignal.c (sys_nsig): Likewise.
        * strsignal.c (sys_nsig): Likewise.
2001-06-10  Richard Henderson  
2001-06-10  Richard Henderson  
        * concat.c: Include string.h.  Fix int vs size_t usage.
        * concat.c: Include string.h.  Fix int vs size_t usage.
        Simplify the iteration loops.  Use memcpy.
        Simplify the iteration loops.  Use memcpy.
2001-05-16  Matt Kraai  
2001-05-16  Matt Kraai  
        * partition.c: Fix misspelling of `implementation'.
        * partition.c: Fix misspelling of `implementation'.
2001-05-09  Thiemo Seufer  
2001-05-09  Thiemo Seufer  
        * md5.c (md5_init_ctx): Declare constants as unsigned.
        * md5.c (md5_init_ctx): Declare constants as unsigned.
        (md5_process_block): Likewise.
        (md5_process_block): Likewise.
2001-05-07  Zack Weinberg  
2001-05-07  Zack Weinberg  
        * cp-demangle.c (demangle_v3_with_details,
        * cp-demangle.c (demangle_v3_with_details,
        is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
        is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
        function definition.
        function definition.
        * ternary.c: Use K+R style function definitions.  Use PTR, not
        * ternary.c: Use K+R style function definitions.  Use PTR, not
        void *.  Make arguments constant where possible.
        void *.  Make arguments constant where possible.
2001-05-07  Mark Mitchell  
2001-05-07  Mark Mitchell  
        * splay-tree.h (splay_tree_max): New function.
        * splay-tree.h (splay_tree_max): New function.
        (splay_tree_min): Likewise.
        (splay_tree_min): Likewise.
2001-04-15  Daniel Berlin  
2001-04-15  Daniel Berlin  
        * ternary.c: New file - Ternary search tree implementation.
        * ternary.c: New file - Ternary search tree implementation.
        * Makefile.in: Add ternary.o, and ternary.c dependencies.
        * Makefile.in: Add ternary.o, and ternary.c dependencies.
2001-04-03  Zack Weinberg  
2001-04-03  Zack Weinberg  
        * make-temp-file.c (try): Inline.
        * make-temp-file.c (try): Inline.
2001-02-28  Richard Henderson  
2001-02-28  Richard Henderson  
        * Makefile.in (make-temp-file.o): Depend on config.h.
        * Makefile.in (make-temp-file.o): Depend on config.h.
2001-03-27  Kaveh R. Ghazi  
2001-03-27  Kaveh R. Ghazi  
        * memchr.c (memchr): Adjust condition to avoid infinite loop.
        * memchr.c (memchr): Adjust condition to avoid infinite loop.
2001-03-23  Jakub Jelinek  
2001-03-23  Jakub Jelinek  
        * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
        * cp-demangle.c (demangle_discriminator): `_0' is discriminator #1,
        `_' not followed by a digit is invalid.
        `_' not followed by a digit is invalid.
2001-03-22  Jim Blandy  
2001-03-22  Jim Blandy  
        * cp-demangle.c (string_list_delete): Use dyn_string_delete
        * cp-demangle.c (string_list_delete): Use dyn_string_delete
        instead of free, to free the contents as well as the string
        instead of free, to free the contents as well as the string
        structure.
        structure.
2001-03-21  Zack Weinberg  
2001-03-21  Zack Weinberg  
        * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
        * make-temp-file.c: Always default DIR_SEPARATOR to '/'.
        Don't default P_tmpdir to anything.  Try /var/tmp before
        Don't default P_tmpdir to anything.  Try /var/tmp before
        /usr/tmp.
        /usr/tmp.
2001-03-20  Zack Weinberg  
2001-03-20  Zack Weinberg  
        * choose-temp.c: Split off make_temp_file, and the code
        * choose-temp.c: Split off make_temp_file, and the code
        duplicated between it and choose_temp_base, into...
        duplicated between it and choose_temp_base, into...
        * make-temp-file.c: ... here; new file.
        * make-temp-file.c: ... here; new file.
        * Makefile.in (CFILES): Add make-temp-file.c.
        * Makefile.in (CFILES): Add make-temp-file.c.
        (REQUIRED_OFILES): Add make-temp-file.o.
        (REQUIRED_OFILES): Add make-temp-file.o.
2001-03-20  Jim Blandy  
2001-03-20  Jim Blandy  
        * cp-demangle.c (struct demangling_def): New fields:
        * cp-demangle.c (struct demangling_def): New fields:
        is_constructor and is_destructor.
        is_constructor and is_destructor.
        (demangling_new): Initialize them.
        (demangling_new): Initialize them.
        (demangle_ctor_dtor_name): Set them, if we detect a constructor
        (demangle_ctor_dtor_name): Set them, if we detect a constructor
        or destructor.
        or destructor.
        (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
        (demangle_v3_with_details, is_gnu_v3_mangled_ctor,
        is_gnu_v3_mangled_dtor): New functions.
        is_gnu_v3_mangled_dtor): New functions.
2001-03-20  Jason Merrill  
2001-03-20  Jason Merrill  
        * cplus-dem.c (main): Skip initial $.
        * cplus-dem.c (main): Skip initial $.
2001-03-15  Michael Meissner  
2001-03-15  Michael Meissner  
        * hashtab.c (higher_prime_number): Silence warning that 4294967291
        * hashtab.c (higher_prime_number): Silence warning that 4294967291
        might be a signed integer under pre-ISO C systems.
        might be a signed integer under pre-ISO C systems.
2001-03-10  Neil Booth  
2001-03-10  Neil Booth  
            John David Anglin  
            John David Anglin  
        * libiberty/lbasename.c: New file.
        * libiberty/lbasename.c: New file.
        * libiberty/Makefile.in: Update for lbasename.
        * libiberty/Makefile.in: Update for lbasename.
2001-03-06  Zack Weinberg  
2001-03-06  Zack Weinberg  
        * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
        * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
        * configure.in: Replace all alloca logic with a simple use of
        * configure.in: Replace all alloca logic with a simple use of
        the above new macro.
        the above new macro.
        * config.table: Kill *-*-beos* entry.
        * config.table: Kill *-*-beos* entry.
        * config/mh-beos: Delete.
        * config/mh-beos: Delete.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
        * Makefile.in (ALLOCA, HFILES): Kill.
        * Makefile.in (ALLOCA, HFILES): Kill.
        (REQUIRED_OFILES): Add alloca.o.
        (REQUIRED_OFILES): Add alloca.o.
        (alloca.o): Depend on libiberty.h.
        (alloca.o): Depend on libiberty.h.
        (argv.o): Don't depend on alloca-conf.h.
        (argv.o): Don't depend on alloca-conf.h.
        * alloca-conf.h: Delete.
        * alloca-conf.h: Delete.
        * alloca.c: Include libiberty.h.  Kill all #ifdef emacs
        * alloca.c: Include libiberty.h.  Kill all #ifdef emacs
        blocks.  Provide the C alloca unconditionally.  Use PTR where
        blocks.  Provide the C alloca unconditionally.  Use PTR where
        appropriate.  Make i00afunc static.
        appropriate.  Make i00afunc static.
        * argv.c: Don't include alloca-conf.h.
        * argv.c: Don't include alloca-conf.h.
2001-03-04  John David Anglin  
2001-03-04  John David Anglin  
        * cplus-dem.c (main): Cast enum style to int.
        * cplus-dem.c (main): Cast enum style to int.
2001-02-16  Loren J. Rittle  
2001-02-16  Loren J. Rittle  
        * cplus-dem.c (main): Initialize style.
        * cplus-dem.c (main): Initialize style.
2001-02-02  Phil Edwards  
2001-02-02  Phil Edwards  
        * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
        * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
2001-01-31  Bryce McKinlay  
2001-01-31  Bryce McKinlay  
        Add support for Java demangling under the v3 ABI:
        Add support for Java demangling under the v3 ABI:
        * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
        * cp-demangle.c (NAMESPACE_SEPARATOR): New define.
        (struct demangling_def): Add `style' field.
        (struct demangling_def): Add `style' field.
        (demangling_new): New parameter `style'. Set it in demangling_t.
        (demangling_new): New parameter `style'. Set it in demangling_t.
        (demangle_prefix): Use NAMESPACE_SEPARATOR.
        (demangle_prefix): Use NAMESPACE_SEPARATOR.
        (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
        (demangle_type_ptr): Don't emit pointer symbol if doing Java output.
        (cp_demangle): New parameter `style'. Pass it to demangling_new().
        (cp_demangle): New parameter `style'. Pass it to demangling_new().
        (main): Call cp_demangle with extra parameter.
        (main): Call cp_demangle with extra parameter.
        (java_demangle_v3): New function.
        (java_demangle_v3): New function.
        (java_builtin_type_names): New. Table of primitive type names used
        (java_builtin_type_names): New. Table of primitive type names used
        for Java demangling.
        for Java demangling.
        (demangle_builtin_type): Look up in java_builtin_type_names if doing
        (demangle_builtin_type): Look up in java_builtin_type_names if doing
        Java output.
        Java output.
        * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
        * cplus-dem.c (cplus_demangle): Use java_demangle_v3 to do Java
        demangling.
        demangling.
        (long_options): Remove obsolete `java' option.
        (long_options): Remove obsolete `java' option.
        (main): Remove explicit handling of `java' option. Instead, pass style
        (main): Remove explicit handling of `java' option. Instead, pass style
        parameter in cplus_demangle flags as gdb does.
        parameter in cplus_demangle flags as gdb does.
        * testsuite/demangle.expected: Add some Java test cases.
        * testsuite/demangle.expected: Add some Java test cases.
2000-12-29  DJ Delorie  
2000-12-29  DJ Delorie  
        * fnmatch.c: Make the note about the origins of this file more
        * fnmatch.c: Make the note about the origins of this file more
        accurate, at least until we can sync with glibc.
        accurate, at least until we can sync with glibc.
        * getopt.c: Ditto.
        * getopt.c: Ditto.
        * getopt1.c: Ditto.
        * getopt1.c: Ditto.
        * md5.c: Ditto.
        * md5.c: Ditto.
        * obstack.c: Ditto.
        * obstack.c: Ditto.
2000-12-26  Michael Sokolov  
2000-12-26  Michael Sokolov  
        * bsearch.c: New file.
        * bsearch.c: New file.
        * configure.in (funcs): Add bsearch.
        * configure.in (funcs): Add bsearch.
        (AC_CHECK_FUNCS): Likewise.
        (AC_CHECK_FUNCS): Likewise.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
2000-12-13  Michael Sokolov  
2000-12-13  Michael Sokolov  
        * safe-ctype.c: #include "ansidecl.h".
        * safe-ctype.c: #include "ansidecl.h".
        * strtod.c: Likewise.
        * strtod.c: Likewise.
2000-12-13  Michael Sokolov  
2000-12-13  Michael Sokolov  
        * strtoul.c: Include safe-ctype.h, not ctype.h.
        * strtoul.c: Include safe-ctype.h, not ctype.h.
2000-12-07  Zack Weinberg  
2000-12-07  Zack Weinberg  
        * safe-ctype.c: New file.
        * safe-ctype.c: New file.
        * Makefile.in (CFILES): Add safe-ctype.c.
        * Makefile.in (CFILES): Add safe-ctype.c.
        (REQUIRED_OFILES): Add safe-ctype.o.
        (REQUIRED_OFILES): Add safe-ctype.o.
        * argv.c: Define ISBLANK and use it, not isspace.
        * argv.c: Define ISBLANK and use it, not isspace.
        * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
        * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
        strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h.  Use
        strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h.  Use
        uppercase ctype macros.  Don't test ISUPPER(c)/ISLOWER(c)
        uppercase ctype macros.  Don't test ISUPPER(c)/ISLOWER(c)
        before calling TOLOWER(c)/TOUPPER(c).
        before calling TOLOWER(c)/TOUPPER(c).
2000-12-07  Mike Stump  
2000-12-07  Mike Stump  
        * Makefile.in (distclean): When cleaning, remove testsuite.
        * Makefile.in (distclean): When cleaning, remove testsuite.
2000-12-05  Jason Merrill  
2000-12-05  Jason Merrill  
        * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
        * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
        name before allocating the dyn_string.
        name before allocating the dyn_string.
2000-12-04  Jason Merrill  
2000-12-04  Jason Merrill  
        * cp-demangle.c: s/new_abi/v3/.
        * cp-demangle.c: s/new_abi/v3/.
        * cplus-dem.c: Likewise.
        * cplus-dem.c: Likewise.
        (current_demangling_style): Now auto_demangling.
        (current_demangling_style): Now auto_demangling.
        (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
        (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING.
        (main): Use standard symbol chars for auto_demangling.
        (main): Use standard symbol chars for auto_demangling.
2000-11-26  Mark Mitchell  
2000-11-26  Mark Mitchell  
        * hashtab.c (higher_prime_number): Use a table, rather than a
        * hashtab.c (higher_prime_number): Use a table, rather than a
        seive, to find the next prime.
        seive, to find the next prime.
2000-11-22  H.J. Lu  
2000-11-22  H.J. Lu  
        * cplus-dem.c (main): Handle gnat_demangling.
        * cplus-dem.c (main): Handle gnat_demangling.
2000-11-22  Zack Weinberg  
2000-11-22  Zack Weinberg  
        * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
        * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
        (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
        (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
        * configure.in: Call AC_C_INLINE and AC_C_CONST.  Use three
        * configure.in: Call AC_C_INLINE and AC_C_CONST.  Use three
        argument form of AC_DEFINE in dummy definitions block.  Use
        argument form of AC_DEFINE in dummy definitions block.  Use
        AC_DEFINE_NOAUTOHEADER for real definitions of things defined
        AC_DEFINE_NOAUTOHEADER for real definitions of things defined
        in dummy block.  Preload cache variables instead of bypassing
        in dummy block.  Preload cache variables instead of bypassing
        tests, where possible.
        tests, where possible.
        * acconfig.h: Removed.
        * acconfig.h: Removed.
        * xmalloc.c (xmalloc_failed): New function, does error
        * xmalloc.c (xmalloc_failed): New function, does error
        reporting on failed allocation.
        reporting on failed allocation.
        (xmalloc, xcalloc, xrealloc): Use it.
        (xmalloc, xcalloc, xrealloc): Use it.
2000-11-21  Hans-Peter Nilsson  
2000-11-21  Hans-Peter Nilsson  
        * cplus-dem.c (cplus_demangle): Fix formatting.
        * cplus-dem.c (cplus_demangle): Fix formatting.
        (grow_vect): Ditto.
        (grow_vect): Ditto.
        (ada_demangle): Ditto.
        (ada_demangle): Ditto.
        (internal_cplus_demangle): Ditto.
        (internal_cplus_demangle): Ditto.
        (mop_up): Ditto.
        (mop_up): Ditto.
2000-11-21  H.J. Lu  
2000-11-21  H.J. Lu  
        * cplus-dem.c (main): Handle java_demangling.
        * cplus-dem.c (main): Handle java_demangling.
2000-11-19  Kaveh R. Ghazi  
2000-11-19  Kaveh R. Ghazi  
        * cplus-dem.c (grow_vect): Prototype.
        * cplus-dem.c (grow_vect): Prototype.
        (ada_demangle): Cast the arg of ctype macros to unsigned char.
        (ada_demangle): Cast the arg of ctype macros to unsigned char.
2000-11-15  Hans-Peter Nilsson  
2000-11-15  Hans-Peter Nilsson  
        * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
        * cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
        parameter `option'.
        parameter `option'.
2000-11-15  Kenneth Block  
2000-11-15  Kenneth Block  
        * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
        * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
        be used in GCC.
        be used in GCC.
2000-11-15  Kenneth Block  
2000-11-15  Kenneth Block  
        * cplus-dem.c: Add gnat demangler.  Add java to demangle style
        * cplus-dem.c: Add gnat demangler.  Add java to demangle style
        list.
        list.
2000-11-04  Hans-Peter Nilsson  
2000-11-04  Hans-Peter Nilsson  
        * hashtab.c (htab_expand): Change to return int.  Use calloc or
        * hashtab.c (htab_expand): Change to return int.  Use calloc or
        xcalloc depending on htab->return_allocation_failure.  Return zero
        xcalloc depending on htab->return_allocation_failure.  Return zero
        if calloc fails.
        if calloc fails.
        (htab_create): Update comment to cover memory allocation.
        (htab_create): Update comment to cover memory allocation.
        (htab_try_create): New.
        (htab_try_create): New.
        (htab_find_slot_with_hash): Return NULL if htab_expand fails.
        (htab_find_slot_with_hash): Return NULL if htab_expand fails.
        Update comment to cover this.
        Update comment to cover this.
2000-11-03  Hans-Peter Nilsson  
2000-11-03  Hans-Peter Nilsson  
        * hashtab.c: Change void * to PTR where necessary.
        * hashtab.c: Change void * to PTR where necessary.
        (htab_create, htab_expand): Correct formatting of comment before
        (htab_create, htab_expand): Correct formatting of comment before
        function.
        function.
2000-10-22  Alex Samuel  
2000-10-22  Alex Samuel  
        * cp-demangle.c (string_list_def): Add caret_position and comments.
        * cp-demangle.c (string_list_def): Add caret_position and comments.
        (result_caret_pos): New macro.
        (result_caret_pos): New macro.
        (result_append_string): Rename to...
        (result_append_string): Rename to...
        (result_add_string): ... this, and insert at caret position.
        (result_add_string): ... this, and insert at caret position.
        Rename throughout.
        Rename throughout.
        (result_append): Rename to...
        (result_append): Rename to...
        (result_add): ... this, and insert at caret position.  Rename
        (result_add): ... this, and insert at caret position.  Rename
        throughout.
        throughout.
        (result_append_char): Rename to...
        (result_append_char): Rename to...
        (result_add_char): ... this, and insert at caret position.  Rename
        (result_add_char): ... this, and insert at caret position.  Rename
        throughout.
        throughout.
        (result_append_space): Remove.
        (result_append_space): Remove.
        (string_list_new): Initialize caret position.
        (string_list_new): Initialize caret position.
        (result_add_separated_char): Use caret position.
        (result_add_separated_char): Use caret position.
        (result_get_caret): New funtion.
        (result_get_caret): New funtion.
        (result_set_caret): Likewise.
        (result_set_caret): Likewise.
        (result_shift_caret): Likewise.
        (result_shift_caret): Likewise.
        (result_previous_char_is_space): Likewise.
        (result_previous_char_is_space): Likewise.
        (substitution_start): Use caret position.
        (substitution_start): Use caret position.
        (substitution_add): Likewise.
        (substitution_add): Likewise.
        (demangling_new): Initialize caret position.
        (demangling_new): Initialize caret position.
        (demangle_encoding): Use caret position.
        (demangle_encoding): Use caret position.
        (demanglin_nested_name): Put CV qualifiers after name.
        (demanglin_nested_name): Put CV qualifiers after name.
        (demangle_type_ptr): Use switch statement.  Handle pointers to
        (demangle_type_ptr): Use switch statement.  Handle pointers to
        arrays.  Don't use result_append_space.  Use caret position.
        arrays.  Don't use result_append_space.  Use caret position.
        (demangle_type): Emit CV qualifiers after underlying type.  Adjust
        (demangle_type): Emit CV qualifiers after underlying type.  Adjust
        call to demangle_array_type.
        call to demangle_array_type.
        (demangle_array_type): Add parameter to handle pointers to arrays.
        (demangle_array_type): Add parameter to handle pointers to arrays.
2000-10-01  Mark Mitchell  
2000-10-01  Mark Mitchell  
        * splay-tree.c (splay_tree_insert): Fix formatting.
        * splay-tree.c (splay_tree_insert): Fix formatting.
2000-09-16  Mark Mitchell  
2000-09-16  Mark Mitchell  
        * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
        * splay-tree.c (splay_tree_predecessor): Fix typo in comment.
2000-09-14  Michael Sokolov  
2000-09-14  Michael Sokolov  
        * splay-tree.c: #include .
        * splay-tree.c: #include .
2000-09-14  Hans-Peter Nilsson  
2000-09-14  Hans-Peter Nilsson  
        * testsuite/demangle-expected: Add two tests for anonymous
        * testsuite/demangle-expected: Add two tests for anonymous
        namespaces.
        namespaces.
        * cplus-dem.c (gnu_special): Handle anonymous namespaces.
        * cplus-dem.c (gnu_special): Handle anonymous namespaces.
2000-09-10  Mark Mitchell  
2000-09-10  Mark Mitchell  
        * splay-tree.c (splay_tree_predecessor): New function.
        * splay-tree.c (splay_tree_predecessor): New function.
        (splay_tree_successor): Likewise.
        (splay_tree_successor): Likewise.
2000-09-10  Hans-Peter Nilsson  
2000-09-10  Hans-Peter Nilsson  
        * testsuite/demangle-expected: Add four tests for type_info
        * testsuite/demangle-expected: Add four tests for type_info
        mangling.
        mangling.
        * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
        * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
        for a non-template non-qualified type_info function or node.
        for a non-template non-qualified type_info function or node.
2000-09-08  Alex Samuel  
2000-09-08  Alex Samuel  
        * cp-demangle.c: Fix copyright banner.
        * cp-demangle.c: Fix copyright banner.
2000-09-07  Michael Sokolov  
2000-09-07  Michael Sokolov  
        * md5.c: #include "ansidecl.h".
        * md5.c: #include "ansidecl.h".
2000-09-06  Alex Samuel  
2000-09-06  Alex Samuel  
        * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
        * cp-demangle.c (status_allocation_failed): Rearrange whitespace.
        (demangle_type): Handle substitution candidates correctly in the
        (demangle_type): Handle substitution candidates correctly in the
        face of special substitutions.
        face of special substitutions.
2000-09-05  Alex Samuel  
2000-09-05  Alex Samuel  
        * cp-demangle.c (demangle_encoding): Rename variable.
        * cp-demangle.c (demangle_encoding): Rename variable.
        (demangle_name): Rename parameter.  Handle return type
        (demangle_name): Rename parameter.  Handle return type
        suppression.
        suppression.
        (demangle_nested_name): Rename parameter.
        (demangle_nested_name): Rename parameter.
        (demangle_prefix): Likewise.  Change return type suppression.
        (demangle_prefix): Likewise.  Change return type suppression.
        (demangle_unqualified_name): Add parameter.  Flag constructors and
        (demangle_unqualified_name): Add parameter.  Flag constructors and
        conversion operators.
        conversion operators.
        (demangle_special_name): Fix comment.
        (demangle_special_name): Fix comment.
        (demangle_type): Rename variable.
        (demangle_type): Rename variable.
        (demangle_bare_function_type): Check for missing return type and
        (demangle_bare_function_type): Check for missing return type and
        parameter.
        parameter.
        (demangle_class_enum_type): Rename parameter.
        (demangle_class_enum_type): Rename parameter.
        (demangle_discriminator): Fix misspelling in comment.
        (demangle_discriminator): Fix misspelling in comment.
2000-08-31  DJ Delorie  
2000-08-31  DJ Delorie  
        * configure.in (Cygwin): special case cygwin only when we're
        * configure.in (Cygwin): special case cygwin only when we're
        building cygwin, not when we're hosting cygwin.
        building cygwin, not when we're hosting cygwin.
2000-09-04  Alex Samuel  
2000-09-04  Alex Samuel  
        * cp-demangle.c (demangle_template_arg): Eat an `E' after an
        * cp-demangle.c (demangle_template_arg): Eat an `E' after an
        .
        .
2000-09-04  Alex Samuel  
2000-09-04  Alex Samuel  
        * cp-demangle.c (demangle_type_ptr): Increment position past
        * cp-demangle.c (demangle_type_ptr): Increment position past
        pointer and reference characters.
        pointer and reference characters.
2000-09-04  Alex Samuel  
2000-09-04  Alex Samuel  
        * cp-demangle.c (demangle_nv_offset): New function.
        * cp-demangle.c (demangle_nv_offset): New function.
        (demangle_v_offset): Likewise.
        (demangle_v_offset): Likewise.
        (demangle_call_offset): Likewise.
        (demangle_call_offset): Likewise.
        (demangle_special_name): Update thunk demangling to comply with
        (demangle_special_name): Update thunk demangling to comply with
        ABI changes.
        ABI changes.
2000-09-03  Alex Samuel  
2000-09-03  Alex Samuel  
        * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
        * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
        (substitution_def): Remove template_parm_number.
        (substitution_def): Remove template_parm_number.
        (NOT_TEMPLATE_PARM): Remove.
        (NOT_TEMPLATE_PARM): Remove.
        (result_insert_string): New macro.
        (result_insert_string): New macro.
        (result_insert): Likewise.
        (result_insert): Likewise.
        (result_insert_char): Likewise.
        (result_insert_char): Likewise.
        (substitution_add): Remove last parameter.  Don't store template
        (substitution_add): Remove last parameter.  Don't store template
        parm number.
        parm number.
        (BFT_NO_RETURN_TYPE): Define as NULL.
        (BFT_NO_RETURN_TYPE): Define as NULL.
        (demangle_encoding): Adjust call to demangle_bare_function_type.
        (demangle_encoding): Adjust call to demangle_bare_function_type.
        (demangle_name): Adjust substitution.  Adjust call to
        (demangle_name): Adjust substitution.  Adjust call to
        substitution_add.
        substitution_add.
        (demangle_prefix): Adjust call to substitution_add.
        (demangle_prefix): Adjust call to substitution_add.
        (demangle_identifier): Handle anonymous namespaces.
        (demangle_identifier): Handle anonymous namespaces.
        (demangle_operator_name): Change demangling of vendor-extended
        (demangle_operator_name): Change demangling of vendor-extended
        operator to match ABI changes.
        operator to match ABI changes.
        (demangle_type_ptr): Change parameters.  Make recursive.  Handle
        (demangle_type_ptr): Change parameters.  Make recursive.  Handle
        substitutions here.
        substitutions here.
        (demangle_type): Adjust calls to demangle_template_param,
        (demangle_type): Adjust calls to demangle_template_param,
        substitution_add, and demangle_type_ptr.  Fix substitution of
        substitution_add, and demangle_type_ptr.  Fix substitution of
        templated types.
        templated types.
        (demangle_function_type): Change parameter to a pointer.
        (demangle_function_type): Change parameter to a pointer.
        (demangle_bare_function_type): Likewise.  Adjust insertion point.
        (demangle_bare_function_type): Likewise.  Adjust insertion point.
        (demangle_template_param): Remove last parameter.
        (demangle_template_param): Remove last parameter.
        (demangle_expr_primary): Remove unused variable.  Adjust call to
        (demangle_expr_primary): Remove unused variable.  Adjust call to
        demangle_template_param.
        demangle_template_param.
        (is_mangled_char): Accept `$' and `.'.
        (is_mangled_char): Accept `$' and `.'.
        * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
        * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
        * dyn-string.c (dyn_string_insert_char): New function.
        * dyn-string.c (dyn_string_insert_char): New function.
2000-08-31  Hans-Peter Nilsson  
2000-08-31  Hans-Peter Nilsson  
        * testsuite/demangle-expected: Add nine tests for
        * testsuite/demangle-expected: Add nine tests for
        underscore-after-number followed by five tests for name-signature
        underscore-after-number followed by five tests for name-signature
        delimiter.
        delimiter.
2000-08-28  Richard Henderson  
2000-08-28  Richard Henderson  
        * Makefile.in (md5.o): Depend on config.h.
        * Makefile.in (md5.o): Depend on config.h.
2000-08-28  Jason Merrill  
2000-08-28  Jason Merrill  
        * Makefile.in (REQUIRED_OFILES): Add md5.o.
        * Makefile.in (REQUIRED_OFILES): Add md5.o.
        (CFILES): Add md5.c.
        (CFILES): Add md5.c.
        * md5.c: New file.
        * md5.c: New file.
2000-08-27  Alex Samuel  
2000-08-27  Alex Samuel  
        * cp-demangle.c (demangle_name): Initialize template_p in local
        * cp-demangle.c (demangle_name): Initialize template_p in local
        name case.  Don't re-add substitutions as candidates.
        name case.  Don't re-add substitutions as candidates.
        (demangle_nested_name): Use .
        (demangle_nested_name): Use .
        (demangle_prefix): Likewise.  Don't add template names as
        (demangle_prefix): Likewise.  Don't add template names as
        substitution candidates twice, or re-add a substitution or the
        substitution candidates twice, or re-add a substitution or the
        last prefix component.
        last prefix component.
        (demangle_local_name): Adjust output format.
        (demangle_local_name): Adjust output format.
2000-08-25  Alex Samuel  
2000-08-25  Alex Samuel  
        * cp-demangle.c (result_add_separated_char): Change parameter to
        * cp-demangle.c (result_add_separated_char): Change parameter to
        int.
        int.
        (substitution_add): Don't check for duplicates.  Check if
        (substitution_add): Don't check for duplicates.  Check if
        previously allocated size is zero.
        previously allocated size is zero.
        (demangle_name): Remove duplicate check for std substitution.
        (demangle_name): Remove duplicate check for std substitution.
        Clear template flag appropriately.
        Clear template flag appropriately.
        (demangle_prefix): Remove argument to demangle_substitution.
        (demangle_prefix): Remove argument to demangle_substitution.
        Don't check that template flag is already set.
        Don't check that template flag is already set.
        (demangle_operator_name): Add pt operator.
        (demangle_operator_name): Add pt operator.
        (demangle_type): Don't treat r as built-in type.  Remove argument
        (demangle_type): Don't treat r as built-in type.  Remove argument
        to demangle_substitution.  Fix substitution candidate mechanics.
        to demangle_substitution.  Fix substitution candidate mechanics.
        Handle s.  Improve comments.
        Handle s.  Improve comments.
        (demangle_template_param): Don't handle template arg lists here.
        (demangle_template_param): Don't handle template arg lists here.
        (demangle_substitution): Remove parameter.
        (demangle_substitution): Remove parameter.
        (print_usage): Remove extra fprintf option.
        (print_usage): Remove extra fprintf option.
2000-08-24  Greg McGary  
2000-08-24  Greg McGary  
        * libiberty/random.c (end_ptr): Revert previous change.
        * libiberty/random.c (end_ptr): Revert previous change.
2000-08-24  Greg McGary  
2000-08-24  Greg McGary  
        * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
        * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
        demangle_expression, demangle_function_name): Use ARRAY_SIZE.
        demangle_expression, demangle_function_name): Use ARRAY_SIZE.
        * libiberty/random.c (end_ptr): Likewise.
        * libiberty/random.c (end_ptr): Likewise.
2000-08-23  Alex Samuel  
2000-08-23  Alex Samuel  
        * cp-demangle.c (result_close_template_list): Remove function.
        * cp-demangle.c (result_close_template_list): Remove function.
        (result_add_separated_char): New function.
        (result_add_separated_char): New function.
        (result_open_template_list): New macro.
        (result_open_template_list): New macro.
        (result_close_template_list): Likewise.
        (result_close_template_list): Likewise.
        (demangle_prefix): Don't set template_p if the
        (demangle_prefix): Don't set template_p if the
        prefix ends with a ctor name.
        prefix ends with a ctor name.
        (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
        (demangle_type_ptr): Remove duplicate RETURN_IF_ERROR.
        (demangle_type): Check for template args after substitution.
        (demangle_type): Check for template args after substitution.
        (demangle_template_args): Use result_open_template_list.
        (demangle_template_args): Use result_open_template_list.
2000-08-02  Zack Weinberg  
2000-08-02  Zack Weinberg  
        * pexecute.c:  Don't use vfork.  Initialize 'pid' before retry loop.
        * pexecute.c:  Don't use vfork.  Initialize 'pid' before retry loop.
2000-07-26  Dave Pitts  
2000-07-26  Dave Pitts  
        * config/mh-openedition.h: Added -DLE370 definition.
        * config/mh-openedition.h: Added -DLE370 definition.
2000-07-26 Mark Elbrecht 
2000-07-26 Mark Elbrecht 
        * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
        * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
        __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
        __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
        Cast program to 'char *' in errmsg_arg assignment.
        Cast program to 'char *' in errmsg_arg assignment.
        (PWAIT_ERROR): Define.
        (PWAIT_ERROR): Define.
        (pwait): Use PWAIT_ERROR.  Adjust DJGPP's status code to conform
        (pwait): Use PWAIT_ERROR.  Adjust DJGPP's status code to conform
        to DJGPP's WIF* macros.
        to DJGPP's WIF* macros.
2000-07-27  RodneyBrown  
2000-07-27  RodneyBrown  
            Jeff Law 
            Jeff Law 
        * getcwd.c: Include string.h, stdlib.h for prototypes
        * getcwd.c: Include string.h, stdlib.h for prototypes
        * Makefile.in (rename.o, waitpid.o): Depend on config.h
        * Makefile.in (rename.o, waitpid.o): Depend on config.h
        * rename.c: Include config.h, unistd.h
        * rename.c: Include config.h, unistd.h
        * waitpid.c: Include config.h, sys/wait.h
        * waitpid.c: Include config.h, sys/wait.h
2000-07-24  Hans-Peter Nilsson  
2000-07-24  Hans-Peter Nilsson  
        * cplus-dem.c (work_stuff_copy_to_from): New.
        * cplus-dem.c (work_stuff_copy_to_from): New.
        (delete_non_B_K_work_stuff): New.
        (delete_non_B_K_work_stuff): New.
        (delete_work_stuff): New.
        (delete_work_stuff): New.
        (mop_up): Break out work_stuff partly destruction to
        (mop_up): Break out work_stuff partly destruction to
        delete_non_B_K_work_stuff.
        delete_non_B_K_work_stuff.
        (iterate_demangle_function): New.
        (iterate_demangle_function): New.
        (demangle_prefix): Call iterate_demangle_function instead of
        (demangle_prefix): Call iterate_demangle_function instead of
        demangle_function_name.  Leave handling of name-signature
        demangle_function_name.  Leave handling of name-signature
        __-delimiters to iterate_demangle_function.
        __-delimiters to iterate_demangle_function.
        (demangle_integral_value): Strip an optional
        (demangle_integral_value): Strip an optional
        following underscore cautiously.  Handle negative numbers.
        following underscore cautiously.  Handle negative numbers.
2000-07-24  Daniel Berlin 
2000-07-24  Daniel Berlin 
        * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
        * cplus-dem.c (demangle_signature): Change if (GNU_DEMANGLING) to
        if (AUTO_DEMANGLING || GNU_DEMANGLING)
        if (AUTO_DEMANGLING || GNU_DEMANGLING)
2000-07-21  Alex Samuel  
2000-07-21  Alex Samuel  
        * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
        * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge
        allocating ctor mangling.
        allocating ctor mangling.
        (demangle_array_type): Handle empty and non-constant array length.
        (demangle_array_type): Handle empty and non-constant array length.
2000-07-23  Michael Sokolov  
2000-07-23  Michael Sokolov  
            Jeff Law 
            Jeff Law 
        * configure.in (AC_CHECK_HEADERS): Add time.h.
        * configure.in (AC_CHECK_HEADERS): Add time.h.
        (AC_HEADER_TIME): Add check.
        (AC_HEADER_TIME): Add check.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
        * getruntime.c: Portably #include  and/or .
        * getruntime.c: Portably #include  and/or .
        * configure.in (AC_CHECK_HEADERS): Add limits.h.
        * configure.in (AC_CHECK_HEADERS): Add limits.h.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
        * sort.c: Portably #include  and/or .
        * sort.c: Portably #include  and/or .
        * strtol.c, strtoul.c: #include "config.h". Portably #include
        * strtol.c, strtoul.c: #include "config.h". Portably #include
         and/or .
         and/or .
        * Makefile.in (strtol.o, strtoul.o): Update dependencies.
        * Makefile.in (strtol.o, strtoul.o): Update dependencies.
        * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
        * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.
        * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
        * configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
        * configure, config.in: Regenerate.
        * configure, config.in: Regenerate.
        * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
        * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
        * cp-demangle.c, mkstemps.c: #include .
        * cp-demangle.c, mkstemps.c: #include .
2000-07-21  Mike Stump  
2000-07-21  Mike Stump  
        * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
        * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
        * (vasprintf.o): Add dependency for config.h in vasprintf.c.
        * (vasprintf.o): Add dependency for config.h in vasprintf.c.
2000-07-21  Kaveh R. Ghazi  
2000-07-21  Kaveh R. Ghazi  
        * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
        * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
        * setenv.c (setenv): Initialize variable `ep'.
        * setenv.c (setenv): Initialize variable `ep'.
        * sigsetmask.c (abort): Prototype.
        * sigsetmask.c (abort): Prototype.
        * vasprintf.c: Include config.h.  Check ANSI_PROTOTYPES, not
        * vasprintf.c: Include config.h.  Check ANSI_PROTOTYPES, not
        __STDC__ for stdarg.h include.
        __STDC__ for stdarg.h include.
        (int_vasprintf): Prototype.
        (int_vasprintf): Prototype.
        (checkit): Prototype.  Use VPARAMS/ANSI_PROTOTYPES/VA_START in
        (checkit): Prototype.  Use VPARAMS/ANSI_PROTOTYPES/VA_START in
        definition.  Cast `global_total_width' in comparison.
        definition.  Cast `global_total_width' in comparison.
        (main): Prototype.  Return a value.
        (main): Prototype.  Return a value.
        * vfork.c (fork): Prototype.
        * vfork.c (fork): Prototype.
        * xexit.c: Include config.h.
        * xexit.c: Include config.h.
2000-07-20  Joseph S. Myers  
2000-07-20  Joseph S. Myers  
        * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
        * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
        and print it with %u.
        and print it with %u.
2000-07-17  Hans-Peter Nilsson  
2000-07-17  Hans-Peter Nilsson  
        * testsuite/regress-demangle (failed test): Show result and
        * testsuite/regress-demangle (failed test): Show result and
        expected output.
        expected output.
2000-07-07  Andrew Haley  
2000-07-07  Andrew Haley  
        * cplus-dem.c (main): fflush() after emitting last char before
        * cplus-dem.c (main): fflush() after emitting last char before
        waiting for input.
        waiting for input.
2000-06-28  Alex Samuel  
2000-06-28  Alex Samuel  
        * cp-demangle.c (demangle_encoding): Accept no substitutions.
        * cp-demangle.c (demangle_encoding): Accept no substitutions.
        (demangle_name): Handle  followed by
        (demangle_name): Handle  followed by
        .
        .
        (demangle_type): Follow special substitutions with
        (demangle_type): Follow special substitutions with
        
        
        (demangle_subtitution): Set template_p for special substitutions.
        (demangle_subtitution): Set template_p for special substitutions.
        (main): Fix typos.
        (main): Fix typos.
2000-06-27  Alex Samuel  
2000-06-27  Alex Samuel  
        * cp-demangle.c (demangle_special_name): Swap base and derived
        * cp-demangle.c (demangle_special_name): Swap base and derived
        class when demangling construction vtables.
        class when demangling construction vtables.
2000-06-21  Alex Samuel  
2000-06-21  Alex Samuel  
        * cp-demangle.c: Don't include ctype.h.
        * cp-demangle.c: Don't include ctype.h.
        (IS_DIGIT): New macro.
        (IS_DIGIT): New macro.
        (IS_ALPHA): Likewise.  Use IS_DIGIT and IS_ALPHA throughout
        (IS_ALPHA): Likewise.  Use IS_DIGIT and IS_ALPHA throughout
        instead of isdigit and isalpanum.
        instead of isdigit and isalpanum.
        (demangling_def): Make name and next const pointers.
        (demangling_def): Make name and next const pointers.
        (STATUS_ALLOCATION_FAILED): New status code.
        (STATUS_ALLOCATION_FAILED): New status code.
        (dyn_string_append_space): Handle failure in
        (dyn_string_append_space): Handle failure in
        dyn_string_append_char.
        dyn_string_append_char.
        (int_to_dyn_string): Likewise.  Change return value to status_t.
        (int_to_dyn_string): Likewise.  Change return value to status_t.
        (string_list_new): Handle failure of dyn_string_init.
        (string_list_new): Handle failure of dyn_string_init.
        (result_close_template_list): Change return type to status_t.
        (result_close_template_list): Change return type to status_t.
        Handle failure in dyn_string_append.
        Handle failure in dyn_string_append.
        (result_push): Change return value to status_t.  Handle failure in
        (result_push): Change return value to status_t.  Handle failure in
        string_list_new.  Handle failure of result_push throughout.
        string_list_new.  Handle failure of result_push throughout.
        (substitution_add): Change return value to status_t.  Handle
        (substitution_add): Change return value to status_t.  Handle
        dyn_string failures.  Handle failure of substitution_add
        dyn_string failures.  Handle failure of substitution_add
        throughout.
        throughout.
        (template_arg_list_new): Return NULL on allocation failure.
        (template_arg_list_new): Return NULL on allocation failure.
        (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
        (result_append_string): Return STATUS_ALLOCATION_FAILED on error.
        Handle error result throughout.
        Handle error result throughout.
        (result_append): Likewise.
        (result_append): Likewise.
        (result_append_char): Likewise.
        (result_append_char): Likewise.
        (result_append_space): Likewise.
        (result_append_space): Likewise.
        (demangling_new): Make argument a const pointer.  Handle
        (demangling_new): Make argument a const pointer.  Handle
        allocation failures.
        allocation failures.
        (demangle_template_args): Handle failure in template_arg_list_new
        (demangle_template_args): Handle failure in template_arg_list_new
        and result_close_template_list.
        and result_close_template_list.
        (demangle_discriminator): Return if int_to_dyn_string fails.
        (demangle_discriminator): Return if int_to_dyn_string fails.
        (cp_demangle): Likewise.
        (cp_demangle): Likewise.
        (cp_demangle_type): New function.
        (cp_demangle_type): New function.
        (cplus_demangle_new_abi): Don't call dyn_string_delete.  Abort on
        (cplus_demangle_new_abi): Don't call dyn_string_delete.  Abort on
        memory allocation failure.
        memory allocation failure.
        (main): Likewise.
        (main): Likewise.
        * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
        * dyn-string.c (RETURN_ON_ALLOCATION_FAILURE): Define if
        IN_LIBGCC2.
        IN_LIBGCC2.
        (dyn_string_init): Change return value to int.  Handle
        (dyn_string_init): Change return value to int.  Handle
        RETURN_ON_ALLOCATION_FAILURE case.
        RETURN_ON_ALLOCATION_FAILURE case.
        (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
        (dyn_string_new): Handle RETURN_ON_ALLOCATION_FAILURE case.
        (dyn_string_release): Delete the dyn_string.
        (dyn_string_release): Delete the dyn_string.
        (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
        (dyn_string_resize): Handle RETURN_ON_ALLOCATION_FAILURE case.
        (dyn_string_copy): Change return type to int.
        (dyn_string_copy): Change return type to int.
        (dyn_string_copy_cstr): Likewise.
        (dyn_string_copy_cstr): Likewise.
        (dyn_string_prepend): Likewise.
        (dyn_string_prepend): Likewise.
        (dyn_string_prepend_cstr): Likewise.
        (dyn_string_prepend_cstr): Likewise.
        (dyn_string_insert): Likewise.
        (dyn_string_insert): Likewise.
        (dyn_string_insert_cstr): Likewise.
        (dyn_string_insert_cstr): Likewise.
        (dyn_string_append): Likewise.
        (dyn_string_append): Likewise.
        (dyn_string_append_cstr): Likewise.
        (dyn_string_append_cstr): Likewise.
        (dyn_string_append_char): Likewise.
        (dyn_string_append_char): Likewise.
        (dyn_string_substring): Likewise.
        (dyn_string_substring): Likewise.
2000-06-09  Zack Weinberg  
2000-06-09  Zack Weinberg  
        * cp-demangle.c (demangle_operator_name): Add spaces before
        * cp-demangle.c (demangle_operator_name): Add spaces before
        names beginning with a letter: delete, delete[], new, new[],
        names beginning with a letter: delete, delete[], new, new[],
        sizeof.
        sizeof.
        (demangle_special_name): Handle TF  and TJ .
        (demangle_special_name): Handle TF  and TJ .
Thu Jun  8 18:52:24 2000  Philippe De Muyter  
Thu Jun  8 18:52:24 2000  Philippe De Muyter  
        * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
        * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.
Thu Jun  8 09:25:54 2000  Philippe De Muyter  
Thu Jun  8 09:25:54 2000  Philippe De Muyter  
        * cp-demangle.c (stdio.h): File included unconditionaly.
        * cp-demangle.c (stdio.h): File included unconditionaly.
        (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
        (template_arg_list_new): Parameter list is PARAMS ((void)), not ().
        * dyn-string.c (stdio.h): File included.
        * dyn-string.c (stdio.h): File included.
        * partition.c (partition_print): No `&' needed to take the address of
        * partition.c (partition_print): No `&' needed to take the address of
        a function.
        a function.
2000-06-07  Kaveh R. Ghazi  
2000-06-07  Kaveh R. Ghazi  
        * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
        * configure.in (ac_libiberty_warn_cflags): Add -pedantic.
        * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
        * choose-temp.c (try, choose_temp_base, make_temp_file): Constify.
        * cp-demangle.c (demangle_char): Change parameter from char to int.
        * cp-demangle.c (demangle_char): Change parameter from char to int.
        (demangle_expression, demangle_expr_primary): Remove extra
        (demangle_expression, demangle_expr_primary): Remove extra
        semi-colon in prototype.
        semi-colon in prototype.
        * dyn-string.c (dyn_string_append_char): Change parameter from
        * dyn-string.c (dyn_string_append_char): Change parameter from
        char to int.
        char to int.
        * memcmp.c (memcmp): Constify.
        * memcmp.c (memcmp): Constify.
        * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
        * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
        __extension__.
        __extension__.
        * partition.c (elem_compare): Prototype.  Don't cast away
        * partition.c (elem_compare): Prototype.  Don't cast away
        const-ness.
        const-ness.
        * setenv.c (setenv): Use braces to avoid ambiguous `else'.
        * setenv.c (setenv): Use braces to avoid ambiguous `else'.
2000-06-07  Kaveh R. Ghazi  
2000-06-07  Kaveh R. Ghazi  
        * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
        * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.
        * cp-demangle.c: Include demangle.h.
        * cp-demangle.c: Include demangle.h.
        (template_arg_list_new): DeANSIfy.
        (template_arg_list_new): DeANSIfy.
        (cp_demangle): Make static and add prototype.
        (cp_demangle): Make static and add prototype.
        (operator_code, operators): Constify.
        (operator_code, operators): Constify.
        (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
        (demangle_operator_name): Likewise for variables `p1', `p2' and `p'.
2000-06-05  Alex Samuel  
2000-06-05  Alex Samuel  
        * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
        * cp-demangle.c (demangle_prefix): Cast argument to isdigit to
        unsigned char.
        unsigned char.
        (demangle_unqualified_name): Likewise.
        (demangle_unqualified_name): Likewise.
        (demangle_number_literally): Likewise.
        (demangle_number_literally): Likewise.
        (demangle_type): Likewise.
        (demangle_type): Likewise.
        (demangle_substitution): Likewise.
        (demangle_substitution): Likewise.
        (is_mangled_char): Likewise, for isalnum.
        (is_mangled_char): Likewise, for isalnum.
2000-06-04  Alex Samuel  
2000-06-04  Alex Samuel  
        * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
        * Makefile.in (CFILES): Add cp-demangle.c and dyn-string.c.
        (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
        (REQUIRED_OFILES): Add cp-demangle.o and dyn-string.o.
        (cp-demangle.o): New dependency.
        (cp-demangle.o): New dependency.
        (dyn-string.o): Likewise.
        (dyn-string.o): Likewise.
        * dyn-string.c: Move here from gcc/dyn-string.c.  Add new functions.
        * dyn-string.c: Move here from gcc/dyn-string.c.  Add new functions.
        * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
        * cplus-dem.c (libiberty_demanglers): Add initializer for new-ABI
        demangler.
        demangler.
        (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
        (cplus_demangle): Call cplus_demangle_new_abi if in new-ABI
        demangling mode.
        demangling mode.
        (gnu_new_abi_symbol_characters): New function.
        (gnu_new_abi_symbol_characters): New function.
        (main): Use gnu_new_abi_symbol_characters.  * cp-demangle.c: New
        (main): Use gnu_new_abi_symbol_characters.  * cp-demangle.c: New
        file.
        file.
        * cp-demangle.c: New file.
        * cp-demangle.c: New file.
Tue May 30 16:45:25 2000  Andrew Cagney  
Tue May 30 16:45:25 2000  Andrew Cagney  
        * floatformat.c: Add name to each floatformat field.
        * floatformat.c: Add name to each floatformat field.
Tue May 30 15:07:52 2000  Jeffrey A Law  (law@cygnus.com)
Tue May 30 15:07:52 2000  Jeffrey A Law  (law@cygnus.com)
        * Makefile.in (objalloc.o): Depend on config.h
        * Makefile.in (objalloc.o): Depend on config.h
2000-05-29  Zack Weinberg  
2000-05-29  Zack Weinberg  
        * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
        * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.h
        if HAVE_STRING_H.
        if HAVE_STRING_H.
        * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
        * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
        * objalloc.c: Include config.h.  Include stdlib.h and don't
        * objalloc.c: Include config.h.  Include stdlib.h and don't
        declare malloc or free if HAVE_STDLIB_H.
        declare malloc or free if HAVE_STDLIB_H.
        * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
        * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
        else declare malloc without prototype.  Include string.h if
        else declare malloc without prototype.  Include string.h if
        HAVE_STRING_H, else declare memset without prototype.  Don't
        HAVE_STRING_H, else declare memset without prototype.  Don't
        include stddef.h.
        include stddef.h.
2000-05-23  Mike Stump  
2000-05-23  Mike Stump  
        * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
        * Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
        -j3.
        -j3.
2000-05-18  J. David Anglin  
2000-05-18  J. David Anglin  
        * xmalloc.c: Include config.h for HAVE_SBRK definition.
        * xmalloc.c: Include config.h for HAVE_SBRK definition.
2000-05-16  Horst von Brand 
2000-05-16  Horst von Brand 
        * hashtab.c (hash_pointer): Delete low-order bits which are
        * hashtab.c (hash_pointer): Delete low-order bits which are
        probably zero, also eliminate a warning on alpha.
        probably zero, also eliminate a warning on alpha.
2000-05-15  David Edelsohn  
2000-05-15  David Edelsohn  
        * Makefile.in: Change "pic" to depend on $(PICFLAG), not
        * Makefile.in: Change "pic" to depend on $(PICFLAG), not
        on $(enable_shared).
        on $(enable_shared).
2000-05-10  Jakub Jelinek  
2000-05-10  Jakub Jelinek  
        * config.table: Use mh-sparcpic for sparc*-*-*.
        * config.table: Use mh-sparcpic for sparc*-*-*.
2000-05-08  Nick Clifton  
2000-05-08  Nick Clifton  
        * Makefile.in (CFILES): Add strncmp.c.
        * Makefile.in (CFILES): Add strncmp.c.
        (NEEDED): Add strncmp.
        (NEEDED): Add strncmp.
2000-05-04  Kaveh R. Ghazi  
2000-05-04  Kaveh R. Ghazi  
        * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
        * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
        Cast the arguments to `islower' to `unsigned char'.
        Cast the arguments to `islower' to `unsigned char'.
        (print_demangler_list): Prototype.
        (print_demangler_list): Prototype.
Thu May  4 17:14:41 2000  Philippe De Muyter  
Thu May  4 17:14:41 2000  Philippe De Muyter  
        * sort.c (UCHAR_MAX): Provide fallback definition.
        * sort.c (UCHAR_MAX): Provide fallback definition.
2000-04-29  Alexandre Oliva  
2000-04-29  Alexandre Oliva  
        * Makefile.in (maintainer-clean-subdir): Fix handling of empty
        * Makefile.in (maintainer-clean-subdir): Fix handling of empty
        SUBDIRS.
        SUBDIRS.
2000-04-28  Kenneth Block  
2000-04-28  Kenneth Block  
            Jason Merrill  
            Jason Merrill  
        * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
        * cplus-dem.c (libiberty_demanglers): New table for demangle styles.
        (cplus_demangle_set_style): New function for setting style.
        (cplus_demangle_set_style): New function for setting style.
        (cplus_demangle_name_to_style): New function to translate name.
        (cplus_demangle_name_to_style): New function to translate name.
2000-04-27  Kaveh R. Ghazi  
2000-04-27  Kaveh R. Ghazi  
        * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
        * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.
        * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
        * configure.in (AC_CHECK_HEADERS): Add sys/mman.h fcntl.h.
        (libiberty_AC_FUNC_STRNCMP): Invoke.
        (libiberty_AC_FUNC_STRNCMP): Invoke.
        * strncmp.c: New file.
        * strncmp.c: New file.
Thu Apr 27 16:58:43 MET DST 2000  Jan Hubicka  
Thu Apr 27 16:58:43 MET DST 2000  Jan Hubicka  
        * hashtab.c (htab_expand): Add prototype.
        * hashtab.c (htab_expand): Add prototype.
        (find_empty_slot_for_expand): Likewise.
        (find_empty_slot_for_expand): Likewise.
2000-04-24  Kaveh R. Ghazi  
2000-04-24  Kaveh R. Ghazi  
        * hashtab.c (hash_pointer, eq_pointer): Make definition static to
        * hashtab.c (hash_pointer, eq_pointer): Make definition static to
        match prototype.
        match prototype.
        (htab_expand): Cast the return value of xcalloc.
        (htab_expand): Cast the return value of xcalloc.
2000-04-24  Mark Mitchell  
2000-04-24  Mark Mitchell  
        * hashtab.c (hash_pointer): New function.
        * hashtab.c (hash_pointer): New function.
        (eq_pointer): Likewise.
        (eq_pointer): Likewise.
        (htab_hash_pointer): New variable.
        (htab_hash_pointer): New variable.
        (htab_eq_pointer): Likewise.
        (htab_eq_pointer): Likewise.
2000-04-23  Mark Mitchell  
2000-04-23  Mark Mitchell  
        * sort.c (sort_pointers): Fix endianness bugs.
        * sort.c (sort_pointers): Fix endianness bugs.
        * sort.c: New file.
        * sort.c: New file.
        * Makefile.in (CFILES): Add sort.c
        * Makefile.in (CFILES): Add sort.c
        (REQUIRED_OFILES): Add sort.o.
        (REQUIRED_OFILES): Add sort.o.
        (sort.o): New target.
        (sort.o): New target.
2000-04-21  Michael Sokolov  
2000-04-21  Michael Sokolov  
        * Makefile.in (*-subdir): Revamp slightly to avoid losing on
        * Makefile.in (*-subdir): Revamp slightly to avoid losing on
        4.3BSD systems.
        4.3BSD systems.
Tue Apr 18 16:23:31 2000  Richard Kenner  
Tue Apr 18 16:23:31 2000  Richard Kenner  
        * hashtab.c: Various minor cleanups.
        * hashtab.c: Various minor cleanups.
        (htab_find_slot_with_hash): INSERT is now enum insert_option.
        (htab_find_slot_with_hash): INSERT is now enum insert_option.
        (htab_find_slot): Likewise.
        (htab_find_slot): Likewise.
2000-04-16  Dave Pitts  
2000-04-16  Dave Pitts  
        * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
        * cplus-dem.c (cplus_demangle_opname): Changed to use islower.
2000-04-05  Richard Henderson  
2000-04-05  Richard Henderson  
        * splay-tree.c (splay_tree_remove): New.
        * splay-tree.c (splay_tree_remove): New.
2000-03-30  Mark Mitchell  
2000-03-30  Mark Mitchell  
        * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
        * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
        codes.
        codes.
        (htab_find_with_hash): Likewise.
        (htab_find_with_hash): Likewise.
        (htab_find_slot_with_hash): Likewise.
        (htab_find_slot_with_hash): Likewise.
2000-03-29  Zack Weinberg  
2000-03-29  Zack Weinberg  
        * hashtab.c (htab_find_with_hash): Avoid calculating hash2
        * hashtab.c (htab_find_with_hash): Avoid calculating hash2
        unless it will be used.  Rearrange loop for better
        unless it will be used.  Rearrange loop for better
        optimization.
        optimization.
        (higher_prime_number): Add static prototype.
        (higher_prime_number): Add static prototype.
Thu Mar 16 01:33:58 2000  Jeffrey A Law  (law@cygnus.com)
Thu Mar 16 01:33:58 2000  Jeffrey A Law  (law@cygnus.com)
        * Makefile.in (partition.o): Depend on config.h
        * Makefile.in (partition.o): Depend on config.h
2000-03-14  Bernd Schmidt  
2000-03-14  Bernd Schmidt  
        * hashtab.c (find_empty_slot_for_expand): New function.
        * hashtab.c (find_empty_slot_for_expand): New function.
        (htab_expand): Use it instead of htab_find_slot.
        (htab_expand): Use it instead of htab_find_slot.
        (htab_find_with_hash): Renamed from htab_find; now accepts extra
        (htab_find_with_hash): Renamed from htab_find; now accepts extra
        argument HASH.
        argument HASH.
        (htab_find_slot_with_hash): Likewise for htab_find_slot.
        (htab_find_slot_with_hash): Likewise for htab_find_slot.
        (htab_find): New wrapper function.
        (htab_find): New wrapper function.
        (htab_find_slot): Likewise.
        (htab_find_slot): Likewise.
        (htab_traverse): Pass slot, not entry, to called function.
        (htab_traverse): Pass slot, not entry, to called function.
2000-03-09  Alex Samuel  
2000-03-09  Alex Samuel  
        * Makefile.in (CFILES): Add partition.c.
        * Makefile.in (CFILES): Add partition.c.
        (REQUIRED_OFILES): Add partition.o.
        (REQUIRED_OFILES): Add partition.o.
        (partition.o): New rule.
        (partition.o): New rule.
        * partition.c: New file.
        * partition.c: New file.
2000-03-09  Zack Weinberg  
2000-03-09  Zack Weinberg  
        * hashtab.c (htab_create): Set del_f.
        * hashtab.c (htab_create): Set del_f.
        (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
        (htab_delete, htab_empty, htab_remove_elt, htab_clear_slot):
        Use it.
        Use it.
2000-03-08  Zack Weinberg  
2000-03-08  Zack Weinberg  
        * hashtab.c: Remove debugging variables (all_searches,
        * hashtab.c: Remove debugging variables (all_searches,
        all_collisions, all_expansions). Delete
        all_collisions, all_expansions). Delete
        all_hash_table_collisions.
        all_hash_table_collisions.
        (create_hash_table, delete_hash_table, empty_hash_table,
        (create_hash_table, delete_hash_table, empty_hash_table,
        find_hash_table_entry, remove_element_from_hash_table_entry,
        find_hash_table_entry, remove_element_from_hash_table_entry,
        clear_hash_table_slot, traverse_hash_table, hash_table_size,
        clear_hash_table_slot, traverse_hash_table, hash_table_size,
        hash_table_elements_number, hash_table_collisions): Rename to:
        hash_table_elements_number, hash_table_collisions): Rename to:
        htab_create, htab_delete, htab_empty, htab_find_slot,
        htab_create, htab_delete, htab_empty, htab_find_slot,
        htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
        htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
        htab_elements, htab_collisions.
        htab_elements, htab_collisions.
        (htab_find): New function, handles common case where you don't
        (htab_find): New function, handles common case where you don't
        plan to add or delete an entry.
        plan to add or delete an entry.
        (htab_expand): Don't create a whole new table, just a new
        (htab_expand): Don't create a whole new table, just a new
        entry vector.
        entry vector.
        (htab_find_slot): Simplify logic.
        (htab_find_slot): Simplify logic.
1999-08-03  Ian Lance Taylor  
1999-08-03  Ian Lance Taylor  
        * floatformat.c: Add casts to avoid signed/unsigned warnings.
        * floatformat.c: Add casts to avoid signed/unsigned warnings.
        * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
        * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
        * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
        * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to
        $(TARGETLIB)n so it works on MSDOS.
        $(TARGETLIB)n so it works on MSDOS.
        (install_to_tooldir): Likewise.
        (install_to_tooldir): Likewise.
1999-07-21  Ian Lance Taylor  
1999-07-21  Ian Lance Taylor  
        From Mark Elbrecht:
        From Mark Elbrecht:
        * makefile.dos: Remove; obsolete.
        * makefile.dos: Remove; obsolete.
        * configure.bat: Remove; obsolete.
        * configure.bat: Remove; obsolete.
1999-07-11  Ian Lance Taylor  
1999-07-11  Ian Lance Taylor  
        * splay-tree.c (splay_tree_insert): Add initialization to avoid
        * splay-tree.c (splay_tree_insert): Add initialization to avoid
        warning.
        warning.
2000-01-04  Mumit Khan  
2000-01-04  Mumit Khan  
        * pexecute.c: Conditionally include string.h.
        * pexecute.c: Conditionally include string.h.
        (fix_argv): Handle embedded whitespace in args for Mingw32.
        (fix_argv): Handle embedded whitespace in args for Mingw32.
2000-01-04  Kaveh R. Ghazi  
2000-01-04  Kaveh R. Ghazi  
        * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
        * configure.in (ac_libiberty_warn_cflags): Turn on warnings if
        we're using gcc.
        we're using gcc.
        * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
        * Makefile.in (COMPILE.c): Add @ac_libiberty_warn_cflags@
1999-12-27  Geoff Keating  
1999-12-27  Geoff Keating  
        * vasprintf.c (int_vasprintf): Don't re-read the format character
        * vasprintf.c (int_vasprintf): Don't re-read the format character
        as this mishandles strings like '%%s'.
        as this mishandles strings like '%%s'.
1999-12-05  Mark Mitchell  
1999-12-05  Mark Mitchell  
        * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
        * splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
        rather than struct splay_tree_node.
        rather than struct splay_tree_node.
        (splay_tree_insert): Use struct splay_tree_s rather than struct
        (splay_tree_insert): Use struct splay_tree_s rather than struct
        splay_tree.
        splay_tree.
Sun Nov 28 00:59:39 1999  Philippe De Muyter  
Sun Nov 28 00:59:39 1999  Philippe De Muyter  
        * hashtab.c (sys/types.h): File included.
        * hashtab.c (sys/types.h): File included.
1999-11-22  Jason Merrill  
1999-11-22  Jason Merrill  
        * strtoul.c, strtol.c, random.c: Remove advertising clause from
        * strtoul.c, strtol.c, random.c: Remove advertising clause from
        BSD license, pursuant with
        BSD license, pursuant with
          ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
          ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Wed Nov 10 09:42:39 1999  Jeffrey A Law  (law@cygnus.com)
Wed Nov 10 09:42:39 1999  Jeffrey A Law  (law@cygnus.com)
        * hashtab.c: Include stdio.h.
        * hashtab.c: Include stdio.h.
Mon Nov  8 09:23:41 1999  Jeffrey A Law  (law@cygnus.com)
Mon Nov  8 09:23:41 1999  Jeffrey A Law  (law@cygnus.com)
        * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
        * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.
Tue Nov  2 03:23:13 1999  Philippe De Muyter  
Tue Nov  2 03:23:13 1999  Philippe De Muyter  
        * xstrdup (sys/types.h): Include this file.
        * xstrdup (sys/types.h): Include this file.
1999-10-28  Nathan Sidwell  
1999-10-28  Nathan Sidwell  
        * Makefile.in (SUBDIRS): New macro.
        * Makefile.in (SUBDIRS): New macro.
        (mostlyclean, clean, distclean, maintainer-clean): Adjust to
        (mostlyclean, clean, distclean, maintainer-clean): Adjust to
        avoid multiple subdirectory cleaning.
        avoid multiple subdirectory cleaning.
        (*-subdir): Use SUBDIRS.
        (*-subdir): Use SUBDIRS.
1999-10-25  Jim Kingdon  
1999-10-25  Jim Kingdon  
        * cplus-dem.c: Move declarations of standard_symbol_characters and
        * cplus-dem.c: Move declarations of standard_symbol_characters and
        hp_symbol_characters inside #ifdef MAIN to avoid compiler
        hp_symbol_characters inside #ifdef MAIN to avoid compiler
        warnings.
        warnings.
1999-10-23 08:51 -0700  Zack Weinberg  
1999-10-23 08:51 -0700  Zack Weinberg  
        * hashtab.c (find_hash_table_entry): When returning a
        * hashtab.c (find_hash_table_entry): When returning a
        DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
        DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
        (clear_hash_table_slot): New function which deletes an entry
        (clear_hash_table_slot): New function which deletes an entry
        by its position in the table, not its value.
        by its position in the table, not its value.
        (traverse_hash_table): New function which calls a hook
        (traverse_hash_table): New function which calls a hook
        function for every live entry in the table.
        function for every live entry in the table.
1999-10-19  Mark Mitchell  
1999-10-19  Mark Mitchell  
        * cplus-dem.c (INTBUF_SIZE): New macro.
        * cplus-dem.c (INTBUF_SIZE): New macro.
        (string_append_template_idx): New function.
        (string_append_template_idx): New function.
        (demangle_expression): Likewise.
        (demangle_expression): Likewise.
        (demangle_integral_value): Use it.
        (demangle_integral_value): Use it.
        (demangle_real_value): New function, split out from ...
        (demangle_real_value): New function, split out from ...
        (demangle_template_value_parm): ... here.  Use
        (demangle_template_value_parm): ... here.  Use
        string_append_template_idx.  Use demangle_real_value.
        string_append_template_idx.  Use demangle_real_value.
        (demangle_template): Use string_append_template_idx.
        (demangle_template): Use string_append_template_idx.
        (demangle_qualified): Use consume_count_with_underscores.
        (demangle_qualified): Use consume_count_with_underscores.
        (get_count): Tweak formatting.
        (get_count): Tweak formatting.
        (do_type): Use string_append_template_idx.
        (do_type): Use string_append_template_idx.
1999-10-18  Kaveh R. Ghazi  
1999-10-18  Kaveh R. Ghazi  
        * calloc.c: Add a public domain notice.
        * calloc.c: Add a public domain notice.
Mon Oct 18 02:30:47 1999  Philippe De Muyter  
Mon Oct 18 02:30:47 1999  Philippe De Muyter  
        * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
        * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
Fri Oct 15 01:47:51 1999  Vladimir Makarov  
Fri Oct 15 01:47:51 1999  Vladimir Makarov  
        * Makefile.in (CFILES): Add hashtab.c
        * Makefile.in (CFILES): Add hashtab.c
        (REQUIRED_OFILES): Add hashtab.o
        (REQUIRED_OFILES): Add hashtab.o
        (hashtab.o): Add dependencies.
        (hashtab.o): Add dependencies.
        * hashtab.c: New file
        * hashtab.c: New file
Wed Oct 13 01:16:47 1999  Mumit Khan  
Wed Oct 13 01:16:47 1999  Mumit Khan  
        * basename.c (DIR_SEPARATOR): New macro.
        * basename.c (DIR_SEPARATOR): New macro.
        (DIR_SEPARATOR_2): Likewise.
        (DIR_SEPARATOR_2): Likewise.
        (HAVE_DOS_BASED_FILESYSTEM): Likewise.
        (HAVE_DOS_BASED_FILESYSTEM): Likewise.
        (IS_DIR_SEPARATOR): Likewise.
        (IS_DIR_SEPARATOR): Likewise.
        (main): Handle MSDOS style pathname.
        (main): Handle MSDOS style pathname.
1999-10-11  Mark Mitchell  
1999-10-11  Mark Mitchell  
        * cplus-dem.c (do_type): Handle pointer to member types whose
        * cplus-dem.c (do_type): Handle pointer to member types whose
        enclosing classes have namespace scope.
        enclosing classes have namespace scope.
Sun Oct 10 01:23:50 1999  Marc Espie 
Sun Oct 10 01:23:50 1999  Marc Espie 
        * config.table:  Provide a backup shell for executing move-if-change.
        * config.table:  Provide a backup shell for executing move-if-change.
1999-10-02  Mark Mitchell  
1999-10-02  Mark Mitchell  
        * xmalloc.c (xmalloc): Fix spelling error.
        * xmalloc.c (xmalloc): Fix spelling error.
        (xcalloc, xrealloc): Likewise.
        (xcalloc, xrealloc): Likewise.
1999-10-02  Kaveh R. Ghazi  
1999-10-02  Kaveh R. Ghazi  
        * cplus-dem.c (fancy_abort, demangle_integral_value,
        * cplus-dem.c (fancy_abort, demangle_integral_value,
        demangle_arm_hp_template, recursively_demangle,
        demangle_arm_hp_template, recursively_demangle,
        standard_symbol_characters, hp_symbol_characters, main): Add prototype.
        standard_symbol_characters, hp_symbol_characters, main): Add prototype.
        (program_name, program_version, fatal): Constify a char*.
        (program_name, program_version, fatal): Constify a char*.
        (usage, fatal): Mark with ATTRIBUTE_NORETURN.
        (usage, fatal): Mark with ATTRIBUTE_NORETURN.
        (main): Call return, not exit.
        (main): Call return, not exit.
1999-09-25  Kaveh R. Ghazi  
1999-09-25  Kaveh R. Ghazi  
        * choose-temp.c: Remove obsolete comment about gcc.
        * choose-temp.c: Remove obsolete comment about gcc.
        (make_temp_file): Constify a char*.
        (make_temp_file): Constify a char*.
Wed Sep  8 20:03:28 1999  Kaveh R. Ghazi  
Wed Sep  8 20:03:28 1999  Kaveh R. Ghazi  
        * xmemdup.c: Include sys/types.h.
        * xmemdup.c: Include sys/types.h.
1999-09-07  Jeff Garzik  
1999-09-07  Jeff Garzik  
        * xmemdup.c: New xmemdup function.
        * xmemdup.c: New xmemdup function.
        * Makefile.in, makefile.vms, vmsbuild.com:  Use xmemdup.[co].
        * Makefile.in, makefile.vms, vmsbuild.com:  Use xmemdup.[co].
Tue Sep  7 23:32:18 1999  Linas Vepstas  
Tue Sep  7 23:32:18 1999  Linas Vepstas  
        * config.table: Add openedition target.
        * config.table: Add openedition target.
        * config/mh-openedition: New file.
        * config/mh-openedition: New file.
Thu Sep  2 01:36:12 1999  Marc Espie 
Thu Sep  2 01:36:12 1999  Marc Espie 
        * pexecute.c (pexecute):  Fill in temp_base when needed.
        * pexecute.c (pexecute):  Fill in temp_base when needed.
1999-08-31  Richard Henderson  
1999-08-31  Richard Henderson  
        * getpwd.c: Check HAVE_GETCWD before defining it away.
        * getpwd.c: Check HAVE_GETCWD before defining it away.
1999-08-30  Kaveh R. Ghazi  
1999-08-30  Kaveh R. Ghazi  
        * Makefile.in (CFILES): Add calloc.c and getpwd.c.
        * Makefile.in (CFILES): Add calloc.c and getpwd.c.
        (REQUIRED_OFILES): Add getpwd.o.
        (REQUIRED_OFILES): Add getpwd.o.
        (getpwd.o): Add target.
        (getpwd.o): Add target.
        * configure.in (AC_PREREQ): Bump to 2.13.
        * configure.in (AC_PREREQ): Bump to 2.13.
        (AC_CHECK_HEADERS): Add check for .
        (AC_CHECK_HEADERS): Add check for .
        * getpwd.c: New file, moved here from gcc.
        * getpwd.c: New file, moved here from gcc.
1999-08-25  Kaveh R. Ghazi  
1999-08-25  Kaveh R. Ghazi  
        * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
        * cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
        comparing against a signed quantity.
        comparing against a signed quantity.
        (arm_special): Likewise.
        (arm_special): Likewise.
        (demangle_fund_type): Likewise.
        (demangle_fund_type): Likewise.
        (do_hpacc_template_const_value): Mark parameter `work' with
        (do_hpacc_template_const_value): Mark parameter `work' with
        ATTRIBUTE_UNUSED.
        ATTRIBUTE_UNUSED.
        (main): Constify variable `valid_symbols'.
        (main): Constify variable `valid_symbols'.
Tue Aug 24 02:50:45 1999  Philippe De Muyter  
Tue Aug 24 02:50:45 1999  Philippe De Muyter  
        * strtoul.c (strtoul): Add parentheses around && within ||.
        * strtoul.c (strtoul): Add parentheses around && within ||.
Fri Aug  6 23:32:29 1999  Daniel Jacobowitz 
Fri Aug  6 23:32:29 1999  Daniel Jacobowitz 
        * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
        * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
        libdir, libsubdir and tooldir.
        libdir, libsubdir and tooldir.
1999-08-01  Mark Mitchell  
1999-08-01  Mark Mitchell  
        * splay-tree.c (splay_tree_insert): Return the new node.
        * splay-tree.c (splay_tree_insert): Return the new node.
1999-07-14  Richard Henderson  
1999-07-14  Richard Henderson  
        * argv.c: Include stdlib.h and string.h instead of
        * argv.c: Include stdlib.h and string.h instead of
        prototyping directly.
        prototyping directly.
        * choose-temp.c: Conditionally include string.h.
        * choose-temp.c: Conditionally include string.h.
1999-07-12  Jason Merrill  
1999-07-12  Jason Merrill  
        * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
        * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
1999-07-11  Ian Lance Taylor  
1999-07-11  Ian Lance Taylor  
        * splay-tree.c (splay_tree_insert): Add initialization to avoid
        * splay-tree.c (splay_tree_insert): Add initialization to avoid
        warning.
        warning.
1999-07-07  Jason Merrill  
1999-07-07  Jason Merrill  
        * Makefile.in (needed-list): Only include stuff we actually need
        * Makefile.in (needed-list): Only include stuff we actually need
        for libstdc++.
        for libstdc++.
1999-06-21  Andreas Schwab  
1999-06-21  Andreas Schwab  
        * configure.in (checkfuncs): Add gettimeofday.
        * configure.in (checkfuncs): Add gettimeofday.
        * config.in, configure: Regenerated.
        * config.in, configure: Regenerated.
Mon Jun 21 05:56:01 1999  Mumit Khan  
Mon Jun 21 05:56:01 1999  Mumit Khan  
        * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
        * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
        the test fails.
        the test fails.
        * configure: Regenerate.
        * configure: Regenerate.
1999-06-10  Mike Stump  
1999-06-10  Mike Stump  
        * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
        * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
        parallel builds.
        parallel builds.
1999-05-28  Kaveh R. Ghazi  
1999-05-28  Kaveh R. Ghazi  
        * putenv.c: Include ansidecl.h to define `const'.
        * putenv.c: Include ansidecl.h to define `const'.
        * setenv.c: Likewise.
        * setenv.c: Likewise.
Wed May 26 03:58:20 1999  "Melissa O'Neill" 
Wed May 26 03:58:20 1999  "Melissa O'Neill" 
        * Makefile.in (CFILES): Add putenv.c and setenv.c.
        * Makefile.in (CFILES): Add putenv.c and setenv.c.
        * configure.in (funcs): Add putenv and setenv.
        * configure.in (funcs): Add putenv and setenv.
        (AC_CHECK_FUNCS): Check for putenv and setenv.
        (AC_CHECK_FUNCS): Check for putenv and setenv.
        * configure: Rebuilt.
        * configure: Rebuilt.
        * putenv.c setenv.c: New files.
        * putenv.c setenv.c: New files.
        * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
        * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE
        bytes of space using malloc.
        bytes of space using malloc.
Mon May 17 01:42:34 1999  Stu Grossman  
Mon May 17 01:42:34 1999  Stu Grossman  
        * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
        * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance
        the *mangled pointer beyond the end of the string.  Clean up code to
        the *mangled pointer beyond the end of the string.  Clean up code to
        match prevailing coding style.
        match prevailing coding style.
1999-05-13  Michael Hayes  
1999-05-13  Michael Hayes  
        * tmpnam.c (L_tmpnam): Fix typo.
        * tmpnam.c (L_tmpnam): Fix typo.
Thu May 13 01:14:46 1999 Marc Espie 
Thu May 13 01:14:46 1999 Marc Espie 
        * cplus-dem.c (standard_symbol_characters): Renamed from
        * cplus-dem.c (standard_symbol_characters): Renamed from
        standard_symbol_alphabet.  No longer modify TABLE.
        standard_symbol_alphabet.  No longer modify TABLE.
        (hp_symbol_characters): Renamed from hp_symbol_alphabet.  No longer
        (hp_symbol_characters): Renamed from hp_symbol_alphabet.  No longer
        modify TABLE.
        modify TABLE.
        (main): Corresponding changes.  Use strchr to determine if a
        (main): Corresponding changes.  Use strchr to determine if a
        character is valid.
        character is valid.
1999-05-11  Jim Blandy  
1999-05-11  Jim Blandy  
        * cplus-dem.c (main): Use table lookup to distinguish identifier
        * cplus-dem.c (main): Use table lookup to distinguish identifier
        characters from non-identifier characters.
        characters from non-identifier characters.
        (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
        (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
Thu May  6 20:34:42 1999  Fred Fish  
Thu May  6 20:34:42 1999  Fred Fish  
        * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
        * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
        * getruntime.c: Only attempt to include sys/resource.h and
        * getruntime.c: Only attempt to include sys/resource.h and
        use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
        use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
        are defined.
        are defined.
Mon Apr 26 01:36:06 1999  Donn Terry (donn@interix.com)
Mon Apr 26 01:36:06 1999  Donn Terry (donn@interix.com)
        * configure.in (alloca detection): Handle alloca directly for interix.
        * configure.in (alloca detection): Handle alloca directly for interix.
        * configure: Rebuilt.
        * configure: Rebuilt.
Sun Apr 25 01:18:21 1999  Mumit Khan  
Sun Apr 25 01:18:21 1999  Mumit Khan  
        * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
        * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32.
1999-04-20  Jim Blandy  
1999-04-20  Jim Blandy  
        Fix from Dale Hawkins:
        Fix from Dale Hawkins:
        * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
        * cplus-dem.c (mop_up): Set typevec_size to zero, so it'll be
        reallocated properly if we use it again.
        reallocated properly if we use it again.
        * cplus-dem.c (demangle_fund_type): Check for buffer overrun.  Be
        * cplus-dem.c (demangle_fund_type): Check for buffer overrun.  Be
        stricter about syntax.  Always null-terminate string.
        stricter about syntax.  Always null-terminate string.
Thu Apr 15 23:00:55 1999  Mumit Khan  
Thu Apr 15 23:00:55 1999  Mumit Khan  
        * configure.in (checkfuncs): Check for sbrk.
        * configure.in (checkfuncs): Check for sbrk.
        * config.in: Rebuilt.
        * config.in: Rebuilt.
        * configure: Likewise.
        * configure: Likewise.
        * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
        * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
1999-04-12  Jim Blandy  
1999-04-12  Jim Blandy  
        Fix from Marcus Daniels:
        Fix from Marcus Daniels:
        * cplus-dem.c (demangle_fund_type): Don't run off the end of the
        * cplus-dem.c (demangle_fund_type): Don't run off the end of the
        identifier looking for another underscore.
        identifier looking for another underscore.
Sun Apr 11 23:20:59 1999  Mumit Khan  
Sun Apr 11 23:20:59 1999  Mumit Khan  
        * pexecute.c: Change all references to __UWIN__ to _UWIN.
        * pexecute.c: Change all references to __UWIN__ to _UWIN.
        * xmalloc.c: Likewise.
        * xmalloc.c: Likewise.
        (xcalloc): UWIN has sbrk.
        (xcalloc): UWIN has sbrk.
        (xrealloc): Fix guard macro.
        (xrealloc): Fix guard macro.
1999-04-11  Richard Henderson  
1999-04-11  Richard Henderson  
        * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
        * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
        or .
        or .
        * clock.c (GNU_HZ): New definition.
        * clock.c (GNU_HZ): New definition.
        (clock): Use it.
        (clock): Use it.
        * getruntime.c: Likewise.
        * getruntime.c: Likewise.
        * config.table: Use mh-beos.
        * config.table: Use mh-beos.
        * config/mh-beos: New file.
        * config/mh-beos: New file.
1999-04-11  Mark Mitchell  
1999-04-11  Mark Mitchell  
        * cplus-dem.c (demangle_template_value_parm): Handle
        * cplus-dem.c (demangle_template_value_parm): Handle
        pointers-to-members.
        pointers-to-members.
        (do_type): Handle template parameters as qualifiers.
        (do_type): Handle template parameters as qualifiers.
1999-04-01  Jim Blandy  
1999-04-01  Jim Blandy  
        * cplus-dem.c: Attempt to handle overflows in counts with some
        * cplus-dem.c: Attempt to handle overflows in counts with some
        semblance of grace.
        semblance of grace.
        (consume_count): Detect overflows.  Return -1 to indicate errors,
        (consume_count): Detect overflows.  Return -1 to indicate errors,
        instead of zero.
        instead of zero.
        (demangle_template_value_parm, demangle_template): Handle change
        (demangle_template_value_parm, demangle_template): Handle change
        to consume_count's return convention.
        to consume_count's return convention.
1999-04-05  Tom Tromey  
1999-04-05  Tom Tromey  
        * testsuite/regress-demangle: New file.
        * testsuite/regress-demangle: New file.
        * testsuite/demangle-expected: New file.
        * testsuite/demangle-expected: New file.
        * Makefile.in (all, check, installcheck, info, install-info,
        * Makefile.in (all, check, installcheck, info, install-info,
        clean-info, dvi, install, etags, tags, mostlyclean, clean,
        clean-info, dvi, install, etags, tags, mostlyclean, clean,
        distclean, maintainer-clean, realclean): Depend on corresponding
        distclean, maintainer-clean, realclean): Depend on corresponding
        `-subdir' target.
        `-subdir' target.
        (all-subdir check-subdir installcheck-subdir info-subdir
        (all-subdir check-subdir installcheck-subdir info-subdir
        install-info-subdir clean-info-subdir dvi-subdir
        install-info-subdir clean-info-subdir dvi-subdir
        install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
        install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
        distclean-subdir maintainer-clean-subdir): New target.
        distclean-subdir maintainer-clean-subdir): New target.
        * testsuite/Makefile.in: New file.
        * testsuite/Makefile.in: New file.
        * configure: Rebuilt.
        * configure: Rebuilt.
        * configure.in: Create testsuite/Makefile.
        * configure.in: Create testsuite/Makefile.
1999-04-02  Mark Mitchell  
1999-04-02  Mark Mitchell  
        * splay-tree.h (splay_tree_compare_pointers): Define.
        * splay-tree.h (splay_tree_compare_pointers): Define.
1999-03-30  Mark Mitchell  
1999-03-30  Mark Mitchell  
        * splay-tree.c (splay_tree_compare_ints): Define.
        * splay-tree.c (splay_tree_compare_ints): Define.
1999-03-30  Tom Tromey  
1999-03-30  Tom Tromey  
        * cplus-dem.c (consume_count): If `count' wraps, return 0 and
        * cplus-dem.c (consume_count): If `count' wraps, return 0 and
        don't advance input pointer.
        don't advance input pointer.
        (demangle_class_name): If consume_count didn't find a count, do
        (demangle_class_name): If consume_count didn't find a count, do
        nothing.  Don't bother with `strlen' sanity check; consume_count
        nothing.  Don't bother with `strlen' sanity check; consume_count
        does it for us.
        does it for us.
1999-03-16  Stan Shebs  
1999-03-16  Stan Shebs  
        From Art Haas  :
        From Art Haas  :
        * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
        * cplus-dem.c (demangle_prefix): Don't grab all the '__' strings
        when doing arm or hp style.
        when doing arm or hp style.
        (demangle_nested_args): Decr forgetting_types field when done.
        (demangle_nested_args): Decr forgetting_types field when done.
Thu Mar 11 01:22:58 1999  Mumit Khan  
Thu Mar 11 01:22:58 1999  Mumit Khan  
        * pexecute.c (__CYGWIN32__): Rename to
        * pexecute.c (__CYGWIN32__): Rename to
        (__CYGWIN__): this.
        (__CYGWIN__): this.
        * xmalloc.c: Likewise.
        * xmalloc.c: Likewise.
        Changes to support i386-pc-uwin.
        Changes to support i386-pc-uwin.
        * configure.in (*-*-uwin*): Workaround for vfork bug.
        * configure.in (*-*-uwin*): Workaround for vfork bug.
        * configure: Regenerate.
        * configure: Regenerate.
        * pexecute.c (pexecute): Be like standard Unix.
        * pexecute.c (pexecute): Be like standard Unix.
        (pwait): Likewise.
        (pwait): Likewise.
        * xmalloc.c (first_break): Define.
        * xmalloc.c (first_break): Define.
        (xmalloc_set_program_name): Use.
        (xmalloc_set_program_name): Use.
        (xmalloc): Use.
        (xmalloc): Use.
Thu Mar 11 01:07:55 1999  Franz Sirl 
Thu Mar 11 01:07:55 1999  Franz Sirl 
        * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
        * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc
Sun Feb 28 22:30:44 1999  Geoffrey Noer  
Sun Feb 28 22:30:44 1999  Geoffrey Noer  
        * config.table: Check cygwin*, not cygwin32*.
        * config.table: Check cygwin*, not cygwin32*.
Tue Feb  9 16:39:01 1999  Dave Brolley  
Tue Feb  9 16:39:01 1999  Dave Brolley  
        * Makefile.in: Change mkstemp -> mkstemps.
        * Makefile.in: Change mkstemp -> mkstemps.
Tue Feb  9 01:12:27 1999  Marc Espie 
Tue Feb  9 01:12:27 1999  Marc Espie 
        * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
        * Makefile.in (REQUIRED_OFILES): remove mkstemp.o
        * configure.in (funcs): Check for and conditionally add mkstemps to
        * configure.in (funcs): Check for and conditionally add mkstemps to
        the list of functions libiberty will provide.
        the list of functions libiberty will provide.
        * configure: Rebuilt.
        * configure: Rebuilt.
Wed Feb  3 00:01:15 1999  Mumit Khan  
Wed Feb  3 00:01:15 1999  Mumit Khan  
        * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
        * clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on
        platforms that don't have HZ.
        platforms that don't have HZ.
        * getruntime.c (HZ): Likewise.
        * getruntime.c (HZ): Likewise.
Sat Jan 30 13:28:04 1999  Richard Henderson  
Sat Jan 30 13:28:04 1999  Richard Henderson  
        * Makefile.in (xstrdup.o): Depend on config.h.
        * Makefile.in (xstrdup.o): Depend on config.h.
Wed Jan 13 07:26:44 1999  H.J. Lu  (hjl@gnu.org)
Wed Jan 13 07:26:44 1999  H.J. Lu  (hjl@gnu.org)
        * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
        * cplus-dem.c (mop_up): Set work->previous_argument to NULL after
        freeing it.
        freeing it.
Wed Jan 13 14:16:36 1999  Kaveh R. Ghazi  
Wed Jan 13 14:16:36 1999  Kaveh R. Ghazi  
        * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
        * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
Tue Jan  5 15:58:29 1999  Elena Zannoni  
Tue Jan  5 15:58:29 1999  Elena Zannoni  
        * Makefile.in (CFILES): fix typo, splay-tree.c instead of
        * Makefile.in (CFILES): fix typo, splay-tree.c instead of
        splay-tree.o.
        splay-tree.o.
1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
        * configure.in: Require autoconf 2.12.1 or higher.
        * configure.in: Require autoconf 2.12.1 or higher.
1998-12-30  Michael Meissner  
1998-12-30  Michael Meissner  
        * random.c (NULL): Don't redefine NULL if it is already defined.
        * random.c (NULL): Don't redefine NULL if it is already defined.
Tue Dec 22 09:43:35 1998  Kaveh R. Ghazi  
Tue Dec 22 09:43:35 1998  Kaveh R. Ghazi  
        * argv.c (buildargv): Cast the result of alloca in assignment.
        * argv.c (buildargv): Cast the result of alloca in assignment.
        * choose-temp.c: Include stdlib.h.
        * choose-temp.c: Include stdlib.h.
        * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
        * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
        (snarf_numeric_literal): Constify first parameter.
        (snarf_numeric_literal): Constify first parameter.
        (code_for_qualifier): Avoid a gcc extension, make the parameter an
        (code_for_qualifier): Avoid a gcc extension, make the parameter an
        int, not a char.
        int, not a char.
        (demangle_qualifier): Likewise.
        (demangle_qualifier): Likewise.
        (demangle_signature): Cast the argument of a ctype function to
        (demangle_signature): Cast the argument of a ctype function to
        unsigned char.
        unsigned char.
        (arm_pt): Add parens around assignment used as truth value.
        (arm_pt): Add parens around assignment used as truth value.
        (demangle_arm_hp_template): Constify variable `args'.
        (demangle_arm_hp_template): Constify variable `args'.
        (do_hpacc_template_const_value): Cast the argument of a ctype
        (do_hpacc_template_const_value): Cast the argument of a ctype
        function to unsigned char.
        function to unsigned char.
        (do_hpacc_template_literal): Remove unused variable `i'.
        (do_hpacc_template_literal): Remove unused variable `i'.
        (snarf_numeric_literal): Constify parameter `args'.
        (snarf_numeric_literal): Constify parameter `args'.
        Cast the argument of a ctype function to unsigned char.
        Cast the argument of a ctype function to unsigned char.
        * floatformat.c (floatformat_to_double): Add explicit braces to
        * floatformat.c (floatformat_to_double): Add explicit braces to
        avoid ambiguous `else'.
        avoid ambiguous `else'.
        * fnmatch.c (fnmatch): Change type of variables `c', `c1',
        * fnmatch.c (fnmatch): Change type of variables `c', `c1',
        `cstart' and `cend' to unsigned char.  Cast the argument of macro
        `cstart' and `cend' to unsigned char.  Cast the argument of macro
        `FOLD', which uses ctype functions, to unsigned char.
        `FOLD', which uses ctype functions, to unsigned char.
        * objalloc.c (free): Add prototype.
        * objalloc.c (free): Add prototype.
Sun Dec 20 16:03:46 1998  Hans-Peter Nilsson  
Sun Dec 20 16:03:46 1998  Hans-Peter Nilsson  
        * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
        * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o
Fri Dec 18 17:50:18 1998  David Taylor  
Fri Dec 18 17:50:18 1998  David Taylor  
        * cplus-dem.c (demangle_arm_pt): remove declaration -- function
        * cplus-dem.c (demangle_arm_pt): remove declaration -- function
        doesn't exist.
        doesn't exist.
        (do_hpacc_template_literal): remove unused variable `i'.
        (do_hpacc_template_literal): remove unused variable `i'.
Fri Dec 18 16:11:43 EST 1998  Andrew MacLeod  
Fri Dec 18 16:11:43 EST 1998  Andrew MacLeod  
        * cplus-dem.c (demangle_fund_type): Process CV and u codes before
        * cplus-dem.c (demangle_fund_type): Process CV and u codes before
        bumping the pointer we read from. Also prepend these codes,
        bumping the pointer we read from. Also prepend these codes,
        as we do in other places.
        as we do in other places.
1998-12-18  Nick Clifton  
1998-12-18  Nick Clifton  
        * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
        * cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be
        'const char *' in order to match its usage when calling siblings.
        'const char *' in order to match its usage when calling siblings.
        (snarf_numeric_literal): Make first arg 'const char **' in order
        (snarf_numeric_literal): Make first arg 'const char **' in order
        to match usage.
        to match usage.
Mon Dec 14 09:55:50 1998  Kaveh R. Ghazi  
Mon Dec 14 09:55:50 1998  Kaveh R. Ghazi  
        * choose-temp.c: Don't check IN_GCC anymore.
        * choose-temp.c: Don't check IN_GCC anymore.
        * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
        * floatformat.c (floatformat_from_double): Use `const', not `CONST'.
        * memchr.c (memchr): Likewise.
        * memchr.c (memchr): Likewise.
        * memcpy.c (memcpy): Likewise.
        * memcpy.c (memcpy): Likewise.
        * memmove.c (memmove): Likewise.
        * memmove.c (memmove): Likewise.
        * mkstemp.c: Don't check IN_GCC anymore.
        * mkstemp.c: Don't check IN_GCC anymore.
        * pexecute.c: Likewise.
        * pexecute.c: Likewise.
        * splay-tree.c: Likewise.
        * splay-tree.c: Likewise.
        * strchr.c (strchr): Use `const', not `CONST'.
        * strchr.c (strchr): Use `const', not `CONST'.
        * strrchr.c (strrchr): Likewise.
        * strrchr.c (strrchr): Likewise.
        * strtol.c (strtol): Likewise.
        * strtol.c (strtol): Likewise.
        * strtoul.c (strtoul): Likewise.
        * strtoul.c (strtoul): Likewise.
Fri Dec  4 13:51:04 1998  David Taylor   
Fri Dec  4 13:51:04 1998  David Taylor   
                          Elena Zannoni  
                          Elena Zannoni  
                          Stan Shebs     
                          Stan Shebs     
                          Edith Epstein  
                          Edith Epstein  
                          Andres MacLeod 
                          Andres MacLeod 
                          Satish Pai     
                          Satish Pai     
        * HP aCC demangling support.
        * HP aCC demangling support.
        * cplus-dem.c
        * cplus-dem.c
        (main): Remove default to HP style demangling, set to EDG
        (main): Remove default to HP style demangling, set to EDG
        demangling correctly when -edg specified; set the demangling style
        demangling correctly when -edg specified; set the demangling style
        when user specifies 'edg'. Set strip_underscore to
        when user specifies 'edg'. Set strip_underscore to
        prepends_underscore, if not HPUXHPPA.  Set
        prepends_underscore, if not HPUXHPPA.  Set
        current_demangling_style to hp_demangling if HPUXHPPA.  Set
        current_demangling_style to hp_demangling if HPUXHPPA.  Set
        current demangling style correctly if the switch is hp.  Read
        current demangling style correctly if the switch is hp.  Read
        label correctly also in the HP style case.
        label correctly also in the HP style case.
        (work_stuff): add temp_start field; add field for volatile member
        (work_stuff): add temp_start field; add field for volatile member
        function.
        function.
        (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
        (arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP
        style for this case is the same as ARM.
        style for this case is the same as ARM.
        (demangle_args): handle EDG_DEMANGLING style; support HP style.
        (demangle_args): handle EDG_DEMANGLING style; support HP style.
        (demangle_arm_hp_template): new function. (It was
        (demangle_arm_hp_template): new function. (It was
        demangle_arm_pt.); check and set value of temp_start field in
        demangle_arm_pt.); check and set value of temp_start field in
        multiple places. Also, when ceching for end of template args,
        multiple places. Also, when ceching for end of template args,
        check to see if at end of static member of template class.
        check to see if at end of static member of template class.
        (demangle_class): new local variable : save_class_name_end Don't
        (demangle_class): new local variable : save_class_name_end Don't
        include template args in string defining class.
        include template args in string defining class.
        (demangle_class_name): use demangel_arm_hp_template.
        (demangle_class_name): use demangel_arm_hp_template.
        (demangle_function_name): handle case where demangling style is
        (demangle_function_name): handle case where demangling style is
        HP_DEMANGLING and currently point at an 'X' in the mangled name.
        HP_DEMANGLING and currently point at an 'X' in the mangled name.
        Handle EDG_DEMANGLING style.  Handle constructor and destructor
        Handle EDG_DEMANGLING style.  Handle constructor and destructor
        ops for HP style.
        ops for HP style.
        (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
        (demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING
        styles.  global destructor and constructor for HP style are same
        styles.  global destructor and constructor for HP style are same
        as for ARM style. Same for local variables.
        as for ARM style. Same for local variables.
        (demangle_qualified): handle EDG_DEMANGLING style.
        (demangle_qualified): handle EDG_DEMANGLING style.
        (demangle_signature): add case for volatile member function.  For
        (demangle_signature): add case for volatile member function.  For
        cases '1' - '9' : initialize the temp_start field to -1 and handle
        cases '1' - '9' : initialize the temp_start field to -1 and handle
        the EDG_DEMANGLING style.  for case 'F' : handle EDG_DEMANGLING
        the EDG_DEMANGLING style.  for case 'F' : handle EDG_DEMANGLING
        and AUTO_DEMANGLING styles.  If expecting a function and managed
        and AUTO_DEMANGLING styles.  If expecting a function and managed
        to demangle the funct args, then handle the LUCID_DEMANGLING,
        to demangle the funct args, then handle the LUCID_DEMANGLING,
        ARM_DEMANGLING, and EDG_DEMANGLING styles.  Add case for local
        ARM_DEMANGLING, and EDG_DEMANGLING styles.  Add case for local
        class name after "Lnnn_ in HP style case. HP style too needs to
        class name after "Lnnn_ in HP style case. HP style too needs to
        forget types.  _nnn is OK for HP style, so don't report failure.
        forget types.  _nnn is OK for HP style, so don't report failure.
        (do_hpacc_template_const_value): new function. Handle template's
        (do_hpacc_template_const_value): new function. Handle template's
        value param for HP/aCC.
        value param for HP/aCC.
        (do_hpacc_template_literal): new function.  Handle a template's
        (do_hpacc_template_literal): new function.  Handle a template's
        literal parameter for HP aCC.
        literal parameter for HP aCC.
        (recursively_demangle): new function
        (recursively_demangle): new function
        (snarf_numeric_literal): new function.
        (snarf_numeric_literal): new function.
        (usage): add 'edg' to the list of demangling styles; add hp switch
        (usage): add 'edg' to the list of demangling styles; add hp switch
        to message.
        to message.
Sat Nov 28 17:25:22 1998  Christopher Faylor 
Sat Nov 28 17:25:22 1998  Christopher Faylor 
        * pexecute.c: Remove obsolete ifdefed cygwin code.
        * pexecute.c: Remove obsolete ifdefed cygwin code.
Fri Nov 27 13:26:06 1998  Kaveh R. Ghazi  
Fri Nov 27 13:26:06 1998  Kaveh R. Ghazi  
        * choose-temp.c: Always include libiberty.h.  Avoid redundancies.
        * choose-temp.c: Always include libiberty.h.  Avoid redundancies.
        * cplus-dem.c: Likewise.  Conform to libiberty.h.
        * cplus-dem.c: Likewise.  Conform to libiberty.h.
        * pexecute.c: Likewise.
        * pexecute.c: Likewise.
        * splay-tree.c: Likewise.
        * splay-tree.c: Likewise.
1998-11-25  Mike Stump  
1998-11-25  Mike Stump  
        * Makefile.in (splay-tree.o): Add config.h dependency.
        * Makefile.in (splay-tree.o): Add config.h dependency.
Mon Nov 23 16:59:49 1998  Kaveh R. Ghazi  
Mon Nov 23 16:59:49 1998  Kaveh R. Ghazi  
        *  configure.in: Use AC_PREREQ(2.12.1).
        *  configure.in: Use AC_PREREQ(2.12.1).
1998-11-16  Benjamin Kosnik  
1998-11-16  Benjamin Kosnik  
        * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
        * cplus-dem.c (demangle_fund_type): Add demangling for C9x types.
Thu Nov 19 22:15:50 1998  Jeffrey A Law  (law@cygnus.com)
Thu Nov 19 22:15:50 1998  Jeffrey A Law  (law@cygnus.com)
        * mpw.c (mpw_access): Add missing parens.
        * mpw.c (mpw_access): Add missing parens.
Thu Nov 19 12:59:21 1998  Kaveh R. Ghazi  
Thu Nov 19 12:59:21 1998  Kaveh R. Ghazi  
        * configure.in: Call AC_HEADER_SYS_WAIT.
        * configure.in: Call AC_HEADER_SYS_WAIT.
        * pexecute.c: Include sys/wait.h when !IN_GCC.
        * pexecute.c: Include sys/wait.h when !IN_GCC.
Thu Nov 19 14:38:20 1998  Geoffrey Noer  
Thu Nov 19 14:38:20 1998  Geoffrey Noer  
        * pexecute.c: revert back to checking old Cygwin
        * pexecute.c: revert back to checking old Cygwin
        preprocessor symbol until some time has passed.
        preprocessor symbol until some time has passed.
Wed Nov 18 08:52:26 1998  Christopher Faylor 
Wed Nov 18 08:52:26 1998  Christopher Faylor 
        * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
        * pexecute.c: Reorganize WIN32 case to accomodate Cygwin
        since it will now support similar constructs.
        since it will now support similar constructs.
Fri Nov 13 19:18:05 1998  Kaveh R. Ghazi  
Fri Nov 13 19:18:05 1998  Kaveh R. Ghazi  
        * configure.in: Check for calloc.
        * configure.in: Check for calloc.
        * calloc.c: New file.
        * calloc.c: New file.
        * xmalloc.c (xcalloc): New function.
        * xmalloc.c (xcalloc): New function.
Fri Nov 13 08:51:46 EST 1998  Andrew MacLeod  
Fri Nov 13 08:51:46 EST 1998  Andrew MacLeod  
        *cplus-dem.c (demangle_prefix): Use the last "__"
        *cplus-dem.c (demangle_prefix): Use the last "__"
        in the mangled name when looking for the signature. This allows
        in the mangled name when looking for the signature. This allows
        template names to begin with "__".
        template names to begin with "__".
1998-11-08  Mark Mitchell  
1998-11-08  Mark Mitchell  
        * cplus-dem.c (type_kind_t): Add tk_reference.
        * cplus-dem.c (type_kind_t): Add tk_reference.
        (demangle_template_value_parm): Handle it.
        (demangle_template_value_parm): Handle it.
        (do_type): Use it for references, instead of tk_pointer.
        (do_type): Use it for references, instead of tk_pointer.
        * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
        * cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,
        not internal_cplus_demangle.
        not internal_cplus_demangle.
Sat Nov  7 16:02:10 1998  Kaveh R. Ghazi  
Sat Nov  7 16:02:10 1998  Kaveh R. Ghazi  
        * choose-temp.c: Don't include gansidecl.h.
        * choose-temp.c: Don't include gansidecl.h.
        * mkstemp.c: Likewise.
        * mkstemp.c: Likewise.
        * pexecute.c: Likewise.
        * pexecute.c: Likewise.
Mon Nov  2 15:05:33 1998  Geoffrey Noer  
Mon Nov  2 15:05:33 1998  Geoffrey Noer  
        * configure.in: detect cygwin* instead of cygwin32*
        * configure.in: detect cygwin* instead of cygwin32*
        * configure: regenerate
        * configure: regenerate
Mon Nov  2 10:22:01 1998  Kaveh R. Ghazi  
Mon Nov  2 10:22:01 1998  Kaveh R. Ghazi  
        * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
        * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
        whether to include config.h.  Possibly include unistd.h in the
        whether to include config.h.  Possibly include unistd.h in the
        !IN_GCC case.  Define VFORK_STRING as a printable function call
        !IN_GCC case.  Define VFORK_STRING as a printable function call
        for error messages (either "vfork" or "fork".)  If HAVE_VFORK_H is
        for error messages (either "vfork" or "fork".)  If HAVE_VFORK_H is
        defined, include vfork.h.  If VMS is defined, define vfork()
        defined, include vfork.h.  If VMS is defined, define vfork()
        appropriately.  Remove vfork check on USG, we're using autoconf.
        appropriately.  Remove vfork check on USG, we're using autoconf.
        (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
        (pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking
        locally what string to use.
        locally what string to use.
1998-10-26  Mark Mitchell  
1998-10-26  Mark Mitchell  
        * splay-tree.c: Tweak include directives to make sure declarations of
        * splay-tree.c: Tweak include directives to make sure declarations of
        xmalloc and free are available.
        xmalloc and free are available.
1998-10-25  Mark Mitchell  
1998-10-25  Mark Mitchell  
        * cplus-dem.c (gnu_special): Fix handling of virtual tables in
        * cplus-dem.c (gnu_special): Fix handling of virtual tables in
        anonymous namespaces.
        anonymous namespaces.
1998-10-23  Mark Mitchell  
1998-10-23  Mark Mitchell  
        * cplus-dem.c (work_stuff): Replace const_type and volatile_type
        * cplus-dem.c (work_stuff): Replace const_type and volatile_type
        with type_quals.
        with type_quals.
        (TYPE_UNQUALIFIED): New macro.
        (TYPE_UNQUALIFIED): New macro.
        (TYPE_QUAL_CONST): Likewise.
        (TYPE_QUAL_CONST): Likewise.
        (TYPE_QUAL_VOLATILE): Likewise.
        (TYPE_QUAL_VOLATILE): Likewise.
        (TYPE_QUAL_RESTRICT): Likewise.
        (TYPE_QUAL_RESTRICT): Likewise.
        (code_for_qualifier): New function.
        (code_for_qualifier): New function.
        (qualifier_string): Likewise.
        (qualifier_string): Likewise.
        (demangle_qualifier): Likewise.
        (demangle_qualifier): Likewise.
        (internal_cplus_demangle): Use them.
        (internal_cplus_demangle): Use them.
        (demangle_signature): Likewise.
        (demangle_signature): Likewise.
        (demangle_template_value_parm): Likewise.
        (demangle_template_value_parm): Likewise.
        (do_type): Likewise.
        (do_type): Likewise.
        (demangle_fund_type)): Likewise.
        (demangle_fund_type)): Likewise.
Thu Oct 22 19:58:43 1998  Kaveh R. Ghazi  
Thu Oct 22 19:58:43 1998  Kaveh R. Ghazi  
        * splay-tree.c (splay_tree_foreach_helper): Make definition static
        * splay-tree.c (splay_tree_foreach_helper): Make definition static
        to match prototype.
        to match prototype.
1998-10-21  Mark Mitchell  
1998-10-21  Mark Mitchell  
        * splay-tree.c: New file.
        * splay-tree.c: New file.
        * Makefile.in (CFILES): Add it.
        * Makefile.in (CFILES): Add it.
        (REQUIRED_OFILES): Likewise.
        (REQUIRED_OFILES): Likewise.
        (splay-tree.o): Add dependencies.
        (splay-tree.o): Add dependencies.
Tue Oct 20 12:29:02 1998  Andreas Schwab  
Tue Oct 20 12:29:02 1998  Andreas Schwab  
        * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
        * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
        range of 'K' index.
        range of 'K' index.
Thu Oct 15 18:51:12 1998  Kaveh R. Ghazi  
Thu Oct 15 18:51:12 1998  Kaveh R. Ghazi  
        * choose-temp.c: Prototype mkstemps() when IN_GCC.
        * choose-temp.c: Prototype mkstemps() when IN_GCC.
        * cplus-dem.c (consume_count): Cast argument of ctype macro to
        * cplus-dem.c (consume_count): Cast argument of ctype macro to
        `unsigned char'.
        `unsigned char'.
        (cplus_demangle_opname): Cast the result of `strlen' to (int) when
        (cplus_demangle_opname): Cast the result of `strlen' to (int) when
        comparing against one.
        comparing against one.
        (cplus_mangle_opname): Likewise.
        (cplus_mangle_opname): Likewise.
        (demangle_integral_value): Cast argument of ctype macro to
        (demangle_integral_value): Cast argument of ctype macro to
        `unsigned char'.
        `unsigned char'.
        (demangle_template_value_parm): Likewise.
        (demangle_template_value_parm): Likewise.
        (demangle_template): Initialize variable `bindex'.  Cast the
        (demangle_template): Initialize variable `bindex'.  Cast the
        result of `strlen' to (int) when comparing against one.  Remove
        result of `strlen' to (int) when comparing against one.  Remove
        unused variable `start_of_value_parm'.
        unused variable `start_of_value_parm'.
        (demangle_class_name): Cast the result of `strlen' to (int) when
        (demangle_class_name): Cast the result of `strlen' to (int) when
        comparing against one.
        comparing against one.
        (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
        (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
        (gnu_special): Likewise.  Cast the result of `strlen' to (int)
        (gnu_special): Likewise.  Cast the result of `strlen' to (int)
        when comparing against one.
        when comparing against one.
        (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
        (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
        (get_count): Likewise.
        (get_count): Likewise.
        (do_type): Likewise.  Cast the result of `strlen' to (int) when
        (do_type): Likewise.  Cast the result of `strlen' to (int) when
        comparing against one.
        comparing against one.
        (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
        (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
        (demangle_function_name): Cast the result of `strlen' to (int)
        (demangle_function_name): Cast the result of `strlen' to (int)
        when comparing against one.
        when comparing against one.
        * mkstemp.c (mkstemps): Cast variable `len' to (int) when
        * mkstemp.c (mkstemps): Cast variable `len' to (int) when
        comparing against one.
        comparing against one.
Tue Oct 13 23:51:51 1998  Jeffrey A Law  (law@cygnus.com)
Tue Oct 13 23:51:51 1998  Jeffrey A Law  (law@cygnus.com)
        * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
        * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
        * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
        * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
        * config.in, configure: Rebuilt.
        * config.in, configure: Rebuilt.
        * getopt.c: Check HAVE_STRINGS_H before including strings.h.
        * getopt.c: Check HAVE_STRINGS_H before including strings.h.
        * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
        * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
        * config.in, configure: Rebuilt.
        * config.in, configure: Rebuilt.
Mon Oct 12 19:15:59 1998  Geoffrey Noer  
Mon Oct 12 19:15:59 1998  Geoffrey Noer  
        * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
        * configure.in: in comment, call AC_EXEEXT instead of AM_EXEEXT
Sun Oct 11 17:36:06 1998  Michael Tiemann  
Sun Oct 11 17:36:06 1998  Michael Tiemann  
        * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
        * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
Thu Oct  8 23:42:08 1998  Jeffrey A Law  (law@cygnus.com)
Thu Oct  8 23:42:08 1998  Jeffrey A Law  (law@cygnus.com)
        * Merge egcs & devo libiberty.
        * Merge egcs & devo libiberty.
1998-09-08  Martin von Löwis  
1998-09-08  Martin von Löwis  
        * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
        * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.
Mon Sep  7 23:29:01 1998  Kaveh R. Ghazi  
Mon Sep  7 23:29:01 1998  Kaveh R. Ghazi  
        * mkstemp.c: Include config.h even when not IN_GCC.  Wrap header
        * mkstemp.c: Include config.h even when not IN_GCC.  Wrap header
        inclusions inside HAVE_*_H macros.  Include ansidecl.h when not
        inclusions inside HAVE_*_H macros.  Include ansidecl.h when not
        IN_GCC.
        IN_GCC.
        * vasprintf.c: Include stdarg.h/varargs.h first.
        * vasprintf.c: Include stdarg.h/varargs.h first.
        * vprintf.c: Likewise.
        * vprintf.c: Likewise.
Sat Sep  5 03:24:49 1998  Jeffrey A Law  (law@cygnus.com)
Sat Sep  5 03:24:49 1998  Jeffrey A Law  (law@cygnus.com)
        * pexecute.c: Updates from gcc.  Copy in gcc has been removed.  This
        * pexecute.c: Updates from gcc.  Copy in gcc has been removed.  This
        is the canonical copy.  Define ISSPACE if !IN_GCC.
        is the canonical copy.  Define ISSPACE if !IN_GCC.
        * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
        * alloca.c, vfprintf.c, choose-temp.c, mkstemp.c, getopt.c: Similarly.
        * getopt1.c, obstack.c: Similarly.
        * getopt1.c, obstack.c: Similarly.
        * Makefile.in: Build mkstemp.o
        * Makefile.in: Build mkstemp.o
Tue Sep  1 23:12:47 1998  Christopher Faylor 
Tue Sep  1 23:12:47 1998  Christopher Faylor 
        * configure.in: Include asprintf in list of functions known not
        * configure.in: Include asprintf in list of functions known not
        to be in newlib.
        to be in newlib.
        * configure: Rebuild.
        * configure: Rebuild.
Wed Aug 19 14:05:01 1998  Mumit Khan  
Wed Aug 19 14:05:01 1998  Mumit Khan  
        * cplus-dem.c (work_stuff): Add dllimported.
        * cplus-dem.c (work_stuff): Add dllimported.
        (demangled_prefix): Mark symbols imported from PE DLL.
        (demangled_prefix): Mark symbols imported from PE DLL.
        (internal_cplus_demangled): Handle.
        (internal_cplus_demangled): Handle.
1998-08-17  Jason Merrill  
1998-08-17  Jason Merrill  
        * cplus-dem.c (do_type): Fix simple array handling.  If we fail,
        * cplus-dem.c (do_type): Fix simple array handling.  If we fail,
        stay failed.
        stay failed.
Mon Aug 17 10:40:34 1998  Kaveh R. Ghazi  
Mon Aug 17 10:40:34 1998  Kaveh R. Ghazi  
        * cplus-dem.c: Include config.h if it exists.  Also, only
        * cplus-dem.c: Include config.h if it exists.  Also, only
        prototype malloc/realloc if we can't get stdlib.h.
        prototype malloc/realloc if we can't get stdlib.h.
Sat Aug 15 16:15:01 1998  Ian Lance Taylor  
Sat Aug 15 16:15:01 1998  Ian Lance Taylor  
        * configure.in: Switch back to checking --with-target-subdir when
        * configure.in: Switch back to checking --with-target-subdir when
        deciding whether to check for newlib, undoing part of July 15
        deciding whether to check for newlib, undoing part of July 15
        change.
        change.
        * configure: Rebuild.
        * configure: Rebuild.
Thu Aug 13 16:47:38 1998  Mark Mitchell  
Thu Aug 13 16:47:38 1998  Mark Mitchell  
        * cplus-dem.c (type_kind_t): New type.
        * cplus-dem.c (type_kind_t): New type.
        (demangle_template_value_parm): Add type_kind_t parameter.  Rely
        (demangle_template_value_parm): Add type_kind_t parameter.  Rely
        on this paramter, rather than demangling the type again.
        on this paramter, rather than demangling the type again.
        (demangle_integral_value): Pass tk_integral.
        (demangle_integral_value): Pass tk_integral.
        (demangle_template_: Pass the value returned from do_type.
        (demangle_template_: Pass the value returned from do_type.
        (do_type): Return a type_kind_t.  Pass tk_integral to
        (do_type): Return a type_kind_t.  Pass tk_integral to
        demangle_template_value_parm for array bounds.
        demangle_template_value_parm for array bounds.
        (demangle_fund_type): Likewise.
        (demangle_fund_type): Likewise.
        Also incorporate from GCC version:
        Also incorporate from GCC version:
        Tue Jul 21 13:28:19 1998  Jason Merrill  
        Tue Jul 21 13:28:19 1998  Jason Merrill  
        * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
        * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
Thu Aug 13 16:47:38 1998  Kaveh R. Ghazi  
Thu Aug 13 16:47:38 1998  Kaveh R. Ghazi  
        * cplus-dem.c (demangle_nested_args): Make function definition
        * cplus-dem.c (demangle_nested_args): Make function definition
        static to match the prototype.
        static to match the prototype.
Tue Jul 28 11:33:09 1998  Mark Mitchell  
Tue Jul 28 11:33:09 1998  Mark Mitchell  
        * cplus-dem.c (type_kind_t): New type.
        * cplus-dem.c (type_kind_t): New type.
        (demangle_template_value_parm): Add type_kind_t parameter.  Rely
        (demangle_template_value_parm): Add type_kind_t parameter.  Rely
        on this paramter, rather than demangling the type again.
        on this paramter, rather than demangling the type again.
        (demangle_integral_value): Pass tk_integral.
        (demangle_integral_value): Pass tk_integral.
        (demangle_template_: Pass the value returned from do_type.
        (demangle_template_: Pass the value returned from do_type.
        (do_type): Return a type_kind_t.  Pass tk_integral to
        (do_type): Return a type_kind_t.  Pass tk_integral to
        demangle_template_value_parm for array bounds.
        demangle_template_value_parm for array bounds.
        (demangle_fund_type): Likewise.
        (demangle_fund_type): Likewise.
        Also incorporate from GCC version:
        Also incorporate from GCC version:
        Tue Jul 21 13:28:19 1998  Jason Merrill  
        Tue Jul 21 13:28:19 1998  Jason Merrill  
        * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
        * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
Mon Jul 27 12:16:08 1998  Ian Lance Taylor  
Mon Jul 27 12:16:08 1998  Ian Lance Taylor  
        * Makefile.in (ALLOCA): New variable.
        * Makefile.in (ALLOCA): New variable.
        ($(TARGETLIB)): Add $(ALLOCA) to library.
        ($(TARGETLIB)): Add $(ALLOCA) to library.
        (needed-list): Add $(ALLOCA).
        (needed-list): Add $(ALLOCA).
        ($(ALLOCA)): Depend upon stamp-picdir.
        ($(ALLOCA)): Depend upon stamp-picdir.
Sun Jul 19 08:23:17 1998  Kaveh R. Ghazi  
Sun Jul 19 08:23:17 1998  Kaveh R. Ghazi  
        * cplus-dem.c (demangle_nested_args): Make function definition
        * cplus-dem.c (demangle_nested_args): Make function definition
        static to match the prototype.
        static to match the prototype.
Wed Jul 15 00:12:58 1998  Ian Lance Taylor  
Wed Jul 15 00:12:58 1998  Ian Lance Taylor  
        * configure.in: Check --with-cross-host rather than
        * configure.in: Check --with-cross-host rather than
        --with-target-subdir when deciding whether build uses a cross
        --with-target-subdir when deciding whether build uses a cross
        compiler, and when deciding where to install the library.
        compiler, and when deciding where to install the library.
        * configure: Rebuild.
        * configure: Rebuild.
Sun Jul 12 01:27:05 1998  Jason Merrill  
Sun Jul 12 01:27:05 1998  Jason Merrill  
        * cplus-dem.c (demangle_nested_args): Return a value.
        * cplus-dem.c (demangle_nested_args): Return a value.
Sat Jul 11 16:19:48 1998  Mark Mitchell  
Sat Jul 11 16:19:48 1998  Mark Mitchell  
        * cplus-dem.c (string): Move definition before work_stuff.
        * cplus-dem.c (string): Move definition before work_stuff.
        (work_stuff): Add volatile_type, forgetting_types,
        (work_stuff): Add volatile_type, forgetting_types,
        previous_argument, and nrepeats fields.
        previous_argument, and nrepeats fields.
        (SCOPE_STRING): New macro.
        (SCOPE_STRING): New macro.
        (demangle_template): Add `remember' parameter.  Add comment.
        (demangle_template): Add `remember' parameter.  Add comment.
        Register the `B' code type here, if remembering.  Tidy.  Fix crash
        Register the `B' code type here, if remembering.  Tidy.  Fix crash
        on NULL tmpl_argvec.  Be consistent with use of tname/trawname.
        on NULL tmpl_argvec.  Be consistent with use of tname/trawname.
        (demangle_nested_args): New function.
        (demangle_nested_args): New function.
        (internal_cplus_demangle): Handle volatile-qualified member
        (internal_cplus_demangle): Handle volatile-qualified member
        functions.
        functions.
        (mop_up): Delete the previous_argument string if present.
        (mop_up): Delete the previous_argument string if present.
        (demangle_signature): Tidy.  Handle volatile-qualified member
        (demangle_signature): Tidy.  Handle volatile-qualified member
        functions.  Handle back-references using the `B' code.  Use extra
        functions.  Handle back-references using the `B' code.  Use extra
        parameter to demangle_template and SCOPE_STRING where appropriate.
        parameter to demangle_template and SCOPE_STRING where appropriate.
        (demangle_template_value_parm): Fix thinko; 'B' is not an integral
        (demangle_template_value_parm): Fix thinko; 'B' is not an integral
        code.
        code.
        (demangle_class): Use SCOPE_STRING.
        (demangle_class): Use SCOPE_STRING.
        (gnu_special): Pass additional argument to demangle_template.
        (gnu_special): Pass additional argument to demangle_template.
        Use SCOPE_STRING.
        Use SCOPE_STRING.
        (demangle_qualified): Save qualified types for later
        (demangle_qualified): Save qualified types for later
        back-references.  Handle constructors and destructors for template
        back-references.  Handle constructors and destructors for template
        types correctly.
        types correctly.
        (do_type): Tidy.  Use SCOPE_STRING.  Pass extra argument to
        (do_type): Tidy.  Use SCOPE_STRING.  Pass extra argument to
        demangle_template.  Use demangled_nested_args.  Don't remember
        demangle_template.  Use demangled_nested_args.  Don't remember
        qualified types here; that's now done in demangle_qualified.
        qualified types here; that's now done in demangle_qualified.
        Similarly for templates.
        Similarly for templates.
        (do_arg): Improve commment.  Handle 'n' repeat code.
        (do_arg): Improve commment.  Handle 'n' repeat code.
        (remember_type): Check forgetting_types.
        (remember_type): Check forgetting_types.
        (demangle_args): Deal with 'n' repeat codes.  Tidy.
        (demangle_args): Deal with 'n' repeat codes.  Tidy.
Thu Jul  2 16:26:24 1998  Ian Lance Taylor  
Thu Jul  2 16:26:24 1998  Ian Lance Taylor  
        * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
        * config.table: Only use mh-fbsd21 on *-*-freebsd2.2.[012], not on
        *-*-freebsd2.2.*.  From Dmitrij Tejblum .
        *-*-freebsd2.2.*.  From Dmitrij Tejblum .
Mon Jun 15 16:29:01 1998  Ian Lance Taylor  
Mon Jun 15 16:29:01 1998  Ian Lance Taylor  
        * configure.in (setobjs): Correct quoting error in cygwin32 case.
        * configure.in (setobjs): Correct quoting error in cygwin32 case.
        From Chris Faylor .
        From Chris Faylor .
Mon Jun  1 13:47:55 1998  Jason Molenda  (crash@bugshack.cygnus.com)
Mon Jun  1 13:47:55 1998  Jason Molenda  (crash@bugshack.cygnus.com)
        * obstack.c: Update to latest FSF version.
        * obstack.c: Update to latest FSF version.
Mon Jun  1 14:17:36 1998  Mike Stump  
Mon Jun  1 14:17:36 1998  Mike Stump  
        * Makefile.in: Add a dependency on stamp-picdir for the
        * Makefile.in: Add a dependency on stamp-picdir for the
        objects, so that we can do a parallel build.
        objects, so that we can do a parallel build.
Sat May 30 22:17:13 1998  Mumit Khan  
Sat May 30 22:17:13 1998  Mumit Khan  
        * configure.in (checkfuncs): Add missing "'".
        * configure.in (checkfuncs): Add missing "'".
Fri May 29 12:40:41 1998  Jason Molenda  (crash@bugshack.cygnus.com)
Fri May 29 12:40:41 1998  Jason Molenda  (crash@bugshack.cygnus.com)
        * obstack.c (_obstack_memory_used):  Elide this function if we're
        * obstack.c (_obstack_memory_used):  Elide this function if we're
        on a system with GNU libc.
        on a system with GNU libc.
Tue May 26 18:28:43 1998  Ian Lance Taylor  
Tue May 26 18:28:43 1998  Ian Lance Taylor  
        * Makefile.in (distclean): Remove config.log.
        * Makefile.in (distclean): Remove config.log.
Tue May 26 15:01:52 1998  Andreas Schwab  
Tue May 26 15:01:52 1998  Andreas Schwab  
        * Makefile.in (distclean): Don't remove alloca-conf.h.
        * Makefile.in (distclean): Don't remove alloca-conf.h.
Fri May 22 01:38:07 1998  Hans-Peter Nilsson  
Fri May 22 01:38:07 1998  Hans-Peter Nilsson  
        * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
        * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
1998-05-21  Mark Mitchell  
1998-05-21  Mark Mitchell  
        * cplus-dem.c (do_type): Handle volatile qualification.
        * cplus-dem.c (do_type): Handle volatile qualification.
1998-05-21  Manfred Hollstein  
1998-05-21  Manfred Hollstein  
        * configure.in: Check for unistd.h as well.
        * configure.in: Check for unistd.h as well.
        * configure: Rebuild.
        * configure: Rebuild.
        * config.in: Rebuild.
        * config.in: Rebuild.
        * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
        * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
        is defined in unistd.h. Reformat conditional block for easier reading.
        is defined in unistd.h. Reformat conditional block for easier reading.
        * config.table (shared): Default to no if ${enable_shared}
        * config.table (shared): Default to no if ${enable_shared}
        is unset or empty; this logic is used by the toplevel
        is unset or empty; this logic is used by the toplevel
        configure scripts, too.
        configure scripts, too.
Sat May 16 14:01:26 1998  Jeffrey A Law  (law@cygnus.com)
Sat May 16 14:01:26 1998  Jeffrey A Law  (law@cygnus.com)
        * config.table: Add line to set enable_shared in the Makefile
        * config.table: Add line to set enable_shared in the Makefile
        as needed.
        as needed.
Wed May 13 14:24:38 1998  Kaveh R. Ghazi  
Wed May 13 14:24:38 1998  Kaveh R. Ghazi  
        * cplus-dem.c (squangle_mop_up): Change return type to void.
        * cplus-dem.c (squangle_mop_up): Change return type to void.
        (internal_cplus_demangle): Remove unused parameter `options'.
        (internal_cplus_demangle): Remove unused parameter `options'.
        All callers changed.
        All callers changed.
        (cplus_demangle_opname): Remove function wide variable `int i' and
        (cplus_demangle_opname): Remove function wide variable `int i' and
        replace with `size_t i' at each location where it is used.
        replace with `size_t i' at each location where it is used.
        (cplus_mangle_opname): change type of `i' from int to size_t.
        (cplus_mangle_opname): change type of `i' from int to size_t.
Wed May 13 13:39:38 1998  Ian Lance Taylor  
Wed May 13 13:39:38 1998  Ian Lance Taylor  
        * alloca-conf.h: Include config.h.  Check HAVE_ALLOCA_H rather
        * alloca-conf.h: Include config.h.  Check HAVE_ALLOCA_H rather
        than sparc or sun.
        than sparc or sun.
        * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
        * Makefile.in (argv.o): Depend upon config.h and alloca-conf.h.
Fri May  8 00:23:51 1998  Ian Lance Taylor  
Fri May  8 00:23:51 1998  Ian Lance Taylor  
        * configure.in: Set libiberty_topdir correctly when srcdir is
        * configure.in: Set libiberty_topdir correctly when srcdir is
        "." and with_target_subdir is not set.
        "." and with_target_subdir is not set.
        * configure: Rebuild.
        * configure: Rebuild.
Thu May  7 13:01:44 1998  Ian Lance Taylor  
Thu May  7 13:01:44 1998  Ian Lance Taylor  
        * configure.in: Add *-*-mingw32* case.
        * configure.in: Add *-*-mingw32* case.
        * configure: Rebuild.
        * configure: Rebuild.
Wed May  6 11:33:51 1998  Ian Lance Taylor  
Wed May  6 11:33:51 1998  Ian Lance Taylor  
        * config.table: Never use a PIC file for *-*-cygwin32*.
        * config.table: Never use a PIC file for *-*-cygwin32*.
        * Makefile.in (config.status): Depend upon config.table.
        * Makefile.in (config.status): Depend upon config.table.
        * configure.in: On a cygwin32 host, always compile random, and
        * configure.in: On a cygwin32 host, always compile random, and
        don't test for sys_siglist, strsignal, or psignal.
        don't test for sys_siglist, strsignal, or psignal.
        * configure: Rebuild.
        * configure: Rebuild.
        * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
        * clock.c: Check HAVE_SYS_PARAM_H rather than NO_SYS_PARAM_H.
        * getcwd.c: Likewise.
        * getcwd.c: Likewise.
        * getpagesize.c: Likewise.
        * getpagesize.c: Likewise.
        * getruntime.c: Likewise.
        * getruntime.c: Likewise.
Tue May  5 18:08:32 1998  Ian Lance Taylor  
Tue May  5 18:08:32 1998  Ian Lance Taylor  
        Use autoconf tests rather than the old dummy.c test:
        Use autoconf tests rather than the old dummy.c test:
        * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
        * configure.in: Add AC_ARG_WITH calls for --with-target-subdir and
        --with-newlib.  Add AC_CONFIG_HEADER.  Use AC_REPLACE_FUNCS for
        --with-newlib.  Add AC_CONFIG_HEADER.  Use AC_REPLACE_FUNCS for
        most functions.  Add special cases to handle newlib and VxWorks.
        most functions.  Add special cases to handle newlib and VxWorks.
        Remove target_makefile_frag.  Create stamp-h in AC_OUTPUT if
        Remove target_makefile_frag.  Create stamp-h in AC_OUTPUT if
        CONFIG_HEADERS is set.  Only call config-ml.in in AC_OUTPUT if
        CONFIG_HEADERS is set.  Only call config-ml.in in AC_OUTPUT if
        CONFIG_FILES is set; set ac_file before calling it.
        CONFIG_FILES is set; set ac_file before calling it.
        * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
        * config.table (arm-*-riscix*, *-*-cygwin32): Remove.
        (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
        (*-*-hpux*, *-*-hiux*, *-*-irix4*, *-*-solaris2*): Remove.
        (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
        (*-*-sysv4*, *-*-go32, *-*-vxworks5*, *-*-vxworks): Remove
        (i[3456]-*-mingw32*): Remove.
        (i[3456]-*-mingw32*): Remove.
        * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
        * Makefile.in (ERRORS_CC, CONFIG_H, NEEDED_LIST): Remove.
        (LIBOBJS): New variable.
        (LIBOBJS): New variable.
        (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
        (HOST_OFILES, DO_ALSO, STAGESTUFF): Remove.
        (all): Depend upon needed-list.  Don't check RULE1.
        (all): Depend upon needed-list.  Don't check RULE1.
        (@target_makefile_frag@): Remove.
        (@target_makefile_frag@): Remove.
        (COMPILE.c): Include @DEFS@.
        (COMPILE.c): Include @DEFS@.
        (HFILES): Add alloca-conf.h.
        (HFILES): Add alloca-conf.h.
        (REQUIRED_OFILES): Remove basename.o.
        (REQUIRED_OFILES): Remove basename.o.
        ($(TARGETLIB)): New target.
        ($(TARGETLIB)): New target.
        (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
        (stamp-needed, lneeded-list, needed.awk, stamp-config): Remove.
        (lconfig.h, needed2.awk, dummy.o, errors): Remove.
        (lconfig.h, needed2.awk, dummy.o, errors): Remove.
        (needed-list, config.h): Rewrite.
        (needed-list, config.h): Rewrite.
        (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
        (RULE1, $(RULE1), RULE2, $(RULE2)): Remove.
        (.always.): Remove.
        (.always.): Remove.
        (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
        (Makefile): Set CONFIG_FILES and CONFIG_HEADERS.
        (stamp-h): New target.
        (stamp-h): New target.
        (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
        (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets.
        (basename.o): Don't depend upon config.h.
        (basename.o): Don't depend upon config.h.
        (getruntime.o): Depend upon config.h.
        (getruntime.o): Depend upon config.h.
        * atexit.c: Include config.h.  Check HAVE_ON_EXIT rather than
        * atexit.c: Include config.h.  Check HAVE_ON_EXIT rather than
        NEED_on_exit.
        NEED_on_exit.
        * basename.c: Don't include config.h.  Don't check NEED_basename.
        * basename.c: Don't include config.h.  Don't check NEED_basename.
        * clock.c: Include config.h.
        * clock.c: Include config.h.
        * getcwd.c: Likewise.
        * getcwd.c: Likewise.
        * getpagesize.c: Likewise.
        * getpagesize.c: Likewise.
        * getruntime.c: Likewise.  Fix checks which set HAVE_GETRUSAGE and
        * getruntime.c: Likewise.  Fix checks which set HAVE_GETRUSAGE and
        HAVE_TIMES.
        HAVE_TIMES.
        * strerror.c: Change uses of NEED_sys_errlist to
        * strerror.c: Change uses of NEED_sys_errlist to
        HAVE_SYS_ERRLIST.  Likewise for NEED_strerror and HAVE_STRERROR.
        HAVE_SYS_ERRLIST.  Likewise for NEED_strerror and HAVE_STRERROR.
        * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
        * strsignal.c: Likewise for NEED_sys_siglist and HAVE_SYS_SIGLIST,
        and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
        and for NEED_strsignal and HAVE_STRSIGNAL and for NEED_psignal and
        HAVE_PSIGNAL.
        HAVE_PSIGNAL.
        * acconfig.h: New file.
        * acconfig.h: New file.
        * dummy.c: Remove.
        * dummy.c: Remove.
        * functions.def: Remove.
        * functions.def: Remove.
        * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
        * config/mh-cxux7 (HDEFINES): Remove -DHAVE_SYSCONF.
        * config/mh-windows (HDEFINES): Remove.
        * config/mh-windows (HDEFINES): Remove.
        * config/mh-cygwin32: Remove.
        * config/mh-cygwin32: Remove.
        * config/mh-go32: Remove.
        * config/mh-go32: Remove.
        * config/mh-irix4: Remove.
        * config/mh-irix4: Remove.
        * config/mh-riscix: Remove.
        * config/mh-riscix: Remove.
        * config/mh-sysv4: Remove.
        * config/mh-sysv4: Remove.
        * config/mt-mingw32: Remove.
        * config/mt-mingw32: Remove.
        * config/mt-vxworks5: Remove.
        * config/mt-vxworks5: Remove.
        * config.in: New file, generated using autoheader.
        * config.in: New file, generated using autoheader.
        * configure: Rebuild.
        * configure: Rebuild.
Mon May  4 13:00:28 1998  Ian Lance Taylor  
Mon May  4 13:00:28 1998  Ian Lance Taylor  
        * configure.in: Rewrite to use autoconf.
        * configure.in: Rewrite to use autoconf.
        * configure: Generate using autoconf.
        * configure: Generate using autoconf.
        * config/mh-a68bsd: Remove.
        * config/mh-a68bsd: Remove.
        * config/mh-apollo68: Remove.
        * config/mh-apollo68: Remove.
        * config/mh-hpbsd: Remove.
        * config/mh-hpbsd: Remove.
        * config/mh-ncr3000: Remove.
        * config/mh-ncr3000: Remove.
        * config/mh-sysv: Remove.
        * config/mh-sysv: Remove.
        * config/mh-aix (RANLIB, INSTALL): Don't define.
        * config/mh-aix (RANLIB, INSTALL): Don't define.
        * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
        * config/mh-cxux7 (RANLIB, INSTALL): Don't define.
        * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
        * config/mh-irix4 (CC, RANLIB, INSTALL): Don't define.
        * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
        * config/mh-sysv4 (RANLIB, INSTALL): Don't define.
        * config.table: Change config_shell to CONFIG_SHELL, and use
        * config.table: Change config_shell to CONFIG_SHELL, and use
        libiberty_topdir to find move-if-change.
        libiberty_topdir to find move-if-change.
        (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
        (m68k-apollo-bsd*, m68k-apollo-sysv*): Remove.
        (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
        (i[3456]86-ncr-sysv4*, *-*-dgux*, hppa*-hp-bsd*): Remove.
        (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
        (*-*-irix*, *-*-m88kbcs*, *-*-sysv*): Remove.
        * Makefile.in (srcdir): Set to @srcdir@.
        * Makefile.in (srcdir): Set to @srcdir@.
        (VPATH): Likewise.
        (VPATH): Likewise.
        (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
        (prefix, exec_prefix, bindir, libdir): Set to autoconf variables.
        (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
        (SHELL, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Likewise.
        (CC, CFLAGS, RANLIB)): Likewise.
        (CC, CFLAGS, RANLIB)): Likewise.
        (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
        (datadir, man*dir, infodir, includedir, MAKEINFO): Remove.
        (target_makefile_frag, host_makefile_frag): Add substitutions.
        (target_makefile_frag, host_makefile_frag): Add substitutions.
        (INSTALL_DEST): Set to @INSTALL_DEST@.
        (INSTALL_DEST): Set to @INSTALL_DEST@.
        (Makefile): Depend upon config.status.  Don't depend upon
        (Makefile): Depend upon config.status.  Don't depend upon
        $(host_makefile_frag) or $(target_makefile_frag).
        $(host_makefile_frag) or $(target_makefile_frag).
        (config.status): New target.
        (config.status): New target.
Sun May  3 17:58:49 1998  Ian Lance Taylor  
Sun May  3 17:58:49 1998  Ian Lance Taylor  
        * config/mt-sunos4: Remove.  Should be handled by --with-headers
        * config/mt-sunos4: Remove.  Should be handled by --with-headers
        and --with-libraries options at top level.
        and --with-libraries options at top level.
        * config.table: Never use mt-sunos4.
        * config.table: Never use mt-sunos4.
        * alloca-conf.h: New file, combining alloca-norm.h and
        * alloca-conf.h: New file, combining alloca-norm.h and
        alloca-botch.h.
        alloca-botch.h.
        * alloca-norm.h: Remove.
        * alloca-norm.h: Remove.
        * alloca-botch.h: Remove.
        * alloca-botch.h: Remove.
        * configure.in: Set shell variables files and links to empty.
        * configure.in: Set shell variables files and links to empty.
        * config.table: Don't set shell variable files.
        * config.table: Don't set shell variable files.
        * configure.bat: Don't create alloca-conf.h.
        * configure.bat: Don't create alloca-conf.h.
        * makefile.vms: Likewise.
        * makefile.vms: Likewise.
        * mpw-config.in: Likewise.
        * mpw-config.in: Likewise.
        * vmsbuild.com: Likewise.
        * vmsbuild.com: Likewise.
Fri May  1 11:41:42 1998  Ian Lance Taylor  
Fri May  1 11:41:42 1998  Ian Lance Taylor  
        * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
        * Makefile.in ($(HOST_OFILES) $(REQUIRED_OFILES)): Remove old
        target depending upon config.h.
        target depending upon config.h.
        (alloca.o): Add target depending upon config.h
        (alloca.o): Add target depending upon config.h
        (basename.o, choose-temp.o, fnmatch.o): Likewise.
        (basename.o, choose-temp.o, fnmatch.o): Likewise.
        (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
        (getopt.o, getopt1.o, pexecute.o, strerror.o): Likewise.
        (strsignal.o, xstrerror.o): Likewise.
        (strsignal.o, xstrerror.o): Likewise.
Fri May  1 04:26:25 1998  Peter Schauer 
Fri May  1 04:26:25 1998  Peter Schauer 
        * cplus-dem.c (cplus_demangle_opname):  Initialize work.
        * cplus-dem.c (cplus_demangle_opname):  Initialize work.
Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod 
Mon Apr 27 15:53:30 EDT 1998 Andrew MacLeod 
        * cplus-dem.c (demangle_qualified): Replace missing else.
        * cplus-dem.c (demangle_qualified): Replace missing else.
Sun Apr 26 15:38:50 1998  Andreas Schwab  
Sun Apr 26 15:38:50 1998  Andreas Schwab  
        * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
        * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the
        length in the name of a virtual table.
        length in the name of a virtual table.
Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  
Wed Apr 22 10:53:49 EDT 1998 Andrew MacLeod  
        * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
        * cplus-dem.c (struct work stuff): Add field for B and K mangle codes.
        (cplus_demangle_opname): Call mop_up_squangle.
        (cplus_demangle_opname): Call mop_up_squangle.
        (cplus_demangle): Initialize squangle info, then call
        (cplus_demangle): Initialize squangle info, then call
        internal_cplus_demangle. (Most code moved there as well)
        internal_cplus_demangle. (Most code moved there as well)
        (internal_cplus_demangle): New function, performs most of what use
        (internal_cplus_demangle): New function, performs most of what use
        to be done in cplus_demangle, but is only called with this file.
        to be done in cplus_demangle, but is only called with this file.
        (squangle_mop_up): New function to clean up B and K code data.
        (squangle_mop_up): New function to clean up B and K code data.
        (mop_up): set pointers to NULL after freeing.
        (mop_up): set pointers to NULL after freeing.
        (demangle_signature, demangle_template, demangle_class): Add
        (demangle_signature, demangle_template, demangle_class): Add
        switch elements to handle K and B codes.
        switch elements to handle K and B codes.
        (demangle_prefix, gnu_special, demangle_qualified): Add
        (demangle_prefix, gnu_special, demangle_qualified): Add
        code to handle K and B codes.
        code to handle K and B codes.
        (do_type, demangle_fund_type): Handle B and K codes.
        (do_type, demangle_fund_type): Handle B and K codes.
        (remember_Ktype): New function to store K info.
        (remember_Ktype): New function to store K info.
        (register_Btype, remember_Btype): New functions for B codes.
        (register_Btype, remember_Btype): New functions for B codes.
        (forget_B_and_K_types): New function to destroy B and K info.
        (forget_B_and_K_types): New function to destroy B and K info.
Fri Apr 10 01:49:10 1998  Jeffrey A Law  (law@cygnus.com)
Fri Apr 10 01:49:10 1998  Jeffrey A Law  (law@cygnus.com)
        * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
        * COPYING.LIB, choose-temp.c, cplus-dem.c: Sync with egcs & gcc.
Thu Mar  5 09:23:28 1998  Manfred Hollstein  
Thu Mar  5 09:23:28 1998  Manfred Hollstein  
        * config.table: Make locating frag files failsafe even for the
        * config.table: Make locating frag files failsafe even for the
        special case if configuring and building in srcdir.
        special case if configuring and building in srcdir.
Mon Feb 23 14:33:15 1998  Ian Lance Taylor  
Mon Feb 23 14:33:15 1998  Ian Lance Taylor  
        * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
        * choose-temp.c: Fix handling of sys/file.h to work in libiberty.
Sun Feb 22 18:03:23 1998  Jeffrey A Law  (law@cygnus.com)
Sun Feb 22 18:03:23 1998  Jeffrey A Law  (law@cygnus.com)
        * choose-temp.c: Sync with copy in gcc.
        * choose-temp.c: Sync with copy in gcc.
Thu Feb 12 16:29:49 1998  Ian Lance Taylor  
Thu Feb 12 16:29:49 1998  Ian Lance Taylor  
        * getopt.c: Update to latest FSF version.
        * getopt.c: Update to latest FSF version.
        * getopt1.c: Likewise.
        * getopt1.c: Likewise.
Tue Feb 10 16:58:33 1998  Stan Shebs  
Tue Feb 10 16:58:33 1998  Stan Shebs  
        * cplus-dem.c (gnu_special): Don't get confused by .
        * cplus-dem.c (gnu_special): Don't get confused by .
        strings that are not actually lengths.
        strings that are not actually lengths.
Fri Feb  6 01:35:17 1998  Manfred Hollstein  
Fri Feb  6 01:35:17 1998  Manfred Hollstein  
        * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
        * Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG.
        (.c.o): Check value of enable_shared, not PICFLAG.
        (.c.o): Check value of enable_shared, not PICFLAG.
        (stamp-picdir): Dito.
        (stamp-picdir): Dito.
Thu Feb  5 18:48:56 1998  Geoffrey Noer  
Thu Feb  5 18:48:56 1998  Geoffrey Noer  
        * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
        * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
        since it gets built automatically
        since it gets built automatically
Sun Feb  1 02:52:32 1998  Mike Stump  
Sun Feb  1 02:52:32 1998  Mike Stump  
        * config.table (vxworks configs): Default to VxWorks 5.x, as that is
        * config.table (vxworks configs): Default to VxWorks 5.x, as that is
        the currently shipping OS.
        the currently shipping OS.
Tue Jan 27 16:08:20 1998  Pat Rankin  
Tue Jan 27 16:08:20 1998  Pat Rankin  
        * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
        * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
        Add fnmatch.o and objalloc.o; remove vasprintf.o.
        Add fnmatch.o and objalloc.o; remove vasprintf.o.
        [config.h]: Define NEED_strsignal.
        [config.h]: Define NEED_strsignal.
Mon Jan 19 12:20:01 1998  Ian Lance Taylor  
Mon Jan 19 12:20:01 1998  Ian Lance Taylor  
        * functions.def: Correct argument types for strerror and
        * functions.def: Correct argument types for strerror and
        strsignal.  Reported by Alex Gutman .
        strsignal.  Reported by Alex Gutman .
Sun Jan 18 15:57:28 1998  Michael Snyder  
Sun Jan 18 15:57:28 1998  Michael Snyder  
        * vasprintf.c (int_vasprintf): Increase buffer size for float/double
        * vasprintf.c (int_vasprintf): Increase buffer size for float/double
        values.
        values.
Sat Jan 17 22:28:38 1998  Mumit Khan  
Sat Jan 17 22:28:38 1998  Mumit Khan  
                          J.J. VanderHeijden 
                          J.J. VanderHeijden 
        Add mingw32 support.
        Add mingw32 support.
        * pexecute.c (pexecute): New function for mingw32. Supports pipes.
        * pexecute.c (pexecute): New function for mingw32. Supports pipes.
        (pwait): New function for mingw32.
        (pwait): New function for mingw32.
        * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
        * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
        * config/mt-mingw32: New file.
        * config/mt-mingw32: New file.
        * xmalloc.c (first_break): Not used for mingw32.
        * xmalloc.c (first_break): Not used for mingw32.
        (xmalloc_set_program_name): Don't use sbrk on mingw32.
        (xmalloc_set_program_name): Don't use sbrk on mingw32.
        (xmalloc): Likewise.
        (xmalloc): Likewise.
        (xrealloc): Likewise.
        (xrealloc): Likewise.
Sat Jan 17 22:28:05 1998  Jeffrey A Law  (law@cygnus.com)
Sat Jan 17 22:28:05 1998  Jeffrey A Law  (law@cygnus.com)
        * choose-temp.c: Sync with gcc version.
        * choose-temp.c: Sync with gcc version.
Tue Jan 13 18:34:39 1998  Jim Wilson  
Tue Jan 13 18:34:39 1998  Jim Wilson  
        * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
        * Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR
        to all filenames in libdir and tooldir.
        to all filenames in libdir and tooldir.
        (distclean): Do MULTICLEAN before deleting Makefile.
        (distclean): Do MULTICLEAN before deleting Makefile.
        (stamp-needed, stamp-config): Add MULTISRCTOP to
        (stamp-needed, stamp-config): Add MULTISRCTOP to
        pathname for move-if-change.
        pathname for move-if-change.
Thu Dec  4 17:25:19 1997  Jeffrey A Law  (law@cygnus.com)
Thu Dec  4 17:25:19 1997  Jeffrey A Law  (law@cygnus.com)
        * strsignal.c (sys_nsig): Try NSIG and _NSIG.
        * strsignal.c (sys_nsig): Try NSIG and _NSIG.
Wed Nov 19 13:37:06 1997  Michael Meissner  
Wed Nov 19 13:37:06 1997  Michael Meissner  
        * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
        * alloca-norm.h (alloca, GCC case): Don't redefine alloca if it
        was already defined previously.
        was already defined previously.
Mon Nov 10 12:48:03 1997  Philippe De Muyter  
Mon Nov 10 12:48:03 1997  Philippe De Muyter  
        * Makefile.in (INSTALL): Use ../install-sh, not install.
        * Makefile.in (INSTALL): Use ../install-sh, not install.
Tue Oct 28 23:41:15 1997  Judy Goldberg  
Tue Oct 28 23:41:15 1997  Judy Goldberg  
        * Makefile.in (CFILES): Add pexecute.c.
        * Makefile.in (CFILES): Add pexecute.c.
Wed Oct 15 19:13:48 1997  Ian Lance Taylor  
Wed Oct 15 19:13:48 1997  Ian Lance Taylor  
        * asprintf.c: Consistently use either stdarg or varargs.
        * asprintf.c: Consistently use either stdarg or varargs.
Tue Oct 14 12:01:00 1997  Mark Mitchell  
Tue Oct 14 12:01:00 1997  Mark Mitchell  
        * cplus-dem.c (demangle_signature): Don't look for return types on
        * cplus-dem.c (demangle_signature): Don't look for return types on
        constructors.  Handle member template constructors.
        constructors.  Handle member template constructors.
Fri Oct  3 17:53:30 1997  Ian Lance Taylor  
Fri Oct  3 17:53:30 1997  Ian Lance Taylor  
        * README: Fix configuration instructions.
        * README: Fix configuration instructions.
Mon Sep 29 12:28:41 1997  Ian Lance Taylor  
Mon Sep 29 12:28:41 1997  Ian Lance Taylor  
        * pexecute.c: Update to current version from /gd/gnu/lib:
        * pexecute.c: Update to current version from /gd/gnu/lib:
        Mon Sep 29 12:27:59 1997  Ian Lance Taylor  
        Mon Sep 29 12:27:59 1997  Ian Lance Taylor  
        * pexecute.c: Use spawn if __CYGWIN32__.
        * pexecute.c: Use spawn if __CYGWIN32__.
        1997-08-08  Paul Eggert  
        1997-08-08  Paul Eggert  
        * pexecute.c: Include "config.h" first, as per autoconf manual.
        * pexecute.c: Include "config.h" first, as per autoconf manual.
        Fri Jun 27 15:20:29 1997  Scott Christley 
        Fri Jun 27 15:20:29 1997  Scott Christley 
        * pexecute.c (fix_argv): New function.
        * pexecute.c (fix_argv): New function.
        (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
        (pexecute): Win32 but not Cygwin32 needs its arguments fixed.
        Add underscore to cwait function call.
        Add underscore to cwait function call.
Sun Sep 28 12:00:52 1997  Mark Mitchell  
Sun Sep 28 12:00:52 1997  Mark Mitchell  
        * cplus-dem.c (demangle_template): Add new parameter.  Handle new
        * cplus-dem.c (demangle_template): Add new parameter.  Handle new
        template-function mangling.
        template-function mangling.
        (consume_count_with_underscores): New function.
        (consume_count_with_underscores): New function.
        (demangle_signature): Handle new name-mangling scheme.
        (demangle_signature): Handle new name-mangling scheme.
Wed Sep 24 00:31:59 1997  Felix Lee  
Wed Sep 24 00:31:59 1997  Felix Lee  
        * asprintf.c: stdarg.h when ALMOST_STDC
        * asprintf.c: stdarg.h when ALMOST_STDC
        * config/mh-windows (EXTRA_OFILES): add asprintf.o and
        * config/mh-windows (EXTRA_OFILES): add asprintf.o and
        strncasecmp.o.
        strncasecmp.o.
Thu Aug 28 14:27:15 1997  Andrew Cagney  
Thu Aug 28 14:27:15 1997  Andrew Cagney  
        * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
        * vasprintf.c (vasprintf): Allow for _BSD_VA_LIST_.
        * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
        * config.table: Add case for FreeBSD 2.1 and 2.2, needs mh-fbsd21.
        * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
        * config/mh-fbsd21 (EXTRA_OFILES): Force vasprintf.o
Wed Sep 10 12:43:10 1997  Jason Merrill  
Wed Sep 10 12:43:10 1997  Jason Merrill  
        * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
        * cplus-dem.c (demangle_fund_type): Change "complex" to "__complex".
Fri Sep  5 16:34:42 1997  Andrew Cagney  
Fri Sep  5 16:34:42 1997  Andrew Cagney  
        * asprintf.c (asprintf): New file.
        * asprintf.c (asprintf): New file.
        * Makefile.in (CFILES): Add asprintf.c
        * Makefile.in (CFILES): Add asprintf.c
        * functions.def: Ditto.
        * functions.def: Ditto.
Thu Aug 28 18:53:34 1997  Andrew Cagney  
Thu Aug 28 18:53:34 1997  Andrew Cagney  
        * argv.c (dupargv): New function, duplicate an argument vector.
        * argv.c (dupargv): New function, duplicate an argument vector.
Tue Aug 19 20:28:45 1997  Geoffrey Noer  
Tue Aug 19 20:28:45 1997  Geoffrey Noer  
        * config/mh-cygwin32: also build random.o
        * config/mh-cygwin32: also build random.o
Tue Aug 19 17:10:56 1997  Jason Merrill  
Tue Aug 19 17:10:56 1997  Jason Merrill  
        * cplus-dem.c: Add 'extern' to prepends_underscore.
        * cplus-dem.c: Add 'extern' to prepends_underscore.
Wed Jul 30 11:42:19 1997  Per Bothner  
Wed Jul 30 11:42:19 1997  Per Bothner  
        * cplus-dem.c: Various changes to produce Java output when passed
        * cplus-dem.c: Various changes to produce Java output when passed
        DMGL_JAVA.  Thus "::" becomes "." and "JArray" becomes "Foo[]".
        DMGL_JAVA.  Thus "::" becomes "." and "JArray" becomes "Foo[]".
        (main): Support --java and -j flags to set DMGL_JAVA.
        (main): Support --java and -j flags to set DMGL_JAVA.
Tue Jul 22 19:05:23 1997  Robert Hoehne 
Tue Jul 22 19:05:23 1997  Robert Hoehne 
        * config/mh-go32 (CC, AR, RANLIB): Don't define.
        * config/mh-go32 (CC, AR, RANLIB): Don't define.
Tue Jul 22 17:49:54 1997  Ian Lance Taylor  
Tue Jul 22 17:49:54 1997  Ian Lance Taylor  
        * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
        * Makefile.in (REQUIRED_OFILES): Add pexecute.o.
        (pexecute.o): New target.
        (pexecute.o): New target.
        * Makefile.in (stamp-needed): New target, replacing needed-list.
        * Makefile.in (stamp-needed): New target, replacing needed-list.
        (needed-list): Just depend upon stamp-needed.
        (needed-list): Just depend upon stamp-needed.
        (stamp-config): New target, replacing config.h.
        (stamp-config): New target, replacing config.h.
        (config.h): Just depend upon stamp-config.
        (config.h): Just depend upon stamp-config.
        (mostlyclean): Remove stamp-*.
        (mostlyclean): Remove stamp-*.
Thu Jun 12 11:00:18 1997  Angela Marie Thomas (angela@cygnus.com)
Thu Jun 12 11:00:18 1997  Angela Marie Thomas (angela@cygnus.com)
        * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
        * Makefile.in (FLAGS_TO_PASS): pass INSTALL, INSTALL_PROGRAM and
        INSTALL_DATA for multilibbed installs
        INSTALL_DATA for multilibbed installs
Tue Jun  3 13:21:05 1997  Doug Evans  
Tue Jun  3 13:21:05 1997  Doug Evans  
        Tue Dec 10 09:44:57 1996  Paul Eggert  
        Tue Dec 10 09:44:57 1996  Paul Eggert  
        * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
        * choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty.
        * choose-temp.c (try): Insist that temp dir be searchable.
        * choose-temp.c (try): Insist that temp dir be searchable.
        Wed Oct 23 17:36:39 1996  Doug Rupp  (rupp@gnat.com)
        Wed Oct 23 17:36:39 1996  Doug Rupp  (rupp@gnat.com)
        * choose-temp.c (choose_temp_base): On VMS, use proper syntax
        * choose-temp.c (choose_temp_base): On VMS, use proper syntax
        for current directory.
        for current directory.
        Sat Feb 15 19:03:48 1997  Geoffrey Noer  (noer@cygnus.com)
        Sat Feb 15 19:03:48 1997  Geoffrey Noer  (noer@cygnus.com)
        * pexecute.c: Remove special cases for cygwin32.
        * pexecute.c: Remove special cases for cygwin32.
        (pwait): Remove local definition of `pid'.
        (pwait): Remove local definition of `pid'.
        Tue Nov 12 18:26:15 1996  Doug Rupp  (rupp@gnat.com)
        Tue Nov 12 18:26:15 1996  Doug Rupp  (rupp@gnat.com)
        * pexecute.c (vfork): Supply new definition for VMS.
        * pexecute.c (vfork): Supply new definition for VMS.
        (pwait): Use waitpid instead of wait for VMS.
        (pwait): Use waitpid instead of wait for VMS.
Tue May 20 14:02:20 1997  Brendan Kehoe  
Tue May 20 14:02:20 1997  Brendan Kehoe  
        * cplus-dem.c (do_type): Handle `J'.
        * cplus-dem.c (do_type): Handle `J'.
        (demangle_fund_type): Print "complex" for it.
        (demangle_fund_type): Print "complex" for it.
Wed Apr 30 12:15:45 1997  Jason Merrill  
Wed Apr 30 12:15:45 1997  Jason Merrill  
        * configure.in: Don't turn on multilib here.
        * configure.in: Don't turn on multilib here.
Mon Apr 28 19:04:31 1997  Michael Snyder  
Mon Apr 28 19:04:31 1997  Michael Snyder  
        * obstack.c: move _obstack_memory_used outside of ifdef.  Cannot be
        * obstack.c: move _obstack_memory_used outside of ifdef.  Cannot be
        elided; needed by gdb and not present in libc.
        elided; needed by gdb and not present in libc.
Thu Apr 24 19:33:47 1997  Ian Lance Taylor  
Thu Apr 24 19:33:47 1997  Ian Lance Taylor  
        * Makefile.in (clean): Remove tmpmulti.out.
        * Makefile.in (clean): Remove tmpmulti.out.
Tue Apr 22 10:25:15 1997  Fred Fish  
Tue Apr 22 10:25:15 1997  Fred Fish  
        * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
        * floatformat.c (floatformat_ieee_double_littlebyte_bigword):
        Add new floatformat, mainly for ARM doubles.
        Add new floatformat, mainly for ARM doubles.
Mon Apr 14 12:11:16 1997  Ian Lance Taylor  
Mon Apr 14 12:11:16 1997  Ian Lance Taylor  
        * config.table: Use ${config_shell} with ${moveifchange}.  From
        * config.table: Use ${config_shell} with ${moveifchange}.  From
        Thomas Graichen .
        Thomas Graichen .
Fri Apr  4 03:09:24 1997  Ulrich Drepper  
Fri Apr  4 03:09:24 1997  Ulrich Drepper  
        * configure.in: Enable multilibing by default.
        * configure.in: Enable multilibing by default.
        Update multilib template to read config-ml.in.
        Update multilib template to read config-ml.in.
Tue Apr  1 16:26:39 1997  Klaus Kaempf  
Tue Apr  1 16:26:39 1997  Klaus Kaempf  
        * makefile.vms: Add objalloc.
        * makefile.vms: Add objalloc.
Mon Mar 31 23:57:51 1997  H.J. Lu  
Mon Mar 31 23:57:51 1997  H.J. Lu  
        * cplus-dem.c (demangle_it): Add prototype declaration.
        * cplus-dem.c (demangle_it): Add prototype declaration.
        (usage, fatal): Likewise.
        (usage, fatal): Likewise.
        * xexit.c (_xexit_cleanup): Add prototype.
        * xexit.c (_xexit_cleanup): Add prototype.
        * strerror.c (init_error_tables): Declare.
        * strerror.c (init_error_tables): Declare.
Fri Mar 28 11:43:20 1997  H.J. Lu  
Fri Mar 28 11:43:20 1997  H.J. Lu  
        * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
        * functions.def: Add DEF of vasprintf, and DEFFUNC of strsignal.
        * strsignal.c: Only define strsignal if NEED_strsignal.
        * strsignal.c: Only define strsignal if NEED_strsignal.
        * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
        * Makefile.in (REQUIRED_OFILES): Remove vasprintf.o.
        * configure.in: Add NEED_strsignal to xconfig.h.  Add vasprintf.o
        * configure.in: Add NEED_strsignal to xconfig.h.  Add vasprintf.o
        to xneeded-list.
        to xneeded-list.
        * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
        * config/mh-cygwin32 (HDEFINES): Add -DNEED_strsignal.
        (EXTRA_OFILES): Define to vasprintf.o.
        (EXTRA_OFILES): Define to vasprintf.o.
        * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
        * config/mh-windows (HDEFINES): Add -DNEED_strsignal.
        (EXTRA_OFILES): Add vasprintf.o.
        (EXTRA_OFILES): Add vasprintf.o.
        * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
        * config/mt-vxworks5 (vxconfig.h): Define NEED_strsignal.
        (vxneeded-list): Add vasprintf.o.
        (vxneeded-list): Add vasprintf.o.
Thu Mar 20 17:02:09 1997  Ian Lance Taylor  
Thu Mar 20 17:02:09 1997  Ian Lance Taylor  
        * objalloc.c: Include .
        * objalloc.c: Include .
Mon Mar 17 19:23:11 1997  Ian Lance Taylor  
Mon Mar 17 19:23:11 1997  Ian Lance Taylor  
        * objalloc.c: New file.
        * objalloc.c: New file.
        * Makefile.in (CFILES): Add objalloc.c
        * Makefile.in (CFILES): Add objalloc.c
        (REQUIRED_OFILES): Add objalloc.o.
        (REQUIRED_OFILES): Add objalloc.o.
        (objalloc.o): New target.
        (objalloc.o): New target.
Sat Mar 15 18:49:41 1997  Ian Lance Taylor  
Sat Mar 15 18:49:41 1997  Ian Lance Taylor  
        * obstack.c: Update to current FSF version.
        * obstack.c: Update to current FSF version.
Fri Mar 14 14:18:47 1997  Ian Lance Taylor  
Fri Mar 14 14:18:47 1997  Ian Lance Taylor  
        * cplus-dem.c: Add prototypes for all static functions.
        * cplus-dem.c: Add prototypes for all static functions.
        (mystrstr): Make static.  Make arguments and result const.
        (mystrstr): Make static.  Make arguments and result const.
        (cplus_match): Remove; not used.
        (cplus_match): Remove; not used.
Tue Mar 11 14:20:31 1997  Brendan Kehoe  
Tue Mar 11 14:20:31 1997  Brendan Kehoe  
        * cplus-dem.c (gnu_special): Call demangled_fund_type for other
        * cplus-dem.c (gnu_special): Call demangled_fund_type for other
        __t* symbols.
        __t* symbols.
Tue Mar 11 15:41:21 1997  H.J. Lu  
Tue Mar 11 15:41:21 1997  H.J. Lu  
        * spaces.c: Declare malloc and free properly.
        * spaces.c: Declare malloc and free properly.
        * strsignal.c (init_signal_tables): Add prototype.
        * strsignal.c (init_signal_tables): Add prototype.
        * xatexit.c (_xexit_cleanup): Add parameter declarations.
        * xatexit.c (_xexit_cleanup): Add parameter declarations.
Wed Feb 19 15:43:24 1997  Brendan Kehoe  
Wed Feb 19 15:43:24 1997  Brendan Kehoe  
        * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
        * Makefile.in (lneeded-list): If alloca.o is needed, xexit.o is
        also required because of xmalloc.o.
        also required because of xmalloc.o.
Fri Feb 14 13:43:38 1997  Ian Lance Taylor  
Fri Feb 14 13:43:38 1997  Ian Lance Taylor  
        * strsignal.c: Unconditionally redefine sys_siglist around the
        * strsignal.c: Unconditionally redefine sys_siglist around the
        inclusion of the system header files.
        inclusion of the system header files.
Thu Feb 13 22:01:04 1997  Klaus Kaempf  
Thu Feb 13 22:01:04 1997  Klaus Kaempf  
        * makefile.vms: Remove 8 bit characters.  Update to latest
        * makefile.vms: Remove 8 bit characters.  Update to latest
        gcc release.
        gcc release.
Tue Feb  4 11:52:19 1997  Ian Lance Taylor  
Tue Feb  4 11:52:19 1997  Ian Lance Taylor  
        * strsignal.c: Use NEED_sys_siglist instead of
        * strsignal.c: Use NEED_sys_siglist instead of
        LOSING_SYS_SIGLIST.
        LOSING_SYS_SIGLIST.
        * config.table: Don't use mh-lynxos.
        * config.table: Don't use mh-lynxos.
        * config/mh-lynxos: Remove.
        * config/mh-lynxos: Remove.
Thu Jan 16 14:51:03 1997  Bob Manson  
Thu Jan 16 14:51:03 1997  Bob Manson  
        * cplus-dem.c: Fix indenting; make identical to the copy
        * cplus-dem.c: Fix indenting; make identical to the copy
        in GCC.
        in GCC.
        (do_type, case 'M'): Check for a template as well as a class.
        (do_type, case 'M'): Check for a template as well as a class.
Thu Dec 19 13:51:33 1996  Brendan Kehoe  
Thu Dec 19 13:51:33 1996  Brendan Kehoe  
        * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
        * config/mt-vxworks5 (vxneeded-list): Remove sigsetmask.o, since
        vxworks 5.[0-3] all have sigsetmask in them; the one provided by
        vxworks 5.[0-3] all have sigsetmask in them; the one provided by
        libiberty is incorrect, as well.
        libiberty is incorrect, as well.
Mon Dec  2 15:03:42 1996  Michael Meissner  
Mon Dec  2 15:03:42 1996  Michael Meissner  
        * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
        * alloca.c (alloca): When compiled with an ANSI/ISO compiler,
        alloca takes a size_t argument, not just unsigned.
        alloca takes a size_t argument, not just unsigned.
Mon Nov 18 15:42:08 1996  Jason Merrill  
Mon Nov 18 15:42:08 1996  Jason Merrill  
        * cplus-dem.c: Note that this file also lives in GCC.
        * cplus-dem.c: Note that this file also lives in GCC.
Mon Nov 18 15:19:00 1996  Dawn Perchik  
Mon Nov 18 15:19:00 1996  Dawn Perchik  
        * alloca.c: Remove include of libiberty.h for hpux.
        * alloca.c: Remove include of libiberty.h for hpux.
        * argv.c:  Replace defs from libiberty.h.
        * argv.c:  Replace defs from libiberty.h.
        * spaces.c: Put back externs from removed from libiberty.h.
        * spaces.c: Put back externs from removed from libiberty.h.
        * vasprintf.c: Remove include of libiberty.h for hpux.
        * vasprintf.c: Remove include of libiberty.h for hpux.
Mon Nov 18 14:08:00 1996  Dawn Perchik  
Mon Nov 18 14:08:00 1996  Dawn Perchik  
        * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
        * cplus-dem.c: Checking in again; last checkin filed due to sticky tag.
Wed Nov 13 08:22:00 1996  Dawn Perchik  
Wed Nov 13 08:22:00 1996  Dawn Perchik  
        * cplus-dem.c: Revert last two commits due to conflicts with
        * cplus-dem.c: Revert last two commits due to conflicts with
        hpux system headers.
        hpux system headers.
Wed Nov 13 08:22:00 1996  Dawn Perchik  
Wed Nov 13 08:22:00 1996  Dawn Perchik  
        * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
        * alloca.c, argv.c, spaces.c, strcasecmp.c, vasprintf.c, vprintf.c:
        Revert last commit due to conflicts with hpux system headers.
        Revert last commit due to conflicts with hpux system headers.
Wed Nov 13 10:36:50 1996  Michael Meissner  
Wed Nov 13 10:36:50 1996  Michael Meissner  
        * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
        * cplus-dem.c (x{m,re}alloc): Make declarations compatibile with
        libiberty.h when compiled with a standard compiler.
        libiberty.h when compiled with a standard compiler.
Tue Nov 12 16:31:00 1996  Dawn Perchik  
Tue Nov 12 16:31:00 1996  Dawn Perchik  
        * alloca.c: Include libiberty.h for definition of xmalloc.
        * alloca.c: Include libiberty.h for definition of xmalloc.
        Don't redefine NULL.
        Don't redefine NULL.
        * argv.c: Move prototypes to libiberty.h.
        * argv.c: Move prototypes to libiberty.h.
        * cplus-dem.c: Include libiberty.h for definition of xmalloc.
        * cplus-dem.c: Include libiberty.h for definition of xmalloc.
        Don't redefine NULL.
        Don't redefine NULL.
        Use casts to eliminate compiler warnings.
        Use casts to eliminate compiler warnings.
        * spaces.c: Remove prototypes for malloc and free which are
        * spaces.c: Remove prototypes for malloc and free which are
        already in libibrty.h.
        already in libibrty.h.
        * strcasecmp.c: Use casts to eliminate compiler warnings.
        * strcasecmp.c: Use casts to eliminate compiler warnings.
        * vasprintf.c: Include libiberty.h for definition of malloc.
        * vasprintf.c: Include libiberty.h for definition of malloc.
        Don't redefine NULL.
        Don't redefine NULL.
        * vprintf.c: Include stdarg.h if __STDC__.
        * vprintf.c: Include stdarg.h if __STDC__.
Fri Oct 11 15:42:12 1996  Stu Grossman  (grossman@critters.cygnus.com)
Fri Oct 11 15:42:12 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * config/mh-windows:  Add strcasecmp.o to EXTRA_OFILES.
        * config/mh-windows:  Add strcasecmp.o to EXTRA_OFILES.
Fri Oct 11 11:16:31 1996  Stan Shebs  
Fri Oct 11 11:16:31 1996  Stan Shebs  
        * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
        * mpw.c (mpwify_filename): Rewrite to simplify, and to handle
        upward components correctly.
        upward components correctly.
Tue Oct  8 08:55:34 1996  Stu Grossman  (grossman@critters.cygnus.com)
Tue Oct  8 08:55:34 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * config.table, config/mh-windows:  Add support for building under
        * config.table, config/mh-windows:  Add support for building under
        MSVC (the Microsoft build environment).
        MSVC (the Microsoft build environment).
Mon Oct  7 10:50:27 1996  Ian Lance Taylor  
Mon Oct  7 10:50:27 1996  Ian Lance Taylor  
        * fnmatch.c: Undef const if not __STDC__.
        * fnmatch.c: Undef const if not __STDC__.
Thu Oct  3 13:46:39 1996  Ian Lance Taylor  
Thu Oct  3 13:46:39 1996  Ian Lance Taylor  
        * fnmatch.c: New file.
        * fnmatch.c: New file.
        * Makefile.in (CFILES): Add fnmatch.c.
        * Makefile.in (CFILES): Add fnmatch.c.
        (REQUIRED_OFILES): Add fnmatch.o.
        (REQUIRED_OFILES): Add fnmatch.o.
        (fnmatch.o): New target.
        (fnmatch.o): New target.
Wed Sep 18 14:49:13 1996  Jason Merrill  
Wed Sep 18 14:49:13 1996  Jason Merrill  
        * cplus-dem.c (demangle_template): Fix handling of address args.
        * cplus-dem.c (demangle_template): Fix handling of address args.
        (gnu_special): Handle type_info stuff.
        (gnu_special): Handle type_info stuff.
Fri Sep 13 17:52:55 1996  Stan Shebs  
Fri Sep 13 17:52:55 1996  Stan Shebs  
        * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
        * mpw.c (DebugPI): Make settable from the env var DEBUG_PATHNAMES.
        (mpwify_filename): Handle "::/" case.
        (mpwify_filename): Handle "::/" case.
Thu Sep 12 13:30:40 1996  Geoffrey Noer  
Thu Sep 12 13:30:40 1996  Geoffrey Noer  
        * config/mh-cygwin32: new file (need -DNEED_basename and
        * config/mh-cygwin32: new file (need -DNEED_basename and
                -DNEED_sys_siglist for native NT rebuilding)
                -DNEED_sys_siglist for native NT rebuilding)
        * config.table (*-*-cygwin32): new entry
        * config.table (*-*-cygwin32): new entry
        * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
        * choose-temp.c: bring in sync with gcc (revert Aug 17 change)
Thu Aug 29 16:48:45 1996  Michael Meissner  
Thu Aug 29 16:48:45 1996  Michael Meissner  
        * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
        * config.table (i[345]86-*-*): Recognize i686 for pentium pro.
Tue Aug 27 13:47:58 1996  Stan Shebs  
Tue Aug 27 13:47:58 1996  Stan Shebs  
        * pexecute.c (pexecute) [MPW]: Remove old bogus code that
        * pexecute.c (pexecute) [MPW]: Remove old bogus code that
        messed with arguments that included a '/', add escape chars
        messed with arguments that included a '/', add escape chars
        to double quotes, remove const decl from arg that Mac
        to double quotes, remove const decl from arg that Mac
        compilers don't seem to like.
        compilers don't seem to like.
Sat Aug 17 04:44:27 1996  Geoffrey Noer  
Sat Aug 17 04:44:27 1996  Geoffrey Noer  
        * pexecute.c: Update test for win32 (&& ! cygwin32).
        * pexecute.c: Update test for win32 (&& ! cygwin32).
        * choose-temp.c: fix WIN32 preprocessor defines
        * choose-temp.c: fix WIN32 preprocessor defines
Thu Aug 15 12:26:48 1996  Stan Shebs  
Thu Aug 15 12:26:48 1996  Stan Shebs  
        * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
        * mpw-make.sed: Add @DASH_C_FLAG@ and @SEGMENT_FLAG({Default})@
        to editing of default makefile rule.
        to editing of default makefile rule.
Sun Aug 11 21:03:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
Sun Aug 11 21:03:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * alloca-norm.h:  Include  if _WIN32.
        * alloca-norm.h:  Include  if _WIN32.
        * argv.c:  Include non-prototyped decls for malloc and string
        * argv.c:  Include non-prototyped decls for malloc and string
        functions if ! _WIN32 or if __GNUC__.
        functions if ! _WIN32 or if __GNUC__.
Thu Aug  8 12:42:40 1996  Klaus Kaempf  
Thu Aug  8 12:42:40 1996  Klaus Kaempf  
        * config.h-vms: New file.
        * config.h-vms: New file.
        * makefile.vms: Use it.
        * makefile.vms: Use it.
Wed Aug  7 17:16:12 1996  Stu Grossman  (grossman@critters.cygnus.com)
Wed Aug  7 17:16:12 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * getopt.c (_getopt_internal):  If argc is 0, just return (before
        * getopt.c (_getopt_internal):  If argc is 0, just return (before
        we reference *argv and segfault).
        we reference *argv and segfault).
Mon Aug  5 01:29:08 1996  Jason Merrill  
Mon Aug  5 01:29:08 1996  Jason Merrill  
        * Makefile.in (distclean): Add multilib.out.
        * Makefile.in (distclean): Add multilib.out.
Thu Jul 18 17:40:55 1996  Ian Lance Taylor  
Thu Jul 18 17:40:55 1996  Ian Lance Taylor  
        * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
        * alloca-norm.h: Change #ifdef sparc to #if defined (sparc) &&
        defined (sun).  From Andrew Gierth .
        defined (sun).  From Andrew Gierth .
Mon Jul  1 13:40:44 1996  Ken Raeburn  
Mon Jul  1 13:40:44 1996  Ken Raeburn  
        Tue May 28 15:29:03 1996  Pat Rankin  
        Tue May 28 15:29:03 1996  Pat Rankin  
        * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
        * vmsbuild.com (REQUIRD_OFILES): Add choose-temp.o and xstrdup.o.
        Thu Jan 25 18:20:04 1996  Pat Rankin  
        Thu Jan 25 18:20:04 1996  Pat Rankin  
        * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
        * vmsbuild.com: Changes to handle DEFFUNC(on_exit).
        (do_ofiles): Allow nonexistent source file in pass 3.
        (do_ofiles): Allow nonexistent source file in pass 3.
        (chk_deffunc): New routine.
        (chk_deffunc): New routine.
Tue Jun 25 19:24:43 1996  Doug Evans  
Tue Jun 25 19:24:43 1996  Doug Evans  
        * pexecute.c (PEXECUTE_VERBOSE): Define.
        * pexecute.c (PEXECUTE_VERBOSE): Define.
        (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
        (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.
Tue Jun 25 23:11:48 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
Tue Jun 25 23:11:48 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
        * Makefile.in (docdir): Removed.
        * Makefile.in (docdir): Removed.
Tue Jun 25 23:01:07 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
Tue Jun 25 23:01:07 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
        * Makefile.in (oldincludedir): Removed.
        * Makefile.in (oldincludedir): Removed.
Tue Jun 25 22:50:07 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
Tue Jun 25 22:50:07 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
        * Makefile.in (datadir): Set to $(prefix)/share.
        * Makefile.in (datadir): Set to $(prefix)/share.
Thu Jun 20 21:17:52 1996  Ian Lance Taylor  
Thu Jun 20 21:17:52 1996  Ian Lance Taylor  
        * cplus-dem.c (demangle_arm_pt): Reindent.  Avoid endless loop by
        * cplus-dem.c (demangle_arm_pt): Reindent.  Avoid endless loop by
        checking for errors from do_type.
        checking for errors from do_type.
Tue Jun 18 14:36:19 1996  Klaus Kaempf  
Tue Jun 18 14:36:19 1996  Klaus Kaempf  
        * makefile.vms: New file.
        * makefile.vms: New file.
        * xmalloc.c: If VMS, include  and  rather
        * xmalloc.c: If VMS, include  and  rather
        than declaring malloc, realloc, and sbrk.
        than declaring malloc, realloc, and sbrk.
Mon Jun 10 13:17:17 1996  Doug Evans  
Mon Jun 10 13:17:17 1996  Doug Evans  
        * pexecute.c: New file.
        * pexecute.c: New file.
Wed Jun  5 16:57:45 1996  Richard Henderson  
Wed Jun  5 16:57:45 1996  Richard Henderson  
        * xmalloc.c: Declare sbrk.
        * xmalloc.c: Declare sbrk.
Sat May  4 05:08:45 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Sat May  4 05:08:45 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * alloca-norm.h:  Add SPARCworks cc compatible __builtin_alloca
        * alloca-norm.h:  Add SPARCworks cc compatible __builtin_alloca
        declaration.
        declaration.
Mon Apr 22 18:41:49 1996  Ian Lance Taylor  
Mon Apr 22 18:41:49 1996  Ian Lance Taylor  
        * xstrerror.c: Include .
        * xstrerror.c: Include .
Sun Apr 21 11:55:12 1996  Doug Evans  
Sun Apr 21 11:55:12 1996  Doug Evans  
        * Makefile.in (CFILES): Add atexit.c.
        * Makefile.in (CFILES): Add atexit.c.
Sun Apr 21 09:50:09 1996  Stephen L Moshier  (moshier@world.std.com)
Sun Apr 21 09:50:09 1996  Stephen L Moshier  (moshier@world.std.com)
        * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
        * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.
Wed Apr 17 11:17:55 1996  Doug Evans  
Wed Apr 17 11:17:55 1996  Doug Evans  
        * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
        * choose-temp.c: Don't #include sys/file.h ifdef NO_SYS_FILE_H.
        #include 
        #include 
        * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
        * config/mt-vxworks5 (HDEFINES): Define NO_SYS_FILE_H.
Tue Apr 16 11:27:16 1996  Jeffrey A Law  (law@cygnus.com)
Tue Apr 16 11:27:16 1996  Jeffrey A Law  (law@cygnus.com)
        * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
        * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
        Reverts Feb 8, 1995 change.
        Reverts Feb 8, 1995 change.
Mon Apr 15 12:53:26 1996  Doug Evans  
Mon Apr 15 12:53:26 1996  Doug Evans  
        * choose-temp.c: New file.
        * choose-temp.c: New file.
        * Makefile.in (CFILES): Add choose-temp.c.
        * Makefile.in (CFILES): Add choose-temp.c.
        (REQUIRED_OFILES): Add choose-temp.o.
        (REQUIRED_OFILES): Add choose-temp.o.
Sat Apr 13 14:19:30 1996  Stu Grossman  (grossman@critters.cygnus.com)
Sat Apr 13 14:19:30 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * floatformat.c (floatformat_to_double):  Don't bias exponent when
        * floatformat.c (floatformat_to_double):  Don't bias exponent when
        handling zero's, denorms or NaNs.
        handling zero's, denorms or NaNs.
Thu Apr 11 13:36:56 1996  Stu Grossman  (grossman@critters.cygnus.com)
Thu Apr 11 13:36:56 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * floatformat.c (floatformat_to_double):  Fix bugs with handling
        * floatformat.c (floatformat_to_double):  Fix bugs with handling
        numbers with fractions < 32 bits.
        numbers with fractions < 32 bits.
Mon Apr  8 14:48:34 1996  Ian Lance Taylor  
Mon Apr  8 14:48:34 1996  Ian Lance Taylor  
        * config.table: Permit --enable-shared to specify a list of
        * config.table: Permit --enable-shared to specify a list of
        directories.
        directories.
Tue Mar 19 22:02:07 1996  Jason Merrill  
Tue Mar 19 22:02:07 1996  Jason Merrill  
        * cplus-dem.c (demangle_template): Fix for non-mangled pointer
        * cplus-dem.c (demangle_template): Fix for non-mangled pointer
        arguments.
        arguments.
Fri Mar  8 17:24:18 1996  Ian Lance Taylor  
Fri Mar  8 17:24:18 1996  Ian Lance Taylor  
        * configure.in: If srcdir is `.' and with_target_subdir is not
        * configure.in: If srcdir is `.' and with_target_subdir is not
        `.', then set MULTISRCTOP before calling config-ml.in.
        `.', then set MULTISRCTOP before calling config-ml.in.
Thu Mar  7 13:37:10 1996  Stan Shebs  
Thu Mar  7 13:37:10 1996  Stan Shebs  
        * mpw.c (mpw_open): Add debugging output option.
        * mpw.c (mpw_open): Add debugging output option.
Wed Mar  6 17:36:03 1996  Jason Merrill  
Wed Mar  6 17:36:03 1996  Jason Merrill  
        * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
        * cplus-dem.c (demangle_template): Fix for address-of-extern arguments.
Tue Feb 27 12:00:50 1996  Raymond Jou  
Tue Feb 27 12:00:50 1996  Raymond Jou  
        * mpw.c (mpwify_filename): Change 6 to 5 in
        * mpw.c (mpwify_filename): Change 6 to 5 in
        strncmp (unixname, "/tmp/", 5).
        strncmp (unixname, "/tmp/", 5).
Tue Feb 20 10:55:53 1996  Ian Lance Taylor  
Tue Feb 20 10:55:53 1996  Ian Lance Taylor  
        * cplus-dem.c (demangle_template): Initialize is_bool.  Correctly
        * cplus-dem.c (demangle_template): Initialize is_bool.  Correctly
        handle 0 as a pointer value parameter.
        handle 0 as a pointer value parameter.
Mon Feb  5 16:41:44 1996  Ian Lance Taylor  
Mon Feb  5 16:41:44 1996  Ian Lance Taylor  
        * Makefile.in (all): Depend upon required-list.
        * Makefile.in (all): Depend upon required-list.
        (required-list): New target.
        (required-list): New target.
        (clean): Remove required-list.
        (clean): Remove required-list.
Wed Jan 31 10:19:41 1996  Steve Chamberlain  
Wed Jan 31 10:19:41 1996  Steve Chamberlain  
        * win32.c: Deleted.
        * win32.c: Deleted.
        * config.table (i386-*-win32): Deleted.
        * config.table (i386-*-win32): Deleted.
        * config/mh-i386win32: Deleted.
        * config/mh-i386win32: Deleted.
Thu Jan 18 11:34:17 1996  Ian Lance Taylor  
Thu Jan 18 11:34:17 1996  Ian Lance Taylor  
        * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
        * cplus-dem.c (cplus_demangle_opname): Change opname parameter to
        const char *.
        const char *.
        (cplus_mangle_opname): Change return type and opname parameter to
        (cplus_mangle_opname): Change return type and opname parameter to
        const char *.  Don't cast return value.
        const char *.  Don't cast return value.
Tue Jan 16 12:13:11 1996  Stan Shebs  
Tue Jan 16 12:13:11 1996  Stan Shebs  
        * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
        * mpw.c: Include Timer.h, in order to get m68k Microseconds trap
        definition.
        definition.
Wed Jan  3 13:15:04 1996  Fred Fish  
Wed Jan  3 13:15:04 1996  Fred Fish  
        * obstack.c: Update copyright to 1996.
        * obstack.c: Update copyright to 1996.
        (_obstack_memory_used): Define new function.  Called via
        (_obstack_memory_used): Define new function.  Called via
        obstack_memory_used macro.
        obstack_memory_used macro.
Thu Dec 28 11:39:40 1995  Ian Lance Taylor  
Thu Dec 28 11:39:40 1995  Ian Lance Taylor  
        * xstrdup.c: New file.
        * xstrdup.c: New file.
        * Makefile.in (CFILES): Add xstrdup.c.
        * Makefile.in (CFILES): Add xstrdup.c.
        (REQUIRED_OFILES): Add xstrdup.o.
        (REQUIRED_OFILES): Add xstrdup.o.
        (xstrdup.o): New target.
        (xstrdup.o): New target.
Mon Dec 11 18:18:52 1995  Mike Stump  
Mon Dec 11 18:18:52 1995  Mike Stump  
        * atexit.c: New stub to provide atexit on systems that have
        * atexit.c: New stub to provide atexit on systems that have
        on_exit, like SunOS 4.1.x systems.
        on_exit, like SunOS 4.1.x systems.
        * functions.def (on_exit, atexit): Ditto.
        * functions.def (on_exit, atexit): Ditto.
Mon Dec 11 15:42:14 1995  Stan Shebs  
Mon Dec 11 15:42:14 1995  Stan Shebs  
        * mpw.c (mpw_abort): Remove decl.
        * mpw.c (mpw_abort): Remove decl.
        (mpw_access): Move debugging printf.
        (mpw_access): Move debugging printf.
Sat Dec  2 01:25:23 1995  Ian Lance Taylor  
Sat Dec  2 01:25:23 1995  Ian Lance Taylor  
        * config.table: Consistently use ${host} rather than ${xhost} or
        * config.table: Consistently use ${host} rather than ${xhost} or
        ${target}.
        ${target}.
        * configure.in: Don't bother to set ${xhost} before calling
        * configure.in: Don't bother to set ${xhost} before calling
        config.table.
        config.table.
Tue Nov 28 14:16:57 1995  Brendan Kehoe  
Tue Nov 28 14:16:57 1995  Brendan Kehoe  
        * Makefile.in (.c.o): Use test instead of the left bracket, to
        * Makefile.in (.c.o): Use test instead of the left bracket, to
        avoid problems with some versions of make.
        avoid problems with some versions of make.
Tue Nov 28 11:45:17 1995  Stan Shebs  
Tue Nov 28 11:45:17 1995  Stan Shebs  
        * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
        * mpw-make.sed: Fix INCDIR edit to work with Nov 14 change.
Tue Nov 21 11:26:34 1995  Fred Fish  
Tue Nov 21 11:26:34 1995  Fred Fish  
        * config/mh-hpux: Remove.  It was only used to define EXTRA_OFILES,
        * config/mh-hpux: Remove.  It was only used to define EXTRA_OFILES,
        which was set to just alloca.o, which is now automatically marked
        which was set to just alloca.o, which is now automatically marked
        as needed by the autoconfiguration process.
        as needed by the autoconfiguration process.
Tue Nov 21 14:15:06 1995  Ian Lance Taylor  
Tue Nov 21 14:15:06 1995  Ian Lance Taylor  
        * config.table: Check ${with_cross_host} rather than comparing
        * config.table: Check ${with_cross_host} rather than comparing
        ${host} and ${target}.
        ${host} and ${target}.
Thu Nov 16 14:34:42 1995  Ian Lance Taylor  
Thu Nov 16 14:34:42 1995  Ian Lance Taylor  
        * configure.in: If with_target_subdir is empty, set xhost to
        * configure.in: If with_target_subdir is empty, set xhost to
        ${host} rather than ${target} before calling config.table.
        ${host} rather than ${target} before calling config.table.
Tue Nov 14 01:38:30 1995  Doug Evans  
Tue Nov 14 01:38:30 1995  Doug Evans  
        * Makefile.in (MULTITOP): Deleted.
        * Makefile.in (MULTITOP): Deleted.
        (MULTISRCTOP, MULTIBUILDTOP): New.
        (MULTISRCTOP, MULTIBUILDTOP): New.
        (FLAGS_TO_PASS): Delete INCDIR.
        (FLAGS_TO_PASS): Delete INCDIR.
        (INCDIR): Add $(MULTISRCTOP).
        (INCDIR): Add $(MULTISRCTOP).
        (install_to_libdir): Add $(MULTISUBDIR).  Call $(MULTIDO).
        (install_to_libdir): Add $(MULTISUBDIR).  Call $(MULTIDO).
        * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
        * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
        instead of cfg-ml-pos.in.
        instead of cfg-ml-pos.in.
        (cross-compile check): Change to test for with_target_subdir.
        (cross-compile check): Change to test for with_target_subdir.
        (EXTRA_LINKS): Delete.
        (EXTRA_LINKS): Delete.
Sun Nov 12 12:13:04 1995  Stan Shebs  
Sun Nov 12 12:13:04 1995  Stan Shebs  
        * mpw-make.sed: Add getpagesize.c.o to needed-list.
        * mpw-make.sed: Add getpagesize.c.o to needed-list.
        * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
        * mpw.c [USE_MW_HEADERS]: Conditionalize compiling of
        functions that are supplied by Metrowerks libraries.
        functions that are supplied by Metrowerks libraries.
        (fstat): Clean up descriptor->pointer conversion code.
        (fstat): Clean up descriptor->pointer conversion code.
        (InstallConsole, etc): Empty definitions, for when linking
        (InstallConsole, etc): Empty definitions, for when linking
        with SIOUX.
        with SIOUX.
Sun Nov  5 19:25:27 1995  Per Bothner  
Sun Nov  5 19:25:27 1995  Per Bothner  
        * Makefile.in (FLAGS_TO_PASS):  Also pass PICFLAGS.
        * Makefile.in (FLAGS_TO_PASS):  Also pass PICFLAGS.
        (.c.o):  Stylistic change.
        (.c.o):  Stylistic change.
Thu Nov  2 12:06:29 1995  Ian Lance Taylor  
Thu Nov  2 12:06:29 1995  Ian Lance Taylor  
        * strtol.c, strtoul.c: Don't include .  From
        * strtol.c, strtoul.c: Don't include .  From
        phdm@info.ucl.ac.be (Philippe De Muyter).
        phdm@info.ucl.ac.be (Philippe De Muyter).
Wed Nov  1 11:59:36 1995  Ian Lance Taylor  
Wed Nov  1 11:59:36 1995  Ian Lance Taylor  
        * configure.in: Correct sed call.
        * configure.in: Correct sed call.
Mon Oct 30 13:03:45 1995  Per Bothner  
Mon Oct 30 13:03:45 1995  Per Bothner  
        * configure.in:  Clean up / simplify for native.
        * configure.in:  Clean up / simplify for native.
        * configure.in:  Merge in stuff from ../xiberty/configure.in.
        * configure.in:  Merge in stuff from ../xiberty/configure.in.
        * Makefile.in (CC):  Add definition (so it can be overrridden
        * Makefile.in (CC):  Add definition (so it can be overrridden
        by ../configure).
        by ../configure).
Tue Oct 24 17:57:27 1995  Stan Shebs  
Tue Oct 24 17:57:27 1995  Stan Shebs  
        * mpw-make.sed: Leave strerror.c.o in standard list of functions.
        * mpw-make.sed: Leave strerror.c.o in standard list of functions.
        * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
        * mpw.c (R_OK, ENOENT, EACCESS, ENOSYS): Remove.
        (link): Remove useless definition with error return.
        (link): Remove useless definition with error return.
        (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
        (last_microseconds, warn_if_spin_delay, record_for_spin_delay):
        Use UnsignedWide type for microsecond counts.
        Use UnsignedWide type for microsecond counts.
Thu Oct 19 10:52:07 1995  Michael Meissner  
Thu Oct 19 10:52:07 1995  Michael Meissner  
        * memcmp.c (memcmp): Argument types are const void *, not void
        * memcmp.c (memcmp): Argument types are const void *, not void
        *const.
        *const.
        * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
        * strncasecmp.c (strncasecmp): Include ansidecl.h/stdarg.h, not
        sys/types.h.
        sys/types.h.
        * strcasecmp.c (strcasecmp): Ditto.
        * strcasecmp.c (strcasecmp): Ditto.
Tue Oct 10 11:03:24 1995  Fred Fish  
Tue Oct 10 11:03:24 1995  Fred Fish  
        * Makefile.in (BISON):  Remove macro.
        * Makefile.in (BISON):  Remove macro.
Tue Sep 26 15:06:46 1995  Stan Shebs  
Tue Sep 26 15:06:46 1995  Stan Shebs  
        * Makefile.in (HFILES): Add default empty definition.
        * Makefile.in (HFILES): Add default empty definition.
        * mpw-config.in (config.h): Only update if changed.
        * mpw-config.in (config.h): Only update if changed.
        * mpw-make.in: Remove.
        * mpw-make.in: Remove.
        * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
        * mpw-make.sed: New file, edits Makefile.in into MPW makefile.
        * mpw.c: Remove semi-clone of strerror code.
        * mpw.c: Remove semi-clone of strerror code.
        (sys_nerr, sys_errlist): Define here.
        (sys_nerr, sys_errlist): Define here.
        (Microseconds): Only define as A-line trap if m68k Mac.
        (Microseconds): Only define as A-line trap if m68k Mac.
Wed Sep 20 12:53:32 1995  Ian Lance Taylor  
Wed Sep 20 12:53:32 1995  Ian Lance Taylor  
        * Makefile.in (maintainer-clean): New synonym for distclean.
        * Makefile.in (maintainer-clean): New synonym for distclean.
Mon Aug 28 19:47:52 1995  Per Bothner  
Mon Aug 28 19:47:52 1995  Per Bothner  
        * config.table:  For host, generalize rs6000-ibm-aix*
        * config.table:  For host, generalize rs6000-ibm-aix*
        to *-ibm-aix* so we also include powerpc.
        to *-ibm-aix* so we also include powerpc.
Tue Aug 22 03:18:05 1995  Ken Raeburn  
Tue Aug 22 03:18:05 1995  Ken Raeburn  
        Fri Jun 16 18:35:40 1995  Pat Rankin  (rankin@eql.caltech.edu)
        Fri Jun 16 18:35:40 1995  Pat Rankin  (rankin@eql.caltech.edu)
        * xstrerror.c: New file.
        * xstrerror.c: New file.
        * Makefile.in, vmsbuild.com: Compile it.
        * Makefile.in, vmsbuild.com: Compile it.
Mon Jul 31 12:16:32 1995  steve chamberlain  
Mon Jul 31 12:16:32 1995  steve chamberlain  
        * config.table (i386-*-win32): New.
        * config.table (i386-*-win32): New.
Fri Jul 21 11:35:52 1995  Doug Evans  
Fri Jul 21 11:35:52 1995  Doug Evans  
        * Makefile.in (MULTITOP): New variable.
        * Makefile.in (MULTITOP): New variable.
        (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
        (MULTIDIRS, MULTISUBDIR, MULTIDO, MULTICLEAN): Likewise.
        (all): Add multilib support.
        (all): Add multilib support.
        (install_to_tooldir, *clean): Likewise.
        (install_to_tooldir, *clean): Likewise.
Mon Jul 10 11:47:27 1995  Ken Raeburn  
Mon Jul 10 11:47:27 1995  Ken Raeburn  
        * makefile.dos (OBJS): Add hex.o.  From DJ Delorie.
        * makefile.dos (OBJS): Add hex.o.  From DJ Delorie.
Fri Jun 30 17:28:59 1995  Pat Rankin  (rankin@eql.caltech.edu)
Fri Jun 30 17:28:59 1995  Pat Rankin  (rankin@eql.caltech.edu)
        * vmsbuild.com:  create "new-lib.olb", build libiberty under that
        * vmsbuild.com:  create "new-lib.olb", build libiberty under that
        name, and then make it become "liberty.olb" when done, so that an
        name, and then make it become "liberty.olb" when done, so that an
        incomplete build attempt never leaves behind something which looks
        incomplete build attempt never leaves behind something which looks
        like a complete library.
        like a complete library.
Thu Jun 29 00:22:02 1995  Steve Chamberlain  
Thu Jun 29 00:22:02 1995  Steve Chamberlain  
        * config/mh-i386pe: New file for PE hosts.
        * config/mh-i386pe: New file for PE hosts.
        * config.table: Understand PE hosts.
        * config.table: Understand PE hosts.
Wed Jun 28 19:13:23 1995  Jason Merrill  
Wed Jun 28 19:13:23 1995  Jason Merrill  
        * cplus-dem.c: Update from gcc.
        * cplus-dem.c: Update from gcc.
        * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
        * argv.c, dummy.c: If __STDC__, #include "alloca-conf.h" after
        .
        .
        * alloca-norm.h: If __STDC__, declare alloca with its parameter.
        * alloca-norm.h: If __STDC__, declare alloca with its parameter.
Thu Jun 22 18:57:47 1995  Stan Shebs  
Thu Jun 22 18:57:47 1995  Stan Shebs  
        * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
        * mpw-make.in (ALL_CFLAGS): Define NEED_basename.
        * mpw.c: Only test DebugPI once whenever printing debug info.
        * mpw.c: Only test DebugPI once whenever printing debug info.
        (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
        (mpwify_filename): If filename is /tmp/foo, change it into :_foo,
        also fix to not write on input filename buffer.
        also fix to not write on input filename buffer.
        (mpw_access): Use stat() instead of open(), works for directories
        (mpw_access): Use stat() instead of open(), works for directories
        as well as files.
        as well as files.
Mon Jun 19 00:33:22 1995  Jason Merrill  
Mon Jun 19 00:33:22 1995  Jason Merrill  
        * Makefile.in: Massage broken shells that require 'else true'.
        * Makefile.in: Massage broken shells that require 'else true'.
Sat Jun 17 23:21:58 1995  Fred Fish  
Sat Jun 17 23:21:58 1995  Fred Fish  
        * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
        * alloca-norm.h: Declare alloca as type "PTR" to match functions.def.
        Declare __builtin_alloca in the sparc case, as argv.c did.
        Declare __builtin_alloca in the sparc case, as argv.c did.
        * argv.c: Replace inline version of alloca-norm.h at start of file with
        * argv.c: Replace inline version of alloca-norm.h at start of file with
        a #include of alloca-conf.h.  Precede it with an include of ansidecl.h
        a #include of alloca-conf.h.  Precede it with an include of ansidecl.h
        because alloca-norm.h needs to declare alloca as "PTR".
        because alloca-norm.h needs to declare alloca as "PTR".
Mon Jun 12 14:24:26 1995  Steve Chamberlain  
Mon Jun 12 14:24:26 1995  Steve Chamberlain  
        * win32.c: New file.
        * win32.c: New file.
Fri Jun  9 15:16:14 1995  Jason Merrill  
Fri Jun  9 15:16:14 1995  Jason Merrill  
        * dummy.c: #include "alloca-conf.h".
        * dummy.c: #include "alloca-conf.h".
Wed Jun  7 11:46:23 1995  Jason Merrill  
Wed Jun  7 11:46:23 1995  Jason Merrill  
        * Makefile.in (mostlyclean): Remove stamp-picdir.
        * Makefile.in (mostlyclean): Remove stamp-picdir.
        (clean): Don't.
        (clean): Don't.
Mon Jun  5 18:46:06 1995  Jason Merrill  
Mon Jun  5 18:46:06 1995  Jason Merrill  
        * config.table (frags): Use toplevel pic frags.
        * config.table (frags): Use toplevel pic frags.
        * Makefile.in (PICFLAG): New macro.
        * Makefile.in (PICFLAG): New macro.
        (all): Depend on stamp-picdir.
        (all): Depend on stamp-picdir.
        (needed-list): Ditto.
        (needed-list): Ditto.
        (.c.o): Also build pic object.
        (.c.o): Also build pic object.
        (stamp-picdir): New rule.
        (stamp-picdir): New rule.
        (mostlyclean): Remove pic.
        (mostlyclean): Remove pic.
        (clean): Remove stamp-picdir.
        (clean): Remove stamp-picdir.
Fri Mar 24 16:55:48 1995  Pat Rankin  (rankin@eql.caltech.edu)
Fri Mar 24 16:55:48 1995  Pat Rankin  (rankin@eql.caltech.edu)
        * vmsbuild.com (config.h): Add `#define NEED_basename'.
        * vmsbuild.com (config.h): Add `#define NEED_basename'.
Tue May 23 10:12:46 1995  Per Bothner  
Tue May 23 10:12:46 1995  Per Bothner  
        * clock.c, getopt.c, strtod.c, vsprintf.c:  Change from using LGPL
        * clock.c, getopt.c, strtod.c, vsprintf.c:  Change from using LGPL
        to libio-style copyright.
        to libio-style copyright.
        * getpagesize.c:  Remove FSF copyright.
        * getpagesize.c:  Remove FSF copyright.
Sat May 20 12:30:23 1995  Ken Raeburn  
Sat May 20 12:30:23 1995  Ken Raeburn  
        Added improved VMS support from Pat Rankin:
        Added improved VMS support from Pat Rankin:
        Fri Mar 17 18:40:36 1995  Pat Rankin  (rankin@eql.caltech.edu)
        Fri Mar 17 18:40:36 1995  Pat Rankin  (rankin@eql.caltech.edu)
        * vmsbuild.com:  new file.
        * vmsbuild.com:  new file.
        * getpagesize.c (getpagesize):  implement for VMS;
        * getpagesize.c (getpagesize):  implement for VMS;
        * strerror.c (strerror, strerrno, strtoerrno):  add rudimentary
        * strerror.c (strerror, strerrno, strtoerrno):  add rudimentary
        support for EVMSERR.
        support for EVMSERR.
Thu May 18 17:01:42 1995  Ken Raeburn  
Thu May 18 17:01:42 1995  Ken Raeburn  
        Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
        Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
        * floatformat.c (floatformat_arm_ext): Define.
        * floatformat.c (floatformat_arm_ext): Define.
Tue May 16 13:30:59 1995  Per Bothner  
Tue May 16 13:30:59 1995  Per Bothner  
        * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
        * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c,
        strerror.c, strsignal.c:  Remove FSF copyright.
        strerror.c, strsignal.c:  Remove FSF copyright.
        * sigsetmask.c: #include  - seems to be needed by ISC.
        * sigsetmask.c: #include  - seems to be needed by ISC.
Mon May 15 19:53:17 1995  Per Bothner  
Mon May 15 19:53:17 1995  Per Bothner  
        * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
        * bcopy.c, bzero.c, memcmp.c, memcpy.c, memset.c, strchr.c,
        strrchr.c, strstr.c, vfork.c:  Remove FSF Copyright, because this
        strrchr.c, strstr.c, vfork.c:  Remove FSF Copyright, because this
        might contaminate libstdc++ with the LGPL.  (OK'd by RMS 11 Oct 94.)
        might contaminate libstdc++ with the LGPL.  (OK'd by RMS 11 Oct 94.)
        * strchr.c, strrchr.c:  Add cast to suppress const warning.
        * strchr.c, strrchr.c:  Add cast to suppress const warning.
Thu May  4 14:36:42 1995  Jason Merrill  
Thu May  4 14:36:42 1995  Jason Merrill  
        * cplus-dem.c: Use const instead of CONST.  Don't include
        * cplus-dem.c: Use const instead of CONST.  Don't include
        ansidecl.h directly.
        ansidecl.h directly.
Wed Apr 19 01:30:27 1995  Jason Merrill  
Wed Apr 19 01:30:27 1995  Jason Merrill  
        * cplus-dem.c: Don't include libiberty.h.  Do declare xmalloc and
        * cplus-dem.c: Don't include libiberty.h.  Do declare xmalloc and
        xrealloc.
        xrealloc.
        (-DMAIN): Don't rely on an externally-defined version number;
        (-DMAIN): Don't rely on an externally-defined version number;
        instead, require the version number to be defined as a
        instead, require the version number to be defined as a
        preprocessor macro.  Handle the RS/6000 leading dot.  Define
        preprocessor macro.  Handle the RS/6000 leading dot.  Define
        xmalloc, xrealloc and fatal.  Don't strip a leading underscore
        xmalloc, xrealloc and fatal.  Don't strip a leading underscore
        if we couldn't demangle the word.
        if we couldn't demangle the word.
Tue Apr  4 13:03:51 1995  Stan Shebs  
Tue Apr  4 13:03:51 1995  Stan Shebs  
        (Old mpw.c change descriptions retained for informational value.)
        (Old mpw.c change descriptions retained for informational value.)
        * mpw.c (warning_threshold): Default to .4 sec.
        * mpw.c (warning_threshold): Default to .4 sec.
        (overflow_count, current_progress): New globals.
        (overflow_count, current_progress): New globals.
        (warn_if_spin_delay): Include current progress type,
        (warn_if_spin_delay): Include current progress type,
        such as program name, in message.
        such as program name, in message.
        (mpw_start_progress): Set current_progress variable from arg.
        (mpw_start_progress): Set current_progress variable from arg.
        (mpw_end_progress): Report spin delays by power-of-two-size
        (mpw_end_progress): Report spin delays by power-of-two-size
        buckets instead of constant-size buckets.
        buckets instead of constant-size buckets.
        * mpw.c: Clean up formatting, types, returns, etc.
        * mpw.c: Clean up formatting, types, returns, etc.
        (ENOSYS): Define.
        (ENOSYS): Define.
        (mpw_fread, mpw_fwrite): Define.
        (mpw_fread, mpw_fwrite): Define.
        (sleep): Define correctly.
        (sleep): Define correctly.
        * mpw.c: New code to implement cursor spinning support.
        * mpw.c: New code to implement cursor spinning support.
        (umask): New function.
        (umask): New function.
        (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
        (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
        * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
        * mpw.c (mpw_basename, mpw_mixed_basename): New functions, find
        basenames for MPW and MPW/Unix filenames.
        basenames for MPW and MPW/Unix filenames.
        (mpw_special_init): New function, calls Macsbug if desired.
        (mpw_special_init): New function, calls Macsbug if desired.
        * mpw.c: Add GPL notice.
        * mpw.c: Add GPL notice.
        (mpwify_filename): Add more transformations.
        (mpwify_filename): Add more transformations.
        (mpw_fopen): Call mpwify_filename on file names.
        (mpw_fopen): Call mpwify_filename on file names.
        (rename): Remove.
        (rename): Remove.
        (chdir, getcwd): Add simple definitions.
        (chdir, getcwd): Add simple definitions.
        * mpw.c: Random cleanups, remove unused code bits.
        * mpw.c: Random cleanups, remove unused code bits.
        Added copy of strerror.c for gcc's use.
        Added copy of strerror.c for gcc's use.
        (stat, fstat, _stat): New versions based on Guido van Rossum code.
        (stat, fstat, _stat): New versions based on Guido van Rossum code.
        * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
        * mpw.c (mpw_fseek): Make it work correctly when doing SEEK_CUR.
        * mpw.c (stat): Remove hack definition, get from sys/stat.h.
        * mpw.c (stat): Remove hack definition, get from sys/stat.h.
        (fork, vfork, etc): Print error messages if called.
        (fork, vfork, etc): Print error messages if called.
        (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
        (getrusage, sbrk, environ, isatty, link, utime, mkdir, rmdir,
        rename, chown): Define.
        rename, chown): Define.
        * mpw-config.in: New file, MPW version of configure.in.
        * mpw-config.in: New file, MPW version of configure.in.
        * mpw-make.in: New file, MPW version of Makefile.in.
        * mpw-make.in: New file, MPW version of Makefile.in.
        * mpw.c: New file, MPW compatibility routines.
        * mpw.c: New file, MPW compatibility routines.
Fri Mar 24 14:10:30 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
Fri Mar 24 14:10:30 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * basename.c: Include config.h before checking for NEED_basename.
        * basename.c: Include config.h before checking for NEED_basename.
Thu Mar 23 19:09:54 1995  Jason Merrill  
Thu Mar 23 19:09:54 1995  Jason Merrill  
        * functions.def: Add DEFFUNC for basename.
        * functions.def: Add DEFFUNC for basename.
        * basename.c: Only define basename if NEED_basename.
        * basename.c: Only define basename if NEED_basename.
Thu Mar 16 13:36:05 1995  Jason Merrill  
Thu Mar 16 13:36:05 1995  Jason Merrill  
        * config.table: Fix --enable-shared logic for native builds.
        * config.table: Fix --enable-shared logic for native builds.
Mon Mar 13 11:05:11 1995  Jason Merrill  
Mon Mar 13 11:05:11 1995  Jason Merrill  
        * cplus-dem.c (demangle_template): Demangle bool literals properly.
        * cplus-dem.c (demangle_template): Demangle bool literals properly.
Mon Mar  6 23:57:28 1995  Stu Grossman  (grossman@cygnus.com)
Mon Mar  6 23:57:28 1995  Stu Grossman  (grossman@cygnus.com)
        * strtol.c strtoul.c:  Replace these with less buggy versions from
        * strtol.c strtoul.c:  Replace these with less buggy versions from
        NetBSD.  (strtoul in particular couldn't handle base 16.)
        NetBSD.  (strtoul in particular couldn't handle base 16.)
Wed Mar  1 15:59:01 1995  Ian Lance Taylor  
Wed Mar  1 15:59:01 1995  Ian Lance Taylor  
        * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
        * config/mt-vxworks5 (HDEFINES): Define NO_SYS_PARAM_H.
        * clock.c: If NO_SYS_PARAM_H is defined, don't include
        * clock.c: If NO_SYS_PARAM_H is defined, don't include
        .
        .
        * getcwd.c, getpagesize.c, getruntime.c: Likewise.
        * getcwd.c, getpagesize.c, getruntime.c: Likewise.
Fri Feb 17 15:40:55 1995  Ian Lance Taylor  
Fri Feb 17 15:40:55 1995  Ian Lance Taylor  
        * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
        * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
        a number; ANSI appears to permit any expression, including a
        a number; ANSI appears to permit any expression, including a
        function call.
        function call.
        * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
        * config.table (*-*-vxworks5*): Use mt-vxworks5 when configuring
        xiberty.
        xiberty.
        * config/mt-vxworks5: New file.
        * config/mt-vxworks5: New file.
Thu Feb  9 14:19:45 1995  Ian Lance Taylor  
Thu Feb  9 14:19:45 1995  Ian Lance Taylor  
        * basename.c (basename): Change argument to be const.
        * basename.c (basename): Change argument to be const.
Wed Feb  8 18:06:52 1995  Jason Merrill  
Wed Feb  8 18:06:52 1995  Jason Merrill  
        * Makefile.in (lneeded-list): Don't worry about xmalloc.
        * Makefile.in (lneeded-list): Don't worry about xmalloc.
Sun Jan 15 00:40:36 1995  Jeff Law  (law@snake.cs.utah.edu)
Sun Jan 15 00:40:36 1995  Jeff Law  (law@snake.cs.utah.edu)
        * Makefile.in (distclean): Delete xhost-mkfrag.
        * Makefile.in (distclean): Delete xhost-mkfrag.
Thu Jan 12 16:54:18 1995  Jason Merrill  
Thu Jan 12 16:54:18 1995  Jason Merrill  
        * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
        * Makefile.in (lneeded-list): If alloca.o is needed, so is xmalloc.o.
Wed Jan 11 22:39:56 1995  Ken Raeburn  
Wed Jan 11 22:39:56 1995  Ken Raeburn  
        * hex.c: New file.
        * hex.c: New file.
        * Makefile.in (REQUIRED_OFILES, CFILES): List it.
        * Makefile.in (REQUIRED_OFILES, CFILES): List it.
        (hex.o): Add dependencies.
        (hex.o): Add dependencies.
        * cplus-dem.c (demangle_prefix): For GNU style constructor and
        * cplus-dem.c (demangle_prefix): For GNU style constructor and
        destructor names, try demangling the remainder of the string.
        destructor names, try demangling the remainder of the string.
Wed Dec 28 00:49:15 1994  Ian Lance Taylor  
Wed Dec 28 00:49:15 1994  Ian Lance Taylor  
        * vasprintf.c (int_vasprintf): New static function.
        * vasprintf.c (int_vasprintf): New static function.
        (vasprintf): Use int_vasprintf.  Removes assumption that va_list
        (vasprintf): Use int_vasprintf.  Removes assumption that va_list
        is assignment compatible.
        is assignment compatible.
Sat Nov  5 19:29:12 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
Sat Nov  5 19:29:12 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
        * Makefile.in (LIBCFLAGS): New variable.
        * Makefile.in (LIBCFLAGS): New variable.
        (FLAGS_TO_PASS): Pass it.
        (FLAGS_TO_PASS): Pass it.
        (.c.o): Use it.
        (.c.o): Use it.
Thu Nov  3 19:09:47 1994  Ken Raeburn  
Thu Nov  3 19:09:47 1994  Ken Raeburn  
        * getopt.c, getopt1.c: Do compile these functions under Linux,
        * getopt.c, getopt1.c: Do compile these functions under Linux,
        since many native versions are based on glibc but are buggy.
        since many native versions are based on glibc but are buggy.
Mon Oct 24 15:16:46 1994  Per Bothner  
Mon Oct 24 15:16:46 1994  Per Bothner  
        * vasprintf.c:  Make 'format' arg be const, to avoid a mismatch
        * vasprintf.c:  Make 'format' arg be const, to avoid a mismatch
        with prototype in GNU libc.  Support stdarg.h as well as varargs.h.
        with prototype in GNU libc.  Support stdarg.h as well as varargs.h.
Tue Oct 11 17:48:27 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
Tue Oct 11 17:48:27 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
        * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
        * Makefile.in (REQUIRED_OFILES): Add vasprintf.o.
        * functions.def: Remove vasprintf.
        * functions.def: Remove vasprintf.
Wed Sep 14 17:04:55 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
Wed Sep 14 17:04:55 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
        * xmalloc.c (first_break): New static variable.
        * xmalloc.c (first_break): New static variable.
        (xmalloc_set_program_name): Record sbrk (0) in first_break.
        (xmalloc_set_program_name): Record sbrk (0) in first_break.
        (xmalloc): If memory allocation fails, try to report how much
        (xmalloc): If memory allocation fails, try to report how much
        memory was allocated by the program up to this point.
        memory was allocated by the program up to this point.
        (xrealloc): Likewise.
        (xrealloc): Likewise.
Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
        * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC).  Use it
        * Makefile.in (ERRORS_CC): New variable, defaulted to $(CC).  Use it
        when linking dummy.
        when linking dummy.
        * config.table: Add host RISCiX Makefile frag.
        * config.table: Add host RISCiX Makefile frag.
        * config/mh-riscix: New file.
        * config/mh-riscix: New file.
Thu Aug 25 17:29:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
Thu Aug 25 17:29:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
        * Makefile.in (FLAGS_TO_PASS): Define.
        * Makefile.in (FLAGS_TO_PASS): Define.
        ($(RULE1)): Use $(FLAGS_TO_PASS).
        ($(RULE1)): Use $(FLAGS_TO_PASS).
Wed Aug 24 17:08:47 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
Wed Aug 24 17:08:47 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
        * vasprintf.c: Include .
        * vasprintf.c: Include .
        (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
        (vasprintf): Add casts to void for va_arg to avoid gcc warnings.
        * xatexit.c: Declare malloc.
        * xatexit.c: Declare malloc.
Fri Aug 19 15:29:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
Fri Aug 19 15:29:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
        * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
        * cplus-dem.c (demangle_args): Fix a bug in previous patch (the
        one below).
        one below).
Thu Aug 18 14:37:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
Thu Aug 18 14:37:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
        * cplus-dem.c (demangle args): Handle ARM repeat encoding where
        * cplus-dem.c (demangle args): Handle ARM repeat encoding where
        the type index is greater than 9.
        the type index is greater than 9.
Wed Aug 17 16:13:49 1994  Kung Hsu  (kung@mexican.cygnus.com)
Wed Aug 17 16:13:49 1994  Kung Hsu  (kung@mexican.cygnus.com)
        * cplus-dem.c (demangle_qualified): accept optional '_' between
        * cplus-dem.c (demangle_qualified): accept optional '_' between
        qualified name. This is baecause the template name may end with
        qualified name. This is baecause the template name may end with
        numeric and can mixed up with the length of next qualified name.
        numeric and can mixed up with the length of next qualified name.
Wed Aug  3 05:52:14 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
Wed Aug  3 05:52:14 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
        * config/mt-sunos4: Use our standard location for cross-includes
        * config/mt-sunos4: Use our standard location for cross-includes
        and cross-libs when the target is also a "host" environment (ie no
        and cross-libs when the target is also a "host" environment (ie no
        newlib; includes and such don't belong to us).  This is specific
        newlib; includes and such don't belong to us).  This is specific
        to the Cygnus Support environment.
        to the Cygnus Support environment.
Tue Aug  2 15:25:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
Tue Aug  2 15:25:12 1994  Kung Hsu  (kung@mexican.cygnus.com)
        * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
        * cplus-dem.c (demangle_template): demangle as xxx<'Q'> not
        xxx.
        xxx.
Mon Aug  1 17:02:48 1994  Kung Hsu  (kung@mexican.cygnus.com)
Mon Aug  1 17:02:48 1994  Kung Hsu  (kung@mexican.cygnus.com)
        * cplus-dem.c (main): flush stdout to make pipe work.
        * cplus-dem.c (main): flush stdout to make pipe work.
Sat Jul 16 12:56:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
Sat Jul 16 12:56:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
        * config.table (*-*-cxux7*):  Recognize.
        * config.table (*-*-cxux7*):  Recognize.
        * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
        * floatformat.c (floatformat_m88110_ext) [HARRIS_FLOAT_FORMAT]:
        Harris-specific float format.
        Harris-specific float format.
        * config/mh-cxux7: New file.
        * config/mh-cxux7: New file.
Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * cplus-dem.c (demangle_template):  Make sure that the result of
        * cplus-dem.c (demangle_template):  Make sure that the result of
        consume_count doesn't index beyond the end of the string.
        consume_count doesn't index beyond the end of the string.
Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * cplus-dem.c (gnu_special):  Handle vtable mangling of gcc-2.4.5 and
        * cplus-dem.c (gnu_special):  Handle vtable mangling of gcc-2.4.5 and
        earlier. Improve test for new vtable mangling. Change output back
        earlier. Improve test for new vtable mangling. Change output back
        to `virtual table'.
        to `virtual table'.
Mon Jun 20 11:37:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
Mon Jun 20 11:37:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
        * obstack.c: Always compile this code, even if using the GNU
        * obstack.c: Always compile this code, even if using the GNU
        library.  Avoids problems with relatively recent binary
        library.  Avoids problems with relatively recent binary
        incompatibility.
        incompatibility.
Thu Jun 16 17:54:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Thu Jun 16 17:54:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * cplus-dem.c: Include libiberty.h.
        * cplus-dem.c: Include libiberty.h.
        (xmalloc, xrealloc, free): Don't declare.
        (xmalloc, xrealloc, free): Don't declare.
        (strstr): Don't declare parameters.
        (strstr): Don't declare parameters.
        (xmalloc, xrealloc): Don't define.
        (xmalloc, xrealloc): Don't define.
        (long_options): Add no-strip-underscores.
        (long_options): Add no-strip-underscores.
        (main): Call xmalloc_set_program_name.  Pass n in short options to
        (main): Call xmalloc_set_program_name.  Pass n in short options to
        getopt_long.  Handle option 'n' to not strip underscores.
        getopt_long.  Handle option 'n' to not strip underscores.
        (usage): Mention -n and --no-strip-underscores.
        (usage): Mention -n and --no-strip-underscores.
Sun Jun 12 01:37:09 1994  Jason Merrill  (jason@deneb.cygnus.com)
Sun Jun 12 01:37:09 1994  Jason Merrill  (jason@deneb.cygnus.com)
        * cplus-dem.c (demangle_template): Separate consecutive >'s with a
        * cplus-dem.c (demangle_template): Separate consecutive >'s with a
        space.
        space.
        (gnu_special): Demangle template and qualified names in a vtable name.
        (gnu_special): Demangle template and qualified names in a vtable name.
Fri May 27 12:27:52 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
Fri May 27 12:27:52 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
        From gas-2.3 and binutils-2.4 net releases:
        From gas-2.3 and binutils-2.4 net releases:
        Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
        Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
        * makefile.dos: [new] Makefile for dos/go32
        * makefile.dos: [new] Makefile for dos/go32
        * configure.bat: update for latest files
        * configure.bat: update for latest files
        * msdos.c: remove some functions now in libc.a
        * msdos.c: remove some functions now in libc.a
Fri May 20 18:53:32 1994  Per Bothner  (bothner@kalessin.cygnus.com)
Fri May 20 18:53:32 1994  Per Bothner  (bothner@kalessin.cygnus.com)
        * cplus-dem.c (gnu_special):  Recognize thunks, as well as
        * cplus-dem.c (gnu_special):  Recognize thunks, as well as
        the new naming style for vtables (when -fvtable-thunks).
        the new naming style for vtables (when -fvtable-thunks).
Wed May 18 13:34:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Wed May 18 13:34:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * Makefile.in (XTRAFLAGS): Don't define.
        * Makefile.in (XTRAFLAGS): Don't define.
        (.c.o, dummy.o): Don't use XTRAFLAGS.
        (.c.o, dummy.o): Don't use XTRAFLAGS.
        ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
        ($(RULE1)): Don't pass XTRAFLAGS down in recursive call.
Fri May 13 16:02:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
Fri May 13 16:02:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * vasprintf.c: New file.
        * vasprintf.c: New file.
        * Makefile.in, functions.def: Add it.
        * Makefile.in, functions.def: Add it.
Fri May 13 16:20:28 1994  Jason Merrill  (jason@deneb.cygnus.com)
Fri May 13 16:20:28 1994  Jason Merrill  (jason@deneb.cygnus.com)
        * cplus-dem.c (demangle_fund_type): Grok bool.
        * cplus-dem.c (demangle_fund_type): Grok bool.
Fri May  6 14:44:21 1994  Steve Chamberlain  (sac@cygnus.com)
Fri May  6 14:44:21 1994  Steve Chamberlain  (sac@cygnus.com)
        * config.table: Add go32
        * config.table: Add go32
        * config/mh-go32: New template.
        * config/mh-go32: New template.
Fri May  6 11:01:59 1994  D. V. Henkel-Wallace  (gumby@rtl.cygnus.com)
Fri May  6 11:01:59 1994  D. V. Henkel-Wallace  (gumby@rtl.cygnus.com)
        * config.table, config/mt-sunos4: config for when sun4 is cross target.
        * config.table, config/mt-sunos4: config for when sun4 is cross target.
Mon Apr 11 00:54:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
Mon Apr 11 00:54:33 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
        * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
        * getopt.c [not __GNU_LIBRARY__] [__GCC__] [not __STDC__]:
        Declare strlen to return int.  Don't include stddef.h.
        Declare strlen to return int.  Don't include stddef.h.
Fri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)
Fri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)
        * getopt.c: Delete use of IN_GCC to control whether
        * getopt.c: Delete use of IN_GCC to control whether
        stddef.h or gstddef.h is included.
        stddef.h or gstddef.h is included.
Thu Apr 14 14:00:56 1994  Kung Hsu  (kung@mexican.cygnus.com)
Thu Apr 14 14:00:56 1994  Kung Hsu  (kung@mexican.cygnus.com)
        * cplus-dem.c (demangle_signature): Fix a bug in template function
        * cplus-dem.c (demangle_signature): Fix a bug in template function
        type numbering.
        type numbering.
Wed Apr 13 17:23:03 1994  Kung Hsu  (kung@mexican.cygnus.com)
Wed Apr 13 17:23:03 1994  Kung Hsu  (kung@mexican.cygnus.com)
        * cplus-dem.c (demangle_signature): Fix template function with arm
        * cplus-dem.c (demangle_signature): Fix template function with arm
        style argument type number, Tn.
        style argument type number, Tn.
Wed Apr 13 17:11:15 1994  Jason Merrill  (jason@deneb.cygnus.com)
Wed Apr 13 17:11:15 1994  Jason Merrill  (jason@deneb.cygnus.com)
        * cplus-dem.c (optable): Add new[] and delete[].
        * cplus-dem.c (optable): Add new[] and delete[].
Fri Apr  8 11:21:42 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
Fri Apr  8 11:21:42 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
        * argv.c (buildargv): Don't produce empty argument just because
        * argv.c (buildargv): Don't produce empty argument just because
        there is trailing whitespace.
        there is trailing whitespace.
Wed Apr  6 11:42:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
Wed Apr  6 11:42:14 1994  Kung Hsu  (kung@mexican.cygnus.com)
        * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
        * cplus-dem.c (demangle_template): fix 'Q' qualified name bug.
        Handle 'p' same as 'P'.
        Handle 'p' same as 'P'.
        * cplus-dem.c (do_type): Handle 'p' same as 'P'.
        * cplus-dem.c (do_type): Handle 'p' same as 'P'.
Sat Mar 26 12:00:13 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Sat Mar 26 12:00:13 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * floatformat.c (get_field, put_field):  Fix off by one error in
        * floatformat.c (get_field, put_field):  Fix off by one error in
        little endian case.
        little endian case.
Thu Mar 24 10:40:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
Thu Mar 24 10:40:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * floatformat.c (floatformat_from_double): Pass unsigned char *,
        * floatformat.c (floatformat_from_double): Pass unsigned char *,
        not char *, to put_field.
        not char *, to put_field.
Fri Mar 18 12:34:33 1994  Per Bothner  (bothner@kalessin.cygnus.com)
Fri Mar 18 12:34:33 1994  Per Bothner  (bothner@kalessin.cygnus.com)
        * memmove.c:  Re-wrote;  placed in public domain.
        * memmove.c:  Re-wrote;  placed in public domain.
Wed Mar 16 10:33:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
Wed Mar 16 10:33:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
        * cplus-dem.c (demangle_prefix): If ARM demangling, don't treat
        __Q* as a constructor.
        __Q* as a constructor.
Mon Mar 14 12:26:02 1994  Ian Lance Taylor  (ian@cygnus.com)
Mon Mar 14 12:26:02 1994  Ian Lance Taylor  (ian@cygnus.com)
        * ieee-float.c: Removed; no longer used.
        * ieee-float.c: Removed; no longer used.
        * Makefile.in: Changed accordingly.
        * Makefile.in: Changed accordingly.
Mon Mar  7 12:28:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Mon Mar  7 12:28:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * floatformat.c (get_field): Removed unused local variable i.
        * floatformat.c (get_field): Removed unused local variable i.
        (put_field): Removed unused local variable i.
        (put_field): Removed unused local variable i.
Sun Feb 27 21:50:11 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
Sun Feb 27 21:50:11 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
        * floatformat.c: New file, intended to replace ieee-float.c.
        * floatformat.c: New file, intended to replace ieee-float.c.
        * Makefile.in: Change accordingly.
        * Makefile.in: Change accordingly.
Thu Feb 24 11:51:12 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
Thu Feb 24 11:51:12 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
        * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
        * getopt.c: Remove #ifdef GETOPT_COMPAT and #if 0 code.
         (_getopt_initialize): New function, broken out of _getopt_internal.
         (_getopt_initialize): New function, broken out of _getopt_internal.
         (_getopt_internal):
         (_getopt_internal):
         If long_only and the ARGV-element has the form "-f", where f is
         If long_only and the ARGV-element has the form "-f", where f is
         a valid short option, don't consider it an abbreviated form of
         a valid short option, don't consider it an abbreviated form of
         a long option that starts with f.  Otherwise there would be no
         a long option that starts with f.  Otherwise there would be no
         way to give the -f short option.
         way to give the -f short option.
Thu Feb 10 14:44:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
Thu Feb 10 14:44:16 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
        * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
        * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]:
        Test just __STDC__, not emacs.
        Test just __STDC__, not emacs.
Wed Feb  9 00:14:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
Wed Feb  9 00:14:00 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
        * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
        * getopt.c [not __GNU_LIBRARY__] [__GNUC__] [not IN_GCC]
        [emacs] [not __STDC__]: Don't include stddef.h.  Don't declare strlen.
        [emacs] [not __STDC__]: Don't include stddef.h.  Don't declare strlen.
Fri Dec 24 19:43:00 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
Fri Dec 24 19:43:00 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
        * getopt.c (_NO_PROTO): Define before config.h is included.
        * getopt.c (_NO_PROTO): Define before config.h is included.
Mon Sep 20 15:59:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
Mon Sep 20 15:59:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
        * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
        * getopt.c, getopt1.c [emacs || CONFIG_BROKETS]: Include
         only under these, else "config.h".
         only under these, else "config.h".
Thu Aug 12 18:16:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
Thu Aug 12 18:16:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
        * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
        * getopt.c, getopt1.c [HAVE_CONFIG_H]: Include
         instead of "config.h".
         instead of "config.h".
Sun Feb 20 17:17:01 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
Sun Feb 20 17:17:01 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
        * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
        * concat.c: Check ANSI_PROTOTYPES rather than __STDC__ to decide
        whether to use prototypes or not.
        whether to use prototypes or not.
        * strerror.c (const): Never undefine; let ansidecl.h handle it.
        * strerror.c (const): Never undefine; let ansidecl.h handle it.
        * strsignal.c (const): Likewise.
        * strsignal.c (const): Likewise.
Thu Feb 17 13:27:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Thu Feb 17 13:27:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
        * xatexit.c (_xexit_cleanup): Declare as extern; don't initialize.
        Merging common and initialized variables need not be supported by
        Merging common and initialized variables need not be supported by
        ANSI C compilers.
        ANSI C compilers.
        (xatexit): Initialize _xexit_cleanup if not already set.
        (xatexit): Initialize _xexit_cleanup if not already set.
        * xexit.c: Comment fix.
        * xexit.c: Comment fix.
Wed Feb 16 01:15:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Wed Feb 16 01:15:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
        * xmalloc.c: Don't declare xexit; it's declared in libiberty.h.
        (xrealloc): If oldmem is NULL, allocate with malloc, rather than
        (xrealloc): If oldmem is NULL, allocate with malloc, rather than
        assuming that realloc works correctly.
        assuming that realloc works correctly.
Tue Feb 15 09:26:16 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Tue Feb 15 09:26:16 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * concat.c, ieee-float.c:  Replace inclusion of 
        * concat.c, ieee-float.c:  Replace inclusion of 
        with explicit function declarations, as recommended by Ian Taylor.
        with explicit function declarations, as recommended by Ian Taylor.
Sat Feb 12 10:31:11 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
Sat Feb 12 10:31:11 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
        * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
        * xmalloc.c (xmalloc, xrealloc): Use PTR and size_t throughout.
        (malloc, realloc): Declare.
        (malloc, realloc): Declare.
Thu Feb 10 17:08:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Thu Feb 10 17:08:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * argv.c, basename.c: Include ansidecl.h and libiberty.h.
        * argv.c, basename.c: Include ansidecl.h and libiberty.h.
        * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
        * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise.
        * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
        * strerror.c, strsignal.c, xatexit.c, xexit.c: Likewise.
        * xmalloc.c: Likewise.
        * xmalloc.c: Likewise.
        * concat.c: Don't declare xmalloc.  If __STDC__, use 
        * concat.c: Don't declare xmalloc.  If __STDC__, use 
        macros, not  macros.
        macros, not  macros.
        * spaces.c (spaces): Make return type const.  Don't crash if
        * spaces.c (spaces): Make return type const.  Don't crash if
        malloc returns NULL.
        malloc returns NULL.
        * strerror.c (struct error_info): Make name and msg fields const.
        * strerror.c (struct error_info): Make name and msg fields const.
        (error_names): Make const.
        (error_names): Make const.
        (strerrno): Make const.
        (strerrno): Make const.
        (strtoerrno): Make argument const.
        (strtoerrno): Make argument const.
        * strsignal.c (struct signal_info): Make name and msg fields
        * strsignal.c (struct signal_info): Make name and msg fields
        const.
        const.
        (signal_names, sys_siglist): Make const.
        (signal_names, sys_siglist): Make const.
        (strsignal, strsigno): Make const.
        (strsignal, strsigno): Make const.
        (strtosigno): Make argument const.
        (strtosigno): Make argument const.
        * xatexit.c: Declare parameter types.
        * xatexit.c: Declare parameter types.
        * xmalloc.c (name): Make const.
        * xmalloc.c (name): Make const.
        (xmalloc_set_program_name): Make argument const.
        (xmalloc_set_program_name): Make argument const.
        * Makefile.in (INCDIR): Define.
        * Makefile.in (INCDIR): Define.
        (.c.o): Use $(INCDIR).
        (.c.o): Use $(INCDIR).
        (dummy.o): Likewise.
        (dummy.o): Likewise.
        (argv.o, basename.o): New targets; depend on libiberty.h.
        (argv.o, basename.o): New targets; depend on libiberty.h.
        (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
        (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise.
        (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
        (strerror.o, strsignal.o, xatexit.o, xexit.o): Likewise.
        (xmalloc.o): Likewise.
        (xmalloc.o): Likewise.
        (cplus-dem.o): New target; depend on demangle.h.
        (cplus-dem.o): New target; depend on demangle.h.
        (getopt.o, getopt1.o): New targets; depend on getopt.h.
        (getopt.o, getopt1.o): New targets; depend on getopt.h.
        (ieee-float.o): New target; depend on ieee-float.h.
        (ieee-float.o): New target; depend on ieee-float.h.
        (obstack.o): New target; depend on obstack.h.
        (obstack.o): New target; depend on obstack.h.
Tue Feb  8 05:29:08 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
Tue Feb  8 05:29:08 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
        Handle obstack_chunk_alloc returning NULL.  This allows
        Handle obstack_chunk_alloc returning NULL.  This allows
        obstacks to be used by libraries, without forcing them
        obstacks to be used by libraries, without forcing them
        to call exit or longjmp.
        to call exit or longjmp.
        * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
        * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
        If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
        If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
        (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
        (_obstack_begin, _obstack_begin_1): Return 1 if successful, 0 if not.
Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Tue Feb  8 00:32:28 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * concat.c, ieee-float.c:  Include .
        * concat.c, ieee-float.c:  Include .
Sun Feb  6 21:28:46 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
Sun Feb  6 21:28:46 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
        * xmalloc.c (xmalloc_set_program_name): New function.
        * xmalloc.c (xmalloc_set_program_name): New function.
        (xmalloc, xrealloc): Include the name in the error message, if set.
        (xmalloc, xrealloc): Include the name in the error message, if set.
        * Replace atexit.c with xatexit.c.
        * Replace atexit.c with xatexit.c.
        * Makefile.in (CFILES), functions.def: Change references.
        * Makefile.in (CFILES), functions.def: Change references.
Sat Feb  5 14:02:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
Sat Feb  5 14:02:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
        * getruntime.c (get_run_time): Use getrusage or times if
        * getruntime.c (get_run_time): Use getrusage or times if
        HAVE_GETRUSAGE or HAVE_TIMES are defined.
        HAVE_GETRUSAGE or HAVE_TIMES are defined.
Fri Feb  4 15:49:38 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
Fri Feb  4 15:49:38 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
        * atexit.c: New file.
        * atexit.c: New file.
        * Makefile.in (CFILES), functions.def: Add it.
        * Makefile.in (CFILES), functions.def: Add it.
        * xexit.c: New file.
        * xexit.c: New file.
        * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
        * Makefile.in (CFILES, REQUIRED_OFILES): Add it.
        * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
        * xmalloc.c (xmalloc, xrealloc): Call xexit instead of exit.
        Change request for 0 bytes into request for 1 byte.
        Change request for 0 bytes into request for 1 byte.
Wed Feb  2 11:36:49 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Wed Feb  2 11:36:49 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
        * xmalloc.c (xmalloc, xrealloc): Print size using %lu, and cast to
        unsigned long, to avoid warnings.
        unsigned long, to avoid warnings.
Fri Jan 28 17:49:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
Fri Jan 28 17:49:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
        * dummy.c: Don't include time.h ever; always define clock_t as
        * dummy.c: Don't include time.h ever; always define clock_t as
        "unsigned long".  Until gcc/fixincludes ensures that clock_t
        "unsigned long".  Until gcc/fixincludes ensures that clock_t
        exists, __STDC__ isn't a sufficient test.  And if clock() doesn't
        exists, __STDC__ isn't a sufficient test.  And if clock() doesn't
        exist, clock_t probably doesn't either.
        exist, clock_t probably doesn't either.
Mon Jan 24 11:52:31 1994  Stan Shebs  (shebs@andros.cygnus.com)
Mon Jan 24 11:52:31 1994  Stan Shebs  (shebs@andros.cygnus.com)
        * clock.c, getruntime.c: New files.
        * clock.c, getruntime.c: New files.
        * Makefile.in: Add to file lists.
        * Makefile.in: Add to file lists.
        * functions.def (clock): Add to list.
        * functions.def (clock): Add to list.
        * dummy.c (time.h): Add if __STDC__.
        * dummy.c (time.h): Add if __STDC__.
        (clock_t): #define as "unsigned long" if not __STDC__.
        (clock_t): #define as "unsigned long" if not __STDC__.
Tue Jan 11 11:27:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Tue Jan 11 11:27:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * strtod.c: Declare atof.  From edler@jan.ultra.nyu.edu (Jan
        * strtod.c: Declare atof.  From edler@jan.ultra.nyu.edu (Jan
        Edler).
        Edler).
Tue Dec 28 14:17:30 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Tue Dec 28 14:17:30 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
        * Makefile.in (errors): Use CFLAGS as well as LDFLAGS when
        linking.
        linking.
Fri Dec 17 12:26:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
Fri Dec 17 12:26:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
        * cplus-dem.c (demangle_arm_pt): New function.  Common code
        * cplus-dem.c (demangle_arm_pt): New function.  Common code
        for ARM template demangling.
        for ARM template demangling.
        * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
        * cplus-dem.c (demangle_class_name): Use demangle_arm_pt.
        * cplus-dem.c (demangle_prefix): Likewise.
        * cplus-dem.c (demangle_prefix): Likewise.
Tue Nov 30 15:47:48 1993  Jason Merrill  (jason@deneb.cygnus.com)
Tue Nov 30 15:47:48 1993  Jason Merrill  (jason@deneb.cygnus.com)
        * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
        * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc.
Sat Nov 27 11:05:50 1993  Fred Fish  (fnf@cygnus.com)
Sat Nov 27 11:05:50 1993  Fred Fish  (fnf@cygnus.com)
        Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
        Merge changes from tom@basil.icce.rug.nl (Tom R.Hageman)
        * strerror.c, strsignal.c:  As a small space optimization, don't
        * strerror.c, strsignal.c:  As a small space optimization, don't
        include messages when they aren't actually used.
        include messages when they aren't actually used.
        Merge changes from takefive.co.at!joe (Josef Leherbauer)
        Merge changes from takefive.co.at!joe (Josef Leherbauer)
        * cplus-dem.c (demangle_prefix, demangle_function_name,
        * cplus-dem.c (demangle_prefix, demangle_function_name,
        cplus_demangle_opname):  Fixes for systems where cplus_marker
        cplus_demangle_opname):  Fixes for systems where cplus_marker
        is something other than '$'.
        is something other than '$'.
Fri Nov 26 13:51:11 1993  Per Bothner  (bothner@kalessin.cygnus.com)
Fri Nov 26 13:51:11 1993  Per Bothner  (bothner@kalessin.cygnus.com)
        * waitpid.c:  Simple-minded approcimation to waitpid
        * waitpid.c:  Simple-minded approcimation to waitpid
        using vanilla wait.
        using vanilla wait.
        * functions.def, Makefile.in:  Update accordingly,
        * functions.def, Makefile.in:  Update accordingly,
Thu Nov 18 18:01:15 1993  Kung Hsu  (kung@cirdan.cygnus.com)
Thu Nov 18 18:01:15 1993  Kung Hsu  (kung@cirdan.cygnus.com)
        * cplus-dem.c(demangle_template): fix bug template instantiation
        * cplus-dem.c(demangle_template): fix bug template instantiation
        with value of user defined type.
        with value of user defined type.
Wed Nov 17 18:30:21 1993  Kung Hsu  (kung@cirdan.cygnus.com)
Wed Nov 17 18:30:21 1993  Kung Hsu  (kung@cirdan.cygnus.com)
        * cplus-dem.c(cplus_demangle_opname): add the subject new function
        * cplus-dem.c(cplus_demangle_opname): add the subject new function
        to support unified search of operator in class.
        to support unified search of operator in class.
Wed Nov 10 09:47:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Wed Nov 10 09:47:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        gcc -Wall lint:
        gcc -Wall lint:
        * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
        * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
        "digit = *s" as condition in while loop.
        "digit = *s" as condition in while loop.
Tue Nov  9 15:52:22 1993  Mark Eichin  (eichin@cygnus.com)
Tue Nov  9 15:52:22 1993  Mark Eichin  (eichin@cygnus.com)
        * Makefile.in: pass SHELL to recursive make
        * Makefile.in: pass SHELL to recursive make
Thu Nov  4 12:09:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
Thu Nov  4 12:09:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
        * vfprintf.c, vprintf.c, vsprintf.c:  Make format arg
        * vfprintf.c, vprintf.c, vsprintf.c:  Make format arg
        be (const char*), for ANSI (and gcc w/fixproto) consistency.
        be (const char*), for ANSI (and gcc w/fixproto) consistency.
Thu Nov  4 08:29:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Thu Nov  4 08:29:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * config.table: Make *-*-hiux* use mh-hpux.
        * config.table: Make *-*-hiux* use mh-hpux.
Fri Oct 22 07:53:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Fri Oct 22 07:53:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * config.table: Add * to end of all OS names.
        * config.table: Add * to end of all OS names.
Tue Oct 19 17:12:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
Tue Oct 19 17:12:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
        * Makefile.in (lneeded-list): ensure that object file names are
        * Makefile.in (lneeded-list): ensure that object file names are
          not duplicated, as multiple instances of the same object file in
          not duplicated, as multiple instances of the same object file in
          a library causes problems on some machines
          a library causes problems on some machines
Mon Oct 18 21:59:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Mon Oct 18 21:59:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
        * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char.
Fri Oct 15 22:17:11 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
Fri Oct 15 22:17:11 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
        * strncasecmp.c: new file, implements strncasecmp
        * strncasecmp.c: new file, implements strncasecmp
        * strcasecmp.c: new file, implement strcasecmp
        * strcasecmp.c: new file, implement strcasecmp
        * Makefile.in (CFILES): list these two new source files
        * Makefile.in (CFILES): list these two new source files
        * functions.def: add strcasecmp and strncasecmp entries
        * functions.def: add strcasecmp and strncasecmp entries
Fri Oct 15 14:53:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Fri Oct 15 14:53:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
        * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
        according to ANSI C.
        according to ANSI C.
Thu Oct 14 16:34:19 1993  Kung Hsu  (kung@cirdan.cygnus.com)
Thu Oct 14 16:34:19 1993  Kung Hsu  (kung@cirdan.cygnus.com)
        * cplus-dem.c: add support of ARM global constructor/destructor,
        * cplus-dem.c: add support of ARM global constructor/destructor,
        and 'G' for passing record or union in parameter.
        and 'G' for passing record or union in parameter.
Wed Oct 13 13:36:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Wed Oct 13 13:36:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
        * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES
        should not be in functions.def.
        should not be in functions.def.
Wed Oct 13 13:13:38 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
Wed Oct 13 13:13:38 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        * functions.def: Removed xmalloc.  Stuff in REQUIRED_OFILES should
        * functions.def: Removed xmalloc.  Stuff in REQUIRED_OFILES should
        not be in functions.def.
        not be in functions.def.
Mon Oct  4 18:26:39 1993  Kung Hsu  (kung@cirdan.cygnus.com)
Mon Oct  4 18:26:39 1993  Kung Hsu  (kung@cirdan.cygnus.com)
        * cplus-dem.c: change globl constructor/destructor to proper name
        * cplus-dem.c: change globl constructor/destructor to proper name
Tue Sep 28 18:11:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
Tue Sep 28 18:11:07 1993  Kung Hsu  (kung@cirdan.cygnus.com)
        * cplus-dem.c: fix bug in constructor/destructor
        * cplus-dem.c: fix bug in constructor/destructor
Tue Sep 28 16:20:49 1993  Kung Hsu  (kung@cirdan.cygnus.com)
Tue Sep 28 16:20:49 1993  Kung Hsu  (kung@cirdan.cygnus.com)
        * cplus-dem.c: support both old and new _vt$... vtbl mangled names
        * cplus-dem.c: support both old and new _vt$... vtbl mangled names
Fri Sep 24 19:07:16 1993  Jason Merrill  (jason@deneb.cygnus.com)
Fri Sep 24 19:07:16 1993  Jason Merrill  (jason@deneb.cygnus.com)
        * cplus-dem.c: Fix demangle_template prototype
        * cplus-dem.c: Fix demangle_template prototype
Fri Sep 24 17:32:55 1993  Kung Hsu  (kung@cirdan.cygnus.com)
Fri Sep 24 17:32:55 1993  Kung Hsu  (kung@cirdan.cygnus.com)
        * cplus-dem.c: fix template demangling
        * cplus-dem.c: fix template demangling
        * cplus-dem.c: fix const type demangling
        * cplus-dem.c: fix const type demangling
        * cplus-dem.c: fix constructor/destructor, virtual table,
        * cplus-dem.c: fix constructor/destructor, virtual table,
        qualifier, global constructor/destructor demangling
        qualifier, global constructor/destructor demangling
Wed Sep  1 23:13:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Wed Sep  1 23:13:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * strsignal.c, strerror.c: Use fully-bracketed initializer to
        * strsignal.c, strerror.c: Use fully-bracketed initializer to
        keep gcc -Wall happy.
        keep gcc -Wall happy.
Fri Aug 27 10:30:09 1993  Jason Merrill  (jason@deneb.cygnus.com)
Fri Aug 27 10:30:09 1993  Jason Merrill  (jason@deneb.cygnus.com)
        * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
        * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last
        patch.
        patch.
Fri Aug 27 11:24:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Fri Aug 27 11:24:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        Patch from Paul Flinders:
        Patch from Paul Flinders:
        * cplus-dem.c (do_type): Deal with arrays.
        * cplus-dem.c (do_type): Deal with arrays.
Tue Aug 24 14:23:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Tue Aug 24 14:23:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * cplus-dem.c (demangle_qualified: Deal with GNU format for more
        * cplus-dem.c (demangle_qualified: Deal with GNU format for more
        than 9 classes.
        than 9 classes.
Wed Aug 18 19:50:29 1993  Jason Merrill  (jason@deneb.cygnus.com)
Wed Aug 18 19:50:29 1993  Jason Merrill  (jason@deneb.cygnus.com)
        * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
        * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable
        not initialized" warnings under HP/UX
        not initialized" warnings under HP/UX
Sun Aug 15 20:42:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Sun Aug 15 20:42:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * strerror.c: Move include of stdio.h after sys_errlist #define.
        * strerror.c: Move include of stdio.h after sys_errlist #define.
        Also remove NULL definition (stdio.h always defines NULL, so it
        Also remove NULL definition (stdio.h always defines NULL, so it
        never did anything but clutter up the code).
        never did anything but clutter up the code).
Sat Aug 14 14:21:49 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
Sat Aug 14 14:21:49 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
        * Makefile.in, functions.def: handle xmalloc.c
        * Makefile.in, functions.def: handle xmalloc.c
        * xmalloc.c: provide xmalloc and xrealloc functions
        * xmalloc.c: provide xmalloc and xrealloc functions
Thu Aug 12 17:38:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
Thu Aug 12 17:38:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
        * cplus-dem.c: Fix a comment.
        * cplus-dem.c: Fix a comment.
Sat Aug  7 13:56:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
Sat Aug  7 13:56:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
        * getopt1.c: Declare const the way getopt.c does.
        * getopt1.c: Declare const the way getopt.c does.
Fri Aug  6 17:03:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
Fri Aug  6 17:03:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
        * obstack.c, alloca.c: Update from FSF.
        * obstack.c, alloca.c: Update from FSF.
        * getopt.c, getopt1.c: Update to current FSF version, which
        * getopt.c, getopt1.c: Update to current FSF version, which
        doesn't use alloca.
        doesn't use alloca.
Tue Jul 27 14:03:57 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
Tue Jul 27 14:03:57 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
        * Makefile.in (demangle): Add the target with a message saying
        * Makefile.in (demangle): Add the target with a message saying
        where demangle went.
        where demangle went.
Mon Jul 26 15:49:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Mon Jul 26 15:49:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * Makefile.in: Remove obsolete `demangle' target.
        * Makefile.in: Remove obsolete `demangle' target.
Thu Jul 22 08:31:01 1993  Fred Fish  (fnf@deneb.cygnus.com)
Thu Jul 22 08:31:01 1993  Fred Fish  (fnf@deneb.cygnus.com)
        * cplus-dem.c (arm_special):  Apply patch from arg@lucid.com to
        * cplus-dem.c (arm_special):  Apply patch from arg@lucid.com to
        avoid infinite loop on vtbl symbols with disambiguating "junk"
        avoid infinite loop on vtbl symbols with disambiguating "junk"
        tacked on the end.
        tacked on the end.
Mon Jul 19 14:10:37 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
Mon Jul 19 14:10:37 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
        * strsignal.c: work around some systems losing definitions of
        * strsignal.c: work around some systems losing definitions of
        sys_siglist
        sys_siglist
        * config/mh-lynxos: this system has a losing definition of
        * config/mh-lynxos: this system has a losing definition of
        sys_siglist
        sys_siglist
        * config.table: use mh-lynxos for *-*-lynxos
        * config.table: use mh-lynxos for *-*-lynxos
Mon Jul 19 17:08:52 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
Mon Jul 19 17:08:52 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
        * config.table: Add support for HPPA BSD hosts.
        * config.table: Add support for HPPA BSD hosts.
        * config/mh-hpbsd: New file.
        * config/mh-hpbsd: New file.
Mon Jul 12 18:00:40 1993  K. Richard Pixley  (rich@cygnus.com)
Mon Jul 12 18:00:40 1993  K. Richard Pixley  (rich@cygnus.com)
        * Makefile.in (TAGS): make work when srcdir != objdir.
        * Makefile.in (TAGS): make work when srcdir != objdir.
Sun Jun 27 15:35:31 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
Sun Jun 27 15:35:31 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
        * cplus-dem.c (main): Add long options, including --help and
        * cplus-dem.c (main): Add long options, including --help and
        --version.
        --version.
        (usage): New function from code in main.
        (usage): New function from code in main.
Tue Jun 22 11:37:38 1993  Per Bothner  (bothner@deneb.cygnus.com)
Tue Jun 22 11:37:38 1993  Per Bothner  (bothner@deneb.cygnus.com)
        * config.table:  New shell scipt, sourced by both ./configure,in
        * config.table:  New shell scipt, sourced by both ./configure,in
        and ../xiberty/configure.in, to avoid maintainance lossages.
        and ../xiberty/configure.in, to avoid maintainance lossages.
        * configure.in and ../xiberty/configure.in:  Use config.table.
        * configure.in and ../xiberty/configure.in:  Use config.table.
        * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
        * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1.
        * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
        * configure.in: Map *-*-irix* (except irix4) to mh-sysv.
        * ../xiberty/configure.in:  Update from ./configure.in.
        * ../xiberty/configure.in:  Update from ./configure.in.
Tue Jun 15 17:05:31 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
Tue Jun 15 17:05:31 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
        * Makefile.in: remove parentdir support
        * Makefile.in: remove parentdir support
Wed May 26 12:59:09 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Wed May 26 12:59:09 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * cplus-dem.c (xrealloc):  Match definition with prototype.
        * cplus-dem.c (xrealloc):  Match definition with prototype.
Tue May 25 14:27:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Tue May 25 14:27:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * cplus-dem.c (demangle_prefix):  Demangle cfront
        * cplus-dem.c (demangle_prefix):  Demangle cfront
        local variables as an extension to ARM demangling.
        local variables as an extension to ARM demangling.
Fri May 21 09:53:57 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
Fri May 21 09:53:57 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * ieee-float.c: Don't require pointers to double to be aligned.
        * ieee-float.c: Don't require pointers to double to be aligned.
Tue May 18 17:12:10 1993  Fred Fish  (fnf@cygnus.com)
Tue May 18 17:12:10 1993  Fred Fish  (fnf@cygnus.com)
        (merge changes from dlong@cse.ucsc.edu)
        (merge changes from dlong@cse.ucsc.edu)
        * cplus-dem.c (consume_count):  Simplify.
        * cplus-dem.c (consume_count):  Simplify.
        * cplus-dem.c (arm_pt, demangle_class_name):  New functions.
        * cplus-dem.c (arm_pt, demangle_class_name):  New functions.
        * cplus-dem.c (various):  Calls to arm_pt, demangle_class_name.
        * cplus-dem.c (various):  Calls to arm_pt, demangle_class_name.
        * cplus-dem.c (xmalloc, xrealloc, strstr):  Make extern decls into
        * cplus-dem.c (xmalloc, xrealloc, strstr):  Make extern decls into
        full prototypes.
        full prototypes.
        * cplus-dem.c (free):  Add prototype.
        * cplus-dem.c (free):  Add prototype.
        * cplus-dem.c (optable):  Fully bracketize initializer.
        * cplus-dem.c (optable):  Fully bracketize initializer.
Fri May 14 17:13:05 1993  Per Bothner  (bothner@cygnus.com)
Fri May 14 17:13:05 1993  Per Bothner  (bothner@cygnus.com)
        * cplus-dem.c:  Whether initial underscores are stripped
        * cplus-dem.c:  Whether initial underscores are stripped
        depends on the external variable prepends_underscore
        depends on the external variable prepends_underscore
        (which is generated by the binutils Makefile).
        (which is generated by the binutils Makefile).
Fri May 14 07:32:20 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
Fri May 14 07:32:20 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
        * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
        * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
Tue May  4 20:31:59 1993  Fred Fish  (fnf@cygnus.com)
Tue May  4 20:31:59 1993  Fred Fish  (fnf@cygnus.com)
        * cplus-dem.c (consume_count):  Return zero if arg does not
        * cplus-dem.c (consume_count):  Return zero if arg does not
        start with digit, and don't consume any input.
        start with digit, and don't consume any input.
Tue May  4 08:10:28 1993  Jim Kingdon  (kingdon@cygnus.com)
Tue May  4 08:10:28 1993  Jim Kingdon  (kingdon@cygnus.com)
        * Makefile.in (demangle): Use ${srcdir} not $^.
        * Makefile.in (demangle): Use ${srcdir} not $^.
        * strtod.c: New file, needed at least for BSD 4.3.
        * strtod.c: New file, needed at least for BSD 4.3.
Sun May  2 11:30:42 1993  Fred Fish  (fnf@cygnus.com)
Sun May  2 11:30:42 1993  Fred Fish  (fnf@cygnus.com)
        * strsignal.c (sys_siglist):  For ANSI compilations, type is
        * strsignal.c (sys_siglist):  For ANSI compilations, type is
        "const char *const".  Also remove conditionalization on __STDC__
        "const char *const".  Also remove conditionalization on __STDC__
        since const is defined away for non-ANSI.
        since const is defined away for non-ANSI.
Wed Apr 28 19:29:55 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
Wed Apr 28 19:29:55 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
        * configure.in: Recognize *-*-hpux.
        * configure.in: Recognize *-*-hpux.
        * config/mh-hpux: New file.
        * config/mh-hpux: New file.
Tue Apr 27 15:22:19 1993  Per Bothner  (bothner@cygnus.com)
Tue Apr 27 15:22:19 1993  Per Bothner  (bothner@cygnus.com)
        * tmpnam.c:  Added ANSI tmpnam() function.
        * tmpnam.c:  Added ANSI tmpnam() function.
        * functions.def, Makefile.in:  Update accordingly.
        * functions.def, Makefile.in:  Update accordingly.
Tue Apr 27 13:38:38 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Tue Apr 27 13:38:38 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * cplus-dem.c (demangle_function_name): Get the demangling of
        * cplus-dem.c (demangle_function_name): Get the demangling of
        stop__1A right.
        stop__1A right.
Fri Apr 16 23:48:24 1993  Jim Kingdon  (kingdon at calvin)
Fri Apr 16 23:48:24 1993  Jim Kingdon  (kingdon at calvin)
        * cplus-dem.c: Declare strstr return type.
        * cplus-dem.c: Declare strstr return type.
Fri Mar 26 12:01:26 1993  Jim Kingdon  (kingdon@cygnus.com)
Fri Mar 26 12:01:26 1993  Jim Kingdon  (kingdon@cygnus.com)
        * strsignal.c: Add some AIX signals.
        * strsignal.c: Add some AIX signals.
Thu Mar 25 15:17:23 1993  Ian Lance Taylor  (ian@cygnus.com)
Thu Mar 25 15:17:23 1993  Ian Lance Taylor  (ian@cygnus.com)
        * Makefile.in (MAKEOVERRIDES): Define to be empty.
        * Makefile.in (MAKEOVERRIDES): Define to be empty.
Wed Mar 24 01:59:25 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
Wed Mar 24 01:59:25 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
        * Makefile.in: add installcheck & dvi targets
        * Makefile.in: add installcheck & dvi targets
Thu Mar 18 14:05:44 1993  Per Bothner  (bothner@rtl.cygnus.com)
Thu Mar 18 14:05:44 1993  Per Bothner  (bothner@rtl.cygnus.com)
        * ieee-float.c:  New file, moved from ../gdb (since it is
        * ieee-float.c:  New file, moved from ../gdb (since it is
        needed by ../opcode/m68k-dis.c).
        needed by ../opcode/m68k-dis.c).
Tue Mar  2 17:47:31 1993  Fred Fish  (fnf@cygnus.com)
Tue Mar  2 17:47:31 1993  Fred Fish  (fnf@cygnus.com)
        * cplus-dem.c:  Replace all references to cfront with ARM.
        * cplus-dem.c:  Replace all references to cfront with ARM.
Fri Feb 26 00:17:07 1993  Per Bothner  (bothner@rtl.cygnus.com)
Fri Feb 26 00:17:07 1993  Per Bothner  (bothner@rtl.cygnus.com)
        * cplus-dem.c:  Fix main program (when compiled with -DMAIN)
        * cplus-dem.c:  Fix main program (when compiled with -DMAIN)
        to be more useful as a filter.
        to be more useful as a filter.
Sat Feb 20 21:41:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
Sat Feb 20 21:41:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
        * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
        * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
        destination directory before running $(RANLIB), in case that
        destination directory before running $(RANLIB), in case that
        program tries to create a file in the current directory as part of
        program tries to create a file in the current directory as part of
        its work.
        its work.
Thu Feb 18 23:00:19 1993  John Gilmore  (gnu@cygnus.com)
Thu Feb 18 23:00:19 1993  John Gilmore  (gnu@cygnus.com)
        * strsignal.c (sys_siglist):  Remove yet another *%^&%&$# "const"
        * strsignal.c (sys_siglist):  Remove yet another *%^&%&$# "const"
        because BSD 4.4 lacks one.  Isn't this fun?
        because BSD 4.4 lacks one.  Isn't this fun?
Thu Feb 18 11:24:25 1993  Fred Fish  (fnf@cygnus.com)
Thu Feb 18 11:24:25 1993  Fred Fish  (fnf@cygnus.com)
        * cplus-dem.c (demangle_signature):  Set func_done after
        * cplus-dem.c (demangle_signature):  Set func_done after
        demangling a template.
        demangling a template.
        * cplus-dem.c (demangle_template):  Fix several small bugs
        * cplus-dem.c (demangle_template):  Fix several small bugs
        in demangling GNU style templates.
        in demangling GNU style templates.
        * cplus-dem.c (demangle_prefix):  Fix for templates in GNU
        * cplus-dem.c (demangle_prefix):  Fix for templates in GNU
        style constructors.
        style constructors.
        * cplus-dem.c (gnu_special):  Fix for templates in GNU style
        * cplus-dem.c (gnu_special):  Fix for templates in GNU style
        static data members.
        static data members.
Tue Feb 16 17:28:35 1993  Fred Fish  (fnf@cygnus.com)
Tue Feb 16 17:28:35 1993  Fred Fish  (fnf@cygnus.com)
        * cplus-dem.c (demangle_signature):  Modify to include type
        * cplus-dem.c (demangle_signature):  Modify to include type
        modifiers like static and const in remembered types.
        modifiers like static and const in remembered types.
Thu Feb 11 22:20:47 1993  Fred Fish  (fnf@cygnus.com)
Thu Feb 11 22:20:47 1993  Fred Fish  (fnf@cygnus.com)
        * cplus-dem.c (demangled_qualified):  Add new parameter that tells
        * cplus-dem.c (demangled_qualified):  Add new parameter that tells
        whether to prepend or append the qualifiers.
        whether to prepend or append the qualifiers.
        * cplus-dem.c (string_prepends):  Used now, remove #if 0.
        * cplus-dem.c (string_prepends):  Used now, remove #if 0.
        * cplus-dem.c (demangle_signature):  Call demangle_qualified
        * cplus-dem.c (demangle_signature):  Call demangle_qualified
        with prepending.
        with prepending.
        * cplus-dem.c (gnu_special):  Recognize static data members that
        * cplus-dem.c (gnu_special):  Recognize static data members that
        use qualified names.
        use qualified names.
        * cplus-dem.c (demangle_qualified):  Accumulate qualifiers in a
        * cplus-dem.c (demangle_qualified):  Accumulate qualifiers in a
        temporary buffer and the prepend or append them to the result,
        temporary buffer and the prepend or append them to the result,
        as specified by the new "append" flag.
        as specified by the new "append" flag.
        * cplus-dem.c (do_type):  Call demangled_qualified with
        * cplus-dem.c (do_type):  Call demangled_qualified with
        appending.
        appending.
Mon Dec 28 10:47:19 1992  Ken Raeburn  (raeburn@cygnus.com)
Mon Dec 28 10:47:19 1992  Ken Raeburn  (raeburn@cygnus.com)
        * strsignal.c (signal_table): Now const.
        * strsignal.c (signal_table): Now const.
        (init_signal_tables): Variable eip now points to const.
        (init_signal_tables): Variable eip now points to const.
        * strerror.c (error_table): Now const.
        * strerror.c (error_table): Now const.
        (init_error_tables): Variable eip now points to const.
        (init_error_tables): Variable eip now points to const.
Tue Dec 15 15:36:50 1992  Per Bothner  (bothner@cygnus.com)
Tue Dec 15 15:36:50 1992  Per Bothner  (bothner@cygnus.com)
        * memchr.c (memchr):  New (ANSI standard) function.
        * memchr.c (memchr):  New (ANSI standard) function.
        * Makefile.in, functions.def:  Added memchr.
        * Makefile.in, functions.def:  Added memchr.
        * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
        * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
Wed Dec  2 22:49:10 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
Wed Dec  2 22:49:10 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
        * getopt.c: remove use of USG around , which never meant
        * getopt.c: remove use of USG around , which never meant
        anything anyway
        anything anyway
        * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
        * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
        of USG and USGr4
        of USG and USGr4
Thu Nov 19 03:09:33 1992  Brendan Kehoe  (brendan@lisa.cygnus.com)
Thu Nov 19 03:09:33 1992  Brendan Kehoe  (brendan@lisa.cygnus.com)
        * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
        * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
        it's now a type according to the ANSI X3J16 working paper; output
        it's now a type according to the ANSI X3J16 working paper; output
        "wchar_t" for it.
        "wchar_t" for it.
        (demangle_template): Accept `w' as an integral type.
        (demangle_template): Accept `w' as an integral type.
        (xmalloc, xrealloc): Use `char *', not `PTR'.  Cast calls to their
        (xmalloc, xrealloc): Use `char *', not `PTR'.  Cast calls to their
        counterparts malloc and realloc to `char *'.
        counterparts malloc and realloc to `char *'.
        (main): Exit with a 0 status.
        (main): Exit with a 0 status.
        * Makefile.in (demangle): Don't expect the user to define
        * Makefile.in (demangle): Don't expect the user to define
        DEMANGLE, instead force to be cplus-dem.c.  Look in $(srcdir)/../include
        DEMANGLE, instead force to be cplus-dem.c.  Look in $(srcdir)/../include
        for demangle.h.  Pass it any HDEFINES or XTRAFLAGS.
        for demangle.h.  Pass it any HDEFINES or XTRAFLAGS.
Wed Nov 18 18:56:20 1992  John Gilmore  (gnu@cygnus.com)
Wed Nov 18 18:56:20 1992  John Gilmore  (gnu@cygnus.com)
        * Makefile.in (AR_FLAGS):  Avoid verbosity.
        * Makefile.in (AR_FLAGS):  Avoid verbosity.
        * config/mh-sysv4:  Remove AR_FLAGS override, use INSTALL=cp,
        * config/mh-sysv4:  Remove AR_FLAGS override, use INSTALL=cp,
        replace USGr4 with HAVE_SYSCONF.
        replace USGr4 with HAVE_SYSCONF.
        * config/mh-solaris:  Remove; mh-sysv4 works now.
        * config/mh-solaris:  Remove; mh-sysv4 works now.
        * getpagesize.c:  Replace USGr4 with HAVE_SYSCONF.
        * getpagesize.c:  Replace USGr4 with HAVE_SYSCONF.
        * configure.in:  Simplify host matching table, remove separate
        * configure.in:  Simplify host matching table, remove separate
        solaris config file.
        solaris config file.
Sun Nov 15 09:35:16 1992  Fred Fish  (fnf@cygnus.com)
Sun Nov 15 09:35:16 1992  Fred Fish  (fnf@cygnus.com)
        * configure.in (i[34]86-*-solaris2*):  Add, use mh-sysv4.
        * configure.in (i[34]86-*-solaris2*):  Add, use mh-sysv4.
Tue Nov  3 21:27:03 1992  Brendan Kehoe  (brendan@cygnus.com)
Tue Nov  3 21:27:03 1992  Brendan Kehoe  (brendan@cygnus.com)
        * cplus-dem.c (xmalloc, xrealloc): Add decls.
        * cplus-dem.c (xmalloc, xrealloc): Add decls.
        (remember_type): Don't cast xmalloc.
        (remember_type): Don't cast xmalloc.
        (string_need): Likewise; don't cast xrealloc either.
        (string_need): Likewise; don't cast xrealloc either.
Fri Oct 23 08:52:01 1992  Ian Lance Taylor  (ian@cygnus.com)
Fri Oct 23 08:52:01 1992  Ian Lance Taylor  (ian@cygnus.com)
        * Makefile.in, functions.defs, rename.c: added simple
        * Makefile.in, functions.defs, rename.c: added simple
        implementation of rename, since some binutils programs use it.
        implementation of rename, since some binutils programs use it.
Thu Oct 15 15:18:22 1992  Per Bothner  (bothner@cygnus.com)
Thu Oct 15 15:18:22 1992  Per Bothner  (bothner@cygnus.com)
        * strsignal.c:  Add appropriate 'const' to sys_siglist
        * strsignal.c:  Add appropriate 'const' to sys_siglist
        extern declaration (if __STDC__).  (Needed for Linux.)
        extern declaration (if __STDC__).  (Needed for Linux.)
        * strsignal.c (strsignal): Add cast to remove const-ness.
        * strsignal.c (strsignal): Add cast to remove const-ness.
Fri Oct  9 03:22:55 1992  John Gilmore  (gnu@cygnus.com)
Fri Oct  9 03:22:55 1992  John Gilmore  (gnu@cygnus.com)
        * Makefile.in (needed.awk, needed2.awk):  Remove erroneous \'s
        * Makefile.in (needed.awk, needed2.awk):  Remove erroneous \'s
        before "'s, diagnosed by BSD 4.4 awk.
        before "'s, diagnosed by BSD 4.4 awk.
Thu Oct  8 15:25:12 1992  Ian Lance Taylor  (ian@cygnus.com)
Thu Oct  8 15:25:12 1992  Ian Lance Taylor  (ian@cygnus.com)
        * Makefile.in: create config.h and needed-list through $(CONFIG_H)
        * Makefile.in: create config.h and needed-list through $(CONFIG_H)
        and $(NEEDED_LIST), to give some hooks for xiberty.
        and $(NEEDED_LIST), to give some hooks for xiberty.
Thu Oct  1 23:31:42 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
Thu Oct  1 23:31:42 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
        * configure.in: use cpu-vendor-triple instead of nested cases
        * configure.in: use cpu-vendor-triple instead of nested cases
Wed Sep 30 11:26:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
Wed Sep 30 11:26:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
        * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
        * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
        concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
        concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
        getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
        getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
        obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
        obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
        strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
        strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
        Convert from using GPL to LGPL.
        Convert from using GPL to LGPL.
Sat Sep 26 04:01:30 1992  John Gilmore  (gnu@cygnus.com)
Sat Sep 26 04:01:30 1992  John Gilmore  (gnu@cygnus.com)
        * Makefile.in (errors):  Leave dummy.o and dummy around so that
        * Makefile.in (errors):  Leave dummy.o and dummy around so that
        we can see how the needed list was generated (it's sometimes wrong).
        we can see how the needed list was generated (it's sometimes wrong).
        (mostlyclean):  Remove them.
        (mostlyclean):  Remove them.
Mon Sep 21 14:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
Mon Sep 21 14:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
        * getcwd.c: supply a default if MAXPATHLEN is not defined.
        * getcwd.c: supply a default if MAXPATHLEN is not defined.
        * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
        * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
Wed Sep  9 12:41:48 1992  Ian Lance Taylor  (ian@cygnus.com)
Wed Sep  9 12:41:48 1992  Ian Lance Taylor  (ian@cygnus.com)
        * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
        * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
        when cross-compiling.
        when cross-compiling.
Thu Sep  3 13:29:39 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
Thu Sep  3 13:29:39 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
        * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
        * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
          as a time optimization.
          as a time optimization.
        * cplus-dem.c (cplus_demangle): remove strpbrk test.  Appears to
        * cplus-dem.c (cplus_demangle): remove strpbrk test.  Appears to
          be more expensive than simply demangling.
          be more expensive than simply demangling.
        * cplus-dem.c (cplus_match): new function.
        * cplus-dem.c (cplus_match): new function.
Tue Sep  1 15:24:04 1992  Per Bothner  (bothner@rtl.cygnus.com)
Tue Sep  1 15:24:04 1992  Per Bothner  (bothner@rtl.cygnus.com)
        * cplus-dem.c:  #include , to define NULL.
        * cplus-dem.c:  #include , to define NULL.
        Define current_demangling_style.
        Define current_demangling_style.
Sun Aug 30 17:58:19 1992  Per Bothner  (bothner@rtl.cygnus.com)
Sun Aug 30 17:58:19 1992  Per Bothner  (bothner@rtl.cygnus.com)
        * cplus-dem.c:  New file, moved from ../gdb.
        * cplus-dem.c:  New file, moved from ../gdb.
        * cplus-dem.c (set_cplus_marker_for_demangling):  New exported
        * cplus-dem.c (set_cplus_marker_for_demangling):  New exported
        function, to avoid compiling in target-dependency for CPLUS_MARKER.
        function, to avoid compiling in target-dependency for CPLUS_MARKER.
        * cplus-dem.c (cplus_demangle):  Allow demangling style option
        * cplus-dem.c (cplus_demangle):  Allow demangling style option
        to be passed as a parameter, but using the global variable
        to be passed as a parameter, but using the global variable
        current_demangling_style as a default.
        current_demangling_style as a default.
        * Makefile.in:  Update for cplus-dem.c
        * Makefile.in:  Update for cplus-dem.c
Sat Aug 29 10:44:09 1992  Fred Fish  (fnf@cygnus.com)
Sat Aug 29 10:44:09 1992  Fred Fish  (fnf@cygnus.com)
        * obstack.c:  Merge in comment changes from FSF version.  Now
        * obstack.c:  Merge in comment changes from FSF version.  Now
        matches the FSF version exactly.
        matches the FSF version exactly.
Fri Aug 28 18:39:08 1992  John Gilmore  (gnu@cygnus.com)
Fri Aug 28 18:39:08 1992  John Gilmore  (gnu@cygnus.com)
        * obstack.c (CALL_FREEFUN):  Can't use ?: with void values (at
        * obstack.c (CALL_FREEFUN):  Can't use ?: with void values (at
        least on losing DECstations!); use if-then-else instead.
        least on losing DECstations!); use if-then-else instead.
Wed Aug 19 14:40:34 1992  Ian Lance Taylor  (ian@cygnus.com)
Wed Aug 19 14:40:34 1992  Ian Lance Taylor  (ian@cygnus.com)
        * Makefile.in: always create installation directories.
        * Makefile.in: always create installation directories.
Mon Aug 10 17:33:40 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
Mon Aug 10 17:33:40 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
        * Makefile.in: clean up definition of CFILES, more comments
        * Makefile.in: clean up definition of CFILES, more comments
Sat Aug  8 23:10:59 1992  Fred Fish  (fnf@cygnus.com)
Sat Aug  8 23:10:59 1992  Fred Fish  (fnf@cygnus.com)
        * getopt.c (my_index):  Make first arg const to match strchr,
        * getopt.c (my_index):  Make first arg const to match strchr,
        which it sometimes is remapped to.
        which it sometimes is remapped to.
Sat Aug  1 13:48:50 1992  Fred Fish  (fnf@cygnus.com)
Sat Aug  1 13:48:50 1992  Fred Fish  (fnf@cygnus.com)
        * obstack.c (DEFAULT_ALIGNMENT):  Update to match FSF version.
        * obstack.c (DEFAULT_ALIGNMENT):  Update to match FSF version.
        * obstack.c (_obstack_begin):  Initialize use_extra_arg.
        * obstack.c (_obstack_begin):  Initialize use_extra_arg.
        * obstack.c (_obstack_begin_1):  New, from FSF version.
        * obstack.c (_obstack_begin_1):  New, from FSF version.
Mon Jul 20 21:07:58 1992  Fred Fish  (fnf@cygnus.com)
Mon Jul 20 21:07:58 1992  Fred Fish  (fnf@cygnus.com)
        * obstack.c (CALL_CHECKFUN, CALL_FREEFUN):  Use use_extra_arg and
        * obstack.c (CALL_CHECKFUN, CALL_FREEFUN):  Use use_extra_arg and
        extra_arg.
        extra_arg.
        * obstack.c (_obstack_begin):  Remove area_id and flags arguments
        * obstack.c (_obstack_begin):  Remove area_id and flags arguments
        (previously added for mmalloc support, interface has changed).
        (previously added for mmalloc support, interface has changed).
        Also convert flags usage to use use_extra_arg and maybe_empty_object.
        Also convert flags usage to use use_extra_arg and maybe_empty_object.
Fri Jul 10 00:41:53 1992  Fred Fish  (fnf@cygnus.com)
Fri Jul 10 00:41:53 1992  Fred Fish  (fnf@cygnus.com)
        * argv.c:  Move expandargv inline and eliminate static variables.
        * argv.c:  Move expandargv inline and eliminate static variables.
        Rewrite to always allocate in powers of two.  Fix to return an
        Rewrite to always allocate in powers of two.  Fix to return an
        argv with a single null string arg if passed a null string.
        argv with a single null string arg if passed a null string.
Fri Jul  3 20:27:29 1992  Fred Fish  (fnf@cygnus.com)
Fri Jul  3 20:27:29 1992  Fred Fish  (fnf@cygnus.com)
        * random.c, sigsetmask.c, strerror.c, strsignal.c:  Remove
        * random.c, sigsetmask.c, strerror.c, strsignal.c:  Remove
        "(void)" casts from function calls where the return value is
        "(void)" casts from function calls where the return value is
        ignored, in accordance with GNU coding standards.
        ignored, in accordance with GNU coding standards.
Mon Jun 29 10:54:19 1992  Fred Fish  (fnf at cygnus.com)
Mon Jun 29 10:54:19 1992  Fred Fish  (fnf at cygnus.com)
        * bcopy.c, strerror.c, strsignal.c:  Lint.
        * bcopy.c, strerror.c, strsignal.c:  Lint.
Thu Jun 25 09:18:41 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
Thu Jun 25 09:18:41 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
        * getopt.c: merge changes from make.
        * getopt.c: merge changes from make.
Thu Jun 25 04:43:22 1992  John Gilmore  (gnu at cygnus.com)
Thu Jun 25 04:43:22 1992  John Gilmore  (gnu at cygnus.com)
        * alloca.c:  Incorporate fixes from gdb/alloca.c.
        * alloca.c:  Incorporate fixes from gdb/alloca.c.
        FIXME:  Eventually move gdb's alloca configuration files here,
        FIXME:  Eventually move gdb's alloca configuration files here,
        and remove gdb/alloca.c and its Makefile.in support.
        and remove gdb/alloca.c and its Makefile.in support.
Tue Jun 23 21:56:30 1992  Fred Fish  (fnf@cygnus.com)
Tue Jun 23 21:56:30 1992  Fred Fish  (fnf@cygnus.com)
        * dummy.c:  Define NOTHING to /*nothing*/, change return type
        * dummy.c:  Define NOTHING to /*nothing*/, change return type
        of main to int and return zero.
        of main to int and return zero.
        * functions.def:  Supply NOTHING as the fourth arg to macros
        * functions.def:  Supply NOTHING as the fourth arg to macros
        that don't have an explicit arg, to satisfy picky preprocessors.
        that don't have an explicit arg, to satisfy picky preprocessors.
Wed Jun 17 18:13:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
Wed Jun 17 18:13:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
        * Makefile.in:  Clean up *clean rules, as per standards.texi.
        * Makefile.in:  Clean up *clean rules, as per standards.texi.
Tue Jun 16 16:11:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
Tue Jun 16 16:11:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
        * getopt.c, getopt1.c: merged largely gratuitous, mostly
        * getopt.c, getopt1.c: merged largely gratuitous, mostly
          whitespace diffs from other prep distributions.
          whitespace diffs from other prep distributions.
Mon Jun 15 12:25:46 1992  Fred Fish  (fnf@cygnus.com)
Mon Jun 15 12:25:46 1992  Fred Fish  (fnf@cygnus.com)
        * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
        * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
        it is broken on ncr 3000's.
        it is broken on ncr 3000's.
Mon Jun 15 01:03:26 1992  John Gilmore  (gnu at cygnus.com)
Mon Jun 15 01:03:26 1992  John Gilmore  (gnu at cygnus.com)
        * sigsetmask.c:  Rewrite.  Old one was very confused about its
        * sigsetmask.c:  Rewrite.  Old one was very confused about its
        arguments and result.  New one can't do much, but at least knows
        arguments and result.  New one can't do much, but at least knows
        what it can't do, and it's good enough for GDB's use.
        what it can't do, and it's good enough for GDB's use.
Sun Jun 14 15:17:40 1992  Stu Grossman  (grossman at cygnus.com)
Sun Jun 14 15:17:40 1992  Stu Grossman  (grossman at cygnus.com)
        * functions.def:  Use proper prototype for strtoul.
        * functions.def:  Use proper prototype for strtoul.
Fri Jun 12 19:22:40 1992  John Gilmore  (gnu at cygnus.com)
Fri Jun 12 19:22:40 1992  John Gilmore  (gnu at cygnus.com)
        * Makefile.in:  Add random.c.
        * Makefile.in:  Add random.c.
        * config/mh-*:  Use "true" rather than "echo >/dev/null" for ranlib.
        * config/mh-*:  Use "true" rather than "echo >/dev/null" for ranlib.
        * configure.in:  update solaris2 config.
        * configure.in:  update solaris2 config.
Wed Jun 10 16:31:29 1992  Fred Fish  (fnf@cygnus.com)
Wed Jun 10 16:31:29 1992  Fred Fish  (fnf@cygnus.com)
        * random.c:  Add for random() and srandom().
        * random.c:  Add for random() and srandom().
        * functions.def:  Add random
        * functions.def:  Add random
Tue Jun  9 17:27:18 1992  Fred Fish  (fnf@cygnus.com)
Tue Jun  9 17:27:18 1992  Fred Fish  (fnf@cygnus.com)
        * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL
        * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL
        using /usr/ucb/install.
        using /usr/ucb/install.
Mon Jun  1 13:20:17 1992  Per Bothner  (bothner@rtl.cygnus.com)
Mon Jun  1 13:20:17 1992  Per Bothner  (bothner@rtl.cygnus.com)
        * strerror.c:  Kludge to guard against a conflict with
        * strerror.c:  Kludge to guard against a conflict with
        possible declaration of sys_errlist in errno.h.
        possible declaration of sys_errlist in errno.h.
Sun May 31 15:07:47 1992  Mark Eichin  (eichin at cygnus.com)
Sun May 31 15:07:47 1992  Mark Eichin  (eichin at cygnus.com)
        * configure.in, config/mh-solaris: add solaris2 config support.
        * configure.in, config/mh-solaris: add solaris2 config support.
Fri May 29 17:23:23 1992  Per Bothner  (bothner@rtl.cygnus.com)
Fri May 29 17:23:23 1992  Per Bothner  (bothner@rtl.cygnus.com)
        * sigsetmask.c:  #ifdef out sigsetmask if SIG_SETMASK
        * sigsetmask.c:  #ifdef out sigsetmask if SIG_SETMASK
        is not defined (should be defined in signal.h, says Posix.).
        is not defined (should be defined in signal.h, says Posix.).
Mon May 18 17:35:04 1992  K. Richard Pixley  (rich@cygnus.com)
Mon May 18 17:35:04 1992  K. Richard Pixley  (rich@cygnus.com)
        * getopt.c: merged changes from make-3.62.11.
        * getopt.c: merged changes from make-3.62.11.
Fri May  8 14:53:07 1992  K. Richard Pixley  (rich@cygnus.com)
Fri May  8 14:53:07 1992  K. Richard Pixley  (rich@cygnus.com)
        * getopt.c: merged changes from bison-1.18.
        * getopt.c: merged changes from bison-1.18.
Tue May  5 11:51:40 1992  Per Bothner  (bothner@rtl.cygnus.com)
Tue May  5 11:51:40 1992  Per Bothner  (bothner@rtl.cygnus.com)
        * Makefile.in:  Don't have $(EXTRA_OFILES) depend on config.h,
        * Makefile.in:  Don't have $(EXTRA_OFILES) depend on config.h,
        since that introduces a circular dependency.
        since that introduces a circular dependency.
        ($(EXTRA_OFILES) are used to build config.h.)
        ($(EXTRA_OFILES) are used to build config.h.)
        * strtoul.c:  Fixes to handle non-decimal bases better.
        * strtoul.c:  Fixes to handle non-decimal bases better.
Wed Apr 22 09:27:51 1992  Fred Fish  (fnf@cygnus.com)
Wed Apr 22 09:27:51 1992  Fred Fish  (fnf@cygnus.com)
        * config/mh-ncr3000:  Replace MINUS_G with CFLAGS.
        * config/mh-ncr3000:  Replace MINUS_G with CFLAGS.
        * Makefile.dos:  Finish MINUS_G eradication.
        * Makefile.dos:  Finish MINUS_G eradication.
        * Makefile.in (CFILES):  Add strsignal.c.
        * Makefile.in (CFILES):  Add strsignal.c.
        * Makefile.in (REQUIRED_OFILES):  Add strerror.o strsignal.o
        * Makefile.in (REQUIRED_OFILES):  Add strerror.o strsignal.o
        * Makefile.in (needed-list):  Split creation of errors file to
        * Makefile.in (needed-list):  Split creation of errors file to
        separate make target.
        separate make target.
        * Makefile.in (config.h, needed2.awk, errors):  New targets.
        * Makefile.in (config.h, needed2.awk, errors):  New targets.
        * Makefile.in (clean):  Split to multiple lines, add needed2.awk
        * Makefile.in (clean):  Split to multiple lines, add needed2.awk
        and config.h.
        and config.h.
        * dummy.c (DEFFUNC, DEFVAR):  Add defines and undefs.
        * dummy.c (DEFFUNC, DEFVAR):  Add defines and undefs.
        * functions.def (strerror):  Remove from optional list.
        * functions.def (strerror):  Remove from optional list.
        * functions.def (sys_nerr, sys_errlist, sys_siglist):  DEFVAR's
        * functions.def (sys_nerr, sys_errlist, sys_siglist):  DEFVAR's
        * functions.def (strerror, psignal):  DEFFUNC's
        * functions.def (strerror, psignal):  DEFFUNC's
        * strerror.c:  Rewrite from scratch to use sys_errlist only if
        * strerror.c:  Rewrite from scratch to use sys_errlist only if
        available, add errno_max(), add strerrno(), add strtoerrno(),
        available, add errno_max(), add strerrno(), add strtoerrno(),
        add test driver.
        add test driver.
        * strsignal.c:  New file, signal equivalent to strerror.c.
        * strsignal.c:  New file, signal equivalent to strerror.c.
        Uses sys_siglist if available, defines signo_max(), strsignal(),
        Uses sys_siglist if available, defines signo_max(), strsignal(),
        strsigno(), strtosigno(), psignal(), and test driver.
        strsigno(), strtosigno(), psignal(), and test driver.
Mon Apr 20 20:49:32 1992  K. Richard Pixley  (rich@cygnus.com)
Mon Apr 20 20:49:32 1992  K. Richard Pixley  (rich@cygnus.com)
        * Makefile.in: do not print recursion line.
        * Makefile.in: do not print recursion line.
        * Makefile.in: allow CFLAGS to be passed in from command line.
        * Makefile.in: allow CFLAGS to be passed in from command line.
          Removed MINUS_G.  Default CFLAGS to -g.
          Removed MINUS_G.  Default CFLAGS to -g.
Mon Apr 20 12:57:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
Mon Apr 20 12:57:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
        * config/mh-aix:  New.  EXTRA_OFILES lists copysign.o,
        * config/mh-aix:  New.  EXTRA_OFILES lists copysign.o,
        so libg++ users don't have to be inconvenienced by a
        so libg++ users don't have to be inconvenienced by a
        libc.a bug (libc.a needs copysign, but doesn't define it!).
        libc.a bug (libc.a needs copysign, but doesn't define it!).
        * configure.in:  Use config/mh-aix.
        * configure.in:  Use config/mh-aix.
        * strtoul.c:  Handle '-' as required by ANSI.
        * strtoul.c:  Handle '-' as required by ANSI.
        Clean up radix handling.
        Clean up radix handling.
        * strstr.c:  Fix buggy algorithm.
        * strstr.c:  Fix buggy algorithm.
        * Makefile.in:  Change so that ${EXTRA_OFILES} is
        * Makefile.in:  Change so that ${EXTRA_OFILES} is
        appended to needed-list (which is used by libg++).
        appended to needed-list (which is used by libg++).
Fri Apr 10 22:51:41 1992  Fred Fish  (fnf@cygnus.com)
Fri Apr 10 22:51:41 1992  Fred Fish  (fnf@cygnus.com)
        * configure.in:  Recognize new ncr3000 config.
        * configure.in:  Recognize new ncr3000 config.
        * config/mh-ncr3000:  New config file.
        * config/mh-ncr3000:  New config file.
Wed Apr  1 23:31:43 1992  John Gilmore  (gnu at cygnus.com)
Wed Apr  1 23:31:43 1992  John Gilmore  (gnu at cygnus.com)
        * argv.c, dummy.c:  Lint.
        * argv.c, dummy.c:  Lint.
Tue Mar 31 18:46:44 1992  Fred Fish  (fnf@cygnus.com)
Tue Mar 31 18:46:44 1992  Fred Fish  (fnf@cygnus.com)
        * config/mh-sysv4:  New config file.
        * config/mh-sysv4:  New config file.
        * configure.in (host_makefile_frag):  Set to config/mh-sysv4 for
        * configure.in (host_makefile_frag):  Set to config/mh-sysv4 for
        host_os == sysv4.
        host_os == sysv4.
        * getpagesize.c:  For SVR4, use sysconf(_SC_PAGESIZE) to get
        * getpagesize.c:  For SVR4, use sysconf(_SC_PAGESIZE) to get
        pagesize.
        pagesize.
Sun Mar 29 12:26:42 1992  John Gilmore  (gnu at cygnus.com)
Sun Mar 29 12:26:42 1992  John Gilmore  (gnu at cygnus.com)
        * getopt.c:  Lint.
        * getopt.c:  Lint.
Fri Mar 27 08:32:55 1992  Fred Fish  (fnf@cygnus.com)
Fri Mar 27 08:32:55 1992  Fred Fish  (fnf@cygnus.com)
        * functions.def (alloca):  Fix return type and args to avoid
        * functions.def (alloca):  Fix return type and args to avoid
        type clash with gcc's builtin alloca.
        type clash with gcc's builtin alloca.
Tue Mar 24 23:33:42 1992  K. Richard Pixley  (rich@cygnus.com)
Tue Mar 24 23:33:42 1992  K. Richard Pixley  (rich@cygnus.com)
        * configure.in, config/mh-irix4: irix4 support.
        * configure.in, config/mh-irix4: irix4 support.
        * Makefile.in, functions.def, alloca.c: added alloca.
        * Makefile.in, functions.def, alloca.c: added alloca.
Tue Mar 24 17:34:46 1992  Stu Grossman  (grossman at cygnus.com)
Tue Mar 24 17:34:46 1992  Stu Grossman  (grossman at cygnus.com)
        * obstack.c (CALL_FREEFUN):  Make it compile on DECstations.
        * obstack.c (CALL_FREEFUN):  Make it compile on DECstations.
Thu Mar 19 13:57:42 1992  Fred Fish  (fnf@cygnus.com)
Thu Mar 19 13:57:42 1992  Fred Fish  (fnf@cygnus.com)
        * argv.c:  Fix various external function definitions to be
        * argv.c:  Fix various external function definitions to be
        correct in an ANSI compilation environment.
        correct in an ANSI compilation environment.
Sat Mar 14 17:28:17 1992  Fred Fish  (fnf@cygnus.com)
Sat Mar 14 17:28:17 1992  Fred Fish  (fnf@cygnus.com)
        * obstack.c:  Changes to support calling mmalloc functions,
        * obstack.c:  Changes to support calling mmalloc functions,
        which take an additional argument over malloc functions.
        which take an additional argument over malloc functions.
Fri Mar  6 22:01:10 1992  K. Richard Pixley  (rich@cygnus.com)
Fri Mar  6 22:01:10 1992  K. Richard Pixley  (rich@cygnus.com)
        * added check target.
        * added check target.
Thu Feb 27 22:19:39 1992  Per Bothner  (bothner@cygnus.com)
Thu Feb 27 22:19:39 1992  Per Bothner  (bothner@cygnus.com)
        * argv.c:  #include alloca-conf.h (needed by AIX).
        * argv.c:  #include alloca-conf.h (needed by AIX).
Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
        * Makefile.in, configure.in: removed traces of namesubdir,
        * Makefile.in, configure.in: removed traces of namesubdir,
          -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
          -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
          copyrights to '92, changed some from Cygnus to FSF.
          copyrights to '92, changed some from Cygnus to FSF.
Sat Feb 22 01:09:21 1992  Stu Grossman  (grossman at cygnus.com)
Sat Feb 22 01:09:21 1992  Stu Grossman  (grossman at cygnus.com)
        * argv.c:  Check in Fred's version which fixes problems with
        * argv.c:  Check in Fred's version which fixes problems with
        alloca().
        alloca().
Fri Feb  7 21:46:08 1992  Stu Grossman  (grossman at cygnus.com)
Fri Feb  7 21:46:08 1992  Stu Grossman  (grossman at cygnus.com)
        * makefile.dos:  Remove NUL to keep patch from failing.
        * makefile.dos:  Remove NUL to keep patch from failing.
Thu Jan 30 22:48:41 1992  Stu Grossman  (grossman at cygnus.com)
Thu Jan 30 22:48:41 1992  Stu Grossman  (grossman at cygnus.com)
        * getopt.c (_getopt_internal):  Fix usage of enum has_arg.
        * getopt.c (_getopt_internal):  Fix usage of enum has_arg.
Mon Jan 20 18:53:23 1992  Stu Grossman  (grossman at cygnus.com)
Mon Jan 20 18:53:23 1992  Stu Grossman  (grossman at cygnus.com)
        * getopt.c, getopt1.c, ../include/getopt.h:  Get latest versions.
        * getopt.c, getopt1.c, ../include/getopt.h:  Get latest versions.
Sat Jan 18 16:53:01 1992  Fred Fish  (fnf at cygnus.com)
Sat Jan 18 16:53:01 1992  Fred Fish  (fnf at cygnus.com)
        * argv.c:  New file to build and destroy standard argument
        * argv.c:  New file to build and destroy standard argument
        vectors from a command string.
        vectors from a command string.
        * Makefile.in:  Add argv.c and argv.o to appropriate macros.
        * Makefile.in:  Add argv.c and argv.o to appropriate macros.
Fri Dec 20 12:12:57 1991  Fred Fish  (fnf at cygnus.com)
Fri Dec 20 12:12:57 1991  Fred Fish  (fnf at cygnus.com)
        * configure.in:  Change svr4 references to sysv4.
        * configure.in:  Change svr4 references to sysv4.
        * rindex.c:  Declare return type of externally used function
        * rindex.c:  Declare return type of externally used function
        strrchr().
        strrchr().
Thu Dec 19 18:35:03 1991  John Gilmore  (gnu at cygnus.com)
Thu Dec 19 18:35:03 1991  John Gilmore  (gnu at cygnus.com)
        * Makefile.in:  Remove "***" in normal output, since Make produces
        * Makefile.in:  Remove "***" in normal output, since Make produces
        this on errors, and it's convenient to search for.
        this on errors, and it's convenient to search for.
Tue Dec 17 23:21:30 1991  Per Bothner  (bothner at cygnus.com)
Tue Dec 17 23:21:30 1991  Per Bothner  (bothner at cygnus.com)
        * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
        * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
        New ANSI functions.  The old non-ANSI functions (such as bcopy)
        New ANSI functions.  The old non-ANSI functions (such as bcopy)
        should be avoided.
        should be avoided.
        * bcopy.c:  Fix to correctly handle overlapping regions.
        * bcopy.c:  Fix to correctly handle overlapping regions.
        * index.c, rindex.c:  Re-write in terms of strchr() and strrchr().
        * index.c, rindex.c:  Re-write in terms of strchr() and strrchr().
        * functions.def:  Add the new functions.
        * functions.def:  Add the new functions.
        * functions.def:  Add 4th parameter to DEF macro,
        * functions.def:  Add 4th parameter to DEF macro,
        an ansidecl.h-style prototype.
        an ansidecl.h-style prototype.
        * dummy.c:  Use expanded DEF macro to create a dummy function
        * dummy.c:  Use expanded DEF macro to create a dummy function
        call, with correct parameter types.  (This avoids some
        call, with correct parameter types.  (This avoids some
        complaints from gcc about predefined builtins.)
        complaints from gcc about predefined builtins.)
        Move the functionality of config/mh-default into Makefile.in.
        Move the functionality of config/mh-default into Makefile.in.
        This avoid duplication, and simplifies things slightly.
        This avoid duplication, and simplifies things slightly.
        * Makefile.in:  Tweak so we don't need config/mh-default.
        * Makefile.in:  Tweak so we don't need config/mh-default.
        * README:  Update.
        * README:  Update.
        * configure.in:  No longer need config/mh-default.
        * configure.in:  No longer need config/mh-default.
        * config/mh-default:  Deleted.
        * config/mh-default:  Deleted.
        * config/mh-sysv:  Remove lines copied from old mh-default.
        * config/mh-sysv:  Remove lines copied from old mh-default.
Tue Dec 17 05:46:46 1991  John Gilmore  (gnu at cygnus.com)
Tue Dec 17 05:46:46 1991  John Gilmore  (gnu at cygnus.com)
        * fdmatch.c (fdmatch):  Don't compare st_rdev, which is for
        * fdmatch.c (fdmatch):  Don't compare st_rdev, which is for
        'mknod' device numbers.
        'mknod' device numbers.
Mon Dec 16 12:25:34 1991  Fred Fish  (fnf at cygnus.com)
Mon Dec 16 12:25:34 1991  Fred Fish  (fnf at cygnus.com)
        * fdmatch.c, Makefile.in:  Add new function that takes two
        * fdmatch.c, Makefile.in:  Add new function that takes two
        open file descriptors and returns nonzero if they refer to
        open file descriptors and returns nonzero if they refer to
        the same file, zero otherwise.  (used in gdb)
        the same file, zero otherwise.  (used in gdb)
Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
        From DJ:
        From DJ:
        * msdos.c: stub functions for dos.
        * msdos.c: stub functions for dos.
        * makefile.dos, configdj.bat: new.
        * makefile.dos, configdj.bat: new.
        * getopt.c: Don't include alloca-conf.h in a GO32 world.
        * getopt.c: Don't include alloca-conf.h in a GO32 world.
Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
        * Makefile.in: infodir belongs in datadir.
        * Makefile.in: infodir belongs in datadir.
Fri Dec  6 23:26:45 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
Fri Dec  6 23:26:45 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
        * Makefile.in: remove spaces following hyphens because bsd make
        * Makefile.in: remove spaces following hyphens because bsd make
          can't cope.  added standards.text support.  install using
          can't cope.  added standards.text support.  install using
          INSTALL_DATA.
          INSTALL_DATA.
        * configure.in: remove commontargets as it is no longer a
        * configure.in: remove commontargets as it is no longer a
          recognized hook.
          recognized hook.
Thu Dec  5 22:46:46 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
Thu Dec  5 22:46:46 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
        * Makefile.in: idestdir and ddestdir go away.  Added copyrights
        * Makefile.in: idestdir and ddestdir go away.  Added copyrights
          and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
          and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
          and mandir now keyed off datadir by default.
          and mandir now keyed off datadir by default.
Fri Nov 22 19:15:29 1991  John Gilmore  (gnu at cygnus.com)
Fri Nov 22 19:15:29 1991  John Gilmore  (gnu at cygnus.com)
        * Makefile.in:  find-needed.awk does not fit in 14 chars.
        * Makefile.in:  find-needed.awk does not fit in 14 chars.
        * Makefile.in:  Suppress error checking when compiling the test
        * Makefile.in:  Suppress error checking when compiling the test
        program, because Ultrix make/sh aborts there due to a bug.
        program, because Ultrix make/sh aborts there due to a bug.
Fri Nov 22 12:23:17 1991  Per Bothner  (bothner at cygnus.com)
Fri Nov 22 12:23:17 1991  Per Bothner  (bothner at cygnus.com)
        * Makefile.in:  Re-did how EXTRA_OFILES is used to be more useful.
        * Makefile.in:  Re-did how EXTRA_OFILES is used to be more useful.
        * README:  Explained how the auto-configuration works,
        * README:  Explained how the auto-configuration works,
        and how to add new files and/or configurations.
        and how to add new files and/or configurations.
Fri Nov 22 09:45:23 1991  John Gilmore  (gnu at cygnus.com)
Fri Nov 22 09:45:23 1991  John Gilmore  (gnu at cygnus.com)
        * strtoul.c:  Avoid defining ULONG_MAX if already defined;
        * strtoul.c:  Avoid defining ULONG_MAX if already defined;
        cast a const char * to char * for pedants.
        cast a const char * to char * for pedants.
        * getopt.c:  Only define "const" after local include files get to,
        * getopt.c:  Only define "const" after local include files get to,
        and only if they haven't defined it.
        and only if they haven't defined it.
Thu Nov 21 16:58:53 1991  John Gilmore  (gnu at cygnus.com)
Thu Nov 21 16:58:53 1991  John Gilmore  (gnu at cygnus.com)
        * getcwd.c (remove getwd.c): GNU code should call getcwd().  We
        * getcwd.c (remove getwd.c): GNU code should call getcwd().  We
        emulate it with getwd() if available.  This avoids callers having
        emulate it with getwd() if available.  This avoids callers having
        to find a MAXPATHLEN or PATH_MAX value from somewhere.
        to find a MAXPATHLEN or PATH_MAX value from somewhere.
        * Makefile.in, functions.def:  getwd->getcwd.
        * Makefile.in, functions.def:  getwd->getcwd.
        * configure.in:  Use generic case for every system.
        * configure.in:  Use generic case for every system.
        * config/mh-{delta88,mach,rs6000,svr4}:  Remove.
        * config/mh-{delta88,mach,rs6000,svr4}:  Remove.
        * config/mh-sysv:  Use default handling, just add -DUSG.
        * config/mh-sysv:  Use default handling, just add -DUSG.
Thu Nov 14 10:58:05 1991  Per Bothner  (bothner at cygnus.com)
Thu Nov 14 10:58:05 1991  Per Bothner  (bothner at cygnus.com)
        * Makefile.in, config/mh-default: Re-do make magic
        * Makefile.in, config/mh-default: Re-do make magic
        so that for the default ("automatic") mode we only
        so that for the default ("automatic") mode we only
        compile the files we actually need.  Do this using
        compile the files we actually need.  Do this using
        a recursive make:  The top-level generates the list
        a recursive make:  The top-level generates the list
        of needed files (loosely, the ones missing in libc),
        of needed files (loosely, the ones missing in libc),
        and then passes that list to the recursive make.
        and then passes that list to the recursive make.
        * config/mh-mach:  Remove obsolete STRERROR-{C,O} macros.
        * config/mh-mach:  Remove obsolete STRERROR-{C,O} macros.
Tue Nov 12 19:10:57 1991  John Gilmore  (gnu at cygnus.com)
Tue Nov 12 19:10:57 1991  John Gilmore  (gnu at cygnus.com)
        RS/6000 host support (grumble).
        RS/6000 host support (grumble).
        * configure.in:  Build alloca-conf.h file from alloca-norm.h
        * configure.in:  Build alloca-conf.h file from alloca-norm.h
        (everything else) or alloca-botch.h (rs/6000).
        (everything else) or alloca-botch.h (rs/6000).
        * Makefile.in:  Include . on the include path.
        * Makefile.in:  Include . on the include path.
        * getopt.c:  Use alloca-conf.h.
        * getopt.c:  Use alloca-conf.h.
        * alloca-norm.h:  How to declare alloca on reasonable machines.
        * alloca-norm.h:  How to declare alloca on reasonable machines.
        * alloca-botch.h: How to declare alloca on braindead machines.
        * alloca-botch.h: How to declare alloca on braindead machines.
Tue Nov 12 09:21:48 1991  Fred Fish  (fnf at cygnus.com)
Tue Nov 12 09:21:48 1991  Fred Fish  (fnf at cygnus.com)
        * concat.c :  New file, like concat() in gdb but can take a
        * concat.c :  New file, like concat() in gdb but can take a
        variable number of arguments rather than fixed at 3 args.  For
        variable number of arguments rather than fixed at 3 args.  For
        now, client applications must supply an xmalloc(), which is a
        now, client applications must supply an xmalloc(), which is a
        front end function to malloc() that deals with out-of-memory
        front end function to malloc() that deals with out-of-memory
        conditions.
        conditions.
        * Makefile.in:  Add concat.c and concat.o to appropriate macros.
        * Makefile.in:  Add concat.c and concat.o to appropriate macros.
Sat Nov  9 13:29:59 1991  Fred Fish  (fnf at cygnus.com)
Sat Nov  9 13:29:59 1991  Fred Fish  (fnf at cygnus.com)
        * config/mh-svr4:  Add sigsetmask to list of required functions.
        * config/mh-svr4:  Add sigsetmask to list of required functions.
Sun Nov  3 11:57:56 1991  Per Bothner  (bothner at cygnus.com)
Sun Nov  3 11:57:56 1991  Per Bothner  (bothner at cygnus.com)
        * vsprintf.c:  New file.
        * vsprintf.c:  New file.
        * functions.def, Makefile.in:  Add vsprintf.
        * functions.def, Makefile.in:  Add vsprintf.
Sun Oct 27 16:31:22 1991  John Gilmore  (gnu at cygnus.com)
Sun Oct 27 16:31:22 1991  John Gilmore  (gnu at cygnus.com)
        * configure.in, config/mh-rs6000:  Add rs/6000 host support.
        * configure.in, config/mh-rs6000:  Add rs/6000 host support.
        * Makefile.in:  Compile with debug info.
        * Makefile.in:  Compile with debug info.
Fri Oct 25 17:01:12 1991  Per Bothner  (bothner at cygnus.com)
Fri Oct 25 17:01:12 1991  Per Bothner  (bothner at cygnus.com)
        * Makefile.in, configure.in, and new files: dummy.c, functions.def,
        * Makefile.in, configure.in, and new files: dummy.c, functions.def,
        config/mf-default:  Added a default configuration mode,
        config/mf-default:  Added a default configuration mode,
        which includes into libiberty.a functions that are "missing" in libc.
        which includes into libiberty.a functions that are "missing" in libc.
        * strdup.c, vprintf.c, vfprintf.c: New files.
        * strdup.c, vprintf.c, vfprintf.c: New files.
Thu Oct 24 02:29:26 1991  Fred Fish  (fnf at cygnus.com)
Thu Oct 24 02:29:26 1991  Fred Fish  (fnf at cygnus.com)
        * config/hmake-svr4: New file.
        * config/hmake-svr4: New file.
        * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
        * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
        * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
        * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
        index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
        index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
        files containing either portable C versions or emulations using
        files containing either portable C versions or emulations using
        native library calls.
        native library calls.
        * strerror.c:  Add copyright, internal documentation, etc.
        * strerror.c:  Add copyright, internal documentation, etc.
        * strtol.c:  Replace hardwired hex constants with some more
        * strtol.c:  Replace hardwired hex constants with some more
        portable macros.  Remove illegal (according to gcc) cast.
        portable macros.  Remove illegal (according to gcc) cast.
        * strtoul.c: Replace hardwired hex constant with more portable
        * strtoul.c: Replace hardwired hex constant with more portable
        macro.
        macro.
        * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
        * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
        can override them.  Add new source and object file names to CFILES
        can override them.  Add new source and object file names to CFILES
        and OFILES respectively.
        and OFILES respectively.
        * configure.in: Add support for SVR4 makefile fragments.
        * configure.in: Add support for SVR4 makefile fragments.
Tue Oct 22 19:00:23 1991  Steve Chamberlain  (steve at cygnus.com)
Tue Oct 22 19:00:23 1991  Steve Chamberlain  (steve at cygnus.com)
        * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
        * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
        over-ridden by config/hmake-*
        over-ridden by config/hmake-*
        * configure.in: added m88kcvs to sysv list
        * configure.in: added m88kcvs to sysv list
Fri Oct  4 01:29:08 1991  John Gilmore  (gnu at cygnus.com)
Fri Oct  4 01:29:08 1991  John Gilmore  (gnu at cygnus.com)
        * Makefile.in:  Most hosts need strerror, but one or two don't,
        * Makefile.in:  Most hosts need strerror, but one or two don't,
        and they override these definitions in the host-dependent makefile
        and they override these definitions in the host-dependent makefile
        fragment.
        fragment.
        * config/hmake-mach:  The odd man out on strerror -- it's supplied.
        * config/hmake-mach:  The odd man out on strerror -- it's supplied.
        * strerror.c:  New file.
        * strerror.c:  New file.
        * strtol.c, strtoul.c:  Add strtol to libiberty, since Mach lacks
        * strtol.c, strtoul.c:  Add strtol to libiberty, since Mach lacks
        it and bfd uses it.
        it and bfd uses it.
        * configure.in, Makefile.in, config/hmake-mach:  Only configure
        * configure.in, Makefile.in, config/hmake-mach:  Only configure
        strtol & strotoul in on Mach.
        strtol & strotoul in on Mach.
Tue Sep  3 06:36:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
Tue Sep  3 06:36:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
        * obstack.c:  Merge with latest FSF version.
        * obstack.c:  Merge with latest FSF version.


Local Variables:
Local Variables:
version-control: never
version-control: never
End:
End:
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.