summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-1514-53/+377
| | | | | | | | Subject: Keeping the world in sync. Reply-To: wsanchez@apple.com To: perlbug@perl.com Message-Id: <199811140111.RAA41784@scv4.apple.com> p4raw-id: //depot/cfgperl@3108
* Integrate from mainperl.Jarkko Hietaniemi1999-03-1015-245/+315
|\ | | | | p4raw-id: //depot/cfgperl@3103
| * change#3060 had the wrong quotesGurusamy Sarathy1999-03-091-2/+2
| | | | | | | | | | p4raw-link: @3060 on //depot/perl: 31873dd158564755e261eee3e1f9bf51384dc563 p4raw-id: //depot/perl@3100
| * fix parsing of here documents in C<eval 's/.../<<FOO/e'>Gurusamy Sarathy1999-03-095-6/+80
| | | | | | p4raw-id: //depot/perl@3098
| * use yyerror() instead of croak() so that compile-time failures inGurusamy Sarathy1999-03-092-3/+4
| | | | | | | | | | my(LIST) don't confuse globals with lexicals p4raw-id: //depot/perl@3097
| * adjust testsuite for change#3067Gurusamy Sarathy1999-03-091-0/+3
| | | | | | | | | | p4raw-link: @3067 on //depot/perl: 39ab52836386b91d2e2c323dd305cf42e6be3133 p4raw-id: //depot/perl@3096
| * remove bogus symbols from global.symGurusamy Sarathy1999-03-088-234/+223
| | | | | | p4raw-id: //depot/perl@3095
| * tolerate CRs after optionsGurusamy Sarathy1999-03-061-0/+3
| | | | | | p4raw-id: //depot/perl@3089
* | d_uname was broken (probably since _53), reported byJarkko Hietaniemi1999-03-092-22/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Alan Burlison <Alan.Burlison@uk.sun.com> To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>, cpan-testers@perl.org Subject: Not OK: perl 5.00556 on sun4-solaris 2.6 Date: Mon, 08 Mar 1999 13:22:31 +0000 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com> and From: lvirden@cas.org (Larry W. Virden) To: perlbug@perl.com Subject: configure not correctly identifying uname posix compatibility Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST) Message-Id: <199903081136.GAA23682@cas.org> p4raw-id: //depot/cfgperl@3099
* | Integrate from mainperl.Jarkko Hietaniemi1999-03-054-3/+45
|\ \ | |/ | | p4raw-id: //depot/cfgperl@3088
| * adjust timeouts to accomodate slow/busy systemsGurusamy Sarathy1999-03-051-2/+4
| | | | | | p4raw-id: //depot/perl@3087
| * integrate change#3081 from maint-5.005Gurusamy Sarathy1999-03-051-1/+1
| | | | | | | | | | | | | | p4raw-link: @3081 on //depot/maint-5.005/perl: a6271dd4063b034652af796970511ff6cbdf52bc p4raw-id: //depot/perl@3083 p4raw-integrated: from //depot/maint-5.005/perl@3082 'copy in' ext/Errno/Errno_pm.PL (@2710..)
| * integrate change#2904 from maint-5.005Gurusamy Sarathy1999-03-052-0/+40
| | | | | | | | | | | | | | | | | | p4raw-link: @2904 on //depot/maint-5.005/perl: 22d323f4165ad878a2238af7953547c869055bd2 p4raw-id: //depot/perl@3082 p4raw-branched: from //depot/maint-5.005/perl@3068 'branch in' README.hurd p4raw-integrated: from //depot/maint-5.005/perl@2904 'merge in' MANIFEST (@2878..)
* | Integrate from mainperl.Jarkko Hietaniemi1999-03-0417-62/+225
|\ \ | |/ | | p4raw-id: //depot/cfgperl@3077
| * LONGSIZE used before it is set in config.hHans Mulder1999-03-041-16/+16
| | | | | | | | | | Message-Id: <9903032317.AA23021@icgned.icgroup.nl> p4raw-id: //depot/perl@3068
| * exempt $foo::a,$foo::b from warnings only if sort() was seen in package fooGraham Barr1999-03-042-6/+5
| | | | | | | | | | | | Message-ID: <19990303172356.F7442@dal.asp.ti.com> Subject: Re: 'use strict' doesn't work for one-letter variables p4raw-id: //depot/perl@3067
| * updates to compiler modulesVishal Bhatia1999-03-047-26/+103
| | | | | | | | | | | | Message-ID: <19990303072725.779.qmail@hotmail.com> Subject: PATCH 5.005_56 + Test procedure p4raw-id: //depot/perl@3066
| * more s/s_/s!/ etc.Gurusamy Sarathy1999-03-042-7/+7
| | | | | | p4raw-id: //depot/perl@3065
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-03-0417-111/+135
| |\ | | | | | | p4raw-id: //depot/perl@3064
| * | HP-UX has yet another spelling for /NaNQ?/Gurusamy Sarathy1999-03-041-4/+4
| | | | | | | | | p4raw-id: //depot/perl@3063
| * | error-check for accept() testGurusamy Sarathy1999-03-041-1/+1
| | | | | | | | | p4raw-id: //depot/perl@3062
| * | allow custom comparison function in File::Compare::compare_text()Jan Dubois1999-03-041-6/+28
| | | | | | | | | | | | | | | | | | Message-ID: <36db0838.8805651@smtp1.ibm.net> Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) p4raw-id: //depot/perl@3061
| * | better version of change#3038Abigail1999-03-041-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com> Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside p4raw-link: @3038 on //depot/perl: 056534bf6b6b1b89850de37d21bf18c33cca9bd7 p4raw-id: //depot/perl@3060
| * | updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>Gurusamy Sarathy1999-03-022-10/+43
| | | | | | | | | p4raw-id: //depot/perl@3048
* | | Regen config_h.SH once more because of *size, Hans Mulder1999-03-042-17/+17
| |/ |/| | | | | | | | | | | | | | | noticed by To: Jarkko Hietaniemi <jhi@iki.fi> Cc: perl5-porters@perl.org Subject: [PATCH for _56] LONGSIZE used before it is set in config.h Message-Id: <9903032317.AA23021@icgned.icgroup.nl> p4raw-id: //depot/cfgperl@3076
* | Configure regen toJarkko Hietaniemi1999-03-032-14/+30
| | | | | | | | | | | | | | (1) match maint-5.005 patches #3056 and #3057 (2) better version of PHOSTNAME of #3050 (3) the crosscompile/multiarch config_h.SH trouble solved for now p4raw-id: //depot/cfgperl@3058
* | Change #3053 missed perldelta.Jarkko Hietaniemi1999-03-031-1/+1
| | | | | | p4raw-id: //depot/cfgperl@3054
* | Use '!' to mark native integer packings instead of '_'.Jarkko Hietaniemi1999-03-034-18/+18
| | | | | | p4raw-id: //depot/cfgperl@3053
* | The HP-UX threads patch (change #3028) is needed also here.Jarkko Hietaniemi1999-03-022-3/+20
| | | | | | | | | | p4raw-link: @3028 on //depot/maint-5.005/perl: d9761d5fa9df9e662778f8ca3ed55c2e3037a72a p4raw-id: //depot/cfgperl@3052
* | Minor update to README.VMSHans Mulder1999-03-021-5/+5
| | | | | | | | | | | | To: perl5-porters@perl.org, vmsperl@perl.org Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu> p4raw-id: //depot/cfgperl@3051
* | To: perl5-porters@perl.org, vmsperl@perl.orgHans Mulder1999-03-028-79/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS Date: Mon, 01 Mar 1999 16:06:29 -0800 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu> From: Dan Sugalski <sugalskd@osshe.edu> To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_56]vmsish.pm patch Date: Mon, 01 Mar 1999 20:19:04 -0800 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu> plus Configure regen containing a "solution" to the crosscompile/multiarch problem. p4raw-id: //depot/cfgperl@3050
* | Eliminate (valid) warning in byterun.cSpider Boardman1999-03-021-1/+1
| | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com> p4raw-id: //depot/cfgperl@3049
* | Integrate from mainperl.Jarkko Hietaniemi1999-03-0130-109/+1212
|\ \ | |/ | | p4raw-id: //depot/cfgperl@3047
| * this is 5.005_56Gurusamy Sarathy1999-03-011-0/+12
| | | | | | p4raw-id: //depot/perl@3046
| * destroy PL_svref_mutex in perl_destruct()Gurusamy Sarathy1999-03-011-0/+3
| | | | | | p4raw-id: //depot/perl@3045
| * up patchlevel &c.Gurusamy Sarathy1999-03-018-28/+582
| | | | | | p4raw-id: //depot/perl@3044
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-03-013-19/+25
| |\ | |/ |/| p4raw-id: //depot/perl@3043
* | Temporary workaround for the config_h.SH versusJarkko Hietaniemi1999-02-252-17/+22
| | | | | | | | | | | | crosscompile and multiarch plus introduce 'rt' to $libswanted: in UNIX98 sched_yield() lives there. p4raw-id: //depot/cfgperl@3025
* | Integrate from mainperl.Jarkko Hietaniemi1999-02-2445-705/+891
|\ \ | | | | | | p4raw-id: //depot/cfgperl@3024
| | * slightly edited version of suggested patchJan Dubois1999-02-283-12/+103
| | | | | | | | | | | | | | | | | | Message-ID: <36dbcf2c.12325433@smtp1.ibm.net> Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module p4raw-id: //depot/perl@3042
| | * fix subtle bug in eval'' testsuiteGurusamy Sarathy1999-02-281-5/+36
| | | | | | | | | p4raw-id: //depot/perl@3041
| | * avoid literal control characters in change#3039Gurusamy Sarathy1999-02-281-3/+3
| | | | | | | | | | | | | | | p4raw-link: @3039 on //depot/perl: 2b92dfceaa9d709661beb0761c3c790732df0cbc p4raw-id: //depot/perl@3040
| | * todo item: permit extended control variables a la ${^Foo} (patchGurusamy Sarathy1999-02-286-9/+179
| | | | | | | | | | | | | | | courtesy Mark-Jason Dominus <mjd@plover.com>) p4raw-id: //depot/perl@3039
| | * Recognize -> and => inside [A-Z]<> sequences.Abigail1999-02-281-2/+2
| | | | | | | | | | | | | | | Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com> p4raw-id: //depot/perl@3038
| | * fix longstanding bug: searches for lexicals originating within eval''Gurusamy Sarathy1999-02-283-8/+25
| | | | | | | | | | | | | | | weren't stopping at the subroutine boundary correctly p4raw-id: //depot/perl@3037
| | * revert parts of change#2990 to preserve predictable usage of Win32::Foo()Jan Dubois1999-02-281-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | as stacked list values Message-ID: <36e22849.36531259@smtp1.ibm.net> Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup p4raw-link: @2990 on //depot/perl: bb897dfcf82adc653513b0b92523fb44767a9837 p4raw-id: //depot/perl@3036
| | * remove superfluous stack_sp declGurusamy Sarathy1999-02-281-1/+0
| | | | | | | | | p4raw-id: //depot/perl@3035
| | * s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSIONGurusamy Sarathy1999-02-281-3/+2
| | | | | | | | | p4raw-id: //depot/perl@3034
| | * add File::Compare::compare_text()Jan Dubois1999-02-282-28/+45
| | | | | | | | | | | | | | | | | | Message-ID: <36dcd8ab.20195659@smtp1.ibm.net> Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) p4raw-id: //depot/perl@3033
| | * add README.hpuxGurusamy Sarathy1999-02-283-0/+195
| | | | | | | | | p4raw-id: //depot/perl@3032