summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-1912-27/+91
* fix sort optimizer to not hang inside loopsGurusamy Sarathy2000-03-192-0/+15
* fixes for alias handling in debugger (from Tom Christiansen)Gurusamy Sarathy2000-03-191-20/+49
* warn about CHECK and INIT blocks encountered at run timeGurusamy Sarathy2000-03-194-33/+108
* queued errors may not be displayed after the PL_error_count limitGurusamy Sarathy2000-03-182-2/+40
* force i_ieeefp=undef on dos_djgpp (it reportedly causes failuresGurusamy Sarathy2000-03-181-0/+3
* Getopt::Long 2.23 update (from Johan Vromans)Gurusamy Sarathy2000-03-182-13/+322
* recognize single-line declarations in xsubpp; add switches toGurusamy Sarathy2000-03-181-4/+22
* make "\N{...}" enable utf8-ness correctlyGurusamy Sarathy2000-03-182-2/+17
* avoid mentioning Perl version in Configure questionGurusamy Sarathy2000-03-181-3/+3
* better explanation of C<> tags (from Wolfgang Laun)Gurusamy Sarathy2000-03-181-4/+5
* make return values from match in a list context, as well as $& etGurusamy Sarathy2000-03-183-6/+193
* hints fixups for PowerMAX (from Tom Horsley)Gurusamy Sarathy2000-03-181-0/+15
* make reftype() consistently croak on non-refsGurusamy Sarathy2000-03-171-5/+1
* fix coredump when upgrading PL_sv_yes in a second call toGurusamy Sarathy2000-03-171-2/+2
* make noTTY debugger option work again (from Paul Marquess)Gurusamy Sarathy2000-03-171-1/+1
* make Config.pm report sane errors with older perlsGurusamy Sarathy2000-03-171-0/+3
* syntax errors in Thread::* (from Tom Christiansen)Gurusamy Sarathy2000-03-173-8/+9
* tweak perldata section on v-stringsGurusamy Sarathy2000-03-171-2/+7
* missing file in change#5781Gurusamy Sarathy2000-03-171-37/+52
* PodParser v1.13 update (from Brad Appleton)Gurusamy Sarathy2000-03-171-11/+5
* propagate CvFLAGS() into clonesGurusamy Sarathy2000-03-171-2/+1
* documentation fixes from p5pGurusamy Sarathy2000-03-174-8/+13
* make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN"Gurusamy Sarathy2000-03-171-0/+1
* s/:def/:DEFAULT/Gurusamy Sarathy2000-03-171-2/+2
* export cv_undef() and cv_const_sv() (mod_perl uses them toGurusamy Sarathy2000-03-174-2/+26
* remove non-ANSI parts in comp/cpp.tGurusamy Sarathy2000-03-171-4/+0
* pod{man,text} updates from podlators-1.00 (from Russ Allbery)Gurusamy Sarathy2000-03-173-27/+34
* integrate vmsperl contents into mainline (no actual changes, sinceGurusamy Sarathy2000-03-170-0/+0
|\
| * Make DEBUGGING a configurable optionCharles Bailey2000-03-151-1/+18
| * Remove obsolete DCL symbol from subconfigure.comCharles Bailey2000-03-151-2/+2
| * Add VMS' default to the CGI.pm temp list (should update to File::Spec)Charles Bailey2000-03-152-5/+2
| * Change test using obsolete %COnfig elementCharles Bailey2000-03-151-1/+1
| * Trim out leftover hunk from prior resolve conflictCharles Bailey2000-03-131-7/+0
| * Assorted configuration cleanups (Peter Prymmer, and aCharles Bailey2000-03-132-257/+198
| * Add vmsish 'hushed' option to suppress error messages at exitCharles Bailey2000-03-135-18/+51
| * Fix inverted test conditions for secure lnm translationCharles Bailey2000-03-131-2/+2
| * Insulate tests of default display_format from different precisionCharles Bailey2000-03-131-4/+6
| * Resync with mainline post RC1Charles Bailey2000-03-13134-1290/+3928
| |\
| * | Update File::Spec::VMS and testsCharles Bailey2000-03-134-168/+90
| * | Basic 5.6.0 RC1 build patches for VMSCharles Bailey2000-03-134-13/+43
* | | fix signedness in test for syswrite() length argumentGurusamy Sarathy2000-03-171-3/+3
* | | integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-1725-161/+343
* | | add missing bincompat5005 #definesGurusamy Sarathy2000-03-172-0/+6
* | | due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-168-12/+43
* | | add PL_thr_key to export list under useithreadsGurusamy Sarathy2000-03-151-1/+6
* | | update local_patches entry for RC2Gurusamy Sarathy2000-03-143-1/+42
* | | more warnings tidy-ups (from Paul Marquess)Gurusamy Sarathy2000-03-145-3/+52
* | | Sys::Syslog fix for accidental arguments to autoloaded constantsGurusamy Sarathy2000-03-142-31/+30
* | | tweak to use SIZE_ONLYGurusamy Sarathy2000-03-141-1/+1