bagder: curl-www/libcurl/c _allfuncs.html, 1.7, 1.8 doclinks.t, 1.20, 1.21
[email protected] Tue, 12 Sep 2006 11:41:49 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www/libcurl/c
In directory labb:/tmp/cvs-serv2504
Modified Files:
_allfuncs.html doclinks.t
Log Message:
the newer (un)escape functions
Index: _allfuncs.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/_allfuncs.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- _allfuncs.html 12 Sep 2006 10:42:28 -0000 1.7
+++ _allfuncs.html 12 Sep 2006 11:41:46 -0000 1.8
@@ -19,12 +19,14 @@
<p>
<a href="curl_easy_cleanup.html">curl_easy_cleanup</A>
<br><a href="curl_easy_duphandle.html">curl_easy_duphandle</A>
+<br><a href="curl_easy_escape.html">curl_easy_escape</A>
<br><a href="curl_easy_getinfo.html">curl_easy_getinfo</A>
<br><a href="curl_easy_init.html">curl_easy_init</A>
<br><a href="curl_easy_perform.html">curl_easy_perform</A>
<br><a href="curl_easy_reset.html">curl_easy_reset</A>
<br><a href="curl_easy_setopt.html">curl_easy_setopt</A>
<br><a href="curl_easy_strerror.html">curl_easy_strerror</A>
+<br><a href="curl_easy_unescape.html">curl_easy_unescape</A>
<br><a href="curl_escape.html">curl_escape</A>
<br><a href="curl_formadd.html">curl_formadd</A>
<br><a href="curl_formfree.html">curl_formfree</A>
Index: doclinks.t
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/doclinks.t,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- doclinks.t 6 Sep 2006 14:50:08 -0000 1.20
+++ doclinks.t 12 Sep 2006 11:41:46 -0000 1.21
@@ -42,6 +42,12 @@
#ifdef MENU_EASY
<hr>
+#ifdef DOCS_EASY_ESCAPE
+THIS(curl_easy_escape)
+#else
+DOC(curl_easy_escape, curl_easy_escape.html)
+#endif
+
#ifdef DOCS_EASY_INIT
THIS(curl_easy_init)
#else
@@ -90,6 +96,12 @@
DOC(curl_easy_strerror, curl_easy_strerror.html)
#endif
+#ifdef DOCS_EASY_UNESCAPE
+THIS(curl_easy_unescape)
+#else
+DOC(curl_easy_unescape, curl_easy_unescape.html)
+#endif
+
#ifdef DOCS_ESCAPE
THIS(curl_escape)
#else