summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the README.threads scary header a bit.Jarkko Hietaniemi2001-11-201-8/+20
* Pass 2 at perldelta: add some changes since 5.7.2.Jarkko Hietaniemi2001-11-201-2/+82
* [DOC PATCH] perlfaq4.pod Tim Jenness2001-11-201-1/+4
* Extra diagnostics for -DP Michael G. Schwern2001-11-201-0/+5
* update of vms Makefile.SH analogPeter Prymmer2001-11-201-2/+5
* Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-206-5/+32
* sysseek tweak.Jarkko Hietaniemi2001-11-191-4/+9
* Move the sysio tests from io/utf8 to lib/open.Jarkko Hietaniemi2001-11-192-77/+100
* Thou shalt not mix stdio and sysio.Jarkko Hietaniemi2001-11-191-11/+13
* Update Changes.Jarkko Hietaniemi2001-11-192-1/+364
* The runops_debug needs to be present always, otherwiseJarkko Hietaniemi2001-11-191-1/+0
* VMS specific cleanup and strictness for tie_sdbm.tPeter Prymmer2001-11-191-0/+8
* Retract #13088: it seems that unless dump.c is extensivelyJarkko Hietaniemi2001-11-193-1/+6
* The _uni_display should not be in dump.c since theyJarkko Hietaniemi2001-11-196-40/+38
* Protect sv_dump() from being included unless DEBUGGING,Jarkko Hietaniemi2001-11-191-0/+4
* Pending further investigation skip the tell() tests.Jarkko Hietaniemi2001-11-191-25/+35
* Retract #13082 until a better solution is found:Jarkko Hietaniemi2001-11-191-15/+5
* Figures 1 and 2 for UTF-8.Jarkko Hietaniemi2001-11-191-0/+25
* new warning "Useless use of sort in scalar context"Rafael Garcia-Suarez2001-11-193-0/+22
* A little extra debugging outputMichael G. Schwern2001-11-191-12/+15
* Double FETCH testMichael G. Schwern2001-11-192-0/+69
* io_poll.t vms/test.com tweaksCraig A. Berry2001-11-192-2/+2
* ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMakerDave Rolsky2001-11-191-9/+8
* ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMakerDave Rolsky2001-11-191-6/+6
* The runops_dbg should not be needed.Jarkko Hietaniemi2001-11-194-25/+20
* do_spawn() cleanup from Charles Lane.Jarkko Hietaniemi2001-11-191-23/+18
* Update the list of tests.Jarkko Hietaniemi2001-11-191-6/+0
* Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warnMichael G. Schwern2001-11-181-0/+11
* FAQ sync.Jarkko Hietaniemi2001-11-181-5/+2
* Integrate perlio:Jarkko Hietaniemi2001-11-182-5/+3
|\
| * Win32 layer has a dup which needs to match new prototype.Nick Ing-Simmons2001-11-181-2/+2
| * Wrong way to get stdio mode used.Nick Ing-Simmons2001-11-181-3/+1
* | (retracted by #13096)Jarkko Hietaniemi2001-11-181-5/+15
* | Retract #13048: that introduced a malloc() (through savepvn())Jarkko Hietaniemi2001-11-185-16/+20
* | Pass 1 at perldelta.pod: sort the section contentsJarkko Hietaniemi2001-11-181-1268/+902
* | Retract 11635: close 20011113.110, reopen 20010809.028.Jarkko Hietaniemi2001-11-182-4/+38
* | All of syswrite/send/sendto need to return character counts,Jarkko Hietaniemi2001-11-181-3/+2
* | Integrate PerlIO: duping fixes.Jarkko Hietaniemi2001-11-189-63/+124
|\ \ | |/
| * Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-189-63/+124
* | syswrite() was still returning byte counts, not character counts.Jarkko Hietaniemi2001-11-182-10/+62
* | Add test for sysread().Jarkko Hietaniemi2001-11-181-1/+19
* | Prepend a null byte to the test set.Jarkko Hietaniemi2001-11-181-0/+3
* | Document how "no utf8;" can become handy.Jarkko Hietaniemi2001-11-181-0/+6
* | Integrate perlio:Jarkko Hietaniemi2001-11-184-19/+32
|\ \ | |/
| * embed.pl generated changes I forgot to includeNick Ing-Simmons2001-11-183-19/+27
| * Force inclusion of both Perl_runops_* in perl itself,Nick Ing-Simmons2001-11-181-0/+5
| * Integrate mainline - a few Devel::Peak fails.Nick Ing-Simmons2001-11-18415-8105/+17758
| |\ | |/ |/|
* | Start working on perldelta. This is not yet any sort ofJarkko Hietaniemi2001-11-181-5/+2681
* | Banish "use utf8".Jarkko Hietaniemi2001-11-173-14/+16
* | Tweak from Charles Lane.Jarkko Hietaniemi2001-11-171-9/+10