summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* default warnLevel and dieLevel to 0 in debugger (from TomGurusamy Sarathy2000-03-194-19/+35
| | | | | | Christiansen); make dumpvar.pl safe against non-glob entries in stashes p4raw-id: //depot/perl@5818
* better notes on s///ee (from Simon Cozens <simon@cozens.net>)Gurusamy Sarathy2000-03-191-5/+10
| | | p4raw-id: //depot/perl@5817
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-1912-27/+91
| | | | | op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>) p4raw-id: //depot/perl@5816
* fix sort optimizer to not hang inside loopsGurusamy Sarathy2000-03-192-0/+15
| | | p4raw-id: //depot/perl@5815
* fixes for alias handling in debugger (from Tom Christiansen)Gurusamy Sarathy2000-03-191-20/+49
| | | p4raw-id: //depot/perl@5814
* warn about CHECK and INIT blocks encountered at run timeGurusamy Sarathy2000-03-194-33/+108
| | | p4raw-id: //depot/perl@5813
* queued errors may not be displayed after the PL_error_count limitGurusamy Sarathy2000-03-182-2/+40
| | | p4raw-id: //depot/perl@5806
* force i_ieeefp=undef on dos_djgpp (it reportedly causes failuresGurusamy Sarathy2000-03-181-0/+3
| | | | | in system includes) p4raw-id: //depot/perl@5800
* Getopt::Long 2.23 update (from Johan Vromans)Gurusamy Sarathy2000-03-182-13/+322
| | | p4raw-id: //depot/perl@5799
* recognize single-line declarations in xsubpp; add switches toGurusamy Sarathy2000-03-181-4/+22
| | | | | disable newfangled features (from Ilya Zakharevich) p4raw-id: //depot/perl@5798
* make "\N{...}" enable utf8-ness correctlyGurusamy Sarathy2000-03-182-2/+17
| | | p4raw-id: //depot/perl@5797
* avoid mentioning Perl version in Configure questionGurusamy Sarathy2000-03-181-3/+3
| | | p4raw-id: //depot/perl@5796
* better explanation of C<> tags (from Wolfgang Laun)Gurusamy Sarathy2000-03-181-4/+5
| | | p4raw-id: //depot/perl@5795
* make return values from match in a list context, as well as $& etGurusamy Sarathy2000-03-183-6/+193
| | | | | al propagate utf8-ness (from Graham Barr) p4raw-id: //depot/perl@5794
* hints fixups for PowerMAX (from Tom Horsley)Gurusamy Sarathy2000-03-181-0/+15
| | | p4raw-id: //depot/perl@5792
* make reftype() consistently croak on non-refsGurusamy Sarathy2000-03-171-5/+1
| | | p4raw-id: //depot/perl@5791
* fix coredump when upgrading PL_sv_yes in a second call toGurusamy Sarathy2000-03-171-2/+2
| | | | | perl_construct() (from Doug MacEachern) p4raw-id: //depot/perl@5789
* make noTTY debugger option work again (from Paul Marquess)Gurusamy Sarathy2000-03-171-1/+1
| | | p4raw-id: //depot/perl@5788
* make Config.pm report sane errors with older perlsGurusamy Sarathy2000-03-171-0/+3
| | | p4raw-id: //depot/perl@5787
* syntax errors in Thread::* (from Tom Christiansen)Gurusamy Sarathy2000-03-173-8/+9
| | | p4raw-id: //depot/perl@5786
* tweak perldata section on v-stringsGurusamy Sarathy2000-03-171-2/+7
| | | p4raw-id: //depot/perl@5785
* missing file in change#5781Gurusamy Sarathy2000-03-171-37/+52
| | | | | p4raw-link: @5781 on //depot/perl: 564d657a74dccde9ba1d290e8c73ec113622ee81 p4raw-id: //depot/perl@5784
* PodParser v1.13 update (from Brad Appleton)Gurusamy Sarathy2000-03-171-11/+5
| | | p4raw-id: //depot/perl@5781
* propagate CvFLAGS() into clonesGurusamy Sarathy2000-03-171-2/+1
| | | p4raw-id: //depot/perl@5780
* documentation fixes from p5pGurusamy Sarathy2000-03-174-8/+13
| | | p4raw-id: //depot/perl@5779
* make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN"Gurusamy Sarathy2000-03-171-0/+1
| | | | | (from Tom Christiansen) p4raw-id: //depot/perl@5777
* s/:def/:DEFAULT/Gurusamy Sarathy2000-03-171-2/+2
| | | p4raw-id: //depot/perl@5775
* export cv_undef() and cv_const_sv() (mod_perl uses them toGurusamy Sarathy2000-03-174-2/+26
| | | | | good advantage) p4raw-id: //depot/perl@5774
* remove non-ANSI parts in comp/cpp.tGurusamy Sarathy2000-03-171-4/+0
| | | p4raw-id: //depot/perl@5773
* pod{man,text} updates from podlators-1.00 (from Russ Allbery)Gurusamy Sarathy2000-03-173-27/+34
| | | p4raw-id: //depot/perl@5770
* integrate vmsperl contents into mainline (no actual changes, sinceGurusamy Sarathy2000-03-170-0/+0
|\ | | | | | | | | cfgperl already had them all) p4raw-id: //depot/perl@5769
| * Make DEBUGGING a configurable optionCharles Bailey2000-03-151-1/+18
| | | | | | p4raw-id: //depot/vmsperl@5752
| * Remove obsolete DCL symbol from subconfigure.comCharles Bailey2000-03-151-2/+2
| | | | | | p4raw-id: //depot/vmsperl@5751
| * Add VMS' default to the CGI.pm temp list (should update to File::Spec)Charles Bailey2000-03-152-5/+2
| | | | | | | | | | p4raw-id: //depot/vmsperl@5750 p4raw-integrated: from //depot/perl@5749 'merge in' ext/File/Glob/Glob.pm (@5507..)
| * Change test using obsolete %COnfig elementCharles Bailey2000-03-151-1/+1
| | | | | | p4raw-id: //depot/vmsperl@5749
| * Trim out leftover hunk from prior resolve conflictCharles Bailey2000-03-131-7/+0
| | | | | | p4raw-id: //depot/vmsperl@5695
| * Assorted configuration cleanups (Peter Prymmer, and aCharles Bailey2000-03-132-257/+198
| | | | | | | | | | bit from Charles Bailey and Dan Sugalski) p4raw-id: //depot/vmsperl@5694
| * Add vmsish 'hushed' option to suppress error messages at exitCharles Bailey2000-03-135-18/+51
| | | | | | p4raw-id: //depot/vmsperl@5693
| * Fix inverted test conditions for secure lnm translationCharles Bailey2000-03-131-2/+2
| | | | | | | | | | and default file types. (Dan Sugalski) p4raw-id: //depot/vmsperl@5692
| * Insulate tests of default display_format from different precisionCharles Bailey2000-03-131-4/+6
| | | | | | | | | | | | on different machines by truncating at 1 digit less than the most common choice (.15g) p4raw-id: //depot/vmsperl@5691
| * Resync with mainline post RC1Charles Bailey2000-03-13134-1290/+3928
| |\ | | | | | | p4raw-id: //depot/vmsperl@5690
| * | Update File::Spec::VMS and testsCharles Bailey2000-03-134-168/+90
| | | | | | | | | | | | | | | | | | Since reduce_ricochet has been removed from File::Spec, revert changes to VMS::Filespec::vmsify made to accomodate it. p4raw-id: //depot/vmsperl@5689
| * | Basic 5.6.0 RC1 build patches for VMSCharles Bailey2000-03-134-13/+43
| | | | | | | | | p4raw-id: //depot/vmsperl@5688
* | | fix signedness in test for syswrite() length argumentGurusamy Sarathy2000-03-171-3/+3
| | | | | | | | | p4raw-id: //depot/perl@5768
* | | integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-1725-161/+343
| | | | | | | | | p4raw-id: //depot/perl@5767
* | | add missing bincompat5005 #definesGurusamy Sarathy2000-03-172-0/+6
| | | | | | | | | p4raw-id: //depot/perl@5765
* | | due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-168-12/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | by pseudo-fork were never being deleted, leading to a sizeable memory leak; std FDs in pseudo-children are now closed automatically to avoid resource leaks; basic infinite looping fork() test works without leaking again in non-PERL_OBJECT build p4raw-id: //depot/perl@5761
* | | add PL_thr_key to export list under useithreadsGurusamy Sarathy2000-03-151-1/+6
| | | | | | | | | p4raw-id: //depot/perl@5754
* | | update local_patches entry for RC2Gurusamy Sarathy2000-03-143-1/+42
| | | | | | | | | p4raw-id: //depot/perl@5748
* | | more warnings tidy-ups (from Paul Marquess)Gurusamy Sarathy2000-03-145-3/+52
| | | | | | | | | p4raw-id: //depot/perl@5747