| Commit message (Expand) | Author | Age | Files | Lines |
* | Add - before rms to be more portable. | Mike Stump | 2000-12-08 | 1 | -7/+7 |
* | safe-ctype.h: New file. | Zack Weinberg | 2000-12-08 | 1 | -12/+12 |
* | * Makefile.in (distclean): When cleaning, remove testsuite. | Mike Stump | 2000-12-07 | 1 | -0/+1 |
* | * Makefile.in (md5.o): Depend on config.h. | Richard Henderson | 2000-08-28 | 1 | -0/+1 |
* | [multiple changes] | Jason Merrill | 2000-08-28 | 1 | -2/+2 |
* | Makefile.in (rename.o, waitpid.o): Depend on config.h | Rodney Brown | 2000-07-26 | 1 | -0/+2 |
* | configure.in (AC_CHECK_HEADERS): Add limits.h. | Michael Sokolov | 2000-07-23 | 1 | -0/+2 |
* | * (vasprintf.o): Add dependency for config.h in vasprintf.c. | Mike Stump | 2000-07-21 | 1 | -0/+1 |
* | * Makefile.in (xexit.o): Add dependency for config.h in xexit.c. | Mike Stump | 2000-07-21 | 1 | -1/+1 |
* | Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h. | Kaveh R. Ghazi | 2000-06-07 | 1 | -1/+1 |
* | In include, | Alex Samuel | 2000-06-05 | 1 | -15/+19 |
* | * Makefile.in (objalloc.o): Depend on config.h | Jeff Law | 2000-05-30 | 1 | -1/+1 |
* | Makefile.in (xmalloc.o): Add dependency for config.h, fixes make -j3. | Mike Stump | 2000-05-24 | 1 | -1/+1 |
* | Makefile.in: Change "pic" to depend on $(PICFLAG), not | David Edelsohn | 2000-05-15 | 1 | -3/+4 |
* | Add strncmp.c to list of CFILES and strncmp to the NEEDED list | Nick Clifton | 2000-05-09 | 1 | -2/+2 |
* | Makefile.in (maintainer-clean-subdir): Fix handling of empty SUBDIRS. | Alexandre Oliva | 2000-04-29 | 1 | -3/+3 |
* | sort.c: New file. | Mark Mitchell | 2000-04-24 | 1 | -4/+5 |
* | Makefile.in (*-subdir): Revamp slightly to avoid losing on 4.3BSD systems. | Michael Sokolov | 2000-04-21 | 1 | -3/+4 |
* | merge from bfdland | Ian Lance Taylor | 2000-03-24 | 1 | -6/+6 |
* | * Makefile.in (partition.o): Depend on config.h | Jeffrey A Law | 2000-03-16 | 1 | -1/+1 |
* | Changes in include: | Alex Samuel | 2000-03-10 | 1 | -10/+12 |
* | Update copyright | Kaveh Ghazi | 2000-01-04 | 1 | -1/+1 |
* | configure.in (ac_libiberty_warn_cflags): Turn on warnings if we're using gcc. | Kaveh R. Ghazi | 2000-01-04 | 1 | -1/+1 |
* | Revert last change. | Jeff Law | 1999-11-15 | 1 | -4/+0 |
* | * Makefile.in (LIBOBJS): Depend on stamp-picdir. | Jeffrey A Law | 1999-11-15 | 1 | -0/+4 |
* | Makefile.in (SUBDIRS): New macro. | Nathan Sidwell | 1999-10-28 | 1 | -4/+14 |
* | Makefile.in (CFILES): Add hashtab.c | Vladimir Makarov | 1999-10-15 | 1 | -3/+4 |
* | xmemdup.c: New xmemdup function. | Jeff Garzik | 1999-09-08 | 1 | -2/+3 |
* | Makefile.in (CFILES): Add calloc.c and getpwd.c. | Kaveh R. Ghazi | 1999-08-31 | 1 | -3/+4 |
* | Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir a... | Daniel Jacobowitz | 1999-08-06 | 1 | -1/+6 |
* | * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. | Jason Merrill | 1999-07-12 | 1 | -1/+1 |
* | tweak | Jason Merrill | 1999-07-07 | 1 | -5/+6 |
* | Makefile.in (needed-list): Only include stuff we actually need for libstdc++. | Jason Merrill | 1999-07-07 | 1 | -6/+13 |
* | Mike Stump <mrs@wrs.com> | Mike Stump | 1999-06-10 | 1 | -0/+1 |
* | Makefile.in (CFILES): Add putenv.c and setenv.c. | Jeff Law | 1999-05-25 | 1 | -3/+3 |
* | regress-demangle: New file. | Tom Tromey | 1999-04-05 | 1 | -10/+22 |
* | Makefile.in: Change mkstemp -> mkstemps. | Dave Brolley | 1999-02-09 | 1 | -2/+2 |
* | Makefile.in (REQUIRED_OFILES): remove mkstemp.o | Marc Espie | 1999-02-08 | 1 | -1/+1 |
* | * Makefile.in (xstrdup.o): Depend on config.h. | Richard Henderson | 1999-01-30 | 1 | -1/+1 |
* | * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.o | Hans-Peter Nilsson | 1998-12-20 | 1 | -1/+1 |
* | * Makefile.in (splay-tree.o): Add config.h dependency. | Mike Stump | 1998-11-25 | 1 | -1/+1 |
* | splay-tree.c: New file. | Mark Mitchell | 1998-10-21 | 1 | -3/+5 |
* | Fix parallel make problem. | Michael Tiemann | 1998-10-12 | 1 | -2/+2 |
* | Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com) | Jeff Law | 1998-10-08 | 1 | -4/+6 |
* | pexecute.c: Updates from gcc. | Jeffrey A Law | 1998-09-05 | 1 | -2/+3 |
* | * Makefile.in (distclean): Don't remove alloca-conf.h | Andreas Schwab | 1998-05-23 | 1 | -1/+1 |
* | Makefile.in: Add a dependency on stamp-picdir for the objects... | Mike Stump | 1998-05-21 | 1 | -0/+2 |
* | Update from Cygnus libiberty. | Jeff Law | 1998-05-15 | 1 | -172/+77 |
* | alloca-norm.h (alloca, GCC case): Don't redefine alloca if it was alr eady de... | Jeff Law | 1998-02-22 | 1 | -1/+1 |
* | Makefile.in (FLAGS_TO_PASS): Don't pass PICFLAG. | Manfred Hollstein | 1998-02-05 | 1 | -3/+2 |