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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 552019 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 20:11:56 2007 UTC (2 years, 4 months ago) by richter
File length: 161779 byte(s)
Diff to previous 552015 (colored)
fix patch

Revision 552015 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 19:58:07 2007 UTC (2 years, 4 months ago) by richter
File length: 161788 byte(s)
Diff to previous 498924 (colored)
   - Added internal check and error message when due to a syntax
      error in the source a node is parsed as attribute.
      Spotted by Kato M. Yoshiro.


Revision 498924 - (view) (annotate) - [select for diffs]
Modified Tue Jan 23 05:31:44 2007 UTC (2 years, 10 months ago) by richter
File length: 161657 byte(s)
Diff to previous 392518 (colored)
    - Fixed segfault that might occurs when an value of an input
      attribute is removed. Spotted by Andrew Sitnikov.


Revision 392518 - (view) (annotate) - [select for diffs]
Modified Sat Apr 8 12:28:12 2006 UTC (3 years, 7 months ago) by richter
File length: 161617 byte(s)
Diff to previous 365904 (colored)
Apache 2.2 support

Revision 365904 - (view) (annotate) - [select for diffs]
Modified Wed Jan 4 12:51:31 2006 UTC (3 years, 10 months ago) by richter
File length: 161497 byte(s)
Diff to previous 331953 (colored)
Better out of memory handling

Revision 331953 - (view) (annotate) - [select for diffs]
Modified Wed Nov 9 05:11:19 2005 UTC (4 years ago) by richter
File length: 160838 byte(s)
Diff to previous 294756 (colored)
    - Added better UTF-8 support:
	- Output escaping now takes Perl's UTF-8 flags into
          account and will not escape UTF-8 chars anymore
        - Diretive Embperl_Output_Esc_Charset allows to
          generaly switch between Latin1, Latin2 and UTF-8.
          (For UTF-8 this is not necessary when Perl's UTF-8
           Flag is correctly set, but this is not the case
           for all datasources)


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: 160520 byte(s)
Diff to previous 294749 (colored)
changed copyright year to 2005

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: 160520 byte(s)
Diff to previous 294722 (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 294722 - (view) (annotate) - [select for diffs]
Modified Sat Jan 15 20:17:27 2005 UTC (4 years, 10 months ago) by richter
File length: 160159 byte(s)
Diff to previous 294721 (colored)
patches for 64Bit and pod

Revision 294721 - (view) (annotate) - [select for diffs]
Modified Sat Jan 15 19:53:59 2005 UTC (4 years, 10 months ago) by richter
File length: 160159 byte(s)
Diff to previous 294705 (colored)
   - Handle warnings the same way under Embperl and Embperl::Object, so they
     are in both cases log to embperl.log and the Apache error log and show
     up on the error page. Reported by Dirk Melchers.
   - Report line number and file name in unstructures jump error messages.
     Requested by Michael Smith.
   - Fix sigsegv under solaris cause by NULL point in debug output.

Revision 294705 - (view) (annotate) - [select for diffs]
Modified Tue Aug 17 06:17:59 2004 UTC (5 years, 3 months ago) by richter
File length: 159553 byte(s)
Diff to previous 294702 (colored)
fix segfault on apache -t

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: 159540 byte(s)
Diff to previous 294699 (colored)
additional tweak and README updates

Revision 294699 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 06:28:04 2004 UTC (5 years, 3 months ago) by richter
File length: 159535 byte(s)
Diff to previous 294696 (colored)
fix unescape problem in input

Revision 294696 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 05:30:05 2004 UTC (5 years, 3 months ago) by richter
File length: 159535 byte(s)
Diff to previous 294694 (colored)
fix small memory leak

Revision 294694 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 03:39:01 2004 UTC (5 years, 3 months ago) by richter
File length: 159499 byte(s)
Diff to previous 294692 (colored)
avoid some compiler warnings

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: 159497 byte(s)
Diff to previous 294690 (colored)
memory debugging and internal structure validaten and fix for apha 64

Revision 294690 - (view) (annotate) - [select for diffs]
Modified Tue Jul 20 08:25:23 2004 UTC (5 years, 4 months ago) by richter
File length: 148257 byte(s)
Diff to previous 294689 (colored)
fix embperl unload

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: 148172 byte(s)
Diff to previous 294680 (colored)
verbose messages for Hash Error

Revision 294680 - (view) (annotate) - [select for diffs]
Modified Sun Mar 14 18:54:44 2004 UTC (5 years, 8 months ago) by richter
File length: 148106 byte(s)
Diff to previous 294661 (colored)
fixed problem with print OUT and sub call at start of sub

Revision 294661 - (view) (annotate) - [select for diffs]
Modified Mon Feb 2 19:30:29 2004 UTC (5 years, 9 months ago) by richter
File length: 146054 byte(s)
Diff to previous 294655 (colored)
fix endless loop with call sub inside table

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: 145690 byte(s)
Diff to previous 294648 (colored)
Update docs

Revision 294648 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 19:51:12 2004 UTC (5 years, 10 months ago) by richter
File length: 145690 byte(s)
Diff to previous 294647 (colored)
fix dl nesting bug

Revision 294647 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 05:59:11 2004 UTC (5 years, 10 months ago) by richter
File length: 145157 byte(s)
Diff to previous 294634 (colored)
debug print OUT

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: 144864 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: 144860 byte(s)
Diff to previous 294597 (colored)
fix compiler warnings

Revision 294597 - (view) (annotate) - [select for diffs]
Modified Tue Nov 26 10:03:45 2002 UTC (7 years ago) by richter
File length: 144512 byte(s)
Diff to previous 294594 (colored)
   - website changes
   - If no name is given for a key, Form::Validate now tries to lookup the correct
     text via Embperl's gettext method.
   - Fixed problem with message ids that are Perl keywords. Reported by Jaak.
   - Added EMBPERL_COOKIE_SECURE option to transfer cookie only over a secure
     connection.
   - Added EMBPERL_OUTPUT_MODE that allows to change to XML output, which cause
     generated tags to contains a closing slash, so they are valid XML/XHTML.

Revision 294594 - (view) (annotate) - [select for diffs]
Modified Wed Nov 20 07:00:18 2002 UTC (7 years ago) by richter
File length: 144366 byte(s)
Diff to previous 294589 (colored)
move 2.0 to HEAD

Revision 294589 - (view) (annotate) - [select for diffs]
Modified Fri Nov 15 06:20:35 2002 UTC (7 years ago) by richter
File length: 144366 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: 144134 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