Update of /cvsroot/naviserver/naviserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23250
Modified Files:
ChangeLog
Log Message:
* include/ns.h:
* nsd/nsd.h:
* nsd/Makefile:
* nsd/url2file.c:
* nsd/fastpath.c:
* nsd/info.c:
* nsd/init.c:
* nsd/proc.c:
* nsd/server.c:
* nsd/tclcmds.c:
* nsd/tclfile.c:
* tests/ns_info.test:
* tests/url2file.test: Add new, flexible urlspace-based Url2File C
API and matching Tcl commands. (RFE: 1333811)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -C2 -d -r1.243 -r1.244
*** ChangeLog 3 Nov 2005 16:17:45 -0000 1.243
--- ChangeLog 7 Nov 2005 03:17:54 -0000 1.244
***************
*** 1,2 ****
--- 1,19 ----
+ 2005-11-06 Stephen Deasey <sd...@us...>
+
+ * include/ns.h:
+ * nsd/nsd.h:
+ * nsd/Makefile:
+ * nsd/url2file.c:
+ * nsd/fastpath.c:
+ * nsd/info.c:
+ * nsd/init.c:
+ * nsd/proc.c:
+ * nsd/server.c:
+ * nsd/tclcmds.c:
+ * nsd/tclfile.c:
+ * tests/ns_info.test:
+ * tests/url2file.test: Add new, flexible urlspace-based Url2File C
+ API and matching Tcl commands. (RFE: 1333811)
+
2005-11-02 Vlad Seryakov <ser...@us...>
|