Age | Commit message (Expand) | Author | Files | Lines |
2000-08-02 | * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop. | Zack Weinberg | 2 | -20/+9 |
2000-07-27 | Fix typo. | Jeff Law | 1 | -1/+1 |
2000-07-26 | mh-openedition.h: Added -DLE370 definition. | Dave Pitts | 2 | -1/+5 |
2000-07-26 | pexecute.c (pexecute): Change __GO32__ to __DJGPP__. | Mark Elbrecht | 2 | -5/+24 |
2000-07-26 | getcwd.c: Include string.h, stdlib.h for prototypes | Rodney Brown | 2 | -2/+10 |
2000-07-26 | Makefile.in (rename.o, waitpid.o): Depend on config.h | Rodney Brown | 4 | -0/+22 |
2000-07-23 | configure.in (AC_CHECK_HEADERS): Add time.h. | Michael Sokolov | 5 | -85/+142 |
2000-07-23 | configure.in (AC_CHECK_HEADERS): Add limits.h. | Michael Sokolov | 8 | -2/+36 |
2000-07-23 | cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-charge allocating ctor... | Alex Samuel | 2 | -15/+40 |
2000-07-23 | aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro. | Michael Sokolov | 8 | -78/+146 |
2000-07-23 | * cp-demangle.c, mkstemps.c: #include <sys/types.h>. | Michael Sokolov | 3 | -0/+7 |
2000-07-21 | * (vasprintf.o): Add dependency for config.h in vasprintf.c. | Mike Stump | 2 | -0/+2 |
2000-07-21 | * Makefile.in (xexit.o): Add dependency for config.h in xexit.c. | Mike Stump | 2 | -1/+5 |
2000-07-21 | Warning fixes: | Kaveh R. Ghazi | 7 | -28/+67 |
2000-07-20 | cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, and print it wi... | Joseph Myers | 2 | -2/+7 |
2000-07-17 | regress-demangle (failed test): Show result and expected output. | Hans-Peter Nilsson | 2 | -0/+7 |
2000-07-07 | cplus-dem.c (main): fflush() after emitting last char before waiting for input. | Andrew Haley | 2 | -0/+6 |
2000-06-30 | in libiberty/ChangeLog: | Alex Samuel | 2 | -32/+41 |
2000-06-28 | cp-demangle.c (demangle_special_name): Swap base and derived class when deman... | Alex Samuel | 2 | -4/+28 |
2000-06-23 | in include/ChangeLog: | Alex Samuel | 3 | -309/+812 |
2000-06-09 | cp-demangle.c (demangle_operator_name): Add spaces before names beginning wit... | Zack Weinberg | 2 | -7/+30 |
2000-06-08 | * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch. | Philippe De Muyter | 2 | -1/+5 |
2000-06-08 | cp-demangle.c (stdio.h): File included unconditionaly. | Philippe De Muyter | 4 | -4/+12 |
2000-06-07 | configure.in (ac_libiberty_warn_cflags): Add -pedantic. | Kaveh R. Ghazi | 10 | -21/+50 |
2000-06-07 | Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h. | Kaveh R. Ghazi | 3 | -9/+22 |
2000-06-05 | cp-demangle.c (demangle_prefix): Cast argument to isdigit to unsigned char. | Alex Samuel | 2 | -7/+18 |
2000-06-05 | In include, | Alex Samuel | 5 | -15/+3392 |
2000-05-31 | Add field ``name'' to floatformat. | Andrew Cagney | 2 | -12/+33 |
2000-05-30 | * Makefile.in (objalloc.o): Depend on config.h | Jeff Law | 1 | -0/+4 |
2000-05-30 | * Makefile.in (objalloc.o): Depend on config.h | Jeff Law | 1 | -1/+1 |
2000-05-29 | hashtab.c, [...]: Include string.h if HAVE_STRING_H. | Zack Weinberg | 10 | -16/+61 |
2000-05-24 | Makefile.in (xmalloc.o): Add dependency for config.h, fixes make -j3. | Mike Stump | 2 | -1/+6 |
2000-05-18 | * xmalloc.c: Include config.h for HAVE_SBRK definition. | J. David Anglin | 2 | -0/+7 |
2000-05-16 | hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also... | Horst von Brand | 2 | -1/+6 |
2000-05-15 | - fix typo in entry | David Edelsohn | 1 | -1/+1 |
2000-05-15 | Makefile.in: Change "pic" to depend on $(PICFLAG), not | David Edelsohn | 2 | -3/+9 |
2000-05-11 | config.table: Use mh-sparcpic for sparc*-*-*. | Jakub Jelinek | 2 | -0/+5 |
2000-05-09 | Add strncmp.c to list of CFILES and strncmp to the NEEDED list | Nick Clifton | 2 | -2/+7 |
2000-05-04 | demangle.h (demangler_engine): Constify. | Kaveh R. Ghazi | 2 | -4/+11 |
2000-05-04 | sort.h (sys/types.h): File included unconditionnaly. | Philippe De Muyter | 2 | -0/+8 |
2000-04-29 | Makefile.in (maintainer-clean-subdir): Fix handling of empty SUBDIRS. | Alexandre Oliva | 2 | -3/+8 |
2000-04-28 | * libiberty/cplus-dem.c | Kenneth Block | 2 | -29/+128 |
2000-04-28 | aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP. | Kaveh R. Ghazi | 6 | -2/+479 |
2000-04-27 | hashtab.c (htab_expand): Add prototype. | Jan Hubicka | 2 | -0/+7 |
2000-04-24 | hashtab.c (hash_pointer, eq_pointer): Make definition static to match prototype. | Kaveh R. Ghazi | 2 | -3/+9 |
2000-04-24 | hashtab.h (hash_pointer): Declare. | Mark Mitchell | 2 | -0/+34 |
2000-04-24 | * sort.c (sort_pointers): Fix endianness bugs. | Mark Mitchell | 2 | -8/+12 |
2000-04-24 | sort.c: New file. | Mark Mitchell | 3 | -4/+188 |
2000-04-21 | Makefile.in (*-subdir): Revamp slightly to avoid losing on 4.3BSD systems. | Michael Sokolov | 2 | -3/+9 |
2000-04-18 | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 2 | -47/+59 |