cvs | 6 Oct 2008 00:05
Picon
Favicon

bagder: curl-www/libcurl/foxpro - New directory,NONE,NONE

Update of /cvsroot/curl/curl-www/libcurl/foxpro
In directory labb:/tmp/cvs-serv18285/foxpro

Log Message:
Directory /cvsroot/curl/curl-www/libcurl/foxpro added to the repository
cvs | 6 Oct 2008 00:06
Picon
Favicon

bagder: curl-www/libcurl Makefile,1.55,1.56

Update of /cvsroot/curl/curl-www/libcurl
In directory labb:/tmp/cvs-serv18497

Modified Files:
	Makefile 
Log Message:
Visual FoxPro binding

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/Makefile,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Makefile	26 Apr 2008 21:21:30 -0000	1.55
+++ Makefile	5 Oct 2008 22:06:05 -0000	1.56
 <at>  <at>  -53,6 +53,7  <at>  <at> 
 	cd xblite; make
 	cd spl; make
 	cd smalltalk; make
+	cd foxpro; make

 index.html: _index.html $(MAINPARTS) bindingbox.t
 	$(ACTION)
cvs | 6 Oct 2008 00:06
Picon
Favicon

bagder: curl-www/libcurl/foxpro Makefile, NONE, 1.1 _index.html, NONE, 1.1

Update of /cvsroot/curl/curl-www/libcurl/foxpro
In directory labb:/tmp/cvs-serv18497/foxpro

Added Files:
	Makefile _index.html 
Log Message:
Visual FoxPro binding

--- NEW FILE: Makefile ---
ROOT = ../..

TXT2PLAIN= $(ROOT)/docs/txt2plain.pl

MAINPARTS= $(ROOT)/_doctype.html ../_menu.html ../_links.html $(ROOT)/setup.t \
../pic.t $(ROOT)/where.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.t
NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y')
ACTION= <at> echo preprocessing $ <at> ; rm -f $ <at> ; cpp -I.. -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $ <at> ; chmod
a-w+r $ <at> 

all: index.html

index.html: _index.html $(MAINPARTS)
	$(ACTION)

--- NEW FILE: _index.html ---
#include "_doctype.html"
<html>
<head> <title>libcurl for Visual FoxPro</title>
#include "css.t"
</head>
(Continue reading)

cvs | 6 Oct 2008 00:06
Picon
Favicon

bagder: curl-www/libcurl bindingbox.t,1.3,1.4

Update of /cvsroot/curl/curl-www/libcurl
In directory labb:/tmp/cvs-serv18741

Modified Files:
	bindingbox.t 
Log Message:
Visual FoxPro

Index: bindingbox.t
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/bindingbox.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bindingbox.t	9 Sep 2007 22:17:27 -0000	1.3
+++ bindingbox.t	5 Oct 2008 22:06:53 -0000	1.4
 <at>  <at>  -34,6 +34,7  <at>  <at> 
 <a href="spl/">SPL</a><br>
 <a href="tcl/">Tcl</a><br>
 <a href="vb/">Visual Basic</a><br>
+<a href="foxpro/">Visual FoxPro</a><br>
 <a href="q/">Q</a><br>
 <a href="wx/">wxWidgets</a><br>
 <a href="xblite/">XBLite</a><br>
cvs | 7 Oct 2008 20:06
Picon
Favicon

bagder: curl-www/libcurl/foxpro _index.html,1.1,1.2

Update of /cvsroot/curl/curl-www/libcurl/foxpro
In directory labb:/tmp/cvs-serv20521

Modified Files:
	_index.html 
Log Message:
credits!

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/foxpro/_index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _index.html	5 Oct 2008 22:06:05 -0000	1.1
+++ _index.html	7 Oct 2008 18:06:48 -0000	1.2
 <at>  <at>  -31,7 +31,7  <at>  <at> 
 <a href="http://www.ctl32.com.ar/libcurl.asp">http://www.ctl32.com.ar/libcurl.asp</a>

 <p><b>Credits</b><br>
- Written by ...
+ Written by Carlos Alloatti

 <p><b>What is Visual FoxPro?</b><br>
  You'll find more info about Visual FoxPro here:
cvs | 7 Oct 2008 20:16
Picon
Favicon

bagder: curl-www/libcurl/ilerpg - New directory,NONE,NONE

Update of /cvsroot/curl/curl-www/libcurl/ilerpg
In directory labb:/tmp/cvs-serv26045/ilerpg

Log Message:
Directory /cvsroot/curl/curl-www/libcurl/ilerpg added to the repository
cvs | 7 Oct 2008 20:16
Picon
Favicon

bagder: curl-www/libcurl Makefile,1.56,1.57

Update of /cvsroot/curl/curl-www/libcurl
In directory labb:/tmp/cvs-serv26108

Modified Files:
	Makefile 
Log Message:
added ILE/RPG

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/Makefile,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Makefile	5 Oct 2008 22:06:05 -0000	1.56
+++ Makefile	7 Oct 2008 18:16:20 -0000	1.57
 <at>  <at>  -54,6 +54,7  <at>  <at> 
 	cd spl; make
 	cd smalltalk; make
 	cd foxpro; make
+	cd ilerpg; make

 index.html: _index.html $(MAINPARTS) bindingbox.t
 	$(ACTION)
cvs | 7 Oct 2008 20:16
Picon
Favicon

bagder: curl-www/libcurl/ilerpg Makefile, NONE, 1.1 _index.html, NONE, 1.1

Update of /cvsroot/curl/curl-www/libcurl/ilerpg
In directory labb:/tmp/cvs-serv26108/ilerpg

Added Files:
	Makefile _index.html 
Log Message:
added ILE/RPG

--- NEW FILE: Makefile ---
ROOT = ../..

TXT2PLAIN= $(ROOT)/docs/txt2plain.pl

MAINPARTS= $(ROOT)/_doctype.html ../_menu.html ../_links.html $(ROOT)/setup.t \
../pic.t $(ROOT)/where.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.t
NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y')
ACTION= <at> echo preprocessing $ <at> ; rm -f $ <at> ; cpp -I.. -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $ <at> ; chmod
a-w+r $ <at> 

all: index.html

index.html: _index.html $(MAINPARTS)
	$(ACTION)

--- NEW FILE: _index.html ---
#include "_doctype.html"
<html>
<head> <title>libcurl for ILE/RPG</title>
#include "css.t"
</head>
(Continue reading)

cvs | 7 Oct 2008 20:17
Picon
Favicon

bagder: curl-www/libcurl bindingbox.t,1.4,1.5

Update of /cvsroot/curl/curl-www/libcurl
In directory labb:/tmp/cvs-serv26489

Modified Files:
	bindingbox.t 
Log Message:
added ilerpg

Index: bindingbox.t
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/bindingbox.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bindingbox.t	5 Oct 2008 22:06:53 -0000	1.4
+++ bindingbox.t	7 Oct 2008 18:17:10 -0000	1.5
 <at>  <at>  -12,6 +12,7  <at>  <at> 
 <a href="ferite/">Ferite</a><br>
 <a href="gambas/">Gambas</a><br>
 <a href="glib/">glib/GTK+</a><br>
+<a href="ilerpg/">ILE/RPG</a><br>
 <a href="java/">Java</a><br>
 <a href="lisp/">Lisp</a><br>
 <a href="lua/">Lua</a><br>
cvs | 8 Oct 2008 20:04
Picon
Favicon

bagder: curl-www/libcurl/ilerpg _index.html,1.1,1.2

Update of /cvsroot/curl/curl-www/libcurl/ilerpg
In directory labb:/tmp/cvs-serv2076

Modified Files:
	_index.html 
Log Message:
spell!

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/ilerpg/_index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _index.html	7 Oct 2008 18:16:20 -0000	1.1
+++ _index.html	8 Oct 2008 18:04:13 -0000	1.2
 <at>  <at>  -19,7 +19,7  <at>  <at> 

 <p><b>Binding documentation</b><br> Documentation is found here: <a
 href="http://cool.haxx.se/cvs.cgi/curl/packages/OS400/README.OS400?rev=HEAD&content-type=text/vnd.viewcvs-markup">packages/OS400/README.OS400</a>
-in the curl soruce tree.
+in the curl source tree.

 <p><b>Download</b><br>
 Part of the regular source package already!

Gmane