summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/ctype/CREDITS2
-rw-r--r--ext/ctype/EXPERIMENTAL5
-rw-r--r--ext/ctype/README5
3 files changed, 12 insertions, 0 deletions
diff --git a/ext/ctype/CREDITS b/ext/ctype/CREDITS
new file mode 100644
index 0000000000..22de902709
--- /dev/null
+++ b/ext/ctype/CREDITS
@@ -0,0 +1,2 @@
+ctype
+Hartmut Holzgraefe
diff --git a/ext/ctype/EXPERIMENTAL b/ext/ctype/EXPERIMENTAL
new file mode 100644
index 0000000000..6443e99646
--- /dev/null
+++ b/ext/ctype/EXPERIMENTAL
@@ -0,0 +1,5 @@
+this extension is experimental,
+its functions may change their names
+or move to extension all together
+so do not rely to much on them
+you have been warned!
diff --git a/ext/ctype/README b/ext/ctype/README
new file mode 100644
index 0000000000..1e78a3d933
--- /dev/null
+++ b/ext/ctype/README
@@ -0,0 +1,5 @@
+this is an experimental extension that provides the
+ctype family of function available in C
+i'm not sure about whether they should go into ext/standard
+or stay as an extension of their own and about using
+a ctype_ prefix or sticking with the C names ...