/[Apache-SVN]/perl/embperl/trunk/epcomp.c
ViewVC logotype

Log of /perl/embperl/trunk/epcomp.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

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 294756 - (view) (annotate) - [select for diffs]
Modified Sun Aug 7 00:03:03 2005 UTC (4 years, 3 months ago) by richter
File length: 69662 byte(s)
Diff to previous 294750 (colored)
changed copyright year to 2005

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 294729 - (view) (annotate) - [select for diffs]
Modified Fri Feb 25 08:42:00 2005 UTC (4 years, 8 months ago) by richter
File length: 69853 byte(s)
Diff to previous 294728 (colored)
 fix segfault due to changed pDomTree addr

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 294702 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 07:36:22 2004 UTC (5 years, 3 months ago) by richter
File length: 69647 byte(s)
Diff to previous 294693 (colored)
additional tweak and README updates

Revision 294693 - (view) (annotate) - [select for diffs]
Modified Sun Aug 15 19:26:48 2004 UTC (5 years, 3 months ago) by richter
File length: 69647 byte(s)
Diff to previous 294692 (colored)
fix some memory leaks

Revision 294692 - (view) (annotate) - [select for diffs]
Modified Sat Aug 14 14:28:47 2004 UTC (5 years, 3 months ago) by richter
File length: 69443 byte(s)
Diff to previous 294689 (colored)
memory debugging and internal structure validaten and fix for apha 64

Revision 294689 - (view) (annotate) - [select for diffs]
Modified Tue Jul 20 04:59:11 2004 UTC (5 years, 4 months ago) by richter
File length: 69455 byte(s)
Diff to previous 294664 (colored)
verbose messages for Hash Error

Revision 294664 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 13:41:23 2004 UTC (5 years, 9 months ago) by richter
File length: 69293 byte(s)
Diff to previous 294655 (colored)
fix select without name dynamic loop

Revision 294655 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 06:50:58 2004 UTC (5 years, 10 months ago) by richter
File length: 69287 byte(s)
Diff to previous 294654 (colored)
Update docs

Revision 294654 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 22:44:13 2004 UTC (5 years, 10 months ago) by richter
File length: 69287 byte(s)
Diff to previous 294641 (colored)
added top_include

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 294634 - (view) (annotate) - [select for diffs]
Modified Fri Apr 11 05:41:18 2003 UTC (6 years, 7 months ago) by richter
File length: 69216 byte(s)
Diff to previous 294633 (colored)
%idat handling for checkboxes

Revision 294633 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 18:57:03 2003 UTC (6 years, 7 months ago) by richter
File length: 69216 byte(s)
Diff to previous 294589 (colored)
fix compiler warnings

Revision 294589 - (view) (annotate) - [select for diffs]
Modified Fri Nov 15 06:20:35 2002 UTC (7 years ago) by richter
File length: 69170 byte(s)
Diff to previous 294578 (colored)
move 2.0 to HEAD

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2