Mailing List Archive

cvs commit: embperl/emacs embperl.el
richter 00/05/01 23:43:28

Modified: . Changes.pod Embperl.pm Embperl.pod EmbperlD.pod
EmbperlObject.pm
Embperl Module.pm
emacs embperl.el
Log:
- doc updates

Revision Changes Path
1.115 +3 -3 embperl/Changes.pod

Index: Changes.pod
===================================================================
RCS file: /home/cvs/embperl/Changes.pod,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- Changes.pod 2000/05/02 04:41:37 1.114
+++ Changes.pod 2000/05/02 06:43:25 1.115
@@ -11,12 +11,12 @@
any escmode will cause Embperl to do no special processing
on the backslash. This is mainly to avoid problems with
cross site scripting issuse, where people are able to enter
- aribtary HTML.
+ aribtary HTML. Spotted by Dirk Lutzebaeck.
- Characters between 128 and 159 are all HTML escaped now to
avoid problems with buggy browser, which were reported to
- treat the chars 139 and 141 as < and >.
+ treat the chars 139 and 141 as < and >. Spotted by Dirk Lutzebaeck.

-
+
=head1 1.3b3 (BETA) 25.04.2000

- Fixed SIGSEGV which occurs in cleanup with Perl 5.6. Spotted by



1.104 +1 -0 embperl/Embperl.pm

Index: Embperl.pm
===================================================================
RCS file: /home/cvs/embperl/Embperl.pm,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- Embperl.pm 2000/05/02 04:41:37 1.103
+++ Embperl.pm 2000/05/02 06:43:26 1.104
@@ -10,7 +10,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: Embperl.pm,v 1.103 2000/05/02 04:41:37 richter Exp $
+# $Id: Embperl.pm,v 1.104 2000/05/02 06:43:26 richter Exp $
#
###################################################################################

@@ -152,6 +152,7 @@
use constant escNone => 0 ;
use constant escStd => 3 ;
use constant escUrl => 2 ;
+use constant escEscape => 4 ;


use constant optDisableChdir => 128 ;



1.49 +5 -0 embperl/Embperl.pod

Index: Embperl.pod
===================================================================
RCS file: /home/cvs/embperl/Embperl.pod,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Embperl.pod 2000/05/02 04:41:37 1.48
+++ Embperl.pod 2000/05/02 06:43:26 1.49
@@ -2535,6 +2535,11 @@
mod_perl/Embperl ftp://theoryx5.uwinnipeg.ca/pub/other/
europe http://www.robert.cz/misc/

+ RPM
+ source ftp://ftp.akopia.com/pub/support/srpm/
+ binary redhat 6.0 ftp://ftp.akopia.com/pub/support/6.0/
+ binary redhat 6.1 ftp://ftp.akopia.com/pub/support/6.1/
+

=head2 CVS




1.22 +5 -0 embperl/EmbperlD.pod

Index: EmbperlD.pod
===================================================================
RCS file: /home/cvs/embperl/EmbperlD.pod,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- EmbperlD.pod 2000/05/02 04:41:37 1.21
+++ EmbperlD.pod 2000/05/02 06:43:26 1.22
@@ -2492,6 +2492,11 @@
mod_perl/Embperl ftp://theoryx5.uwinnipeg.ca/pub/other/
europe http://www.robert.cz/misc/

+ RPM
+ source ftp://ftp.akopia.com/pub/support/srpm/
+ binary redhat 6.0 ftp://ftp.akopia.com/pub/support/6.0/
+ binary redhat 6.1 ftp://ftp.akopia.com/pub/support/6.1/
+

=head2 CVS




1.28 +0 -0 embperl/EmbperlObject.pm

Index: EmbperlObject.pm
===================================================================
RCS file: /home/cvs/embperl/EmbperlObject.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- EmbperlObject.pm 2000/05/02 04:41:37 1.27
+++ EmbperlObject.pm 2000/05/02 06:43:26 1.28
@@ -10,7 +10,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: EmbperlObject.pm,v 1.27 2000/05/02 04:41:37 richter Exp $
+# $Id: EmbperlObject.pm,v 1.28 2000/05/02 06:43:26 richter Exp $
#
###################################################################################




1.28 +0 -0 embperl/Embperl/Module.pm

Index: Module.pm
===================================================================
RCS file: /home/cvs/embperl/Embperl/Module.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Module.pm 2000/05/02 04:41:39 1.27
+++ Module.pm 2000/05/02 06:43:27 1.28
@@ -9,7 +9,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: Module.pm,v 1.27 2000/05/02 04:41:39 richter Exp $
+# $Id: Module.pm,v 1.28 2000/05/02 06:43:27 richter Exp $
#
###################################################################################

@@ -25,7 +25,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: Module.pm,v 1.27 2000/05/02 04:41:39 richter Exp $
+# $Id: Module.pm,v 1.28 2000/05/02 06:43:27 richter Exp $
#
###################################################################################




1.96 +0 -0 embperl/emacs/embperl.el

Index: embperl.el
===================================================================
RCS file: /home/cvs/embperl/emacs/embperl.el,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- embperl.el 2000/05/02 04:41:40 1.95
+++ embperl.el 2000/05/02 06:43:27 1.96
@@ -19,9 +19,9 @@
;; Author : Erik Arneson (erik@mind.net)
;; Created On : Wed Jul 22 17:16:39 PDT 1998
;; Last Modified By: Erik Arneson
-;; Last Modified On: $Date: 2000/05/02 04:41:40 $
+;; Last Modified On: $Date: 2000/05/02 06:43:27 $
;; Version : 1.00
-;; $Id: embperl.el,v 1.95 2000/05/02 04:41:40 richter Exp $
+;; $Id: embperl.el,v 1.96 2000/05/02 06:43:27 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