summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re: perlcc very brokenJohn Peacock2001-11-271-1/+1
| | | | | Message-ID: <3C037D71.4030508@rowman.com> p4raw-id: //depot/perl@13309
* [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void ↵David Dyck2001-11-271-2/+2
| | | | | | | context at op/pack.t line 704. Message-Id: <200111270604.WAA20274@dd.tc.fluke.com> p4raw-id: //depot/perl@13308
* [ID 20011126.149] t/op/split fails step 37David Dyck2001-11-271-1/+2
| | | | | Message-Id: <200111270552.VAA09394@dd.tc.fluke.com> p4raw-id: //depot/perl@13307
* incorporate last minute change from libnet 1.0901-tobeGraham Barr2001-11-271-8/+3
| | | p4raw-id: //depot/perl@13306
* Pass 7 at perldelta - random edits.Jarkko Hietaniemi2001-11-271-74/+75
| | | p4raw-id: //depot/perl@13305
* Portability and skippage tweaks.Jarkko Hietaniemi2001-11-271-11/+19
| | | p4raw-id: //depot/perl@13304
* (retracted by #13449)Jarkko Hietaniemi2001-11-271-0/+3
| | | | | Try to make Unicode casemapping to work for EBCDIC, too. p4raw-id: //depot/perl@13303
* Just printing 1..0 is not quite enough...Jarkko Hietaniemi2001-11-271-1/+4
| | | p4raw-id: //depot/perl@13302
* \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.Jarkko Hietaniemi2001-11-271-8/+8
| | | | | Delay the match until runtime. p4raw-id: //depot/perl@13301
* UTF-EBCDIC.Jarkko Hietaniemi2001-11-271-0/+39
| | | p4raw-id: //depot/perl@13300
* Be UTF-EBCDIC aware.Jarkko Hietaniemi2001-11-271-1/+5
| | | p4raw-id: //depot/perl@13299
* Bad assumption which way digits and letters sort.Jarkko Hietaniemi2001-11-271-3/+3
| | | p4raw-id: //depot/perl@13298
* If in EBCDIC but no Convert::EBCDICJarkko Hietaniemi2001-11-278-0/+24
| | | | | the libnet tests will all fail. p4raw-id: //depot/perl@13297
* Just sorting to guarantee order is not enough.Jarkko Hietaniemi2001-11-271-1/+1
| | | | | (Think EBCDIC.) p4raw-id: //depot/perl@13296
* OS/390 cleanable gunk.Jarkko Hietaniemi2001-11-271-1/+1
| | | p4raw-id: //depot/perl@13295
* Update the EBCDIC MD5 checksums.Jarkko Hietaniemi2001-11-271-2/+2
| | | p4raw-id: //depot/perl@13294
* Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INCNicholas Clark2001-11-271-1/+1
| | | | | Message-ID: <20011126230633.Q37621@plum.flirble.org> p4raw-id: //depot/perl@13293
* sort tweaks from John P. Linderman.Jarkko Hietaniemi2001-11-274-62/+53
| | | p4raw-id: //depot/perl@13292
* [ID 20011126.148] Socket::inet_aton() incorrectly accepts null stringBob Dalgleish2001-11-271-1/+4
| | | | | | | | Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca> Craig Berry submitted half of this patch just yesterday. Spooky cosmic resonance. p4raw-id: //depot/perl@13291
* doio slightly smallerNicholas Clark2001-11-271-5/+4
| | | | | Message-ID: <20011127004023.S37621@plum.flirble.org> p4raw-id: //depot/perl@13290
* perldelta nits from Autrijus Tang and Ron Kimball.Jarkko Hietaniemi2001-11-271-4/+4
| | | p4raw-id: //depot/perl@13289
* unpack P* uses random length for itemWolfgang Laun2001-11-273-1/+16
| | | | | Message-ID: <200111261956320450.01E7217F@smtp.chello.at> p4raw-id: //depot/perl@13288
* system and taintednessRadu Greab2001-11-262-1/+19
| | | | | Message-ID: <15362.28917.697078.551412@ix.netsoft.ro> p4raw-id: //depot/perl@13287
* Devel::PPPortPaul Marquess2001-11-2611-104/+127
| | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@13286
* Update the test list.Jarkko Hietaniemi2001-11-261-0/+10
| | | p4raw-id: //depot/perl@13285
* Sync-up tests with libnet distributionGraham Barr2001-11-264-2/+189
| | | p4raw-id: //depot/perl@13284
* Update Changes.Jarkko Hietaniemi2001-11-262-1/+374
| | | p4raw-id: //depot/perl@13283
* Upgrade to podlators 1.16.Jarkko Hietaniemi2001-11-266-56/+369
| | | p4raw-id: //depot/perl@13282
* Pass 6 at perldelta - sort enhancements, generic andJarkko Hietaniemi2001-11-261-211/+206
| | | | | platform specific bug fixes. p4raw-id: //depot/perl@13281
* PROPAGATE documentation from Tony Cook.Jarkko Hietaniemi2001-11-261-0/+6
| | | p4raw-id: //depot/perl@13280
* DJGPP cannot do signals that well.Jarkko Hietaniemi2001-11-251-1/+2
| | | p4raw-id: //depot/perl@13279
* Can't do subsecond alarms without ualarm; and break outJarkko Hietaniemi2001-11-251-6/+20
| | | | | early if alarms do not seem to be coming in as expected. p4raw-id: //depot/perl@13278
* No Socket, little Net.Jarkko Hietaniemi2001-11-251-0/+2
| | | p4raw-id: //depot/perl@13277
* Take the taint brush to the getcwds.Jarkko Hietaniemi2001-11-254-0/+12
| | | p4raw-id: //depot/perl@13276
* Socket::my_inet_aton() tweakCraig A. Berry2001-11-251-1/+1
| | | | | Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01> p4raw-id: //depot/perl@13275
* Since in some DOS filesystems the timestamp granularityJarkko Hietaniemi2001-11-251-2/+2
| | | | | | may be only two seconds, better sleep for three to play safe. (Helps CygWin, at least.) p4raw-id: //depot/perl@13274
* For some reason CygWin wasn't collapsing multipleJarkko Hietaniemi2001-11-251-1/+6
| | | | | | | slashes into one, which made some Spec.t tests to fail. Either CygWin was being too prudish or the collapsing logic needs to be rethunk. p4raw-id: //depot/perl@13273
* Cygwin needs to have libperl.dll around if trying to linkJarkko Hietaniemi2001-11-251-3/+6
| | | | | | | | with -lperl. Note: this change cures the test but whether it cures CygPerl installation, I don't know: hopefully the libperl5_7_2.dll, or the version equivalent, gets installed also as libperl.dll to the proper place(s). p4raw-id: //depot/perl@13272
* -I../lib/.. and -L../lib/..? Strange.Jarkko Hietaniemi2001-11-251-2/+2
| | | p4raw-id: //depot/perl@13271
* $MM?Jarkko Hietaniemi2001-11-251-3/+3
| | | p4raw-id: //depot/perl@13270
* Further replacement of EU::MM with File::SpecDave Rolsky2001-11-255-72/+73
| | | | | Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org> p4raw-id: //depot/perl@13269
* [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm testschromatic2001-11-253-2/+505
| | | | | | | Message-ID: <20011124220430.97697.qmail@onion.perl.org> plus a tweak for ithreads builds. p4raw-id: //depot/perl@13268
* Win32 compilation tweaks for Blair Zajac.Jarkko Hietaniemi2001-11-253-1/+13
| | | p4raw-id: //depot/perl@13267
* I don't think trying to bracket the hires time with loresJarkko Hietaniemi2001-11-251-9/+8
| | | | | | | times is going to be portable enough: Cygwin seems to be capable of getting hires ones rather consistently lower than the lores ones. So let's try average difference instead. p4raw-id: //depot/perl@13266
* Re: benchmarks, sorts and reproducibilityJohn P. Linderman2001-11-251-15/+38
| | | | | | | | Message-Id: <200111251925.OAA77172@raptor.research.att.com> Randomize large partitions for quicksort to dodge the angry gods of quadratic. p4raw-id: //depot/perl@13265
* The joys of portable quoting.Jarkko Hietaniemi2001-11-251-0/+2
| | | p4raw-id: //depot/perl@13264
* sort pragma tweaks.Jarkko Hietaniemi2001-11-251-1/+2
| | | p4raw-id: //depot/perl@13263
* Skip the link= directives of utils.lst if no mandirJarkko Hietaniemi2001-11-251-5/+8
| | | | | (if no manpages). p4raw-id: //depot/perl@13262
* change#3373 introduced a handle leak in backticks and piped open()sGurusamy Sarathy2001-11-251-0/+2
| | | | | | | that fail p4raw-link: @3373 on //depot/perl: e446cec8f170ecc3eabea80092ef64589855e167 p4raw-id: //depot/perl@13260
* Extraenous breaks noticed by David Dyck.Jarkko Hietaniemi2001-11-251-3/+1
| | | p4raw-id: //depot/perl@13258