Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integrate cfgperl and vmsperl contents into mainline | Gurusamy Sarathy | 2000-03-21 | 6 | -18/+28 |
|\ | | | | | p4raw-id: //depot/perl@5853 | ||||
| * | Quick pre-release fixes: clean up results in File::Spec::VMS and | Charles Bailey | 2000-03-17 | 2 | -4/+4 |
| | | | | | | | | | | switch dir test order in taint.t to accomodate DECCRTL extension. p4raw-id: //depot/vmsperl@5778 | ||||
* | | README.mint tweaks (from Guido Flohr <gufl0000@stud.uni-sb.de>) | Gurusamy Sarathy | 2000-03-21 | 2 | -17/+140 |
| | | | | | | p4raw-id: //depot/perl@5852 | ||||
* | | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 13 | -47/+58 |
| | | | | | | | | | | "use 5.6" et al mention the alternate form; pod fixups p4raw-id: //depot/perl@5851 | ||||
* | | disable unused Windows code that won't run on Windows 95 | Gurusamy Sarathy | 2000-03-21 | 1 | -0/+8 |
| | | | | | | p4raw-id: //depot/perl@5850 | ||||
* | | $File::Find::name doesn't reflect top level files | Gurusamy Sarathy | 2000-03-21 | 1 | -4/+4 |
| | | | | | | | | | | correctly (from Simon Cozens <simon@brecon.co.uk>) p4raw-id: //depot/perl@5849 | ||||
* | | test fails when sockets not available (from Yitzchak Scott-Thoennes) | Gurusamy Sarathy | 2000-03-21 | 1 | -6/+1 |
| | | | | | | p4raw-id: //depot/perl@5848 | ||||
* | | under useithreads, PUSHLOOP must save PL_curpad for looking up | Gurusamy Sarathy | 2000-03-21 | 1 | -1/+3 |
| | | | | | | | | | | iterdata, since dounwind() may defer LEAVEs p4raw-id: //depot/perl@5847 | ||||
* | | add note about symbolic filehandles (from Johan Vromans) | Gurusamy Sarathy | 2000-03-20 | 2 | -1/+6 |
| | | | | | | p4raw-id: //depot/perl@5843 | ||||
* | | perlbugtron flags in perlbug (from Richard Foley); eliminate duplicate | Gurusamy Sarathy | 2000-03-20 | 1 | -6/+51 |
| | | | | | | | | | | code p4raw-id: //depot/perl@5842 | ||||
* | | more sleep needed from slow systems (from Peter Haworth) | Gurusamy Sarathy | 2000-03-20 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@5841 | ||||
* | | typo in change#5839 | Gurusamy Sarathy | 2000-03-20 | 1 | -1/+1 |
| | | | | | | | | | | p4raw-link: @5839 on //depot/perl: d918263624f69db4f9575643879bfa5b4453117e p4raw-id: //depot/perl@5840 | ||||
* | | make dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs | Gurusamy Sarathy | 2000-03-20 | 2 | -7/+15 |
| | | | | | | | | | | <smurf@noris.de>); fix up duplicate code in Dumpvalue.pm p4raw-id: //depot/perl@5839 | ||||
* | | mention handle autovivification in perldata (from Johan Vromans) | Gurusamy Sarathy | 2000-03-20 | 2 | -1/+23 |
| | | | | | | p4raw-id: //depot/perl@5838 | ||||
* | | change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}" | Gurusamy Sarathy | 2000-03-20 | 2 | -2/+12 |
| | | | | | | | | | | p4raw-link: @5797 on //depot/perl: e1992b6d91e50ab66a903c570e8d9c48f121f34b p4raw-id: //depot/perl@5837 | ||||
* | | autovivify open($fh[0],...) properly | Gurusamy Sarathy | 2000-03-20 | 2 | -1/+8 |
| | | | | | | p4raw-id: //depot/perl@5836 | ||||
* | | add @x->[2] bug to known issues (from Johan Vromans) | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+12 |
| | | | | | | p4raw-id: //depot/perl@5835 | ||||
* | | pwent.pm doc tweak (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-19 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/perl@5832 | ||||
* | | unsigned is a more reasonable socksizetype default (from | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+1 |
| | | | | | | | | | | Laszlo <ml1050@freemail.hu>) p4raw-id: //depot/perl@5831 | ||||
* | | taint.t shouldn't fail where IPC::SysV unavailable | Gurusamy Sarathy | 2000-03-19 | 1 | -4/+7 |
| | | | | | | p4raw-id: //depot/perl@5830 | ||||
* | | update Changes | Gurusamy Sarathy | 2000-03-19 | 2 | -0/+186 |
| | | | | | | p4raw-id: //depot/perl@5829 | ||||
* | | squelch known scalar leak due to compile failure | Gurusamy Sarathy | 2000-03-19 | 1 | -2/+4 |
| | | | | | | p4raw-id: //depot/perl@5828 | ||||
* | | mention how to look up perllocal.pod (from Michael G Schwern) | Gurusamy Sarathy | 2000-03-19 | 3 | -10/+20 |
| | | | | | | p4raw-id: //depot/perl@5827 | ||||
* | | mention need to wait for children (from Russ Allbery) | Gurusamy Sarathy | 2000-03-19 | 3 | -22/+40 |
| | | | | | | p4raw-id: //depot/perl@5826 | ||||
* | | Pod::Man should strip leading lib/ for module manpages (from | Gurusamy Sarathy | 2000-03-19 | 1 | -3/+5 |
| | | | | | | | | | | Russ Allbery) p4raw-id: //depot/perl@5825 | ||||
* | | User::pwent fixups for additional fields (from Tom Christiansen); | Gurusamy Sarathy | 2000-03-19 | 1 | -46/+239 |
| | | | | | | | | | | | | fix bug in pw_has(); tolerate absense of pw{change,age,quota} and pw{comment,class} (Debian 2.1 doesn't have either of these) p4raw-id: //depot/perl@5824 | ||||
* | | pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>) | Gurusamy Sarathy | 2000-03-19 | 7 | -10/+10 |
| | | | | | | p4raw-id: //depot/perl@5823 | ||||
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 37 | -170/+562 |
|\ \ | | | | | | | p4raw-id: //depot/perl@5822 | ||||
| * | | Taint msgrcv() messages; general SysV IPC cleanup. | Jarkko Hietaniemi | 2000-03-19 | 8 | -64/+138 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5812 | ||||
| * | | Taint shmread(). | Jarkko Hietaniemi | 2000-03-19 | 5 | -15/+58 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5811 | ||||
| * | | Taint also the passwd field of the getpw*(). | Jarkko Hietaniemi | 2000-03-19 | 5 | -10/+16 |
| | | | | | | | | | p4raw-id: //depot/cfgperl@5810 | ||||
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-18 | 2 | -2/+40 |
| |\ \ | | | | | | | | | p4raw-id: //depot/cfgperl@5809 | ||||
| * | | | (Re-)introduce $uidsign and $gidsign. | Jarkko Hietaniemi | 2000-03-18 | 13 | -34/+145 |
| | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5808 | ||||
| * | | | The #5805 requires a test change, too. | Jarkko Hietaniemi | 2000-03-18 | 1 | -2/+2 |
| | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5807 | ||||
| * | | | Taint the shell from the getpw*. | Jarkko Hietaniemi | 2000-03-18 | 4 | -30/+46 |
| | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5805 | ||||
| * | | | Use the newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 4 | -17/+22 |
| | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5804 | ||||
| * | | | Add newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 8 | -6/+46 |
| | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5803 | ||||
| * | | | Configure nits: rewording from Sarathy (aka #5796), | Jarkko Hietaniemi | 2000-03-18 | 10 | -20/+28 |
| | | | | | | | | | | | | | | | | | | | | and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802 | ||||
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-18 | 11 | -32/+565 |
| |\ \ \ | | | | | | | | | | | p4raw-id: //depot/cfgperl@5801 | ||||
| * \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-18 | 2 | -5/+16 |
| |\ \ \ \ | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5793 | ||||
| * \ \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-17 | 8 | -50/+74 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5790 | ||||
| * | | | | | | Add the NEXTSTEP strftime %j bug to Known Problems. | Jarkko Hietaniemi | 2000-03-17 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5783 | ||||
| * | | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-17 | 13 | -29/+48 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5782 | ||||
| * | | | | | | | More Todo. | Jarkko Hietaniemi | 2000-03-17 | 2 | -5/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5776 | ||||
| * | | | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-17 | 6 | -30/+43 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5772 | ||||
| * | | | | | | | | Make the test easier to use. | Jarkko Hietaniemi | 2000-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5771 | ||||
| * | | | | | | | | Add "Known Problems" section. | Jarkko Hietaniemi | 2000-03-17 | 1 | -1/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5766 | ||||
| * | | | | | | | | pp_send() type tuning continues. | Jarkko Hietaniemi | 2000-03-16 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5764 | ||||
| * | | | | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-16 | 8 | -12/+43 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5763 | ||||
| * | | | | | | | | | VMS patches from Dan Sugalski and Charles Bailey | Jarkko Hietaniemi | 2000-03-16 | 4 | -6/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5762 |