| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
mangling.
* cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
for a non-template non-qualified type_info function or node.
|
|
|
|
| |
building cygwin, not when we're hosting cygwin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-08-31 Hans-Peter Nilsson <hp@axis.com>
* testsuite/demangle-expected: Add nine tests for
underscore-after-number followed by five tests for name-signature
delimiter.
2000-07-24 Hans-Peter Nilsson <hp@axis.com>
* cplus-dem.c (work_stuff_copy_to_from): New.
(delete_non_B_K_work_stuff): New.
(delete_work_stuff): New.
(mop_up): Break out work_stuff destruction to delete_work_stuff.
(iterate_demangle_function): New.
(demangle_prefix): Call iterate_demangle_function instead of
demangle_function_name. Leave handling of name-signature
__-delimiters to iterate_demangle_function.
* cplus-dem.c (demangle_integral_value): Strip an optional
following underscore cautiously. Handle negative numbers.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
__DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
Cast program to 'char *' in errmsg_arg assignment.
(PWAIT_ERROR): Define.
(pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform
to DJGPP's WIF* macros.
|
| |
|
|
|
|
|
| |
* rename.c: include config.h, unistd.h
* waitpid.c: include config.h, sys/wait.h
|
| |
|
|
|
|
|
|
| |
(AC_HEADER_TIME): Add check.
* configure, config.in: Regenerate.
* getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
|
|
|
|
|
|
| |
* configure.in (libiberty_AC_DECLARE_ERRNO): Add check.
* configure, config.in: Regenerate.
* pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
|
| |
|
|
|
|
| |
and print it with %u.
|
| |
|
|
|
|
|
| |
expected output.
(From GCC.)
|
|
|
|
|
| |
* cplus-dem.c (main): fflush() after emitting last char before
waiting for input.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* configure.in: if with-newlib, point to it for includes
rather than using the installed includes, for target builds.
If cygwin, override function list only for target builds.
* configure: regenerate
Note from DJ: I waited a week for gcc approval and got none, but
we need this patch for cygwin builds *now*. I'll fix it later if
need be.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if HAVE_STRING_H.
* pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H.
* objalloc.c: Include config.h. Include stdlib.h and don't
declare malloc or free if HAVE_STDLIB_H.
* strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H,
else declare malloc without prototype. Include string.h if
HAVE_STRING_H, else declare memset without prototype. Don't
include stddef.h.
* sort.c: Bring over from GCC.
|
|
|
|
| |
SUBDIRS.
|
|
|
|
|
| |
* Makefile.in (*-subdir): Revamp slightly to avoid losing on
4.3BSD systems.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
branch.
|
| | |
|
| |
| |
| |
| | |
as this mishandles strings like '%%s'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
egcs:
Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
* configure.in (checkfuncs): Check for sbrk.
* config.in: Rebuilt.
* configure: Likewise.
* xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
|
| |
| |
| |
| | |
USE_SBRK. Don't define it if __INTERIX.
|
| |
| |
| |
| | |
* pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
|
| |
| |
| |
| |
| | |
$(TARGETLIB)n so it works on MSDOS.
(install_to_tooldir): Likewise.
|
| |
| |
| |
| | |
* configure.bat: Remove; obsolete.
|
| |
| |
| |
| | |
* makefile.dos: Remove; obsolete.
|
| |
| |
| |
| |
| | |
prototyping directly.
* choose-temp.c: Conditionally include string.h.
|
| |
| |
| |
| | |
warning.
|
| | |
|
| |
| |
| |
| |
| | |
characters from non-identifier characters.
(standard_symbol_alphabet, hp_symbol_alphabet): New functions.
|
|/
|
|
|
|
| |
* getruntime.c: Only attempt to include sys/resource.h and
use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
are defined.
|
|
|