summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-206-5/+32
| | | | | and use that for the regexec debugging. p4raw-id: //depot/perl@13110
* sysseek tweak.Jarkko Hietaniemi2001-11-191-4/+9
| | | p4raw-id: //depot/perl@13107
* Move the sysio tests from io/utf8 to lib/open.Jarkko Hietaniemi2001-11-192-77/+100
| | | p4raw-id: //depot/perl@13106
* Thou shalt not mix stdio and sysio.Jarkko Hietaniemi2001-11-191-11/+13
| | | p4raw-id: //depot/perl@13104
* Update Changes.Jarkko Hietaniemi2001-11-192-1/+364
| | | p4raw-id: //depot/perl@13103
* The runops_debug needs to be present always, otherwiseJarkko Hietaniemi2001-11-191-1/+0
| | | | | | | places like AIX which need an explicit symbol export list will croak when trying to build Devel::Peek (which uses the runops_debug). p4raw-id: //depot/perl@13102
* VMS specific cleanup and strictness for tie_sdbm.tPeter Prymmer2001-11-191-0/+8
| | | | | Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11> p4raw-id: //depot/perl@13101
* Retract #13088: it seems that unless dump.c is extensivelyJarkko Hietaniemi2001-11-193-1/+6
| | | | | | | reorganized as to what symbols it shows, when, and to whom, we are stuck with having the dump.o symbols in the libperl and thusly in the main Perl binary. p4raw-id: //depot/perl@13100
* The _uni_display should not be in dump.c since theyJarkko Hietaniemi2001-11-196-40/+38
| | | | | are used under normal operation (S_not_a_number()). p4raw-id: //depot/perl@13099
* Protect sv_dump() from being included unless DEBUGGING,Jarkko Hietaniemi2001-11-191-0/+4
| | | | | as noticed by Ilya. p4raw-id: //depot/perl@13098
* Pending further investigation skip the tell() tests.Jarkko Hietaniemi2001-11-191-25/+35
| | | | | | The tell() is okay on Solaris, HP-UX and Tru64, but fails (by returning too much) in Linux. p4raw-id: //depot/perl@13097
* Retract #13082 until a better solution is found:Jarkko Hietaniemi2001-11-191-15/+5
| | | | | statics break ithreads. p4raw-id: //depot/perl@13096
* Figures 1 and 2 for UTF-8.Jarkko Hietaniemi2001-11-191-0/+25
| | | p4raw-id: //depot/perl@13095
* new warning "Useless use of sort in scalar context"Rafael Garcia-Suarez2001-11-193-0/+22
| | | | | Message-ID: <20011119132645.A15034@rafael> p4raw-id: //depot/perl@13094
* A little extra debugging outputMichael G. Schwern2001-11-191-12/+15
| | | | | Message-ID: <20011119031112.E786@blackrider> p4raw-id: //depot/perl@13093
* Double FETCH testMichael G. Schwern2001-11-192-0/+69
| | | | | Message-ID: <20011119034256.I786@blackrider> p4raw-id: //depot/perl@13092
* io_poll.t vms/test.com tweaksCraig A. Berry2001-11-192-2/+2
| | | | | Message-Id: <a05101001b81db38899ea@[172.16.52.1]> p4raw-id: //depot/perl@13091
* ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMakerDave Rolsky2001-11-191-9/+8
| | | | | Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org> p4raw-id: //depot/perl@13090
* ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMakerDave Rolsky2001-11-191-6/+6
| | | | | Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org> p4raw-id: //depot/perl@13089
* The runops_dbg should not be needed.Jarkko Hietaniemi2001-11-194-25/+20
| | | p4raw-id: //depot/perl@13088
* do_spawn() cleanup from Charles Lane.Jarkko Hietaniemi2001-11-191-23/+18
| | | p4raw-id: //depot/perl@13087
* Update the list of tests.Jarkko Hietaniemi2001-11-191-6/+0
| | | p4raw-id: //depot/perl@13086
* Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warnMichael G. Schwern2001-11-181-0/+11
| | | | | Message-ID: <20011116173703.L30160@blackrider> p4raw-id: //depot/perl@13085
* FAQ sync.Jarkko Hietaniemi2001-11-181-5/+2
| | | p4raw-id: //depot/perl@13084
* Integrate perlio:Jarkko Hietaniemi2001-11-182-5/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 13081] Win32 layer has a dup which needs to match new prototype. [ 13080] Wrong way to get stdio mode used. [ 13072] Allow dup'ing of PerlIO::Scalar etc. p4raw-link: @13081 on //depot/perlio: af9603a6cfcfbd30bbf18d21ddf3f61b30e8004c p4raw-link: @13080 on //depot/perlio: 293ed4d2d77af94fb636abf7295b5e2dd98c1695 p4raw-link: @13072 on //depot/perlio: ecdeb87c58ecf41e283516bbe30cb8616ec66e13 p4raw-id: //depot/perl@13083
| * Win32 layer has a dup which needs to match new prototype.Nick Ing-Simmons2001-11-181-2/+2
| | | | | | p4raw-id: //depot/perlio@13081
| * Wrong way to get stdio mode used.Nick Ing-Simmons2001-11-181-3/+1
| | | | | | p4raw-id: //depot/perlio@13080
* | (retracted by #13096)Jarkko Hietaniemi2001-11-181-5/+15
| | | | | | | | | | Debugging would be badly skewed by a malloc per regex dump. p4raw-id: //depot/perl@13082
* | Retract #13048: that introduced a malloc() (through savepvn())Jarkko Hietaniemi2001-11-185-16/+20
| | | | | | | | | | to *every* m//, which killed the performance quite badly. p4raw-id: //depot/perl@13079
* | Pass 1 at perldelta.pod: sort the section contentsJarkko Hietaniemi2001-11-181-1268/+902
| | | | | | | | | | | | | | together, drop all but the 5.7.2 known problems, leave the 5.7.1 security note since that's the fullest explanation (update the date on that). p4raw-id: //depot/perl@13078
* | Retract 11635: close 20011113.110, reopen 20010809.028.Jarkko Hietaniemi2001-11-182-4/+38
| | | | | | | | | | | | Tiny problem in the test for 20011113.110: I hope 'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-) p4raw-id: //depot/perl@13077
* | All of syswrite/send/sendto need to return character counts,Jarkko Hietaniemi2001-11-181-3/+2
| | | | | | | | | | | | and character counts from the offset, not the beginning of the scalar. p4raw-id: //depot/perl@13076
* | Integrate PerlIO: duping fixes.Jarkko Hietaniemi2001-11-189-63/+124
|\ \ | |/ | | p4raw-id: //depot/perl@13075
| * Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-189-63/+124
| | | | | | p4raw-id: //depot/perlio@13072
* | syswrite() was still returning byte counts, not character counts.Jarkko Hietaniemi2001-11-182-10/+62
| | | | | | p4raw-id: //depot/perl@13074
* | Add test for sysread().Jarkko Hietaniemi2001-11-181-1/+19
| | | | | | p4raw-id: //depot/perl@13073
* | Prepend a null byte to the test set.Jarkko Hietaniemi2001-11-181-0/+3
| | | | | | p4raw-id: //depot/perl@13071
* | Document how "no utf8;" can become handy.Jarkko Hietaniemi2001-11-181-0/+6
| | | | | | p4raw-id: //depot/perl@13070
* | Integrate perlio:Jarkko Hietaniemi2001-11-184-19/+32
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 13068] embed.pl generated changes I forgot to include [ 13067] Force inclusion of both Perl_runops_* in perl itself, so they are available for Peek.xs etc. [ 12874] Keep It Simple and Stupid version of readonly hash support. - Test for SvREAONLY(hv) at a few spots in hv.c - add the error message to perldiag.pod - (dubious) add access::readonly() to univeral.c - add test using above - fixup ext/B/t/stash.t to account for access:: existing p4raw-link: @13068 on //depot/perlio: 543c00c93a3f7ccd573dc2e23ffd06654cf38058 p4raw-link: @13067 on //depot/perlio: 60e4ec2e6ee5ed6e4095807a4e0ada718c12b221 p4raw-link: @12874 on //depot/perlio: 1b1f1335be81080356b687a63b64fde210a3b697 p4raw-id: //depot/perl@13069
| * embed.pl generated changes I forgot to includeNick Ing-Simmons2001-11-183-19/+27
| | | | | | p4raw-id: //depot/perlio@13068
| * Force inclusion of both Perl_runops_* in perl itself,Nick Ing-Simmons2001-11-181-0/+5
| | | | | | | | | | so they are available for Peek.xs etc. p4raw-id: //depot/perlio@13067
| * Integrate mainline - a few Devel::Peak fails.Nick Ing-Simmons2001-11-18415-8105/+17758
| |\ | |/ |/| p4raw-id: //depot/perlio@13066
* | Start working on perldelta. This is not yet any sort ofJarkko Hietaniemi2001-11-181-5/+2681
| | | | | | | | | | | | | | | | editing; just concatenating perl570delta, perl571delta, and perl572delta. Any sorting not done, any duplicate removal not done, any removal or update of obsolete items not done, any changes since 5.7.2 not included. So there. p4raw-id: //depot/perl@13065
* | Banish "use utf8".Jarkko Hietaniemi2001-11-173-14/+16
| | | | | | p4raw-id: //depot/perl@13064
* | Tweak from Charles Lane.Jarkko Hietaniemi2001-11-171-9/+10
| | | | | | p4raw-id: //depot/perl@13063
* | Integrate change #13058 from maintperl;Jarkko Hietaniemi2001-11-171-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | change#12559 breaks things on Win9x because command.com doesn't grok dquotes at all; disable all the system() smarts for command.com p4raw-link: @13058 on //depot/maint-5.6/perl: 50ebe189cec19a941749051b01f36b6a9a290d1e p4raw-link: @12559 on //depot/maint-5.6/perl: c196af81e4de7395bbcca7607214cb47be8a55c0 p4raw-id: //depot/perl@13062 p4raw-integrated: from //depot/maint-5.6/perl@13061 'merge in' win32/win32.c (@12747..)
* | Sync with CPAN versionJonathan Stowe2001-11-171-81/+243
| | | | | | | | | | Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@13061
* | [PATCH9 File/Find.pm doc nitsTels2001-11-171-7/+8
| | | | | | p4raw-id: //depot/perl@13060
* | Benchmark.pm nitTels2001-11-171-2/+3
| | | | | | p4raw-id: //depot/perl@13059
* | lib/Unicode/UCD.t @INC oddityAndy Dougherty2001-11-161-4/+4
| | | | | | | | | | Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@13057