summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tokeniser debuggingSimon Cozens2000-11-294-2/+37
| | | | | Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk> p4raw-id: //depot/perl@7916
* Re: [PATCH 5.7.0] OUT keyword for xsubppIlya Zakharevich2000-11-292-27/+48
| | | | | | | | | | | | | | | 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
* Re: [ID 20001127.002] const subs hurt under debuggerJohn Tobey2000-11-291-8/+2
| | | | | | | Message-Id: <m140e1N-000FOoC@feynman.localnet> plus a performance speedup noticed by Sarathy. p4raw-id: //depot/perl@7914
* Use "1 while unlink" so that VMS gets clean, too.Jarkko Hietaniemi2000-11-291-9/+9
| | | p4raw-id: //depot/perl@7913
* OUT keyword for xsubppIlya Zakharevich2000-11-291-19/+20
| | | | | Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7912
* This should have been part of #7872: no need to scan UTF-8Jarkko Hietaniemi2000-11-291-1/+1
| | | | | until eternity. p4raw-id: //depot/perl@7911
* One more perltie.pod nit from Casey R. Tweten.Jarkko Hietaniemi2000-11-291-11/+0
| | | p4raw-id: //depot/perl@7910
* Document the known sprintf test failures, exact standardJarkko Hietaniemi2000-11-292-2/+11
| | | | | reference from Dominic Dunlop, NonStop-UX testing from Tom Bates. p4raw-id: //depot/perl@7909
* Add the Encoding table format documentation.Jarkko Hietaniemi2000-11-292-0/+165
| | | p4raw-id: //depot/perl@7908
* Re: [PATCH] Updating perltie.pod for arraysCasey R. Tweten2000-11-291-10/+16
| | | | | | | | | | | 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
* [ID 20001128.002] what's the point of example code if it is buggy?Nicholas Clark2000-11-281-4/+28
| | | | | Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk> p4raw-id: //depot/perl@7904
* Updating perltie.pod for arraysCasey R. Tweten2000-11-281-38/+189
| | | | | Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net> p4raw-id: //depot/perl@7903
* Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)Robin Barker2000-11-282-1/+15
| | | | | Message-Id: <200011271756.RAA22706@tempest.npl.co.uk> p4raw-id: //depot/perl@7902
* setmode() is a DOSish-only thing.Jarkko Hietaniemi2000-11-281-1/+3
| | | p4raw-id: //depot/perl@7901
* perlcc.PL cleanupsSimon Cozens2000-11-281-3/+3
| | | | | Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk> p4raw-id: //depot/perl@7900
* Update Changes.Jarkko Hietaniemi2000-11-272-1/+1013
| | | p4raw-id: //depot/perl@7892
* Re: perlfaq style changesYitzchak Scott-Thoennes2000-11-273-11/+9
| | | | | | | Message-ID: <KyLI6gzkgiRK092yn@efn.org> plus a note from Ronald Kimball. p4raw-id: //depot/perl@7891
* Re: [ID 20001122.006] weird behaviour of $|Benjamin Holzman2000-11-271-1/+5
| | | | | Message-ID: <20001126162733.J25040@ecnvantage.com> p4raw-id: //depot/perl@7890
* [ID 20001127.004] White space problem in perlamiga.podLarry W. Virden2000-11-271-1/+1
| | | | | Message-Id: <200011271432.JAA09550@lwv26awu.cas.org> p4raw-id: //depot/perl@7889
* Restore also the locale test to no-sprintf-taint state.Jarkko Hietaniemi2000-11-272-5/+5
| | | | | Fixes the bug 20001127.003. p4raw-id: //depot/perl@7888
* __FUNCTION__ isn't portable and trying to emulate it leadsJarkko Hietaniemi2000-11-271-7/+7
| | | | | | into practically spelling out the name of the function. Takes care of the bug 20001127.001. p4raw-id: //depot/perl@7886
* VMS test cleanupCharles Lane2000-11-272-3/+12
| | | | | Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@7884
* It seems that *both* the unused submatch loop cleanupJarkko Hietaniemi2000-11-271-6/+14
| | | | | codes are needed. p4raw-id: //depot/perl@7881
* Clean .exists deeper.Jarkko Hietaniemi2000-11-271-1/+1
| | | p4raw-id: //depot/perl@7880
* The code in regcppop() (see #7878) contains the correct lowerJarkko Hietaniemi2000-11-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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 unused submatch cleanup code in regtry() seems to be more crucial,Jarkko Hietaniemi2000-11-271-1/+17
| | | | | | | 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
* Comment on comment.Jarkko Hietaniemi2000-11-271-1/+2
| | | p4raw-id: //depot/perl@7877
* Adjust the docs to agree with #7875.Jarkko Hietaniemi2000-11-271-15/+8
| | | p4raw-id: //depot/perl@7876
* Retract #7863. It makes more sense not to taint formatted output,Jarkko Hietaniemi2000-11-271-4/+3
| | | | | not even by sprintf(). p4raw-id: //depot/perl@7875
* Debug dump of ANYOFUTF8 was garbage (data from ANYOF).Jarkko Hietaniemi2000-11-261-16/+24
| | | | | | | | 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
* BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.Jarkko Hietaniemi2000-11-261-14/+29
| | | p4raw-id: //depot/perl@7873
* No need to scan till infinity, 13 is enough.Jarkko Hietaniemi2000-11-262-21/+19
| | | p4raw-id: //depot/perl@7872
* Test line numbers are different with utf8.Jarkko Hietaniemi2000-11-261-21/+21
| | | p4raw-id: //depot/perl@7871
* Message nit.Jarkko Hietaniemi2000-11-261-1/+1
| | | p4raw-id: //depot/perl@7870
* Make utf8_length() and utf8_distance() (the latter of whichJarkko Hietaniemi2000-11-263-11/+21
| | | | | is unused at the moment) to be less forgiving about bad UTF-8. p4raw-id: //depot/perl@7869
* Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 ↵Benjamin Holzman2000-11-261-1/+1
| | | | | | | | | | (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
* Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havocBenjamin Holzman2000-11-262-2/+8
| | | | | | | Message-ID: <20001126024234.G25040@ecnvantage.com> Patch for the bug 20000212.002. p4raw-id: //depot/perl@7867
* PATCH: File::Temp fix on WindowsNT/VMSTim Jenness2000-11-262-10/+65
| | | | | | | Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu> File::Temp 0.11. p4raw-id: //depot/perl@7866
* Make the va_copy() test not to be so talkative.Jarkko Hietaniemi2000-11-261-2/+2
| | | p4raw-id: //depot/perl@7864
* Fix locale inconsistencies unearthed by Hugo's work.Jarkko Hietaniemi2000-11-262-3/+7
| | | | | | | 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
* Re: pp_add -> pp_i_add efficiency hack?Nicholas Clark2000-11-261-0/+1
| | | | | | | Message-ID: <20001126000750.A22446@plum.flirble.org> Infinit. p4raw-id: //depot/perl@7862
* Integrate perlio:Jarkko Hietaniemi2000-11-265-174/+308
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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
| * Correct relative path from new ext\Filter\Util\Call locationNick Ing-Simmons2000-11-251-1/+1
| | | | | | | | | | back to miniperl. p4raw-id: //depot/perlio@7860
| * Integrate mainline.Nick Ing-Simmons2000-11-2529-394/+383
| |\ | | | | | | p4raw-id: //depot/perlio@7859
| * | All tests pass on Win32/gcc/USE_PERLIO.Nick Ing-Simmons2000-11-253-28/+32
| | | | | | | | | | | | | | | | | | | | | - 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
| * | Re-arrange crlf vs binary for platforms that care.Nick Ing-Simmons2000-11-243-124/+256
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-2511-1/+72
| |/ |/| | | | | | | | | | | | | | | | | 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
* | Undo the SOCKS workarounds, instead start using PerlIOJens Hamisch2000-11-2511-304/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Undo #7848. Some of the code seems to use walkoptree(),Jarkko Hietaniemi2000-11-253-15/+16
| | | | | | | | | | | | | | | | 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
* | AUTHORS edits.Jarkko Hietaniemi2000-11-241-45/+89
| | | | | | p4raw-id: //depot/perl@7852