summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dllGurusamy Sarathy1999-07-2810-26/+138
| | | p4raw-id: //depot/perl@3819
* fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'Gurusamy Sarathy1999-07-281-2/+2
| | | p4raw-id: //depot/perl@3811
* fix the perl -V breakageIlya Zakharevich1999-07-281-0/+1
| | | | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org, gsar@activestate.com Subject: Re: Follow up to: _58 on AIX 431 Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3806
* avoid warning (from Doug MacEachern)Gurusamy Sarathy1999-07-281-1/+3
| | | p4raw-id: //depot/perl@3805
* Pod::Html tweakJan Dubois1999-07-281-2/+2
| | | | | | | To: perl5-porters@perl.org Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames Message-ID: <37a50af0.46171380@smtp1.ibm.net> p4raw-id: //depot/perl@3804
* freebsd hints updateAnton Berezin1999-07-281-1/+8
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED) Message-Id: <199907271829.UAA62861@lion.plab.ku.dk> p4raw-id: //depot/perl@3803
* cosmetic testsuite patchGraham Barr1999-07-282-2/+10
| | | | | | | To: Perl5 Porters <perl5-porters@perl.org> Subject: 5.005_58 build Message-ID: <19990727080925.F4683@dal.asp.ti.com> p4raw-id: //depot/perl@3802
* here lies 5.005_58Gurusamy Sarathy1999-07-277-112/+170
| | | p4raw-id: //depot/perl@3797
* regenerate win32/config_H.?cGurusamy Sarathy1999-07-273-246/+390
| | | p4raw-id: //depot/perl@3796
* Patch pl2bat.pl so batch file can failTye McQueen1999-07-271-8/+171
| | | | | Message-Id: <199907270019.AA08223@metronet.com> p4raw-id: //depot/perl@3795
* decrease memory footprint of standard modulesIlya Zakharevich1999-07-274-14/+35
| | | | | Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3794
* support -DPERL_BINCOMPAT_5005, still needs a Configure testGurusamy Sarathy1999-07-272-4/+58
| | | | | (from Andy Dougherty) p4raw-id: //depot/perl@3793
* recognize more constructs such as C<$-> in pod (from Russ AllberyGurusamy Sarathy1999-07-271-2/+4
| | | | | and Brad Appleton) p4raw-id: //depot/perl@3792
* cover case where CLK_TCK is a float, not integer (fromGurusamy Sarathy1999-07-271-2/+2
| | | | | alexander smishlajev <als@turnhere.com>) p4raw-id: //depot/perl@3791
* provide MakeMaker attribute PERL_MALLOC_OK that allows extensionsGurusamy Sarathy1999-07-275-1/+41
| | | | | to call Perl_malloc() as malloc() (from Ilya Zakharevich) p4raw-id: //depot/perl@3790
* replace Pod::Text with Pod::SimpleText v0.01 (thanksGurusamy Sarathy1999-07-275-570/+987
| | | | | | to Russ Allbery <rra@stanford.edu>); s/Simple// and s/pod2txt/pod2text/ etc. p4raw-id: //depot/perl@3788
* Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3Andy Dougherty1999-07-271-1/+5
| | | | | Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys> p4raw-id: //depot/perl@3787
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-2714-60/+264
| | | | | | | | | opcode.pl along with documentation typos (feature still needs to be described in perlopentut.pod and summarized in perldelta.pod) Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu> Subject: [PATCH 5.00557] 3-arg open p4raw-id: //depot/perl@3786
* don't quit if =head* wasn't found (suggested by Roland BauerGurusamy Sarathy1999-07-271-3/+2
| | | | | <roland.bauer@fff.at>) p4raw-id: //depot/perl@3785
* change#3762 wasn't neededGurusamy Sarathy1999-07-271-1/+1
| | | | | p4raw-link: @3762 on //depot/perl: edcf81c065c289db870eda66eec01bdab2c57a10 p4raw-id: //depot/perl@3784
* update Changes, patchlevel &c.Gurusamy Sarathy1999-07-267-27/+251
| | | p4raw-id: //depot/perl@3782
* a more correct fix for change#2744Stephen McCamant1999-07-261-10/+9
| | | | | | | | Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net> Subject: [PATCH _57] Re: toke.c questions p4raw-link: @2744 on //depot/perl: d194fe61f689c3f3b6f024f88d67f0262ed84a53 p4raw-id: //depot/perl@3781
* utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>Gurusamy Sarathy1999-07-261-1/+1
| | | p4raw-id: //depot/perl@3780
* avoid DIVZEROGurusamy Sarathy1999-07-261-0/+2
| | | p4raw-id: //depot/perl@3778
* warnings identified by Borland compilerGurusamy Sarathy1999-07-262-4/+4
| | | p4raw-id: //depot/perl@3777
* avoid infinite recursion when Thread.pm croaks duringGurusamy Sarathy1999-07-261-2/+2
| | | | | bootstrap p4raw-id: //depot/perl@3775
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-2618-330/+311
| | | p4raw-id: //depot/perl@3774
* typo in change#3768Gurusamy Sarathy1999-07-261-1/+1
| | | | | p4raw-link: @3768 on //depot/perl: f5d5a27c761624409884a263632e1a922439502b p4raw-id: //depot/perl@3772
* alpha-stage support for user-hooks in @INCKen Fox1999-07-261-16/+207
| | | | | | Message-Id: <199907200213.WAA02816@mailfw2.ford.com> Subject: Re: loading remote modules p4raw-id: //depot/perl@3771
* optimize method name lookupChip Salzenberg1999-07-2613-32/+129
| | | | | | Message-ID: <19990722134336.Q391@perlsupport.com> Subject: [PATCH] OP_METHOD_NAMED p4raw-id: //depot/perl@3768
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-2614-2879/+2960
| | | | | | | foo()->()); rework grammar to remove conflicts Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net> Subject: [PATCH _57, long] Re: optional arrow asymmetry p4raw-id: //depot/perl@3767
* (Version 2) Extending unpack to deal with counted stringsIan Phillipps1999-07-264-4/+95
| | | | | Message-ID: <19990723233556.B2435@homer.diplex.co.uk> p4raw-id: //depot/perl@3765
* ~ isn't valid in VMS filenamesGurusamy Sarathy1999-07-261-2/+3
| | | p4raw-id: //depot/perl@3763
* setstate stop-gap from Vishal BhatiaGurusamy Sarathy1999-07-261-1/+1
| | | p4raw-id: //depot/perl@3762
* patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;Gurusamy Sarathy1999-07-2611-192/+206
| | | | | | | add B::OP::name() method that returns just the op_name; convert Deparse et all to use that instead of B::OP::ppaddr(); add support for OP_SETSTATE in Deparse p4raw-id: //depot/perl@3761
* add disclaimer about perl 4 libraries (modified version ofGurusamy Sarathy1999-07-2620-6/+171
| | | | | patch suggested by Clinton Pierce <cpierce1@ford.com>) p4raw-id: //depot/perl@3759
* make reset() behave with high-bit charactersIan Phillipps1999-07-261-3/+3
| | | | | | Message-ID: <19990722224859.A27987@homer.diplex.co.uk> Subject: [PATCH 5.005_57] sv_reset can cause stack corruption p4raw-id: //depot/perl@3758
* update to perlport-1.44 from Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1999-07-261-23/+89
| | | p4raw-id: //depot/perl@3757
* dprofpp pod additions from Nathan Torkington <gnat@frii.com>Gurusamy Sarathy1999-07-261-1/+40
| | | p4raw-id: //depot/perl@3756
* disable VPATH for now (breaks x2p build)Gurusamy Sarathy1999-07-261-1/+1
| | | p4raw-id: //depot/perl@3755
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-2611-52/+45
| | | | | (%! has the necessary magic); misc typos p4raw-id: //depot/perl@3754
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-2654-948/+1513
|\ | | | | p4raw-id: //depot/perl@3753
| * Back up a tiny bit from #3735.Jarkko Hietaniemi1999-07-251-7/+0
| | | | | | | | | | | | This may break builds outside the source directory but then again, they do not work that ell yet anyway. p4raw-id: //depot/cfgperl@3750
| * Integrate with Sarathy.Jarkko Hietaniemi1999-07-253-17/+42
| |\ | | | | | | p4raw-id: //depot/cfgperl@3749
| * | Recode locale.t so that the change in #3730Jarkko Hietaniemi1999-07-254-10/+32
| | | | | | | | | | | | | | | | | | is not needed and locale.t works both without and with the utf8 pragma. p4raw-id: //depot/cfgperl@3748
| * | Fix another typo in #3725.Jarkko Hietaniemi1999-07-251-1/+0
| | | | | | | | | p4raw-id: //depot/cfgperl@3747
| * | Fix a typo in #3725.Jarkko Hietaniemi1999-07-251-3/+5
| | | | | | | | | p4raw-id: //depot/cfgperl@3743
| * | Integrate with Sarathy.Jarkko Hietaniemi1999-07-2526-50/+176
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3742
| * | | Cut-and-pasto in #3737.Jarkko Hietaniemi1999-07-251-0/+1
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3741
| * | | Use vendorprefixlib.Jarkko Hietaniemi1999-07-256-7/+151
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3737