summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* regen_headers tiny tidying:Jarkko Hietaniemi2003-03-0811-77/+118
| | | | | | | | | | - regen.pl renamed as regen_lib.pl - regen_headers.pl renamed as regen.pl - added make target 'regen' (kept target 'regen_headers' for porters' brains' backward compatibility) - regen.pl fancified a bit to display the names of the files that got changed by running the scripts p4raw-id: //depot/perl@18851
* Give pointers to runtime Unicode changes.Jarkko Hietaniemi2003-03-072-7/+9
| | | p4raw-id: //depot/perl@18848
* Extra character noticed by Tels.Jarkko Hietaniemi2003-03-071-1/+1
| | | p4raw-id: //depot/perl@18847
* FreeBSD 5.0 gethostbyaddr_r hints updateKay Roepke2003-03-071-2/+3
| | | | | | | | Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de> (plus change the d_gethostbyaddr_r_proto default to "0", that is what an undefined r_proto looks like) p4raw-id: //depot/perl@18846
* Define the Perl_pp_i_modulo_1() only iff we have glibc.Jarkko Hietaniemi2003-03-071-3/+3
| | | | | | (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help in non-glibc case", from Craig Berry) p4raw-id: //depot/perl@18845
* Good observation from Philip Newton.Jarkko Hietaniemi2003-03-071-2/+3
| | | p4raw-id: //depot/perl@18844
* Make the -A switch work without an assertion name.Rafael Garcia-Suarez2003-03-062-5/+10
| | | | | by Salvador Fandiño. p4raw-id: //depot/perl@18843
* Re: [PATCH] let perlmodstyle mention Module::Build and Test::MoreJos I. Boumans2003-03-061-13/+47
| | | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-ID: <3E567F21.6020006@dwim.org> (with some minor tweaks) p4raw-id: //depot/perl@18842
* Re: [perl #20682] [fix] @- array not visible in s///Adrian M. Enache2003-03-061-1/+5
| | | | | Message-ID: <20030302040522.GB4905@ratsnest.hole> p4raw-id: //depot/perl@18841
* cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumptionAdrian M. Enache2003-03-066-11/+8
| | | | | Message-ID: <20030305100620.GA909@ratsnest.hole> p4raw-id: //depot/perl@18840
* mg.c needs Perl_csighandler prototypeCraig A. Berry2003-03-061-0/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E677A5D.10805@mac.com> p4raw-id: //depot/perl@18839
* Thinko fix.Jarkko Hietaniemi2003-03-061-1/+1
| | | p4raw-id: //depot/perl@18838
* PERL_UNICODE explanation saga continues.Jarkko Hietaniemi2003-03-061-3/+6
| | | p4raw-id: //depot/perl@18837
* Handle also extra directories et alia.Jarkko Hietaniemi2003-03-061-6/+11
| | | p4raw-id: //depot/perl@18836
* Add mani(fest) check(ing) utility.Jarkko Hietaniemi2003-03-062-36/+112
| | | p4raw-id: //depot/perl@18835
* [patch config_h.SH] redefining __attribute__Stas Bekman2003-03-0612-2381/+2462
| | | | | Message-ID: <3E669E6B.1060606@stason.org> p4raw-id: //depot/perl@18833
* Couple more _r possibilities (found in a RH 8.0 box), andJarkko Hietaniemi2003-03-054-2194/+2262
| | | | | | the random() macros were all wrong. (I don't know why metaconfig did so much reordering of config_h.SH.) p4raw-id: //depot/perl@18831
* Change #18829 makes this test workaround obsolete.Rafael Garcia-Suarez2003-03-041-6/+1
| | | p4raw-id: //depot/perl@18830
* Patch by Salvador Fandiño to read the warning maskRafael Garcia-Suarez2003-03-043-5/+46
| | | | | | | | returned by caller() and ${^WARNING_BITS} from $warnings::Bits{all} and not from the hardcoded core constant. (This mask could have been extended by warnings::register.) Plus tests. p4raw-id: //depot/perl@18829
* [PATCH] assertionsSalvador Fandiño2003-03-0411-36/+75
| | | | | | | | | | Message-ID: <3E566138.4090709@yahoo.com> and the complement : (with added comments) Subject: [PATCH] bug in ext/B/t/deparse.t Message-ID: <3E563E16.7060303@yahoo.com> plus perldiag.pod patch for the new warning (previous change was, once again, empty) p4raw-id: //depot/perl@18828
* [PATCH] assertionsSalvador Fandiño2003-03-040-0/+0
| | | | | | | | | Message-ID: <3E566138.4090709@yahoo.com> and the complement : (with added comments) Subject: [PATCH] bug in ext/B/t/deparse.t Message-ID: <3E563E16.7060303@yahoo.com> plus perldiag.pod patch for the new warning p4raw-id: //depot/perl@18827
* Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).Jarkko Hietaniemi2003-03-041-1/+1
| | | | | The variant is from how List::Util Util.xs does it. p4raw-id: //depot/perl@18826
* Doc typos.Rafael Garcia-Suarez2003-03-041-2/+2
| | | p4raw-id: //depot/perl@18825
* Try to give rcatline() a good jog on Unicode.Jarkko Hietaniemi2003-03-041-1/+31
| | | p4raw-id: //depot/perl@18823
* Re: [perl #21395] rcatline doesn't grok utf8Adrian M. Enache2003-03-042-9/+46
| | | | | Message-ID: <20030302034354.GA4905@ratsnest.hole> p4raw-id: //depot/perl@18822
* Can't test this without PerlIO.Jarkko Hietaniemi2003-03-041-0/+4
| | | p4raw-id: //depot/perl@18821
* Fixes bug #15654 bizarre constant mangling in 5.8.0Artur Bergman2003-03-041-0/+12
| | | | | | | | | | | | What happened was that a constant was freed, the pad released but the pad slot still held the SV, when pad slot was reallocated to be a target for a stringify, it did a sv_setpv on the target and the original SV was wiped out. When this SV was later on to new places using the constant, they got the wrong value. By replacing pad_free with pad_swipe for these cases, we won't have such a problem. (pad_swipe also removes the pointer to the original SV). p4raw-id: //depot/perl@18820
* Further clarification on PERL_UNICODE's semantics.Jarkko Hietaniemi2003-03-031-1/+3
| | | p4raw-id: //depot/perl@18819
* Sync with libnet-1.13Graham Barr2003-03-035-26/+76
| | | p4raw-id: //depot/perl@18818
* Upgrade to Unicode::Normalize 0.20.Jarkko Hietaniemi2003-03-038-80/+182
| | | p4raw-id: //depot/perl@18817
* Upgrade to Encode 1.89. The enc_module.t requiredJarkko Hietaniemi2003-03-0314-18/+124
| | | | | a little tweak, sending that to Dan. p4raw-id: //depot/perl@18816
* Use a macro for abs() to avoid the possible truncation to an int;Jarkko Hietaniemi2003-03-034-14/+15
| | | | | also make an explicit (double)cast for the arguments to fabs(). p4raw-id: //depot/perl@18813
* Re: [PATCH] Make adding notes to patchlevel.h easierAndreas König2003-03-021-10/+12
| | | | | Message-ID: <m3d6lozitz.fsf@k242.linux.bogus> p4raw-id: //depot/perl@18812
* [perl #21289] [Fwd: IPC::Msg bug report]Edmund Bacon2003-03-021-1/+1
| | | | | | From: Edmund Bacon (via RT) <perlbug-followup@perl.org> Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org> p4raw-id: //depot/perl@18811
* Re: [perl #18872] File::Basename example misleadingRichard Soderberg2003-03-021-1/+1
| | | | | Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net> p4raw-id: //depot/perl@18810
* [perl #21031] $File::Find::name ne $_ w/no_chdirAnders Johnson2003-03-021-0/+1
| | | | | | From: "Anders Johnson" (via RT) <perlbug-followup@perl.org> Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org> p4raw-id: //depot/perl@18809
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-0248-48/+48
| | | p4raw-id: //depot/perl@18807
* Re: [perl #21411] [fix] Postponed RE with split()Adrian M. Enache2003-03-022-2/+9
| | | | | Message-ID: <20030302081127.GA10782@ratsnest.hole> p4raw-id: //depot/perl@18805
* RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)Anders Johnson2003-03-022-23/+136
| | | | | | From: "Anders Johnson" <ajohnson@wischip.com> Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com> p4raw-id: //depot/perl@18803
* Narrow down the -C test skippage.Jarkko Hietaniemi2003-03-021-4/+3
| | | p4raw-id: //depot/perl@18802
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-0297-100/+100
| | | p4raw-id: //depot/perl@18801
* for perl5db.pl against missing args destroying pre-post command setupsRichard Foley2003-03-021-96/+108
| | | | | Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net> p4raw-id: //depot/perl@18800
* The -CI cannot be easily tested under UTF-8 locale withJarkko Hietaniemi2003-03-024-16/+31
| | | | | | the t/test.pl (the 'stdin' data gets doubly UTF-8-ied). Also other small tweaks in the -C neighbourhood. p4raw-id: //depot/perl@18799
* Go with "right = -right" for greater portability, some platformsJarkko Hietaniemi2003-03-021-3/+6
| | | | | might require llabs() to get abs() of long longs. p4raw-id: //depot/perl@18798
* Patch for [perl #9402], known also as "glibc _moddi3 bugJarkko Hietaniemi2003-03-021-8/+68
| | | | | with negative quads", or also as RedHat bug #65612. p4raw-id: //depot/perl@18797
* Forgotten from change #18795.Jarkko Hietaniemi2003-03-021-0/+1
| | | | | p4raw-link: @18795 on //depot/perl: 2aa6a10326178f0f3d8bbf2f0847bd6f4e40b81b p4raw-id: //depot/perl@18796
* Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compilingAbe Timmerman2003-03-023-5/+2
| | | | | Message-Id: <200303020203.16708.abe@ztreet.demon.nl> p4raw-id: //depot/perl@18795
* Further Unicode formats patching from Inaba Hiroto.Jarkko Hietaniemi2003-03-023-9/+117
| | | p4raw-id: //depot/perl@18794
* Integrate change #18788 from maint.Jarkko Hietaniemi2003-03-011-1/+1
| | | | | | | p4raw-link: @18788 on //depot/maint-5.8/perl: f0499ddfc6bc8a9696a167e0ea98e851c0d4ff1a p4raw-id: //depot/perl@18793 p4raw-integrated: from //depot/maint-5.8/perl@18788 'merge in' perl.h (@18783..)
* Get MSWin32 back compilingAbe Timmerman2003-03-014-3/+8
| | | | | Message-Id: <200303010431.20205.abe@ztreet.demon.nl> p4raw-id: //depot/perl@18792