summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* `@foo' should be @foo for consistency.Abhijit Menon-Sen2001-09-221-3/+3
| | | p4raw-id: //depot/perl@12135
* (Retracted by #12138)Jarkko Hietaniemi2001-09-221-5/+5
| | | | | | | | | | | | | Add -woff (turn warning off) 3187: "A pointer is converted to a smaller integer." This happens when your pointers are 64-bit: then every case of converting pointers to PADOFFSETs (explicitly 32-bit) faces truncation (even explicit use of INT2PTR doesn't help). CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted. Changing PADOFFSET from U32 to UV would help, but that would break binary backward compatibility of BASEOP and padop (assuming you have been using 64-bit pointers). p4raw-id: //depot/perl@12134
* More 8.3-cleanup: there isn't an encoding called macRumanian,Jarkko Hietaniemi2001-09-222-1/+1
| | | | | | but the name comes from the inside the file, not from the file name, and Rumanian is the name of the language. p4raw-id: //depot/perl@12133
* Rename perltootc as perltooc for 8.3-friedliness.Jarkko Hietaniemi2001-09-229-56/+76
| | | p4raw-id: //depot/perl@12132
* Find more conflicts by lowercasing.Jarkko Hietaniemi2001-09-222-5/+10
| | | p4raw-id: //depot/perl@12131
* The AIX cc 5.0.0.0 is simply too buggy.Jarkko Hietaniemi2001-09-221-5/+5
| | | p4raw-id: //depot/perl@12130
* Uninteresting cleanup.Abhijit Menon-Sen2001-09-221-18/+17
| | | p4raw-id: //depot/perl@12129
* Missing ")" in CvFILEGVPaul Marquess2001-09-221-1/+1
| | | | | Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk> p4raw-id: //depot/perl@12128
* What's a backet?Abhijit Menon-Sen2001-09-221-2/+2
| | | p4raw-id: //depot/perl@12127
* Removed duplicated tests #19 and #20.Abhijit Menon-Sen2001-09-221-8/+0
| | | p4raw-id: //depot/perl@12126
* Re: [ID 20010919.001] local() fails on imported variablesMichael Carman2001-09-221-1/+37
| | | | | | Message-Id: <3BABC50D.6040202@home.com> (Applied with some changes.) p4raw-id: //depot/perl@12125
* Reconciling the Cwd/File::Spec differencesMichael G. Schwern2001-09-221-2/+7
| | | | | Message-Id: <20010921192040.E5494@blackrider> p4raw-id: //depot/perl@12124
* t/op/chdir.t won't pass on VMSBlair Zajac2001-09-221-7/+8
| | | | | Message-Id: <3BABBB70.55FD41DC@orcaware.com> p4raw-id: //depot/perl@12123
* [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug IDMichael G. Schwern2001-09-221-23/+44
| | | | | | 20010920.007 Message-Id: <20010921175903.V5494@blackrider> p4raw-id: //depot/perl@12122
* expand DOS-like table (was Re: testMichael G. Schwern2001-09-221-11/+16
| | | | | | suite on WinCE) Message-Id: <20010921194103.G5494@blackrider> p4raw-id: //depot/perl@12121
* Re: Weird $ENV{FOO} = undef warningMichael G. Schwern2001-09-221-59/+71
| | | | | | Message-Id: <20010921173335.T5494@blackrider> ($ENV{FOO}=undef hunk not applied.) p4raw-id: //depot/perl@12120
* perldiag.podPeter Scott2001-09-221-3/+7
| | | | | | Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com> (Moved to the right place.) p4raw-id: //depot/perl@12119
* new regression tests for bug ID 20010920.007Rafael Garcia-Suarez2001-09-211-1/+9
| | | | | Message-Id: <20010921223654.A12742@rafael> p4raw-id: //depot/perl@12118
* Restore things as they were beforeJarkko Hietaniemi2001-09-211-0/+3
| | | | | the backward compatibility police notices. p4raw-id: //depot/perl@12117
* More Cwd from Schwern: make also OS/2 and DOSJarkko Hietaniemi2001-09-211-2/+1
| | | | | | | Cwd agree with File::Spec (that is, native path syntax using \ instead of / -- backward compatibility polic warning) and stop Win32 from using bsd_realpath(). p4raw-id: //depot/perl@12116
* RE: Untested libraries updatePaul Marquess2001-09-211-0/+11
| | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk> p4raw-id: //depot/perl@12115
* Re: And now the Cwd problem (was Re: chdir.t problem...)Michael G. Schwern2001-09-211-1/+0
| | | | | Message-ID: <20010920225402.A3611@blackrider> p4raw-id: //depot/perl@12114
* avoid v-strings with require/useRonald J. Kimball2001-09-2151-77/+85
| | | | | Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12113