richter 00/01/04 21:41:39
Modified: . CVS.pod epcmd.c
emacs embperl.el
test/cmp safe.htm
test/html importsub.htm subimp.htm
Log:
- new CVS locations
Revision Changes Path
1.6 +14 -3 embperl/CVS.pod
Index: CVS.pod
===================================================================
RCS file: /home/cvs/embperl/CVS.pod,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- CVS.pod 1999/10/30 15:30:57 1.5
+++ CVS.pod 2000/01/05 05:41:38 1.6
@@ -44,7 +44,7 @@
*default tag=.
# comment out the above if you want the raw CVS files
- *default host=apache.org
+ *default host=perl.apache.org
*default prefix=/path/on/this/machine/to/install/
# an existing subdir under which embperl will appear ^^^
@@ -62,6 +62,17 @@
=head2 anoncvs
+To checkout a fresh copy from anoncvs use
+
+cvs -d "pserver:[EMAIL PROTECTED]:/home/cvspublic" login
+
+with the password "anoncvs".
+
+cvs -d "pserver:[EMAIL PROTECTED]:/home/cvspublic" co embperl
+
+
+=head2 web-access
+
You may browse the the I<Embperl> CVS via
http://www.apache.org/websrc/cvsweb.cgi/embperl/
=head2 from-cvs
@@ -69,7 +80,7 @@
A snapshot is rolled off the Embperl tree every 6 hours and placed
here:
-http://dev.apache.org/from-cvs/embperl/
+http://perl.apache.org/from-cvs/embperl/
A snapshot of the Apache development tree is also rolled every 6 hours
and placed here:
@@ -78,7 +89,7 @@
and mod_perl can be found here
-http://dev.apache.org/from-cvs/modperl/
+http://perl.apache.org/from-cvs/modperl/
=head2 MAILING LIST
1.33 +1 -1 embperl/epcmd.c
Index: epcmd.c
===================================================================
RCS file: /home/cvs/embperl/epcmd.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- epcmd.c 2000/01/04 06:10:02 1.32
+++ epcmd.c 2000/01/05 05:41:38 1.33
@@ -903,7 +903,7 @@
/* compile perl sub */
/* sprintf (sSubCode, "unshift @_, HTML::Embperl::CurrReq (0) ;
HTML::Embperl::ProcessSub (%d, %d, %d)", (int)r -> Buf.pFile, nSubPos, r ->
Buf.nBlockNo) ; */
- sprintf (sSubCode, " HTML::Embperl::ProcessSub (%p, %d, %d)", r -> Buf.pFile,
nSubPos, r -> Buf.nBlockNo) ;
+ sprintf (sSubCode, " HTML::Embperl::ProcessSub (%ld, %d, %d)", (IV)r ->
Buf.pFile, nSubPos, r -> Buf.nBlockNo) ;
while (isspace(*sArg))
sArg++ ;
1.67 +0 -0 embperl/emacs/embperl.el
Index: embperl.el
===================================================================
RCS file: /home/cvs/embperl/emacs/embperl.el,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- embperl.el 2000/01/04 06:10:03 1.66
+++ embperl.el 2000/01/05 05:41:38 1.67
@@ -19,9 +19,9 @@
;; Author : Erik Arneson ([EMAIL PROTECTED])
;; Created On : Wed Jul 22 17:16:39 PDT 1998
;; Last Modified By: Erik Arneson
-;; Last Modified On: $Date: 2000/01/04 06:10:03 $
+;; Last Modified On: $Date: 2000/01/05 05:41:38 $
;; Version : 1.00
-;; $Id: embperl.el,v 1.66 2000/01/04 06:10:03 richter Exp $
+;; $Id: embperl.el,v 1.67 2000/01/05 05:41:38 richter Exp $
;;
;; Please note that this software is very beta and rather broken. I
;; don't know how useful it will be, although I definitely plan on
1.5 +1 -1 embperl/test/cmp/safe.htm
Index: safe.htm
===================================================================
RCS file: /home/cvs/embperl/test/cmp/safe.htm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- safe.htm 1999/12/12 19:32:41 1.4
+++ safe.htm 2000/01/05 05:41:38 1.5
@@ -343,4 +343,4 @@
1000
</body>
</html>
-
+
1.4 +5 -5 embperl/test/html/importsub.htm
Index: importsub.htm
===================================================================
RCS file: /home/cvs/embperl/test/html/importsub.htm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- importsub.htm 1999/12/31 13:51:50 1.3
+++ importsub.htm 2000/01/05 05:41:39 1.4
@@ -28,11 +28,11 @@
</tr>
</table>
-
-req_rec sub:
-<h2>$req_rec = [+ $req_rec +] $$req_rec = [+ $$req_rec +]<h2>
-[- trr -]
-
+
+req_rec sub:
+<h2>$req_rec = [+ $req_rec +] $$req_rec = [+ $$req_rec +]<h2>
+[- trr -]
+
And done!
1.5 +6 -6 embperl/test/html/subimp.htm
Index: subimp.htm
===================================================================
RCS file: /home/cvs/embperl/test/html/subimp.htm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- subimp.htm 1999/12/31 13:51:50 1.4
+++ subimp.htm 2000/01/05 05:41:39 1.5
@@ -37,9 +37,9 @@
</table>
[$endsub$]
-[###### req_rec #####]
-[$sub trr$]
-
-<h2>$req_rec = [+ $req_rec +] $$req_rec = [+ $$req_rec +]<h2>
-
-[$endsub$]
+[###### req_rec #####]
+[$sub trr$]
+
+<h2>$req_rec = [+ $req_rec +] $$req_rec = [+ $$req_rec +]<h2>
+
+[$endsub$]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]