summaryrefslogtreecommitdiff
path: root/support/README-gnome
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-03-29 05:20:44 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-03-29 05:20:44 +0000
commit3fad77e574a5b05aa09d79bb1cb702da3f8e5386 (patch)
treee32bd3e56dda4249b357a3140b3f21b49785f337 /support/README-gnome
parent4551cc3a4bf1222ff33c48d7900f43dc197a080f (diff)
downloadshared-mime-info-3fad77e574a5b05aa09d79bb1cb702da3f8e5386.tar.gz
Imported from GNU libit-0.4. Applied a change that appears in `libiberty'.
* vasprintf.c (int_vasprintf): Imported from GNU libit-0.4. Applied a change that appears in `libiberty'. svn path=/trunk/; revision=175
Diffstat (limited to 'support/README-gnome')
-rw-r--r--support/README-gnome20
1 files changed, 20 insertions, 0 deletions
diff --git a/support/README-gnome b/support/README-gnome
index 1b04a5f3..b2f3101a 100644
--- a/support/README-gnome
+++ b/support/README-gnome
@@ -44,6 +44,7 @@ The files that have "vendor" versions are:
strndup.c GNU
strnlen.c GNU
strtok_r.c GNU
+ vasprintf.c GNU
vsnprintf.c SNPRINTF_de_Raadt
To find out the list of changes made against a "vendor" revision, you
@@ -70,3 +71,22 @@ In other words the "Branch revision" and "Vendor Tag" must agree.
- Raja R Harinath <harinath@cs.umn.edu>
1998-03-11
+
+Good places to get "support" functions:
+
+`libgnomesupport' is essentially a `glibc' emulation library, and hence
+`glibc' itself is a good source. However, some of the functions cannot
+be easily ripped out and put here (esp. any of the stdio-derived
+functions). Other places are:
+
+* libiberty from your friendly Cygnus source distribution, e.g.,
+ binutils, gdb. The only caveat is that these cannot be used drop-in:
+ you have to remove references to other files in the Cygnus tree &c.
+
+* libit, which appeared briefly on ftp://alpha.gnu.org
+
+* Jim Meyering's collection from his `fileutils'/`sh-utils'/`textutils'
+ packages
+
+- Raja R Harinath
+ 1998-03-28