aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-12 22:55:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-12 22:55:57 +0000
commitc765213aaa948a42c2db5cca930652b838e0a3db (patch)
tree22b1eb1f8fa299312614fb3258abf0018dee25c5
parent983bf93a2474469a8a3ba5f06074d4d90baf666e (diff)
found a common lisp binding
-rw-r--r--RELEASE-NOTES2
-rw-r--r--docs/BINDINGS5
2 files changed, 6 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index fcbfe94ee..cd38c2614 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -6,7 +6,7 @@ Curl and libcurl 7.13.2
Available curl_easy_setopt() options: 122
Number of public functions in libcurl: 46
Amount of public web site mirrors: 18
- Number of known libcurl bindings: 30
+ Number of known libcurl bindings: 31
This release includes the following changes:
diff --git a/docs/BINDINGS b/docs/BINDINGS
index b4193ad72..fbd3021c0 100644
--- a/docs/BINDINGS
+++ b/docs/BINDINGS
@@ -75,6 +75,11 @@ Java
Maintained by Vic Hanson
http://curl.haxx.se/libcurl/java/
+Lisp
+
+ Written by Liam Healy
+ http://common-lisp.net/project/cl-curl/
+
Lua
Written by Steve Dekorte