summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [perl #29937] Entries missing from .packlist jdhedden@1979.usna.com2004-05-312-3/+10
| | | | | | From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org> p4raw-id: //depot/perl@22878
* Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph wolfgang.laun@chello.at2004-05-311-2/+8
| | | | | Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost> p4raw-id: //depot/perl@22877
* Fix anomalies in Carp functionsSteve Hay2004-05-313-10/+4
| | | | | Message-ID: <40B3609E.5060502@uk.radan.com> p4raw-id: //depot/perl@22876
* Fix generation of perlapi.podSteve Hay2004-05-312-70/+59
| | | | | Message-ID: <40B71891.6090806@uk.radan.com> p4raw-id: //depot/perl@22875
* Re: my $x->{foo} doesn't workShinya Hayakawa2004-05-302-2/+13
| | | | | | | Message-Id: <200405250006.06387.hayakawa@livedoor.jp> Allow autovivification of (my $x)->{foo} p4raw-id: //depot/perl@22874
* Convert to using File::Spec, so that we can build Unicode filesNicholas Clark2004-05-301-25/+34
| | | | | on all platforms p4raw-id: //depot/perl@22873
* First step to generating Unicode files for the regexp engine at buildNicholas Clark2004-05-301-3/+15
| | | | | time - targets in the Makefile p4raw-id: //depot/perl@22872
* [perl #29708] Problem with autouse (causing Perl to crash)Dave Mitchell2004-05-303-2/+18
| | | | | @_ sometimes wasn't getting created right p4raw-id: //depot/perl@22870
* Upgrade to Encode 2.01.Nicholas Clark2004-05-302-3/+3
| | | p4raw-id: //depot/perl@22868
* Skip in minitestNicholas Clark2004-05-301-0/+4
| | | p4raw-id: //depot/perl@22866
* Re: undef loses it magicness when assigned to a variable?Stas Bekman2004-05-283-5/+20
| | | | | Message-ID: <40B63284.5040203@stason.org> p4raw-id: //depot/perl@22853
* TEST needs to ignore SCM filesAlan Burlison2004-05-281-1/+2
| | | | | Message-ID: <40B66C7C.8030303@sun.com> p4raw-id: //depot/perl@22852
* 'perl -v' fails if local_patches contains code snippetsAlan Burlison2004-05-261-1/+2
| | | | | | Message-ID: <40B4B693.9090905@sun.com> (using \0 as a separator for q//) p4raw-id: //depot/perl@22850
* correctly handle C<< >> and C<<< >>> in diagnosticsYitzchak Scott-Thoennes2004-05-261-2/+2
| | | | | Message-ID: <20040525092937.GA2332@efn.org> p4raw-id: //depot/perl@22848
* Tests for change #22842, by SADAHIRO TomoyukiRafael Garcia-Suarez2004-05-242-0/+74
| | | | | | (adapted to the core) p4raw-link: @22842 on //depot/perl: f5cee72b6610421c22d816640f267c5b45b0450e p4raw-id: //depot/perl@22843
* Re: utf-8 and taint don't work togetherSADAHIRO Tomoyuki2004-05-243-11/+11
| | | | | | | | | Date: Sat, 22 May 2004 21:38:33 +0900 Message-Id: <20040522212704.C068.BQW10602@nifty.com> Date: Sun, 23 May 2004 09:56:15 +0900 Message-Id: <20040523095609.E404.BQW10602@nifty.com> p4raw-id: //depot/perl@22842
* win32_chsize is not exported on Win32Steve Hay2004-05-241-0/+1
| | | | | Message-ID: <40B1E210.4050202@uk.radan.com> p4raw-id: //depot/perl@22841
* Re: [perl #29765] PERL-5.8.4 INSTALLYitzchak Scott-Thoennes2004-05-241-4/+8
| | | | | | Message-ID: <20040521183533.GA5108@efn.org> (plus whitespace removal) p4raw-id: //depot/perl@22840
* [perl #29790] Optimization busted: '@a = "b", sort @a' drops "b"Dave Mitchell2004-05-222-6/+45
| | | | | | Fix the sort-in-place optimization of change #22349. p4raw-link: @22349 on //depot/perl: fe1bc4cf71e7b04d33e679798964a090d9fa7b46 p4raw-id: //depot/perl@22839
* Update to Scalar-List-Utils-1.14Graham Barr2004-05-227-297/+18
| | | p4raw-id: //depot/perl@22838
* Proposed doc patch for getsockoptTon Hospel2004-05-211-1/+28
| | | | | Message-Id: <c87qmo$u9b$1@post.home.lunix> p4raw-id: //depot/perl@22837
* h2xs doesn't recognize indented enumsTassilo von Parseval2004-05-211-1/+1
| | | | | | Message-id: <20040521085158.GA10660@ethan> (modified regexp) p4raw-id: //depot/perl@22836
* Upgrade to Encode 2.00.Rafael Garcia-Suarez2004-05-20147-193/+219
| | | p4raw-id: //depot/perl@22835
* Test portability nit.Steve Hay2004-05-201-7/+1
| | | | | | Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) Message-ID: <40A9E5E8.7030800@uk.radan.com> p4raw-id: //depot/perl@22833
* improve hashing algorithm for ptr tables in perl_clone:Dave Mitchell2004-05-191-3/+9
| | | | | the bottom few bits of a pointer are usually zero p4raw-id: //depot/perl@22831
* [perl #29637] Thread creation time is hypersensitiveDave Mitchell2004-05-191-3/+3
| | | | | | Due to a logic error, the dup ptr table sometimes wans't being grown, leading to extremely slow cloning. p4raw-id: //depot/perl@22830
* perlrun.pod minor fixes :Rafael Garcia-Suarez2004-05-181-1/+3
| | | | | | - the parameter to -x is optional - pod nit p4raw-id: //depot/perl@22829
* [perl #29623] Patch for h2xs.t in Perl 5.8.4 mats@sm5sxl.net2004-05-181-1/+1
| | | | | | From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org> p4raw-id: //depot/perl@22828
* Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)Steve Hay2004-05-181-1/+1
| | | | | Message-ID: <40A4F4CD.2000003@uk.radan.com> p4raw-id: //depot/perl@22827
* Error message too wide.Rafael Garcia-Suarez2004-05-181-5/+4
| | | p4raw-id: //depot/perl@22826
* Remove a TODO test that is no longer to do.Rafael Garcia-Suarez2004-05-171-1/+0
| | | p4raw-id: //depot/perl@22825
* Fix new B::Concise test outputJim Cromie2004-05-172-6/+14
| | | | | | Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu) Message-ID: <40A8D7E4.1020007@divsol.com> p4raw-id: //depot/perl@22824
* Re: [perl #29581] glob() misses a lot of matchesLAUN Wolfgang2004-05-171-1/+1
| | | | | Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at> p4raw-id: //depot/perl@22823
* David Manura is the new maintainer of Text::Balanced.Rafael Garcia-Suarez2004-05-171-1/+2
| | | p4raw-id: //depot/perl@22822
* make Text::Balanced skip "case /..../" correctly for Switch.pmDave Mitchell2004-05-162-3/+7
| | | p4raw-id: //depot/perl@22821
* Re: more B::Concise stuff (PATCH - updated)Jim Cromie2004-05-1417-429/+2949
| | | | | Message-ID: <409F674B.2000506@divsol.com> p4raw-id: //depot/perl@22820
* Add new dUNDERBAR and UNDERBAR macros, to help XS writers toRafael Garcia-Suarez2004-05-142-0/+31
| | | | | access the $_ variable, even when there is a lexical one in scope. p4raw-id: //depot/perl@22819
* BOM-marked and (BOMless) UTF-16 scripts not workingJarkko Hietaniemi2004-05-135-31/+115
| | | | | | Message-ID: <40A26D75.8080406@iki.fi> Date: Wed, 12 May 2004 21:31:17 +0300 p4raw-id: //depot/perl@22818
* [perl #29527] Perl 5.8.4 build problems on LynxOS Olli Savia2004-05-121-0/+5
| | | | | | From: Olli Savia (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org> p4raw-id: //depot/perl@22817
* Make XSLoader update @DynaLoader::dl_shared_objects.Rafael Garcia-Suarez2004-05-122-1/+2
| | | p4raw-id: //depot/perl@22816
* Configure shouldn't unconditionally add in -pipe Andy Dougherty2004-05-123-10/+28
| | | | | Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@22815
* Add the byte-order modifiers '<' and '>' to the pack tutorial.Marcus Holland-Moritz2004-05-111-3/+66
| | | | | This completes the series: #22734, #22745, #22754, #22780 p4raw-id: //depot/perl@22812
* 'v' unpacks unsigned shorts.Marcus Holland-Moritz2004-05-111-1/+1
| | | p4raw-id: //depot/perl@22811
* various -V: searches [PATCH]Jim Cromie2004-05-113-12/+69
| | | | | Message-ID: <40A06F92.1070607@divsol.com> p4raw-id: //depot/perl@22810
* More pod names in the debugger for the runman commandRafael Garcia-Suarez2004-05-111-0/+7
| | | p4raw-id: //depot/perl@22809
* debugger (step backwards)Richard Foley2004-05-111-252/+432
| | | | | Message-Id: <200405111104.11484.richard.foley@rfi.net> p4raw-id: //depot/perl@22808
* void context !~ generates "Useless use of not at line..." warningYitzchak Scott-Thoennes2004-05-111-0/+9
| | | | | Message-ID: <20040509075919.GA3752@efn.org> p4raw-id: //depot/perl@22807
* Re: a little extra cmdline help. [PATCH]Jim Cromie2004-05-101-6/+39
| | | | | Message-Id: <409FF333.4020104@divsol.com> p4raw-id: //depot/perl@22806
* Remove stray '.Abhijit Menon-Sen2004-05-101-1/+1
| | | p4raw-id: //depot/perl@22804
* File::Copy PodSlaven Rezic2004-05-101-2/+1
| | | | | Message-Id: <1084183057.10822@devpc01.iconmobile.de> p4raw-id: //depot/perl@22803