Log of /perl/embperl/trunk/README
Parent Directory
|
Revision Log
Revision
293812 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 2 06:47:10 2000 UTC
(9 years, 6 months ago)
by
richter
File length: 6707 byte(s)
Diff to
previous 293807
(
colored)
- emacs no longer part of the distribution, because newer versions of various editor modes are avialbale on the web. See Download.
Revision
293807 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 25 04:25:57 2000 UTC
(9 years, 7 months ago)
by
richter
File length: 6737 byte(s)
Diff to
previous 293802
(
colored)
- Added epchar.c.min which contains translation tables which
let's all chars above 128 untouched. This is usefull for
processing two byte charsets. Patch from Sangmook Yi.
- The searchpath (EMBPERL_PATH) now uses semikolons (';') instead
of colons (':') to avoid problems with Windows drive letters.
Colons still work on Unix.
Revision
293800 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 29 19:41:42 2000 UTC
(9 years, 7 months ago)
by
richter
File length: 6446 byte(s)
Diff to
previous 293792
(
colored)
- Applied a patch from Francis J. Lacoste that makes sure
that when a package name is given the file is always compiled
into this package. Note: This means that if you specify a
packagename and the packagename differs from request to
request, the page is compiled for every package and therfore
consuming memory on every request.
-> Part2 (save params)
Revision
293731 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 8 05:11:37 1999 UTC
(10 years, 2 months ago)
by
richter
File length: 5745 byte(s)
Diff to
previous 293726
(
colored)
- Fix a memory leak which eats one SV per <OPTION> tag, introduced
in 1.2b6.
- German documentation (IntroD.pod, FeaturesD.pod and EmbperlD.pod)
are now included in the distribution.
Revision
293726 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 30 04:23:03 1999 UTC
(10 years, 2 months ago)
by
richter
File length: 3439 byte(s)
Diff to
previous 293699
(
colored)
- Fixed a SIGSEGV that occurs with $optRawInput = 1 and a
value is in %fdat, but not in the input html tag. Spotted
by Robert.
Revision
293699 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 7 20:13:54 1999 UTC
(10 years, 6 months ago)
by
richter
File length: 3449 byte(s)
Diff to
previous 293689
(
colored)
- Added new parameter "import" to Execute, which let's you import subs
(defined with [$sub <name>$]) into the current page.
- Added emacs/embperl.el. It's a emacs minor mode for Embperl written
by Erik Arneson
- Output of dbgShowCleanup is now sorted by name
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: 3294 byte(s)
Diff to
previous 293682
(
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
293682 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 16 12:15:10 1999 UTC
(10 years, 10 months ago)
by
richter
File length: 3294 byte(s)
Diff to
previous 293663
(
colored)
- The cleanup after the every request, now not only cleans up
scalars, array and hashs, but also closes all open file- and
directoryhandles and undef's all typglob (which causes for
example DBIx::Recordset objects to DESTROY correctly)
NOTE: This also causes imported variables from other packages/modules
not to be cleanedup anymore!!
Revision
293663 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 10 09:35:03 1998 UTC
(11 years ago)
by
richter
File length: 3281 byte(s)
Diff to
previous 293631
(
colored)
- Added a patch from Todd Eigenshink to build Embperl with
Stronghold 2.4.1
- Added patch from Gerald McLarnon so Embperl compiles on AIX
- Added optAllowZeroFileSize to accept files of length 0,
without that option Embperl will report NOT_FOUND.
Suggested by Doug Bagley
- some cleanups
Revision
293626 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 27 14:26:10 1998 UTC
(11 years, 4 months ago)
by
richter
File length: 5436 byte(s)
Diff to
previous 293623
(
colored)
- Added optUndefToEmptyString which will cause Embperl to treat non
existent values in %fdat as empty string in input tags, as suggested
by Steve Willer.
- Fixed a memory leak in foreach metacommand
- Added CVS.pod
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.