summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Changes.Jarkko Hietaniemi2002-05-272-1/+63
| | | p4raw-id: //depot/perl@16826
* Todo update.Jarkko Hietaniemi2002-05-271-4/+2
| | | p4raw-id: //depot/perl@16824
* Don't assume sh and true.Jarkko Hietaniemi2002-05-271-2/+2
| | | p4raw-id: //depot/perl@16823
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-2713-8/+23
| | | | | Message-ID: <oUp88gzkgy+T092yn@efn.org> p4raw-id: //depot/perl@16822
* Fix a warning bug in Perl_report_evil_fh (didn't reportRafael Garcia-Suarez2002-05-272-4/+18
| | | | | stashes correctly.) Partial info is better than wrong info. p4raw-id: //depot/perl@16821
* A shot in the dark.Jarkko Hietaniemi2002-05-271-3/+3
| | | p4raw-id: //depot/perl@16820
* Comment nit from Yitzchak.Jarkko Hietaniemi2002-05-271-1/+1
| | | p4raw-id: //depot/perl@16819
* POD cleanup and rewrapping.Jarkko Hietaniemi2002-05-271-47/+46
| | | p4raw-id: //depot/perl@16817
* Update Changes.Jarkko Hietaniemi2002-05-272-1/+178
| | | p4raw-id: //depot/perl@16816
* More NetWare.Jarkko Hietaniemi2002-05-271-54/+86
| | | p4raw-id: //depot/perl@16815
* [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-currentH.Merijn Brand2002-05-271-0/+3
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16814
* We are not that certain about the localising ofJarkko Hietaniemi2002-05-271-10/+6
| | | | | tied aggregates. p4raw-id: //depot/perl@16813
* Missed from #16811.Jarkko Hietaniemi2002-05-272-0/+38
| | | p4raw-id: //depot/perl@16812
* NetWare diff from Ananth Kesari.Jarkko Hietaniemi2002-05-274-31/+110
| | | p4raw-id: //depot/perl@16811
* Integrate perlio:Jarkko Hietaniemi2002-05-273-10/+37
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 16809] Add IO::Scalar fail case to the tests. [ 16808] Fix for the IO::Scalar bug (I think). At tie time break the loop but in a different place: A. Increment REFCNT of the RV involved in the self-tie B. Decrement REFCNT of the thing RV points to (e.g. the GV) At mg_free time Break the connection between the RV and its referent so that we do not try and free it (again). [ 16805] **** UNSAFE **** partial fix for IO::Scalar and local ties. Only op/local.t fails but it is nasty... try valgrind on other machine. p4raw-link: @16809 on //depot/perlio: 6751fbc4613da48d58726f127239e6f792ac8c57 p4raw-link: @16808 on //depot/perlio: 3977871ddaef13bab4556a4c080d3871df7b231f p4raw-link: @16805 on //depot/perlio: 2628be26342842a5f886163d0568170afde998a0 p4raw-id: //depot/perl@16810
| * Add IO::Scalar fail case to the tests.Nick Ing-Simmons2002-05-271-1/+5
| | | | | | p4raw-id: //depot/perlio@16809
| * Fix for the IO::Scalar bug (I think).Nick Ing-Simmons2002-05-272-16/+23
| | | | | | | | | | | | | | | | | | | | At tie time break the loop but in a different place: A. Increment REFCNT of the RV involved in the self-tie B. Decrement REFCNT of the thing RV points to (e.g. the GV) At mg_free time Break the connection between the RV and its referent so that we do not try and free it (again). p4raw-id: //depot/perlio@16808
| * **** UNSAFE **** partial fix for IO::Scalar and local ties.Nick Ing-Simmons2002-05-261-7/+23
| | | | | | | | | | Only op/local.t fails but it is nasty... try valgrind on other machine. p4raw-id: //depot/perlio@16805
* | select() portability nit.Jarkko Hietaniemi2002-05-271-0/+3
| | | | | | p4raw-id: //depot/perl@16807
* | Fix a remaining B::Lint bug.Rafael Garcia-Suarez2002-05-262-5/+7
| | | | | | p4raw-id: //depot/perl@16806
* | Some day I might actually learn to test changes firstJarkko Hietaniemi2002-05-261-1/+1
| | | | | | | | | | before committing them in. p4raw-id: //depot/perl@16804
* | Until otherwise proven.Jarkko Hietaniemi2002-05-261-1/+1
| | | | | | p4raw-id: //depot/perl@16803
* | Darwin hint tweaks.Jarkko Hietaniemi2002-05-261-6/+6
| | | | | | p4raw-id: //depot/perl@16802
* | FAQ sync.Jarkko Hietaniemi2002-05-262-123/+61
| | | | | | p4raw-id: //depot/perl@16801
* | [DOC-PATCH] README.cygwin updatedGerrit P. Haase2002-05-261-4/+12
| | | | | | | | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <1151480833395.20020526145614@familiehaase.de> p4raw-id: //depot/perl@16800
* | I thinkk thinggy has only one g.Jarkko Hietaniemi2002-05-261-1/+1
| | | | | | p4raw-id: //depot/perl@16799
* | docs for broken local(%tied) behaviourDave Mitchell2002-05-262-4/+24
| | | | | | | | | | Message-ID: <20020526141542.B18527@fdgroup.com> p4raw-id: //depot/perl@16798
* | B::Deparse: handle blessed code refs in coderef2textStephen McCamant2002-05-261-1/+1
| | | | | | | | | | Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu> p4raw-id: //depot/perl@16797
* | Slight reformatting; tiny tweaks.Jarkko Hietaniemi2002-05-261-62/+77
| | | | | | p4raw-id: //depot/perl@16796
* | Integrate perlio:Jarkko Hietaniemi2002-05-261-20/+70
|\ \ | |/ | | | | | | | | | | [ 16794] Update perlipc.pod for new signals p4raw-link: @16794 on //depot/perlio: a11adca011b9f1db181b88d5dc68ab4fdf8c03df p4raw-id: //depot/perl@16795
| * Update perlipc.pod for new signalsNick Ing-Simmons2002-05-261-20/+70
| | | | | | p4raw-id: //depot/perlio@16794
| * Integrate mainlineNick Ing-Simmons2002-05-264-5/+174
| | | | | | | | | | p4raw-id: //depot/perlio@16793 p4raw-integrated: from //depot/perl@16784 'copy in' AUTHORS (@16446..) Configure (@16711..) Changes patchlevel.h (@16764..)
* | Mention that we do Win64.Jarkko Hietaniemi2002-05-251-0/+4
| | | | | | p4raw-id: //depot/perl@16792
* | Document the $Config{byteorder} changes.Jarkko Hietaniemi2002-05-251-6/+12
| | | | | | p4raw-id: //depot/perl@16791
* | [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1Nicholas Clark2002-05-254-160/+235
| | | | | | | | | | | | | | | | | | | | | | Date: Sat, 25 May 2002 22:37:19 +0100 Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> Subject: [PATCH] Storable (smaller) From: Nicholas Clark <nick@unfortu.net> Date: Sat, 25 May 2002 23:13:13 +0100 Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16790
* | Update Changes.Jarkko Hietaniemi2002-05-252-1/+160
| | | | | | p4raw-id: //depot/perl@16789
* | AUTHORS updates.Jarkko Hietaniemi2002-05-251-0/+3
| | | | | | p4raw-id: //depot/perl@16788
* | Pager query tweaks from Andy Dougherty (for OS/2).Jarkko Hietaniemi2002-05-251-4/+11
| | | | | | p4raw-id: //depot/perl@16786
* | Integrate perlio:Jarkko Hietaniemi2002-05-251-5/+34
|\ \ | |/ | | | | | | | | | | [ 16784] Fix VMS ungetc fix for platforms like NetBSD. p4raw-link: @16784 on //depot/perlio: 9f7cd1361d495667028a2c63231ae8edb236962c p4raw-id: //depot/perl@16785
| * Fix VMS ungetc fix for platforms like NetBSD.Nick Ing-Simmons2002-05-251-5/+34
| | | | | | p4raw-id: //depot/perlio@16784
| * Integrate mainline for Lupe's perlio.c fix beforeNick Ing-Simmons2002-05-256-26/+93
| |\ | |/ |/| | | | | starting on NetBSD issue p4raw-id: //depot/perlio@16783
* | basic.t library problem on VMSCraig A. Berry2002-05-251-3/+3
| | | | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]> p4raw-id: //depot/perl@16782
* | BeOS: update the test status.Jarkko Hietaniemi2002-05-252-8/+37
| | | | | | p4raw-id: //depot/perl@16781
* | Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)Nicholas Clark2002-05-251-0/+1
| | | | | | | | | | Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16780
* | Update the number of tests.Jarkko Hietaniemi2002-05-251-6/+6
| | | | | | p4raw-id: //depot/perl@16779
* | [Patch] Re: ./perl harness on Cygwin today failuresLupe Christoph2002-05-252-2/+9
| | | | | | | | | | Message-ID: <20020525134534.GT6638@lupe-christoph.de> p4raw-id: //depot/perl@16778
* | Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)Nicholas Clark2002-05-251-7/+37
| | | | | | | | | | Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16777
| * Integrate mainlineNick Ing-Simmons2002-05-2542-325/+968
| |\ | |/ |/| p4raw-id: //depot/perlio@16776
* | perldelta tweaks.Jarkko Hietaniemi2002-05-251-10/+15
| | | | | | p4raw-id: //depot/perl@16775
* | UNICOS: update test status.Jarkko Hietaniemi2002-05-242-8/+6
| | | | | | p4raw-id: //depot/perl@16774