summaryrefslogtreecommitdiff
path: root/src/gnu/README
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-15 22:56:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-15 22:56:58 +0000
commitd1f0e2e885d609d2c41e824bcd777b5f25960ad7 (patch)
treea2b7605404c0ccaff2c17903c0a501a2b3427fbc /src/gnu/README
parenta6fd9fbc600a07e8e229e37763ea4401456b2d72 (diff)
Added #include "cctk_Config.h" to getopt.c and regex.c, and
#define REGEX_MALLOC to regex.c to enable compilation under NT. Updated the README to mention these changes. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1383 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/gnu/README')
-rw-r--r--src/gnu/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gnu/README b/src/gnu/README
index 3e53703e..d3f058c0 100644
--- a/src/gnu/README
+++ b/src/gnu/README
@@ -21,3 +21,9 @@ These files were taken from the source of the GNU C library
version 2.1.2, and are licensed under the GNU Library GPL
(see COPYING.LIB).
+Changes from original version: All changes should be marked with
+/* CCTK: ... */
+
+15 Feb 2000: getopt.c : Added inclusion of cctk_Config.h : Tom Goodale
+15 Feb 2000: regex.c : Added inclusion of cctk_Config.h : Tom Goodale
+15 Feb 2000: regex.c : Added #define REGEX_MALLOC : Tom Goodale