summaryrefslogtreecommitdiff
path: root/lib/Tie
Commit message (Collapse)AuthorAgeFilesLines
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-011-1/+1
| | | | | | From: Ingo Weinhold (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org> p4raw-id: //depot/perl@23584
* Correct detection of absent modules. Based onAndy Dougherty2004-06-251-1/+1
| | | | | | | | Subject: [PATCH] Config{extensions} uses filesystem names as extensions Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu> with improvements from Marcus Holland-Moritz p4raw-id: //depot/perl@22998
* Skip test if Data::Dumper not builtNicholas Clark2004-06-221-0/+5
| | | p4raw-id: //depot/perl@22966
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-0/+1
| | | p4raw-id: //depot/perl@22741
* Bump VERSION numbersNicholas Clark2003-12-301-1/+1
| | | p4raw-id: //depot/perl@22018
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-3/+15
| | | | | Message-id: <20031206105059.GA13989@ethan> p4raw-id: //depot/perl@21855
* Tie::Hash documentationSlaven Rezic2003-10-161-1/+2
| | | | | Message-Id: <1066327055.1428@devpc01.iconmobile.de> p4raw-id: //depot/perl@21467
* Tie::Hash documentationSlaven Rezic2003-10-121-5/+5
| | | | | Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de> p4raw-id: //depot/perl@21439
* [perl #24120] Tie::Hash documentation has broken codeBenjamin J. Tilly2003-10-061-3/+4
| | | | | | | From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org> Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org> (Applied without $VERSION update.) p4raw-id: //depot/perl@21404
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-142-2/+2
| | | p4raw-id: //depot/perl@20688
* turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))Craig A. Berry2003-08-133-2/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F399E70.4050607@mac.com> p4raw-id: //depot/perl@20670
* Tests for change #20367 (and change use overload; toJarkko Hietaniemi2003-07-312-2/+12
| | | | | | just require overload;) p4raw-link: @20367 on //depot/perl: 60ad8d7737ceae6f6c1fcd764c298b207f0f9a85 p4raw-id: //depot/perl@20368
* added support for overloaded ""Xavier Noria2003-07-311-7/+10
| | | | | Message-Id: <200307310029.13567.fxn@hashref.com> p4raw-id: //depot/perl@20367
* Apparently this is needed for VMS (Craig Berry).Jarkko Hietaniemi2003-06-191-0/+1
| | | p4raw-id: //depot/perl@19827
* Upgrade to Tie::File 0.97.Jarkko Hietaniemi2003-06-185-76/+31
| | | p4raw-id: //depot/perl@19813
* fix for 09_gen_rs.t#59 failure on windowsGurusamy Sarathy2003-06-021-1/+1
| | | p4raw-id: //depot/perl@19669
* Interesting patch(1) glitch.Jarkko Hietaniemi2003-05-311-5/+0
| | | p4raw-id: //depot/perl@19646
* Upgrade to Tie::File 0.96.Jarkko Hietaniemi2003-05-313-9/+33
| | | p4raw-id: //depot/perl@19643
* Credits patchEdward Avis2003-05-291-0/+2
| | | | | Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net> p4raw-id: //depot/perl@19635
* make it easier to reproduce the bugGurusamy Sarathy2003-05-131-0/+1
| | | p4raw-id: //depot/perl@19512
* the \do {local *FH} trick in Tie::File was really only neededGurusamy Sarathy2003-05-132-16/+5
| | | | | | | | | | on 5.005 and earlier, since later versions can autovivify the handle however, a search in the p5p archives reveals the trick doesn't fully work in the versions it is needed in, so use the more standard Symbol::gensym() way p4raw-id: //depot/perl@19511
* Reinstate the #19498 but now skip the crashingJarkko Hietaniemi2003-05-132-0/+25
| | | | | tests (when threaded) as TODOs. p4raw-id: //depot/perl@19509
* Revert #19498 since it broke threaded builds.Jarkko Hietaniemi2003-05-131-10/+0
| | | p4raw-id: //depot/perl@19508
* fix for Tie::File test failures on windows: the problem wasGurusamy Sarathy2003-05-121-0/+10
| | | | | | | | | | | | | that Tie::File did not close any file handles it opens internally, leading to file handle leaks and t/tf* temporary file littering; we now close the handle iff Tie::File opened it this fix unearths what appears to be a perl bug in localizing globs: 09_gen_rs.t fails due to a prematurely closed filehandle, although it wasn't explicitly closed anywhere by the code (renaming the *FH at line 97 to *FH1 makes it work, but I haven't done this to allow the bug to be tracked down) p4raw-id: //depot/perl@19498
* Tiny nit from mjd.Jarkko Hietaniemi2003-05-081-2/+2
| | | p4raw-id: //depot/perl@19451
* Upgrade to Tie::File 0.95.Jarkko Hietaniemi2003-05-0816-207/+1801
| | | p4raw-id: //depot/perl@19450
* typos and other minor thingsTodd C. Miller2003-03-111-1/+1
| | | | | | From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
* fix typo in Tie::ArrayJos I. Boumans2002-10-061-2/+2
| | | | | | From: "Jos I. Boumans" <kane@cpan.org> Message-Id: <20021005183920.14746.qmail@onion.perl.org> p4raw-id: //depot/perl@17979
* Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warningsSteve Hay2002-06-281-1/+1
| | | | | Message-ID: <3D1C4739.4090002@uk.radan.com> p4raw-id: //depot/perl@17374
* $^O is 'beos' on BeOSRafael Garcia-Suarez2002-06-051-1/+1
| | | p4raw-id: //depot/perl@17016
* Integrate macperl patches #16926 and #16938;Jarkko Hietaniemi2002-05-311-0/+4
| | | | | | | | | | | | | | | | | | | | | Big MacPerl Testing Patch No. 2 Big MacPerl Testing Patch No. 3 p4raw-id: //depot/perl@16942 p4raw-integrated: from //depot/macperl@16937 'copy in' lib/Devel/SelfStubber.pm lib/Devel/SelfStubber.t lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t lib/File/Temp.pm lib/FindBin.t lib/Tie/File/t/09_gen_rs.t lib/lib.t t/comp/use.t utils/dprofpp.PL utils/splain.PL (@16123..) t/lib/MakeMaker/Test/Utils.pm (@16230..) lib/diagnostics.t (@16646..) lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t (@16730..) lib/lib_pm.PL (@16926..) lib/ExtUtils/MM_MacOS.pm lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16929..) p4raw-integrated: from //depot/macperl@16926 'merge in' lib/English.t (@16123..) ext/DynaLoader/DynaLoader_pm.PL (@16868..)
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-271-2/+2
| | | | | Message-ID: <oUp88gzkgy+T092yn@efn.org> p4raw-id: //depot/perl@16822
* DJGPP doesn't have \r\n delimited files (it has \r).Jarkko Hietaniemi2002-05-161-1/+1
| | | p4raw-id: //depot/perl@16622
* clean up after stray test file litteringGurusamy Sarathy2002-04-223-0/+6
| | | | | | | NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when it seems that it shouldn't (looks like a handle leak in PerlIO to me) p4raw-id: //depot/perl@16065
* Minor Tie::File test patch, from mjd.Jarkko Hietaniemi2002-04-051-1/+1
| | | p4raw-id: //depot/perl@15752
* Win32 pacifying from mjd.Jarkko Hietaniemi2002-04-051-0/+1
| | | p4raw-id: //depot/perl@15746
* Upgrade to Tie::File 0.93, from mjd.Jarkko Hietaniemi2002-04-035-269/+14
| | | p4raw-id: //depot/perl@15721
* Forgotten.Jarkko Hietaniemi2002-04-031-0/+514
| | | p4raw-id: //depot/perl@15710
* Upgrade to Tie::File 0.92, from mjd.Jarkko Hietaniemi2002-04-0211-55/+214
| | | p4raw-id: //depot/perl@15692
* Win32 fix for Tie::File from MJD.Abhijit Menon-Sen2002-04-021-1/+2
| | | p4raw-id: //depot/perl@15672
* Message-ID: <20020401203218.25230.qmail@plover.com>Mark-Jason Dominus2002-04-012-5/+7
| | | p4raw-id: //depot/perl@15667
* Upgrade to Tie::File 0.91, from mjd.Jarkko Hietaniemi2002-04-0110-157/+825
| | | p4raw-id: //depot/perl@15651
* Upgrade to Tie::File 0.90, from mjd.Jarkko Hietaniemi2002-03-3018-246/+1425
| | | p4raw-id: //depot/perl@15621
* Upgrade to Tie::File 0.51, from Mark-Jason Dominus.Jarkko Hietaniemi2002-03-242-5/+5
| | | | | (All the code changes have already been applied earlier.) p4raw-id: //depot/perl@15480
* Win32 tweak from mjd.Jarkko Hietaniemi2002-03-221-1/+2
| | | p4raw-id: //depot/perl@15408
* minor Tie::File test patch to make win32 happier, from mjd.Jarkko Hietaniemi2002-03-201-0/+1
| | | p4raw-id: //depot/perl@15360
* Failed patch hunk reapplied.Jarkko Hietaniemi2002-03-181-1/+1
| | | p4raw-id: //depot/perl@15307
* Upgrade to Tie::File 0.50.Jarkko Hietaniemi2002-03-183-9/+9
| | | p4raw-id: //depot/perl@15302
* Upgrade to Tie::File 0.21.Abhijit Menon-Sen2002-03-178-130/+1071
| | | p4raw-id: //depot/perl@15277
* Upgrade to Tie::File 0.20.Abhijit Menon-Sen2002-03-1614-37/+476
| | | p4raw-id: //depot/perl@15261