summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* remove flag SvPADBUSYDave Mitchell2003-01-031-5/+5
| | | | | Message-ID: <20021219185543.C9530@fdgroup.com> p4raw-id: //depot/perl@18409
* Removal of duplicate comment blockYitzchak Scott-Thoennes2002-12-241-9/+0
| | | | | | Subject: Re: [perl #19306] Sys::Syslog issues. Message-ID: </t5B+gzkg6DR092yn@efn.org> p4raw-id: //depot/perl@18350
* Integrate Time::HiRes v1.39 (for VMS build tweak)Hugo van der Sanden2002-12-233-2/+7
| | | p4raw-id: //depot/perl@18339
* windows: support for large filesGurusamy Sarathy2002-12-184-9/+18
| | | | | | | | note that this change will break binary compatibility with the default 5.8.0 build options; nevertheless I think it is worth having in 5.8.1 (people who want the compatibility can disable the option in the makefile) p4raw-id: //depot/perl@18327
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-143-7/+12
| | | | | Message-ID: <20021210012644.A7843@fdgroup.com> p4raw-id: //depot/perl@18302
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-123-63/+82
| | | | | | | | p4raw-id: //depot/perl@18299 p4raw-integrated: from //depot/maint-5.8/perl@18298 'copy in' pod/perlretut.pod (@17645..) pod/perlre.pod (@18080..) ext/POSIX/t/is.t (@18189..) t/op/subst.t (@18214..) ext/POSIX/t/posix.t (@18271..) t/op/pat.t (@18276..) ext/POSIX/POSIX.pod (@18294..) 'merge in' regexec.c (@18095..)
* Whitespace and indentation fix in the output of B::Debug.Rafael Garcia-Suarez2002-12-121-6/+6
| | | p4raw-id: //depot/perl@18298
* Update to Scalar-List-Utils 1.09Graham Barr2002-12-123-3/+11
| | | p4raw-id: //depot/perl@18292
* Remove stale e-mail addressesAndy Dougherty2002-12-114-4/+4
| | | | | Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@18282
* VMS build updateCraig A. Berry2002-12-101-1/+1
| | | | | | Message-ID: <3DF56BE2.9000300@mac.com> From: "Craig A. Berry" <craigberry@mac.com> p4raw-id: //depot/perl@18277
* Re: Bug in Filter::SimpleSlaven Rezic2002-12-092-2/+38
| | | | | Message-ID: <87of91u51m.fsf@vran.herceg.de> p4raw-id: //depot/perl@18269
* Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() ↵Slaven Rezic2002-12-091-1/+21
| | | | | | | are sometimes wrong Message-ID: <874raqz8o3.fsf@vran.herceg.de> p4raw-id: //depot/perl@18267
* Fix up #18229.Jarkko Hietaniemi2002-12-031-2/+4
| | | p4raw-id: //depot/perl@18239
* $0 mofifying part IJarkko Hietaniemi2002-12-021-1/+28
| | | | | | Subject: [PATCH] $0 modifying Message-ID: <20021130181651.GA5876@kosh.hut.fi> p4raw-id: //depot/perl@18229
* SvFAKE lexicals in scope for all of the subDave Mitchell2002-12-021-3/+3
| | | | | Message-ID: <20021125212533.B29157@fdgroup.com> p4raw-id: //depot/perl@18223
* integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5Hugo van der Sanden2002-12-024-7/+102
| | | | | | | | | | | | | | | p4raw-link: @18189 on //depot/maint-5.8/perl: 27314835b1b1ea8730d4a0eb871861ac238c63f9 p4raw-link: @18187 on //depot/maint-5.8/perl: 94e81ce4c47784f86829e70129b1d0a3e95ca51c p4raw-link: @18174 on //depot/maint-5.8/perl: f8d24d869503bcd9df0e86aa5898c89996220bf8 p4raw-id: //depot/perl@18221 p4raw-branched: from //depot/maint-5.8/perl@18220 'branch in' ext/POSIX/t/is.t p4raw-integrated: from //depot/maint-5.8/perl@18220 'copy in' README.os2 ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL lib/Unicode/UCD.pm t/op/subst.t (@17645..) INSTALL t/op/grep.t (@18080..) ext/Fcntl/t/syslfs.t t/op/lfs.t (@18133..) 'merge in' t/op/eval.t (@17645..) pod/perldiag.pod (@18146..) lib/Unicode/UCD.t (@18156..) MANIFEST (@18173..)
* allow evals to see the full lexical scopeDave Mitchell2002-12-026-4/+18
| | | | | Message-ID: <20021124221906.A25386@fdgroup.com> p4raw-id: //depot/perl@18220
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-2/+2
| | | p4raw-id: //depot/perl@18217
* 64bit Peek failure on HP-UX 11.00H.Merijn Brand2002-11-291-2/+2
| | | | | | | | | Subject: Re: Smoke 18188 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> From: Slaven Rezic <slaven.rezic@berlin.de> Date: 28 Nov 2002 19:25:25 +0100 Message-ID: <877kexsga2.fsf@vran.herceg.de> p4raw-id: //depot/perl@18216
* Re: Storable bug #1698Slaven Rezic2002-11-253-3/+18
| | | | | Message-ID: <87ptt343lb.fsf@vran.herceg.de> p4raw-id: //depot/perl@18178
* add support for STASH and MAGIC information for REFs to sv_dump().Slaven Rezic2002-11-251-1/+22
| | | | | | Subject: [PATCH] Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de> p4raw-id: //depot/perl@18177
* [Encode] 1.83 + bleedperl patch releasedDan Kogai2002-11-258-82/+189
| | | | | Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp> p4raw-id: //depot/perl@18175
* trivial typoDave Mitchell2002-11-191-1/+1
| | | | | Message-ID: <20021114225539.A18614@fdgroup.com> p4raw-id: //depot/perl@18162
* New B::Lint option, bare-subs, that checks for implicitelyRafael Garcia-Suarez2002-11-162-4/+31
| | | | | | | | | quoted barewords that are also subroutines, from Ian Phillipps <ip@tarragon-et.co.uk>. Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> With a few tweaks to the implementation and tests. (previous change was empty) p4raw-id: //depot/perl@18149
* [perl #18065] LFS related bug in perl-5.8.0 testsuitedavid@dhaller.de2002-11-071-1/+5
| | | | | | From: "david@dhaller.de (via RT)" <perlbug@perl.org> Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org> p4raw-id: //depot/perl@18122
* Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl ↵Hugo van der Sanden2002-11-071-1/+1
| | | | | | | 5.8.0) in the regexp Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk> p4raw-id: //depot/perl@18118
* The new test introduced in #18114 failed with threadsRafael Garcia-Suarez2002-11-061-1/+1
| | | p4raw-id: //depot/perl@18116
* Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator wellStephen McCamant2002-11-063-5/+14
| | | | | | | | | Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU> plus a test case in ext/B/t/concise.t plus a (less intrusive, but less future-proof) fix for a similar problem in B::walkoptree_exec(). p4raw-id: //depot/perl@18114
* integrate from perlio: changes #17709, #17795, #17796, #18032Hugo van der Sanden2002-11-043-3/+30
|\ | | | | | | | | p4raw-link: @17709 on //depot/perlio: e949e37c57a7b8894b837a34a436233508daf2e1 p4raw-id: //depot/perl@18086
| * Integrate mainlineNick Ing-Simmons2002-10-2532-539/+12446
| |\ | | | | | | p4raw-id: //depot/perlio@18065
| * | Test UTF-8 encoded input to Encode::XS::decode and fix it.Nick Ing-Simmons2002-10-212-2/+16
| | | | | | | | | p4raw-id: //depot/perlio@18043
| * | Handle case where octets are UTF-8 encodedNick Ing-Simmons2002-10-201-0/+11
| | | | | | | | | p4raw-id: //depot/perlio@18040
| * | Encode::utf8 encode/decode methods as XS that obeysNick Ing-Simmons2002-10-203-17/+136
| | | | | | | | | | | | | | | | | | same protocol as Encode::XS - allows :encoding(UTF-8) to cope with partial chars at end of buffer. p4raw-id: //depot/perlio@18032
| * | Integrate mainlineNick Ing-Simmons2002-10-2035-964/+384
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@18031
| * \ \ Integrate mainlineNick Ing-Simmons2002-09-154-12/+20
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@17905
| * \ \ \ Integrate mainlineNick Ing-Simmons2002-09-0721-640/+1255
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@17851
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2002-08-304-190/+282
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@17809
| * | | | | | Re: PerlIO::via silent failureRichard Clamp2002-08-272-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <20020811145224.GA23897@mirth.demon.co.uk> p4raw-id: //depot/perlio@17795
* | | | | | | Update to Scalar-List-Utils 1.08Graham Barr2002-11-039-16/+240
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@18076
* | | | | | | RE: [PATCH] Warning on pararameterless 'use IO' and doc updatePaul Marquess2002-10-282-8/+49
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@18071
* | | | | | DB_File 1.806Paul Marquess2002-10-256-70/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@18062
* | | | | | Add tests for IO.pmchromatic2002-10-251-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20021022033253.57952.qmail@onion.perl.org> p4raw-id: //depot/perl@18061
* | | | | | 2 lines of change #18039 had several problemsHugo van der Sanden2002-10-241-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @18039 on //depot/perl: 40a3dda160f7716cf8fb3c9068ec08ae7f6c681e p4raw-id: //depot/perl@18060
* | | | | | [Encode] 1.80 releasedDan Kogai2002-10-2415-79/+11228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp> p4raw-id: //depot/perl@18057
* | | | | | B/C.pm: make $0 to argv[0] againAudrey Tang2002-10-241-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20021019095157.GA430@not.autrijus.org> p4raw-id: //depot/perl@18056
* | | | | | change #18030 needs the removal of ext/Thread/thr5005.tHugo van der Sanden2002-10-241-207/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @18030 on //depot/perl: 3db8f154c4c6e098a5a0bdf7932e8f86fbd2c451 p4raw-id: //depot/perl@18054
* | | | | | PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20021018133640.A19172@fdgroup.com> p4raw-id: //depot/perl@18048
* | | | | | Re: [PATCH] Warning on pararameterless 'use IO' and doc updateStéphane Payrard2002-10-201-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20021015001703.GG7914@stefp.dyndns.org> p4raw-id: //depot/perl@18039
* | | | | | Update to Time::HiRes v1.38Hugo van der Sanden2002-10-206-128/+1082
| |_|_|_|/ |/| | | | | | | | | p4raw-id: //depot/perl@18034
* | | | | Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-197-867/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030