summaryrefslogtreecommitdiff
path: root/gcc/prefix.c
Commit message (Expand)AuthorAgeFilesLines
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* prefix.c (update_path): Don't strip single `.' path components unless strippi...Alan Modra2002-07-281-33/+23
* prefix.c (update_path): Don't zap single `.' path components unless followed ...Alan Modra2002-07-191-5/+11
* prefix.c: (update_path): Strip ".." components when prior dir doesn't exist.Alan Modra2002-07-181-3/+65
* params.c: Fix formatting.Kazu Hirata2002-05-201-6/+6
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-1/+1
* invoke.texi (i386 Options): -mwide-multiply is not available anymore, remove ...Andreas Jaeger2001-09-051-57/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-5/+5
* cppinit.c (init_standard_includes): The returned buffer is already malloc-ed.Neil Booth2001-08-201-63/+82
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* c-aux-info.c: NULL_PTR->NULL in calls to `concat'.Kaveh R. Ghazi2001-04-291-4/+4
* alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi2000-11-101-1/+1
* * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.Jeff Law2000-08-041-8/+4
* x-djgpp: Delete code that conditionally modifies target_alias.Mark Elbrecht2000-08-041-0/+5
* prefix.c (concat, lookup_key): Use xmalloc and xrealloc consistently.Neil Booth2000-02-131-3/+3
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-5/+5
* cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan2000-01-071-11/+0
* prefix.c (update_path): Fix typo in variable name.Mumit Khan2000-01-061-1/+1
* * prefix.c (translate_name) Check for empty prefix string.Herman A.J. ten Brugge1999-10-251-2/+3
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-15/+11
* Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan1999-08-141-6/+11
* collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_...Mark Elbrecht1999-04-091-14/+33
* Fix copyright dates.Jeff Law1999-01-061-1/+1
* Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1999-01-051-19/+22
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-8/+7
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-3/+3
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-2/+0
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1998-08-171-1/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-6/+5
* Make GCC_EXEC_PREFIX work againMichael Meissner1998-03-271-6/+21
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-16/+3
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1998-02-071-0/+12
* prefix.c: Use stdarg.h only ifdef __STDC__.Kaveh R. Ghazi1997-11-131-1/+5
* Initial revisionJeff Law1997-10-191-0/+314