summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Re: What sort of Makefile.PL should h2xs write?Nicholas Clark2001-09-248-872/+1063
| | | | | | | Message-ID: <20010923230055.Y4971@plum.flirble.org> (with "sample_constants" changed to "fallback") p4raw-id: //depot/perl@12169
* Add a few glibc cpp symbols to probe for.Jarkko Hietaniemi2001-09-241-5/+10
| | | p4raw-id: //depot/perl@12167
* DJGPP tweaks for Laszlo Molnar.Jarkko Hietaniemi2001-09-242-0/+2
| | | p4raw-id: //depot/perl@12166
* More testsRafael Garcia-Suarez2001-09-241-25/+22
| | | | | Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net> p4raw-id: //depot/perl@12165
* local $/ = "\n";Jeff Pinyan2001-09-241-0/+1
| | | | | Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@12164
* 1_compile updates.Jarkko Hietaniemi2001-09-231-2/+0
| | | p4raw-id: //depot/perl@12163
* proposal : put the @INC-hooks directly in %INCRafael Garcia-Suarez2001-09-232-5/+8
| | | | | Message-ID: <20010919224714.A6382@rafael> p4raw-id: //depot/perl@12162
* Add Tests forchromatic2001-09-233-0/+53
| | | | | | filetest Pragma Message-Id: <20010923181223.32427.qmail@onion.perl.org> p4raw-id: //depot/perl@12161
* Additional minor chdir() tweak.Abhijit Menon-Sen2001-09-231-3/+3
| | | p4raw-id: //depot/perl@12160
* PATCH lib/ExtUtils/Command.tAbe Timmerman2001-09-231-1/+1
| | | | | Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com> p4raw-id: //depot/perl@12159
* Win32 compilation without USE_ITHREADSMattia Barbon2001-09-231-0/+2
| | | | | Message-ID: <3BAD42B2.2951.39B2E2A@localhost> p4raw-id: //depot/perl@12158
* Cleanup & OS/390 "fix"Craig A. Berry)2001-09-231-53/+71
| | | | | Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]> p4raw-id: //depot/perl@12157
* Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggestedAbhijit Menon-Sen2001-09-231-4/+5
| | | | | by Blair Zajac. p4raw-id: //depot/perl@12154
* Re:chromatic2001-09-234-3/+22
| | | | | | Forgotten deprecation of *glob{FILEHANDLE}? Message-Id: <20010923033252.33085.qmail@onion.perl.org> p4raw-id: //depot/perl@12153
* Fixing lib/File/Find/t/taint.t on VMSMichael G. Schwern2001-09-231-12/+3
| | | | | Message-Id: <20010923033439.E7005@blackrider> p4raw-id: //depot/perl@12152
* Re: t/op/magic.t missing tests on Win32Michael G. Schwern2001-09-230-0/+0
| | | | | Message-Id: <20010922202909.I18223@blackrider> p4raw-id: //depot/perl@12151
* Add tests forchromatic2001-09-233-9/+301
| | | | | | Dumpvalue.pm Message-Id: <20010923014628.7739.qmail@onion.perl.org> p4raw-id: //depot/perl@12150
* 2022-cn.enc of Encode.pmSADAHIRO Tomoyuki2001-09-231-4/+2
| | | | | Message-Id: <20010923152641.5E26.BQW10602@nifty.com> p4raw-id: //depot/perl@12149
* Manual eror in #12147.Jarkko Hietaniemi2001-09-221-1/+1
| | | p4raw-id: //depot/perl@12148
* Integrate change #12146 from maintperl;Jarkko Hietaniemi2001-09-222-1/+9
| | | | | | | | | win32_chdir() et al don't handle a NULL argument gracefully p4raw-link: @12146 on //depot/maint-5.6/perl: 4e267243e0f1e4a79c99c8aa048aeec9c0d5cd6f p4raw-id: //depot/perl@12147 p4raw-integrated: from //depot/maint-5.6/perl@12144 'merge in' win32/perlhost.h (@11401..) win32/win32.c (@12026..)
* Re: scalar context unpack bugsNicholas Clark2001-09-222-35/+111
| | | | | Message-ID: <20010922230755.O4971@plum.flirble.org> p4raw-id: //depot/perl@12144
* Try ExtUtils::Command.t everywhere, not just on Win32Jarkko Hietaniemi2001-09-221-7/+17
| | | | | | (as suggested by NI-S). Also allow running it either in t/ or in the main directory. p4raw-id: //depot/perl@12143
* Update the test on warnings/register.t.Jarkko Hietaniemi2001-09-221-2/+2
| | | p4raw-id: //depot/perl@12142
* The code is now almost tidy enough to keep the IRIX cc happy.Jarkko Hietaniemi2001-09-221-5/+11
| | | p4raw-id: //depot/perl@12141
* configure.com: don't build 'threads" w/outCraig A. Berry2001-09-221-0/+1
| | | | | | use_ithreads Message-Id: <a05101005b7d284f5192c@[172.16.52.1]> p4raw-id: //depot/perl@12140
* Do what perl_clone() does for sharedsv functions.Abhijit Menon-Sen2001-09-222-2/+2
| | | p4raw-id: //depot/perl@12139
* Retract #12134; reintroduce #11949: PADOFFSETs are now UVsJarkko Hietaniemi2001-09-222-6/+6
| | | | | | | (suggested by Sarathy, extensions shouldn't be dabbling with op structures, so binary backward compatibility should not be an issue.) p4raw-id: //depot/perl@12138
* More cleanups. (What's PERL_DECL_PROT?)Abhijit Menon-Sen2001-09-223-36/+26
| | | p4raw-id: //depot/perl@12137
* (Retracted by #12185)chromatic2001-09-223-0/+97
| | | | | | | Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm] Add Tests for warnings::register, Doc Update Message-Id: <20010922154815.32004.qmail@onion.perl.org> p4raw-id: //depot/perl@12136