| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Message-ID: <KyLI6gzkgiRK092yn@efn.org>
plus a note from Ronald Kimball.
p4raw-id: //depot/perl@7891
|
|
|
|
|
| |
Message-ID: <20001126162733.J25040@ecnvantage.com>
p4raw-id: //depot/perl@7890
|
|
|
|
|
| |
Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
p4raw-id: //depot/perl@7889
|
|
|
|
|
| |
Fixes the bug 20001127.003.
p4raw-id: //depot/perl@7888
|
|
|
|
|
|
| |
into practically spelling out the name of the function.
Takes care of the bug 20001127.001.
p4raw-id: //depot/perl@7886
|
|
|
|
|
| |
Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@7884
|
|
|
|
|
| |
codes are needed.
p4raw-id: //depot/perl@7881
|
|
|
| |
p4raw-id: //depot/perl@7880
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
limit for the unused submatch 'cleanup' loop so that under
"use utf8" the following code wouldn't dump core:
"," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
the cleanup loop in regtry() stomped beyond allocated area
in the startp[] array. Therefore, copied the correct lower
loop limit (*PL_reglastparen) to regtry(). Note: something
may still not be quite right: why was the _higher_ loop limit
(prog->nparens) different in the utf8 case?
After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
without core dumps, there were about 17 of them before
the patch (with us since Perl 5.7.0). Two failures, still:
496 and 505 (though these may not be severe).
Patch #7881 is also needed since both the cleanup loops
seem to be needed.
Also, the t/op/pat#44 seems to core dump under utf8.
Plus a couple of failures. UGH-8.
p4raw-id: //depot/perl@7879
|
|
|
|
|
|
|
| |
the code in regcppop() seems to be redundant for the test suite --
but it contains a germ of truth, and it needed for the build
process itself: see #7879 and #7881.
p4raw-id: //depot/perl@7878
|
|
|
| |
p4raw-id: //depot/perl@7877
|
|
|
| |
p4raw-id: //depot/perl@7876
|
|
|
|
|
| |
not even by sprintf().
p4raw-id: //depot/perl@7875
|
|
|
|
|
|
|
|
| |
Not really fixed (should really dump the UTF-8 charclass),
but stopped displaying the garbage.
Also add a note on the (missing) Unicode PSXSPC and BLANK.
p4raw-id: //depot/perl@7874
|
|
|
| |
p4raw-id: //depot/perl@7873
|
|
|
| |
p4raw-id: //depot/perl@7872
|
|
|
| |
p4raw-id: //depot/perl@7871
|
|
|
| |
p4raw-id: //depot/perl@7870
|
|
|
|
|
| |
is unused at the moment) to be less forgiving about bad UTF-8.
p4raw-id: //depot/perl@7869
|
|
|
|
|
|
|
|
|
|
| |
(UNINSTALLED)
Message-ID: <20001125204020.A25040@ecnvantage.com>
Debian allows installing /usr/bin/locale without installing
any locales, an error message will ensue.
p4raw-id: //depot/perl@7868
|
|
|
|
|
|
|
| |
Message-ID: <20001126024234.G25040@ecnvantage.com>
Patch for the bug 20000212.002.
p4raw-id: //depot/perl@7867
|
|
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
File::Temp 0.11.
p4raw-id: //depot/perl@7866
|
|
|
| |
p4raw-id: //depot/perl@7864
|
|
|
|
|
|
|
| |
Now the floating point sprintf really does taint the result
string as perllocale promises (has promised for a long time)
if "use locale" is in the lexical scope.
p4raw-id: //depot/perl@7863
|
|
|
|
|
|
|
| |
Message-ID: <20001126000750.A22446@plum.flirble.org>
Infinit.
p4raw-id: //depot/perl@7862
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 7860]
Correct relative path from new ext\Filter\Util\Call location
back to miniperl.
[ 7857]
All tests pass on Win32/gcc/USE_PERLIO.
- when crlf layer is pushed make unix-level binary.
- remove :crlf injection in pp_backtick in pp_sys.c
- (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
[ 7853]
Re-arrange crlf vs binary for platforms that care.
crlf layer is now "the" buffer layer and can turn its behaviour on/off.
Lip-service to making stdio layer work on such platforms (untested).
Now fails 3 tests rather than one, checkin to see if I can debug
the issue under linux. (Do not merge.)
p4raw-link: @7860 on //depot/perlio: 0727cc217546946a8c8db12875c3cacb5833e494
p4raw-link: @7857 on //depot/perlio: a77df51f3c9319336e0ec43ad003b02a0111d2af
p4raw-link: @7853 on //depot/perlio: f5b9d040829bb5deb93173e35ee6c82ce0a01c37
p4raw-id: //depot/perl@7861
|
| |
| |
| |
| |
| | |
back to miniperl.
p4raw-id: //depot/perlio@7860
|
| |\
| | |
| | | |
p4raw-id: //depot/perlio@7859
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- when crlf layer is pushed make unix-level binary.
- remove :crlf injection in pp_backtick in pp_sys.c
- (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
p4raw-id: //depot/perlio@7857
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
crlf layer is now "the" buffer layer and can turn its behaviour on/off.
Lip-service to making stdio layer work on such platforms (untested).
Now fails 3 tests rather than one, checkin to see if I can debug
the issue under linux. (Do not merge.)
p4raw-id: //depot/perlio@7853
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
parent's memory; fix it by keeping track of the actual pad
offset rather than a raw pointer (this change is probably also
relevant to non-ithreads case to avoid fallout from reallocs of
the pad array, but is currently only enabled for the ithreads
case in the interests of minimal disruption to existing "well
tested" code)
p4raw-id: //depot/perl@7858
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
if SOCKS is selected.
Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
Date: Fri, 24 Nov 2000 18:31:30 +0100
Message-ID: <20001124183130.E28337@Strawberry.COM>
Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
From: Jens Hamisch <jens@Strawberry.COM>
Date: Fri, 24 Nov 2000 19:11:51 +0100
Message-ID: <20001124191151.A28753@Strawberry.COM>
p4raw-id: //depot/perl@7855
|
| |
| |
| |
| |
| |
| |
| |
| | |
some walkoptree_slow(). An unfinished renaming?
Now the sub is walkoptree() (which is @EXPORT_OK),
the walkoptree_slow() is a typeglob alias to walkoptree.
This makes the tests to pass, at least.
p4raw-id: //depot/perl@7854
|
| |
| |
| | |
p4raw-id: //depot/perl@7852
|
| |
| |
| | |
p4raw-id: //depot/perl@7851
|
| |
| |
| | |
p4raw-id: //depot/perl@7850
|
| |
| |
| |
| |
| | |
Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
p4raw-id: //depot/perl@7849
|
| |
| |
| |
| |
| | |
Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
p4raw-id: //depot/perl@7848
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 7844]
Win32/perlio Now just fails one io/argv.t test - lack
of default :crlf on standard streams.
[ 7843]
Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
peek fail is showing a real problem (multiple crlf layers
are getting pushed.)
[ 7842]
Implement PerlIO_binmode()
Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
make binmode in t/lib/io_tell.t unconditional so that works.
Checkin just so Win32 machine can see these changes.
[ 7836]
Implement crlf layer - not ready for merge.
p4raw-link: @7844 on //depot/perlio: de6cd452fde5aaf57e339f71b33b6a0852f0f96d
p4raw-link: @7843 on //depot/perlio: 63dbdb066b93ac25a070d3a7942d248c23ec6088
p4raw-link: @7842 on //depot/perlio: 60382766f71ec2a2d8e34a951c5c77b494bd86bb
p4raw-link: @7836 on //depot/perlio: 99efab1281ccea6f7df2a4d0affc5479291e2350
p4raw-id: //depot/perl@7847
|
| |
| |
| |
| |
| | |
of default :crlf on standard streams.
p4raw-id: //depot/perlio@7844
|
| |
| |
| |
| |
| |
| | |
peek fail is showing a real problem (multiple crlf layers
are getting pushed.)
p4raw-id: //depot/perlio@7843
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
make binmode in t/lib/io_tell.t unconditional so that works.
Checkin just so Win32 machine can see these changes.
p4raw-id: //depot/perlio@7842
|
| |
| |
| | |
p4raw-id: //depot/perlio@7836
|
| |
| |
| | |
p4raw-id: //depot/perl@7841
|
| |
| |
| | |
p4raw-id: //depot/perl@7840
|
| |
| |
| | |
p4raw-id: //depot/perl@7839
|
| |
| |
| | |
p4raw-id: //depot/perl@7838
|
| |
| |
| |
| |
| |
| |
| | |
Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
Make VMS to like Filter::Util::Call.
p4raw-id: //depot/perl@7837
|
| |
| |
| | |
p4raw-id: //depot/perl@7835
|
| |
| |
| | |
p4raw-id: //depot/perl@7834
|