From 1fd361a1ea06e44286c213ca1f814f49306fdc43 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 19 Aug 2006 03:12:28 +0000 Subject: Create Subversion repository git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 urt/README (limited to 'urt/README') diff --git a/urt/README b/urt/README new file mode 100644 index 00000000..dc68889d --- /dev/null +++ b/urt/README @@ -0,0 +1,20 @@ +This directory contains a subset of the Utah Raster Toolkit library. + +The source files are taken directly from that library, but only the ones +Netpbm needs, so the resulting librle.a is smaller than the original. + +The files were extracted by Bryan Henderson on 2000.05.18, from a +package taken from ftp.iastate.edu/pub/utah-raster/ called urt-3.1b on +2000.04.13. + +A user who has the original library installed can use it instead of +this stripped down version by configuring the make files +appropriately. + +The source files have been modified slightly to quiet compiler warnings. + +In rle_global.c, the global data structure rle_dflt_hdr had "stdout" +in its initializer in the original. But GNU C Library Version 2 +defines stdout as a variable, so that wouldn't compile. So I changed +it to NULL and added a line to rle_hdr_init to set that field to +'stdout' dynamically. 2000.06.02 BJH. -- cgit 1.4.1