aboutsummaryrefslogtreecommitdiff
path: root/gcc/prefix.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-6/+5
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-18hooks.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-16gcc-version.m4: Delete.Zack Weinberg1-0/+4
2004-06-30prefix.c (lookup_key): Cast buffer to LPBYTE.Aaron W. LaFramboise1-2/+2
2004-05-15* prefix.c: Update copyright year for previous check-in.Roger Sayle1-1/+1
2004-05-15prefix.c (update_path): Replace PREFIX with KEY only when it matches a full d...Thomas Quinot1-5/+9
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+3
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-24/+13
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-07-28prefix.c (update_path): Don't strip single `.' path components unless strippi...Alan Modra1-33/+23
2002-07-19prefix.c (update_path): Don't zap single `.' path components unless followed ...Alan Modra1-5/+11
2002-07-18prefix.c: (update_path): Strip ".." components when prior dir doesn't exist.Alan Modra1-3/+65
2002-05-20params.c: Fix formatting.Kazu Hirata1-6/+6
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-09-05invoke.texi (i386 Options): -mwide-multiply is not available anymore, remove ...Andreas Jaeger1-57/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-5/+5
2001-08-20cppinit.c (init_standard_includes): The returned buffer is already malloc-ed.Neil Booth1-63/+82
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-04-29c-aux-info.c: NULL_PTR->NULL in calls to `concat'.Kaveh R. Ghazi1-4/+4
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2000-08-04* prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.Jeff Law1-8/+4
2000-08-04x-djgpp: Delete code that conditionally modifies target_alias.Mark Elbrecht1-0/+5
2000-02-13prefix.c (concat, lookup_key): Use xmalloc and xrealloc consistently.Neil Booth1-3/+3
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi1-5/+5
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-11/+0
2000-01-06prefix.c (update_path): Fix typo in variable name.Mumit Khan1-1/+1
1999-10-25* prefix.c (translate_name) Check for empty prefix string.Herman A.J. ten Brugge1-2/+3
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-15/+11
1999-08-14Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan1-6/+11
1999-04-09collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_...Mark Elbrecht1-14/+33
1999-01-06Fix copyright dates.Jeff Law1-1/+1
1999-01-05Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1-19/+22
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-8/+7
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-3/+3
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-2/+0
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-08-17c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1-1/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-6/+5
1998-03-27Make GCC_EXEC_PREFIX work againMichael Meissner1-6/+21
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-16/+3
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+12
1997-11-13prefix.c: Use stdarg.h only ifdef __STDC__.Kaveh R. Ghazi1-1/+5
1997-10-19Initial revisionJeff Law1-0/+314