Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | default warnLevel and dieLevel to 0 in debugger (from Tom | Gurusamy Sarathy | 2000-03-19 | 4 | -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 Sarathy | 2000-03-19 | 1 | -5/+10 |
| | | | p4raw-id: //depot/perl@5817 | ||||
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 12 | -27/+91 |
| | | | | | op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>) p4raw-id: //depot/perl@5816 | ||||
* | fix sort optimizer to not hang inside loops | Gurusamy Sarathy | 2000-03-19 | 2 | -0/+15 |
| | | | p4raw-id: //depot/perl@5815 | ||||
* | fixes for alias handling in debugger (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-19 | 1 | -20/+49 |
| | | | p4raw-id: //depot/perl@5814 | ||||
* | warn about CHECK and INIT blocks encountered at run time | Gurusamy Sarathy | 2000-03-19 | 4 | -33/+108 |
| | | | p4raw-id: //depot/perl@5813 | ||||
* | queued errors may not be displayed after the PL_error_count limit | Gurusamy Sarathy | 2000-03-18 | 2 | -2/+40 |
| | | | p4raw-id: //depot/perl@5806 | ||||
* | force i_ieeefp=undef on dos_djgpp (it reportedly causes failures | Gurusamy Sarathy | 2000-03-18 | 1 | -0/+3 |
| | | | | | in system includes) p4raw-id: //depot/perl@5800 | ||||
* | Getopt::Long 2.23 update (from Johan Vromans) | Gurusamy Sarathy | 2000-03-18 | 2 | -13/+322 |
| | | | p4raw-id: //depot/perl@5799 | ||||
* | recognize single-line declarations in xsubpp; add switches to | Gurusamy Sarathy | 2000-03-18 | 1 | -4/+22 |
| | | | | | disable newfangled features (from Ilya Zakharevich) p4raw-id: //depot/perl@5798 | ||||
* | make "\N{...}" enable utf8-ness correctly | Gurusamy Sarathy | 2000-03-18 | 2 | -2/+17 |
| | | | p4raw-id: //depot/perl@5797 | ||||
* | avoid mentioning Perl version in Configure question | Gurusamy Sarathy | 2000-03-18 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@5796 | ||||
* | better explanation of C<> tags (from Wolfgang Laun) | Gurusamy Sarathy | 2000-03-18 | 1 | -4/+5 |
| | | | p4raw-id: //depot/perl@5795 | ||||
* | make return values from match in a list context, as well as $& et | Gurusamy Sarathy | 2000-03-18 | 3 | -6/+193 |
| | | | | | al propagate utf8-ness (from Graham Barr) p4raw-id: //depot/perl@5794 | ||||
* | hints fixups for PowerMAX (from Tom Horsley) | Gurusamy Sarathy | 2000-03-18 | 1 | -0/+15 |
| | | | p4raw-id: //depot/perl@5792 | ||||
* | make reftype() consistently croak on non-refs | Gurusamy Sarathy | 2000-03-17 | 1 | -5/+1 |
| | | | p4raw-id: //depot/perl@5791 | ||||
* | fix coredump when upgrading PL_sv_yes in a second call to | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+2 |
| | | | | | perl_construct() (from Doug MacEachern) p4raw-id: //depot/perl@5789 | ||||
* | make noTTY debugger option work again (from Paul Marquess) | Gurusamy Sarathy | 2000-03-17 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5788 | ||||
* | make Config.pm report sane errors with older perls | Gurusamy Sarathy | 2000-03-17 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@5787 | ||||
* | syntax errors in Thread::* (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-17 | 3 | -8/+9 |
| | | | p4raw-id: //depot/perl@5786 | ||||
* | tweak perldata section on v-strings | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+7 |
| | | | p4raw-id: //depot/perl@5785 | ||||
* | missing file in change#5781 | Gurusamy Sarathy | 2000-03-17 | 1 | -37/+52 |
| | | | | | p4raw-link: @5781 on //depot/perl: 564d657a74dccde9ba1d290e8c73ec113622ee81 p4raw-id: //depot/perl@5784 | ||||
* | PodParser v1.13 update (from Brad Appleton) | Gurusamy Sarathy | 2000-03-17 | 1 | -11/+5 |
| | | | p4raw-id: //depot/perl@5781 | ||||
* | propagate CvFLAGS() into clones | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@5780 | ||||
* | documentation fixes from p5p | Gurusamy Sarathy | 2000-03-17 | 4 | -8/+13 |
| | | | p4raw-id: //depot/perl@5779 | ||||
* | make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN" | Gurusamy Sarathy | 2000-03-17 | 1 | -0/+1 |
| | | | | | (from Tom Christiansen) p4raw-id: //depot/perl@5777 | ||||
* | s/:def/:DEFAULT/ | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@5775 | ||||
* | export cv_undef() and cv_const_sv() (mod_perl uses them to | Gurusamy Sarathy | 2000-03-17 | 4 | -2/+26 |
| | | | | | good advantage) p4raw-id: //depot/perl@5774 | ||||
* | remove non-ANSI parts in comp/cpp.t | Gurusamy Sarathy | 2000-03-17 | 1 | -4/+0 |
| | | | p4raw-id: //depot/perl@5773 | ||||
* | pod{man,text} updates from podlators-1.00 (from Russ Allbery) | Gurusamy Sarathy | 2000-03-17 | 3 | -27/+34 |
| | | | p4raw-id: //depot/perl@5770 | ||||
* | integrate vmsperl contents into mainline (no actual changes, since | Gurusamy Sarathy | 2000-03-17 | 0 | -0/+0 |
|\ | | | | | | | | | cfgperl already had them all) p4raw-id: //depot/perl@5769 | ||||
| * | Make DEBUGGING a configurable option | Charles Bailey | 2000-03-15 | 1 | -1/+18 |
| | | | | | | p4raw-id: //depot/vmsperl@5752 | ||||
| * | Remove obsolete DCL symbol from subconfigure.com | Charles Bailey | 2000-03-15 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/vmsperl@5751 | ||||
| * | Add VMS' default to the CGI.pm temp list (should update to File::Spec) | Charles Bailey | 2000-03-15 | 2 | -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 element | Charles Bailey | 2000-03-15 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/vmsperl@5749 | ||||
| * | Trim out leftover hunk from prior resolve conflict | Charles Bailey | 2000-03-13 | 1 | -7/+0 |
| | | | | | | p4raw-id: //depot/vmsperl@5695 | ||||
| * | Assorted configuration cleanups (Peter Prymmer, and a | Charles Bailey | 2000-03-13 | 2 | -257/+198 |
| | | | | | | | | | | bit from Charles Bailey and Dan Sugalski) p4raw-id: //depot/vmsperl@5694 | ||||
| * | Add vmsish 'hushed' option to suppress error messages at exit | Charles Bailey | 2000-03-13 | 5 | -18/+51 |
| | | | | | | p4raw-id: //depot/vmsperl@5693 | ||||
| * | Fix inverted test conditions for secure lnm translation | Charles Bailey | 2000-03-13 | 1 | -2/+2 |
| | | | | | | | | | | and default file types. (Dan Sugalski) p4raw-id: //depot/vmsperl@5692 | ||||
| * | Insulate tests of default display_format from different precision | Charles Bailey | 2000-03-13 | 1 | -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 RC1 | Charles Bailey | 2000-03-13 | 134 | -1290/+3928 |
| |\ | | | | | | | p4raw-id: //depot/vmsperl@5690 | ||||
| * | | Update File::Spec::VMS and tests | Charles Bailey | 2000-03-13 | 4 | -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 VMS | Charles Bailey | 2000-03-13 | 4 | -13/+43 |
| | | | | | | | | | p4raw-id: //depot/vmsperl@5688 | ||||
* | | | fix signedness in test for syswrite() length argument | Gurusamy Sarathy | 2000-03-17 | 1 | -3/+3 |
| | | | | | | | | | p4raw-id: //depot/perl@5768 | ||||
* | | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 25 | -161/+343 |
| | | | | | | | | | p4raw-id: //depot/perl@5767 | ||||
* | | | add missing bincompat5005 #defines | Gurusamy Sarathy | 2000-03-17 | 2 | -0/+6 |
| | | | | | | | | | p4raw-id: //depot/perl@5765 | ||||
* | | | due to an oversight during PERL_OBJECT migration, hosts created | Gurusamy Sarathy | 2000-03-16 | 8 | -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 useithreads | Gurusamy Sarathy | 2000-03-15 | 1 | -1/+6 |
| | | | | | | | | | p4raw-id: //depot/perl@5754 | ||||
* | | | update local_patches entry for RC2 | Gurusamy Sarathy | 2000-03-14 | 3 | -1/+42 |
| | | | | | | | | | p4raw-id: //depot/perl@5748 | ||||
* | | | more warnings tidy-ups (from Paul Marquess) | Gurusamy Sarathy | 2000-03-14 | 5 | -3/+52 |
| | | | | | | | | | p4raw-id: //depot/perl@5747 |