Log of /perl/embperl/trunk/epcomp.c
Parent Directory
|
Revision Log
Revision
580492 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 28 21:44:19 2007 UTC
(2 years, 1 month ago)
by
richter
File length: 69715 byte(s)
Diff to
previous 330373
(
colored)
- Added support for Code ref in language message lookup hash.
That allows for internationalization to call a sub instead
of only looking up keys in a hash.
- Fix segfault that occured during output of an error message
when not inside an Embperl request.
Revision
330373 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 2 22:00:14 2005 UTC
(4 years ago)
by
richter
File length: 69690 byte(s)
Diff to
previous 294756
(
colored)
- Added Module Embperl::Inline, which allows to embed
Embperl code in an ordinary Perl module. This makes
is easy to install system wide libraries, which need
to contain Embperl code/markup. See perldoc Embperl::Inline
- [$ sub $] now can takes arguments and inital code like:
[$ sub foo ($self, $a, $b) my $c = $self -> {bar} $]
- Embperl subroutines are now called in array context, to
allow to return multiple return values.
- Added validate type TimeValue, which is a numeric value
followed by s, m, h, d or w.
- Added validate type PosInteger, which is a positiv integer
value
- Fixed Segfault that could occur when a Embperl sub does
not contain anything.
Revision
294750 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 6 22:33:57 2005 UTC
(4 years, 3 months ago)
by
richter
File length: 69662 byte(s)
Diff to
previous 294749
(
colored)
- Fixed mail:send tag (Syntax Mail), so that Perl code inside the tag
for example to set an attribute, is now executed correctly.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
294749 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 6 21:47:38 2005 UTC
(4 years, 3 months ago)
by
richter
File length: 69221 byte(s)
Diff to
previous 294729
(
colored)
- Fixed unresolved symbol when compiling under SuSE 9.3 (because SuSE
compiles Apache 2 in maintainer mode)
- Fixed strange output when Perl code inside of [$ sub $] returns
before any output.
- Documentation cleanup
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
294728 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 25 08:06:22 2005 UTC
(4 years, 8 months ago)
by
richter
File length: 69783 byte(s)
Diff to
previous 294702
(
colored)
- Output an error message when an Embperl sub is called and no
Embperl request is active.
- Do not use method call to output in send_error_page to avoid
trouble with overloaded output function.
Revision
294641 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 12 20:34:22 2003 UTC
(6 years, 5 months ago)
by
richter
File length: 69219 byte(s)
Diff to
previous 294634
(
colored)
- fixed various compiler warnings reported by Angus Lees.
- Added missing Form/Validate modules to distribution.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
294578 -
(
view)
(
annotate)
-
[select for diffs]
Added
Tue Oct 22 05:29:12 2002 UTC
(7 years, 1 month ago)
by
richter
File length: 69170 byte(s)
move Embperl 2 to HEAD revision
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.