/[Apache-SVN]/perl/embperl/trunk/epnames.h
ViewVC logotype

Log of /perl/embperl/trunk/epnames.h

Parent Directory Parent Directory | Revision Log Revision Log


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

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: 16571 byte(s)
Diff to previous 332139 (colored)
Apache 2.2 support

Revision 332139 - (view) (annotate) - [select for diffs]
Modified Wed Nov 9 20:46:38 2005 UTC (4 years ago) by richter
File length: 16492 byte(s)
Diff to previous 294756 (colored)
make it work with Perl 5.005

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

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

Revision 294578 - (view) (annotate) - [select for diffs]
Modified Tue Oct 22 05:29:12 2002 UTC (7 years, 1 month ago) by richter
File length: 16450 byte(s)
Diff to previous 294355 (colored)
move Embperl 2 to HEAD revision

Revision 294355 - (view) (annotate) - [select for diffs]
Modified Tue Dec 4 07:43:16 2001 UTC (7 years, 11 months ago) by richter
File length: 13415 byte(s)
Diff to previous 294190 (colored)
cleanup

Revision 294190 - (view) (annotate) - [select for diffs]
Modified Mon Jul 9 05:58:26 2001 UTC (8 years, 4 months ago) by richter
File length: 13369 byte(s)
Diff to previous 294171 (colored)
   - use Content-Lenght HTTP Header instead of $ENV{CONTENT_LENGTH}
     when running under mod_perl and win32. This fixes a bug
     with POSTed data reported by Lukas Zapletal.
   - Display correct Apache module name in Makefile.PL when
     requesting path for Apache module. Patch from James Lee.

Revision 294171 - (view) (annotate) - [select for diffs]
Modified Tue May 29 06:28:11 2001 UTC (8 years, 6 months ago) by richter
File length: 13319 byte(s)
Diff to previous 294120 (colored)
Source sync

Revision 294120 - (view) (annotate) - [select for diffs]
Modified Wed May 2 04:09:08 2001 UTC (8 years, 6 months ago) by richter
File length: 8937 byte(s)
Diff to previous 294115 (colored)
 make test for Perl 5.7.1

Revision 294115 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 06:38:15 2001 UTC (8 years, 7 months ago) by richter
File length: 8755 byte(s)
Diff to previous 294087 (colored)
Fix problem with magic variables for first call of a page

Revision 294087 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 12:27:58 2001 UTC (8 years, 8 months ago) by richter
File length: 8755 byte(s)
Diff to previous 294055 (colored)
Embperl 1 - sync with 2.0

Revision 294055 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 05:39:44 2001 UTC (8 years, 9 months ago) by richter
File length: 8615 byte(s)
Diff to previous 294009 (colored)
- some cleanup's
- 1.3.1 :-)

Revision 294009 - (view) (annotate) - [select for diffs]
Modified Sun Dec 3 13:54:34 2000 UTC (8 years, 11 months ago) by richter
File length: 8604 byte(s)
Diff to previous 294006 (colored)
Source Sync 1 <-> 2

Revision 294006 - (view) (annotate) - [select for diffs]
Modified Tue Nov 28 19:24:00 2000 UTC (9 years ago) by richter
File length: 8493 byte(s)
Diff to previous 293996 (colored)
   - Added a Line Feed at the end of epnames.h, which has caused some problems
     with on old SunOS compiler. Spotted by Roman Maeder.

Revision 293996 - (view) (annotate) - [select for diffs]
Modified Mon Nov 13 08:58:29 2000 UTC (9 years ago) by richter
File length: 8491 byte(s)
Diff to previous 293953 (colored)
PerlSet EMBPERL_OPTIONS 0 only for mod_perl 1.24+

Revision 293953 - (view) (annotate) - [select for diffs]
Modified Tue Oct 17 08:23:09 2000 UTC (9 years, 1 month ago) by richter
File length: 8397 byte(s)
Diff to previous 293912 (colored)
   - Embperl is now able to output binary data if EMBPERL_ESCMODE
     and/or $escmode is zero. This also include that no CRLF is
     added at the end of the file, if escmode is zero.

Revision 293912 - (view) (annotate) - [select for diffs]
Modified Sun Aug 20 17:50:13 2000 UTC (9 years, 3 months ago) by richter
File length: 8014 byte(s)
Diff to previous 293905 (colored)
   - make Embperl compile and run with threaded Perl 5.6. With help
     from Jason Bodnar. NOTE: That doesn't mean that Embperl is
     threadsafe!

Revision 293905 - (view) (annotate) - [select for diffs]
Modified Mon Jul 17 05:16:28 2000 UTC (9 years, 4 months ago) by richter
File length: 7799 byte(s)
Diff to previous 293804 (colored)
   - correct spelling error and renamed ScanEnvironement to ScanEnvironment.
     (ScanEnvironement still works).
   - EmbperlObject can now be used also offline (via HTML::EmbperlObject::Execute)
   - MailFormTo and HTML::Embperl::Mail::Execute now have a configuration
     directive EMBPERL_MAILHELO, can be used to specify the host/domain for the
     HELO/EHLO command. Suggested by Remco Brink.
   - Fixed a bug that caused the default drive to be incorrectly set on Win 32.

Revision 293804 - (view) (annotate) - [select for diffs]
Modified Mon Apr 17 21:03:19 2000 UTC (9 years, 7 months ago) by richter
File length: 7749 byte(s)
Diff to previous 293776 (colored)
   - Rearrange Patch from Randy Kobes that makes Embperl compile with
     Apache 1.3.12 and Perl 5.6 on Win32.
   - Removed some -w warnings form EmbperlObject
   - Added tests for EmbperlObject

Revision 293776 - (view) (annotate) - [select for diffs]
Modified Tue Jan 4 06:10:03 2000 UTC (9 years, 10 months ago) by richter
File length: 6792 byte(s)
Diff to previous 293724 (colored)
   - Fixed a SIGSEGV in OPTION tag which occurs due to
     different integer sizes on 64Bit systems. With help
     from David Waldo.

Revision 293724 - (view) (annotate) - [select for diffs]
Modified Thu Aug 19 04:53:30 1999 UTC (10 years, 3 months ago) by richter
File length: 6750 byte(s)
Diff to previous 293714 (colored)
   - Fixed SegFault when parameter input => is numeric. Spotted by
     Cliff Rayman.
   - Added option optNoUncloseWarn, which disables the warnings
     about unclosed if, while, table etc.

Revision 293714 - (view) (annotate) - [select for diffs]
Modified Tue Jul 6 11:56:14 1999 UTC (10 years, 4 months ago) by richter
File length: 6646 byte(s)
Diff to previous 293709 (colored)
   - Embperl now never writes to the logfile if EMBPERL_DEBUG is zero
   - make test now runs with newest version of mod_ssl (2.3.5)
   - Added option optKeepSpaces which will disable the removing of spaces
     and empty lines from the output. Suggested from Gary Shea.
   - Added option optOpenLogEarly, which will cause Embperl to open the
     logfile as soon as it is loaded into memory. You can use this when
     you loaded Embperl via PerlModule under Apache, to open the log
     as root instead of the non-privileged user Apache runs as.

Revision 293709 - (view) (annotate) - [select for diffs]
Modified Sun Jun 6 12:10:54 1999 UTC (10 years, 5 months ago) by richter
File length: 6774 byte(s)
Diff to previous 293701 (colored)
   - Embperl compiles now with perl5.005_57+. Patch from Ask Bjoern Hansen

Revision 293701 - (view) (annotate) - [select for diffs]
Modified Mon May 10 20:35:14 1999 UTC (10 years, 6 months ago) by richter
File length: 6677 byte(s)
Diff to previous 293691 (colored)
   - Made Makefile.PL more smarter in DSO situations. It detecteds now
     which of the needed Apache modules are linked staticly and places
     neccessary LoadModule statements in the httpd.conf for make test.
     This way make test should work also where all modules linked at
     runtime, like on RedHat 6. With help form James H. Thompson.

Revision 293691 - (view) (annotate) - [select for diffs]
Modified Sun Feb 21 12:39:28 1999 UTC (10 years, 9 months ago) by richter
File length: 6474 byte(s)
Diff to previous 293689 (colored)
   - Renamed __strdup and __strndup so there are no duplicate
     symbols when compiling with glibc. Spotted by Michael Hall.
   - Removed some debugging message from the logfile output.

Revision 293689 - (view) (annotate) - [select for diffs]
Modified Mon Feb 15 12:28:41 1999 UTC (10 years, 9 months ago) by richter
File length: 6470 byte(s)
Diff to previous 293659 (colored)
   - Added dbgSession flag to enable/disable logging of session handling
   - Added configuration diretives EMBPERL_COOKIE_NAME, EMBPERL_COOKIE_DOMAIN,
     EMBPERL_COOKIE_PATH and EMBPERL_COOKIE_EXPIRES to configure the cookie
     which holds the session id. Suggested by Cliff Rayman.

   - final 1.2b4

Revision 293659 - (view) (annotate) - [select for diffs]
Modified Sat Oct 31 23:46:11 1998 UTC (11 years ago) by richter
File length: 6470 byte(s)
Diff to previous 293649 (colored)
- Added support for mod_ssl
- Added docs for [* *] and [# #]

Revision 293649 - (view) (annotate) - [select for diffs]
Modified Sun Oct 25 21:07:48 1998 UTC (11 years, 1 month ago) by richter
File length: 6420 byte(s)
Diff to previous 293645 (colored)
   - fixed a wrong call to logerror when OPT_EXECCGI is not on,
     spotted by Dirk Lutzebaeck.
   - fixed the problem that reloads only takes place at the next day,
     because mtime was an int instead of a double. Spotted by
     Michael Smith and Roman Maeder.
   - cleanup for all subpages are disabled if main request has
     disabled cleanup and subpages does not specify otherwise
   - dbgShowCleanup works again
   - Every package is only cleanuped once, also it's included multiple
     times in one page
   - %fdat and @ffld are setup correctly when optDisableVarCleanup
     is set

Revision 293645 - (view) (annotate) - [select for diffs]
Modified Wed Oct 7 17:36:51 1998 UTC (11 years, 1 month ago) by richter
File length: 6319 byte(s)
Diff to previous 293637 (colored)
- add the EMBPERL_ again for all public symbols to avoid name conflicts
  with other apache modules

Revision 293637 - (view) (annotate) - [select for diffs]
Modified Fri Sep 25 21:51:52 1998 UTC (11 years, 2 months ago) by richter
File length: 2226 byte(s)
Diff to previous 293633 (colored)
   - I have reworked the whole source code so Embperl is now
     going to be an object. This means Embperl is reentrant, you
     can call Execute within an Embperl page, for example to include
     the same header on each page.

Revision 293633 - (view) (annotate) - [select for diffs]
Modified Fri Sep 4 15:52:09 1998 UTC (11 years, 2 months ago) by richter
File length: 8976 byte(s)
Diff to previous 293628 (colored)
- Embperl works withg threaded perl, but is not threadsafe

Revision 293628 - (view) (annotate) - [select for diffs]
Modified Mon Jul 27 21:28:12 1998 UTC (11 years, 4 months ago) by richter
File length: 8928 byte(s)
Diff to previous 293627 (colored)
- checkboxes and select tags could now be setup correcty via %fdat

Revision 293627 - (view) (annotate) - [select for diffs]
Modified Mon Jul 27 19:45:29 1998 UTC (11 years, 4 months ago) by richter
File length: 8932 byte(s)
Diff to previous 293623 (colored)
- nesting of html and metacommand is independend now
- add test for post request
- add test for optUndefToEmptyValue
- fixed bug with optUndefToEmptyValue

Revision 293623 - (view) (annotate) - [select for diffs]
Modified Sat Jul 25 07:11:02 1998 UTC (11 years, 4 months ago) by richter
File length: 8622 byte(s)
Diff to previous 293613 (colored)
Added support for perl5.005 (without threads!)

Revision 293613 - (view) (annotate) - [select for diffs]
Added Tue Jul 14 20:11:17 1998 UTC (11 years, 4 months ago) by richter
File length: 7107 byte(s)
Initial 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