summaryrefslogtreecommitdiff
path: root/libiberty/make-relative-prefix.c
Commit message (Collapse)AuthorAgeFilesLines
* * make-relative-prefix.c (make_relative_prefix_1): Avoid warningJakub Jelinek2012-01-261-3/+4
| | | | about using preprocessor directives inside of macro arguments.
* merge from gccDJ Delorie2012-01-031-5/+18
|
* libiberty: documentation markup and order fixes.Ralf Wildenhues2011-02-031-1/+2
| | | | | | | | | | | | | | | | libiberty/: * splay-tree.c: Escape wrapping newlines in texinfo markup with '@', to fix function declaration output rendering. * gather-docs: Relax and improve macro name matching to actually match all current names and to allow input line wrapping. * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c, hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c, memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c, pexecute.txh, random.c, setenv.c, setproctitle.c, simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c, strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c: Wrap long texinfo input lines. * functions.texi: Regenerate.
* merge from gccDJ Delorie2008-03-241-7/+5
|
* merge from gccDJ Delorie2007-08-171-27/+14
|
* merge from gccDJ Delorie2007-08-031-2/+8
|
* merge from gccDJ Delorie2007-04-111-8/+5
|
* include:Joern Rennecke2006-11-301-7/+42
| | | | | | | | | | | | | | | | | | | 2006-05-03 Andrew Stubbs <andrew.stubbs@st.com> J"orn Rennecke <joern.rennecke@st.com> PR driver/29931 * libiberty.h (make_relative_prefix_ignore_links): Declare. libiberty: 2006-05-03 Andrew Stubbs <andrew.stubbs@st.com> J"orn Rennecke <joern.rennecke@st.com> PR driver/29931 * make-relative-prefix.c (make_relative_prefix_1): New function, broken out of make_relative_prefix. Make link resolution dependent on new parameter. (make_relative_prefix): Use make_relative_prefix_1. (make_relative_prefix_ignore_links): New function.
* merge from gccDJ Delorie2005-05-241-1/+1
|
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
|
* merge from gccDJ Delorie2005-03-281-15/+8
|
* * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz2003-02-201-24/+31
| | | | | | | | | | | | | | | (REQUIRED_OFILES): Add lrealpath.o. (lrealpath.o): Add rule. * aclocal.m4 (libiberty_NEED_DECLARATION): Add. * configure.in: Add realpath and canonicalize_file_name to checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION for canonicalize_file_name. * lrealpath.c: New file. * make-relative-prefix.c: Update documentation. (make_relative_prefix): Simplify. Use lbasename and lrealpath. * config.in: Regenerated. * configure: Regenerated. * functions.texi: Regenerated.
* merge from gccDJ Delorie2002-12-041-0/+1
|
* merge from gccDJ Delorie2002-11-241-0/+1
|
* merge from gccDJ Delorie2002-11-221-0/+387