summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Run run/*.t also in minitest.Jarkko Hietaniemi2001-02-211-1/+1
| | | p4raw-id: //depot/perl@8879
* Fix the sys/fcntl.h problem reported by Peter Prymmer.Jarkko Hietaniemi2001-02-211-6/+13
| | | p4raw-id: //depot/perl@8877
* If no sfio, no -lsfio.Jarkko Hietaniemi2001-02-211-6/+47
| | | p4raw-id: //depot/perl@8876
* Make unpack C and unpack U truly equivalent.Jarkko Hietaniemi2001-02-212-31/+19
| | | p4raw-id: //depot/perl@8875
* [patch perl@8841] One URL update and a possible OS Version snag for perlport.podPeter Prymmer2001-02-211-1/+10
| | | | | Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com> p4raw-id: //depot/perl@8874
* fix for charnames above FFFFAndreas König2001-02-212-3/+15
| | | | | Message-ID: <m366i44ll2.fsf@ak-71.mind.de> p4raw-id: //depot/perl@8873
* Integrate change #8868 from pureperl to mainline.Jarkko Hietaniemi2001-02-211-2/+12
| | | | | | | | | Fixed reference count loop caused by sv_magic. p4raw-link: @8868 on //depot/maint-5.6/pureperl: 1ccf3d77864c3a3bec62b1f24e34a456f495c987 p4raw-id: //depot/perl@8872 p4raw-integrated: from //depot/maint-5.6/pureperl@8870 'merge in' sv.c (@8842..)
* Put back the #8840, it was innocent.Jarkko Hietaniemi2001-02-219-8/+59
| | | p4raw-id: //depot/perl@8870
* unpack("C", ...) was left slightly unfinished by #8865.Jarkko Hietaniemi2001-02-212-4/+6
| | | p4raw-id: //depot/perl@8869
* Update Changes.Jarkko Hietaniemi2001-02-212-9/+204
| | | p4raw-id: //depot/perl@8867
* Upgrade to CGI.pm 2.752, from Lincoln Stein.Jarkko Hietaniemi2001-02-218-173/+293
| | | | | | | (Note: there were some conflicts due to EBCDIC and EPOC patches, in general I preferred the repository code.) (When 2.753 comes out, we need to synchronize.) p4raw-id: //depot/perl@8866
* Make pack("C", 0x100) to create Unicode, unless under theJarkko Hietaniemi2001-02-213-15/+119
| | | | | | evil influence of 'use bytes'. Similarly, unpack("C", ...) will understand Unicode, unless you under know what. p4raw-id: //depot/perl@8865
* Don't do casting between pointers pointing to differently sizedJarkko Hietaniemi2001-02-202-14/+43
| | | | | integers. p4raw-id: //depot/perl@8862
* workaround VMS I/O problem in Test.pm for bug ID 20010213.009Peter Prymmer2001-02-201-3/+11
| | | | | Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com> p4raw-id: //depot/perl@8861
* "pseudo-literal j", a documentation glitch reported to Debian.Jarkko Hietaniemi2001-02-201-13/+13
| | | | | | The text recovered from Perl 5.005_03, and pseudo-literal replaced by "backtick string". p4raw-id: //depot/perl@8860
* Skip the Perl_sys_intern_clear and Perl_sys_intern_init,Jarkko Hietaniemi2001-02-201-0/+2
| | | | | from Chris Nandor. p4raw-id: //depot/perl@8859
* Integrate pureperl changes #8844,8845,8850 to mainlineJarkko Hietaniemi2001-02-205-12/+7
| | | | | | | | | | | | | | | | | | (via maintperl #8855). Fixed %^H scoping bug Removed GV <-> CV refcount loop Removed %ENV refcount loop p4raw-link: @8850 on //depot/maint-5.6/pureperl: bae1eca58b94313e4b7677aa241da9fad57bb363 p4raw-link: @8845 on //depot/maint-5.6/pureperl: 4d40626c12bbdd62acfbbe3be104711e58cec2f7 p4raw-link: @8844 on //depot/maint-5.6/pureperl: ea100fc6cfd2f0e23aceb84ac0e804e3c9c3c9a2 p4raw-id: //depot/perl@8858 p4raw-integrated: from //depot/maint-5.6/perl@8857 'merge in' gv.c scope.c (@8606..) pp.c (@8635..) op.c (@8758..) perl.c (@8806..)
* Integrate changes #8853,8854 from maintperl to mainline.Jarkko Hietaniemi2001-02-203-1/+12
| | | | | | | | | | EBDIC fixes, README.win32 Borland update. p4raw-link: @8854 on //depot/maint-5.6/perl: ece00f1416215bb2d7a51174ba7aa627e0b0a3ad p4raw-link: @8853 on //depot/maint-5.6/perl: 3ef34714520621f9238ff67b9f34f043113325c1 p4raw-id: //depot/perl@8857 p4raw-integrated: from //depot/maint-5.6/perl@8851 'merge in' README.win32 (@8175..) handy.h (@8789..) util.c (@8806..)
* Filter::Util::Call update to 1.05, from Paul Marquess.Jarkko Hietaniemi2001-02-203-14/+25
| | | p4raw-id: //depot/perl@8851
* glob-basic.t, runenv.t fix-upsCraig A. Berry2001-02-201-2/+2
| | | | | | | Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01> Case-forgiving systems match TestInit.pm with TES*. p4raw-id: //depot/perl@8849
* strict-w-proof the ?DBM_File, from Paul Marquess.Jarkko Hietaniemi2001-02-208-81/+121
| | | p4raw-id: //depot/perl@8848
* The #8843 wasn't quite right: %Config needs to imported.Jarkko Hietaniemi2001-02-201-0/+1
| | | p4raw-id: //depot/perl@8847
* Retract the #8838 and #8840 for now because ofJarkko Hietaniemi2001-02-2010-72/+9
| | | | | the DB_File tie problem. p4raw-id: //depot/perl@8846
* fork() not everywhere, cleanup temp files.Jarkko Hietaniemi2001-02-191-0/+9
| | | p4raw-id: //depot/perl@8843
* Update Changes.Jarkko Hietaniemi2001-02-192-1/+296
| | | p4raw-id: //depot/perl@8841
* [patch] add sv_setref_uvDoug MacEachern2001-02-199-8/+59
| | | | | Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8840
* Put to rest the 20010205.001, the email address checking (not) regex.Jarkko Hietaniemi2001-02-191-3/+3
| | | p4raw-id: //depot/perl@8839
* [patch] xsubpp: make sv_setref_* targetableDoug MacEachern2001-02-181-1/+13
| | | | | Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8838
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-1813-46/+32
| | | | | Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8837
* Misapplied regex optimizations when \C is present.Jarkko Hietaniemi2001-02-186-24/+86
| | | | | | | | | | Fixes 20001230.002. What still remains broken is that the submatches that have \C in them get their UTF8 flag on because their parent SV has it on. This will result in malformed UTF8 if a \C happened to match a non-ASCII byte. p4raw-id: //depot/perl@8836
* Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"Jarkko Hietaniemi2001-02-183-15/+17
| | | | | The hash key got wrongly UTF8fied. p4raw-id: //depot/perl@8835
* Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):Jarkko Hietaniemi2001-02-181-1/+1
| | | | | don't warn on magical or overloaded things. p4raw-id: //depot/perl@8834
* Integrate perlio:Nicholas Clark2001-02-182-57/+79
|\ | | | | | | | | | | | | | | | | | | [ 8830] Apply the spirit of patch from Nicholas Clark: Subject: [PATCH] Re: extensions that provide layers Message-Id: <20010212164350.Q3652@plum.flirble.org> p4raw-link: @8830 on //depot/perlio: 64977eb6138422a1560c20575c46ef223d980150 p4raw-id: //depot/perl@8832
| * Apply the spirit of patch from Nicholas Clark:Nicholas Clark2001-02-182-57/+79
| | | | | | | | | | | | Subject: [PATCH] Re: extensions that provide layers Message-Id: <20010212164350.Q3652@plum.flirble.org> p4raw-id: //depot/perlio@8830
* | Adding in TestSetup.pm to replace BEGIN preamble on tests.Michael G. Schwern2001-02-186-6/+26
| | | | | | | | | | | | | | Message-ID: <20010218134435.A17544@magnonel.guild.net> Applied, but as t/TestInit.pm. p4raw-id: //depot/perl@8829
* | Integrate perlio:Jarkko Hietaniemi2001-02-181-25/+69
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | [ 8826] Fix [ID 20010217.002] open FOO, "<:raw:perlio", ... :raw now inserts default base layer below itself. Also open FOO, "<:unix", ... works as well - but leaves buffer layer on stack under the unix layer. p4raw-link: @8826 on //depot/perlio: 4b803d04bc5b636b582540ea8352ce921e9bae28 p4raw-id: //depot/perl@8828
| * Fix [ID 20010217.002]Nick Ing-Simmons2001-02-181-25/+69
| | | | | | | | | | | | | | | | | | open FOO, "<:raw:perlio", ... :raw now inserts default base layer below itself. Also open FOO, "<:unix", ... works as well - but leaves buffer layer on stack under the unix layer. p4raw-id: //depot/perlio@8826
* | UTF-8 tweaks.Jarkko Hietaniemi2001-02-182-12/+12
| | | | | | p4raw-id: //depot/perl@8827
* | Integrate perlio:Jarkko Hietaniemi2001-02-182-40/+96
|\ \ | |/ | | | | | | | | | | | | | | [ 8820] Clean up a few core dumps when layers are used in unexpected ways. (Still not "right"...) p4raw-link: @8820 on //depot/perlio: 26fb694e6e6fd977f3c75086486e1c4578925875 p4raw-id: //depot/perl@8825
| * Clean up a few core dumps when layers are used in unexpected ways.Nick Ing-Simmons2001-02-182-40/+96
| | | | | | | | | | (Still not "right"...) p4raw-id: //depot/perlio@8820
| * Integrate mainlineNick Ing-Simmons2001-02-17329-28005/+40888
| | | | | | p4raw-id: //depot/perlio@8817
| * Integrate mainlineNick Ing-Simmons2001-02-0954-651/+1402
| |\ | | | | | | p4raw-id: //depot/perlio@8751
| * \ Integrate mainlineNick Ing-Simmons2001-02-0527-330/+935
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@8700
| * \ \ Integrate mainlineNick Ing-Simmons2001-02-0213-78/+966
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@8679
| * \ \ \ Integrate mainlineNick Ing-Simmons2001-02-0117-234/+455
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@8668
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2001-01-3040-266/+782
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8619
* | | | | | | Adding todo testsMichael G. Schwern2001-02-183-68/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20010218014850.C19957@magnonel.guild.net> p4raw-id: //depot/perl@8824
* | | | | | | Add run/*.t to testables.Jarkko Hietaniemi2001-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@8823
* | | | | | | Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)Michael G. Schwern2001-02-183-1/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20010218011135.A19957@magnonel.guild.net> Revive mjd's and Simon's PERL5OPT fix. p4raw-id: //depot/perl@8822
* | | | | | | Re: Why t/TEST and not Test::Harness?Michael G. Schwern2001-02-186-220/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20010217224444.A6679@magnonel.guild.net> Replace UTEST with TEST -utf8. p4raw-id: //depot/perl@8821