| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
p4raw-id: //depot/perl@7916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Wed, 29 Nov 2000 02:13:14 -0500
Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
OUT keyword nits.
Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Date: Wed, 29 Nov 2000 03:09:04 -0500
Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
OUT and IN_OUT documentation.
p4raw-id: //depot/perl@7915
|
|
|
|
|
|
|
| |
Message-Id: <m140e1N-000FOoC@feynman.localnet>
plus a performance speedup noticed by Sarathy.
p4raw-id: //depot/perl@7914
|
|
|
| |
p4raw-id: //depot/perl@7913
|
|
|
|
|
| |
Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@7912
|
|
|
|
|
| |
until eternity.
p4raw-id: //depot/perl@7911
|
|
|
| |
p4raw-id: //depot/perl@7910
|
|
|
|
|
| |
reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
p4raw-id: //depot/perl@7909
|
|
|
| |
p4raw-id: //depot/perl@7908
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
Subject: Re: [PATCH] Updating perltie.pod for arrays
From: "Casey R. Tweten" <crt@kiski.net>
Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
p4raw-id: //depot/perl@7907
|
|
|
|
|
| |
Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
p4raw-id: //depot/perl@7904
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
p4raw-id: //depot/perl@7903
|
|
|
|
|
| |
Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
p4raw-id: //depot/perl@7902
|
|
|
| |
p4raw-id: //depot/perl@7901
|
|
|
|
|
| |
Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
p4raw-id: //depot/perl@7900
|
|
|
| |
p4raw-id: //depot/perl@7892
|
|
|
|
|
|
|
| |
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
|