summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dump SvUTF8(sv)s also as \x{...}.Jarkko Hietaniemi2001-09-275-23/+63
| | | | | TODO: dump the SvUTF8() hash keys similarly. p4raw-id: //depot/perl@12243
* Documention updateArtur Bergman2001-09-261-0/+2
| | | p4raw-id: //depot/perl@12240
* Update Changes.Jarkko Hietaniemi2001-09-262-1/+402
| | | p4raw-id: //depot/perl@12239
* Check that all environment variables are tainted.Jarkko Hietaniemi2001-09-261-2/+15
| | | p4raw-id: //depot/perl@12238
* Manual integration error in #12235.Jarkko Hietaniemi2001-09-261-2/+2
| | | p4raw-id: //depot/perl@12237
* Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.chromatic2001-09-261-1/+2
| | | | | Message-ID: <20010926060233.7554.qmail@onion.perl.org> p4raw-id: //depot/perl@12236
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-2621-264/+1320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12192 11817 11815 11813 11778 11775 Update CPAN.pm to work with new Mac::BuildTools instead of ExtUtils::MM_MacOS "orphan" functions Fix test Make syntax check report in MPW style, fix tests to use Mac::err=unix to get normal-style error messages. More module and test ports from Thomas Wegner et al Fix open of /dev/null for Mac OS Allow for platforms to override formatting of errors on output from Matthias Neeracher (core files) p4raw-id: //depot/perl@12235 p4raw-edited: from //depot/maint-5.6/macperl@12234 'edit in' lib/File/DosGlob.pm t/op/magic.t (@11007..) p4raw-integrated: from //depot/maint-5.6/macperl@12234 'copy in' lib/File/Spec/Mac.pm lib/File/Temp.pm (@11007..) 'merge in' ext/File/Glob/Glob.pm lib/CPAN.pm (@11007..) ext/File/Glob/bsd_glob.c t/base/term.t (@11185..) t/op/runlevel.t (@11198..) t/pod/testp2pt.pl (@11500..) p4raw-integrated: from //depot/maint-5.6/macperl@11815 'merge in' perl.c (@11806..) p4raw-integrated: from //depot/maint-5.6/macperl@11775 'merge in' perl.h pp_ctl.c util.c (@11007..)
* grrr.Jarkko Hietaniemi2001-09-261-1/+1
| | | p4raw-id: //depot/perl@12234
* Retract #12232.Jarkko Hietaniemi2001-09-261-11/+11
| | | p4raw-id: //depot/perl@12233
* (Retracted by #12233.)Jarkko Hietaniemi2001-09-261-11/+11
| | | p4raw-id: //depot/perl@12232
* Detypo.Jarkko Hietaniemi2001-09-261-1/+1
| | | p4raw-id: //depot/perl@12231
* Increase the amount of time we spend in each thread, and add one that uses ↵Artur Bergman2001-09-263-2/+51
| | | | | | | an anonymous sub. We are using a "delay" here because we do not want to depend on thread synchronization issues. p4raw-id: //depot/perl@12230
* NetWare tweak from Ananth Kesari.Jarkko Hietaniemi2001-09-261-5/+7
| | | p4raw-id: //depot/perl@12229
* Trick to fool case-blind filesystems.Jarkko Hietaniemi2001-09-261-0/+3
| | | p4raw-id: //depot/perl@12228
* Threads can start executing in a different order than they wereArtur Bergman2001-09-261-1/+1
| | | | | created.... so we cannot ok() inside the threadstarter. p4raw-id: //depot/perl@12227
* Add in stress_string.t to stress test threads a bit more.Artur Bergman2001-09-262-0/+52
| | | p4raw-id: //depot/perl@12226
* Fix negative refcount introduced by #12223.Artur Bergman2001-09-261-2/+2
| | | p4raw-id: //depot/perl@12225
* Update documentation to match change #12223Artur Bergman2001-09-260-0/+0
| | | | | p4raw-link: @12223 on //depot/perl: 59ae57287215834d4b338afe99d274f35da9b1a1 p4raw-id: //depot/perl@12224
* Use a separate interpreter for the sharedsv space. AnotherArtur Bergman2001-09-261-2/+5
| | | | | negative sv leak. Sigh. p4raw-id: //depot/perl@12223
* Do the environ assignment in perl_contruct to match perl_destruct.Artur Bergman2001-09-261-8/+11
| | | | | | Now we don't need to perl_parse/perl_run. However environ is a global.... p4raw-id: //depot/perl@12222
* Move the creation of PL_strtab to perl_construct so we can workArtur Bergman2001-09-261-9/+13
| | | | | with HV and HEs without running perl_parse. p4raw-id: //depot/perl@12221
* Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)Nicholas Clark2001-09-251-10/+25
| | | | | Message-Id: <20010926012020.B48092@plum.flirble.org> p4raw-id: //depot/perl@12218
* angle bracket filespec problem on VMSCraig A. Berry2001-09-251-0/+5
| | | | | Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01> p4raw-id: //depot/perl@12217
* Fixing mysterious TEST failure. (wasMichael G. Schwern2001-09-251-1/+1
| | | | | | Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.) Message-Id: <20010926003821.A627@blackrider> p4raw-id: //depot/perl@12216
* fix test.deparseMichael G. Schwern2001-09-252-9/+12
| | | | | Message-ID: <20010925174349.B19534@blackrider> p4raw-id: //depot/perl@12215
* skip($mess) should result in one skip.Jarkko Hietaniemi2001-09-251-1/+2
| | | p4raw-id: //depot/perl@12213
* perldiag entry for #12205.Jarkko Hietaniemi2001-09-251-0/+10
| | | p4raw-id: //depot/perl@12206
* warning on v-string in use/requireJohn Peacock2001-09-253-1/+16
| | | | | Message-ID: <3BAFA59F.9C0E0339@rowman.com> p4raw-id: //depot/perl@12205
* perltooc et al updates.Jarkko Hietaniemi2001-09-252-3/+3
| | | p4raw-id: //depot/perl@12204
* Deprecating chdir(undef)/chdir('')Michael G. Schwern2001-09-254-37/+80
| | | | | Message-ID: <20010923000712.A7005@blackrider> p4raw-id: //depot/perl@12203
* Some Encode/*.enc files needs to be correctedSADAHIRO Tomoyuki2001-09-256-10/+10
| | | | | Message-Id: <20010926012410.5B86.BQW10602@nifty.com> p4raw-id: //depot/perl@12202
* Integrate change #12200 from maintperl;Jarkko Hietaniemi2001-09-251-5/+6
| | | | | | | | | | on windows, virtualized environment could propagate deleted variables into children if they happen to be at the very end of the table p4raw-link: @12200 on //depot/maint-5.6/perl: a54e6844a84a87ee0c736e691b5bedbfcbccb5bd p4raw-id: //depot/perl@12201 p4raw-integrated: from //depot/maint-5.6/perl@12199 'merge in' win32/perlhost.h (@12146..)
* avoid the use of ftime() (it does a useless, potentiallyGurusamy Sarathy2001-09-251-7/+23
| | | | | | | expensive call to GetTimeZoneInformation()); this potentially also results in three more digits of precision from Time::HiRes::time() p4raw-id: //depot/perl@12199
* Replace the use Test::More in t/{op,io,run} with t/test.pl.Jarkko Hietaniemi2001-09-2510-30/+187
| | | | | Note: io/binmode is failing, have to figure out why. p4raw-id: //depot/perl@12198
* AutoSplit.t (was Re: Untested libraries update)Nicholas Clark2001-09-252-0/+373
| | | | | | Message-Id: <20010925003740.S4971@plum.flirble.org> (Further changes expected.) p4raw-id: //depot/perl@12197
* Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} ↵Artur Bergman2001-09-251-16/+5
| | | | | | | is wrong we fail. New attempt uses _ftime to try and be more robust. p4raw-id: //depot/perl@12196
* perltootc -> perltooc in vms/descrip_mms.templateCraig A. Berry2001-09-251-2/+2
| | | | | Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01> p4raw-id: //depot/perl@12194
* Retract #12136, the warnings::register is alreadyJarkko Hietaniemi2001-09-244-97/+1
| | | | | | tested by t/lib/warnings/9enabled, as pointed out by Paul Marquess. p4raw-id: //depot/perl@12185
* fix Time::HiRes implementation of gettimeofday() on windowsGurusamy Sarathy2001-09-241-1/+2
| | | | | (HiRes.t#14 now passes) p4raw-id: //depot/perl@12184
* File::Spec::catfile() canonifies everything to blackslashes onGurusamy Sarathy2001-09-241-0/+1
| | | | | windows :-( p4raw-id: //depot/perl@12183
* test number mismatchGurusamy Sarathy2001-09-241-1/+1
| | | p4raw-id: //depot/perl@12182
* ok().Jarkko Hietaniemi2001-09-241-1/+1
| | | p4raw-id: //depot/perl@12181
* unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test fromJarkko Hietaniemi2001-09-242-3/+14
| | | | | Wolfgang Laun <Wolfgang.Laun@alcatel.at> p4raw-id: //depot/perl@12180
* Update Changes.Jarkko Hietaniemi2001-09-242-1/+32
| | | p4raw-id: //depot/perl@12179
* [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in ↵Michael G. Schwern2001-09-241-8/+9
| | | | | | | maniread() on VMS Message-ID: <20010924111213.G27885@blackrider> p4raw-id: //depot/perl@12178
* Fixing inline TODO recognitionMichael G. Schwern2001-09-241-1/+1
| | | | | Message-ID: <20010924110207.E27885@blackrider> p4raw-id: //depot/perl@12177
* Update Changes.Abhijit Menon-Sen2001-09-241-0/+495
| | | p4raw-id: //depot/perl@12176
* Various cleanups.Jarkko Hietaniemi2001-09-242-86/+49
| | | p4raw-id: //depot/perl@12175
* (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)SADAHIRO Tomoyuki2001-09-241-1/+1
| | | | | Message-Id: <20010924200207.A030.BQW10602@nifty.com> p4raw-id: //depot/perl@12171
* Clarifying comment to #12164.Jarkko Hietaniemi2001-09-241-1/+2
| | | p4raw-id: //depot/perl@12170