summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-2815-42/+331
* File::Find fails to chdir when chasing symlinks (fromGurusamy Sarathy2000-05-282-1/+36
* BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,Jarkko Hietaniemi2000-05-281-6/+30
* revise mktables.PL for bugs and newness in Unicode 3.0Gurusamy Sarathy2000-05-2850-73/+1922
* add note about the handling of negative indices to tied arraysGurusamy Sarathy2000-05-281-0/+6
* fix bogus redeclaration warning for "our" variables in differentGurusamy Sarathy2000-05-282-2/+5
* random pod typos (from Peter Scott <Peter@PSDT.com>)Gurusamy Sarathy2000-05-282-3/+3
* enable Test::Harness to dynamically determine column width etc.Gurusamy Sarathy2000-05-281-22/+57
* make Test::Harness use wait.h/WCOREDUMP if availableGurusamy Sarathy2000-05-281-8/+1
* elide bogus test in change#6132Gurusamy Sarathy2000-05-281-20/+0
* warnings::enabled() doesn't fall back to looking at $^W ifGurusamy Sarathy2000-05-282-2/+109
* avoid warnings in POSIX.pm (from Barrie Slaymaker)Gurusamy Sarathy2000-05-281-2/+2
* fix places that mean C<"word" character> but say C<alphanumericGurusamy Sarathy2000-05-283-5/+5
* VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)Gurusamy Sarathy2000-05-281-1/+2
* new perlxstut example for passing/returning refs to arraysGurusamy Sarathy2000-05-281-6/+141
* call_method(...,G_EVAL) can longjmp() out if the method probingGurusamy Sarathy2000-05-282-13/+12
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-289-22/+206
* enable propagating exception objects via Perl_croak() in XS codeGurusamy Sarathy2000-05-281-13/+31
* integrate vmsperl contents into mainlineGurusamy Sarathy2000-05-288-59/+91
|\
| * Allow eliminate_macros() and fixpath() to handle space-delimitedCharles Bailey2000-05-251-0/+11
| * Add missing escape (Charles Lane)Charles Bailey2000-05-251-1/+1
| * Quiet error messages in vmsish.t (Charles Lane)Charles Bailey2000-05-251-0/+1
| * Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)Charles Bailey2000-05-251-43/+34
| * Treat sockets as special in sys(read|write) (Charles Lane et al.)Charles Bailey2000-05-251-0/+2
| * Miscellaneous cosmetic fixes (Charles Lane)Charles Bailey2000-05-251-7/+25
| * Add bounds checking for several strings (Charles Lane)Charles Bailey2000-05-251-4/+7
| * Urk -- undo previous removal of vmsish 'exit' changeCharles Bailey2000-05-252-8/+16
| * Ugly workaround for version-specific RTL errorCharles Bailey2000-05-241-0/+6
| * Check for existence of file before trying to deleteCharles Bailey2000-05-241-1/+1
| * Resync with mainline prior to post-5.6.0 updatesCharles Bailey2000-05-23380-7510/+50001
* | clarify gotcha with #line directives (from Rocco CaputoGurusamy Sarathy2000-05-282-0/+10
* | downgrade fatal error on C<"foo@nosucharray.com"> to optional warningGurusamy Sarathy2000-05-2810-21/+140
* | reenable fake signal handling on Windows, bugs and allGurusamy Sarathy2000-05-173-1/+11
* | PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-1110-23/+68
* | cygwin update (from Eric Fifer <efifer@sanwaint.com>)Gurusamy Sarathy2000-05-085-125/+206
* | fork() failure to create pseudo process sets errno=EAGAIN and returnsGurusamy Sarathy2000-05-083-3/+7
* | concat doesn't preserve utf8-ness, and doesn't invalidateGurusamy Sarathy2000-05-074-22/+43
* | buildtoc tweak to fix newline lossageGurusamy Sarathy2000-05-071-1/+2
* | reverse() and quotemeta() weren't preserving utf8-ness; add testsGurusamy Sarathy2000-05-075-18/+21
* | repeat operator (x) doesn't preserve utf8-nessGurusamy Sarathy2000-05-072-6/+10
* | substr() does not preserve utf8-ness (from Stefan EissingGurusamy Sarathy2000-05-072-5/+17
* | note about undocumented caller() return value (from M.J.T. Guy);Gurusamy Sarathy2000-05-072-3/+7
* | peek.t non-portable to ithreadsGurusamy Sarathy2000-05-071-11/+10
* | better default perlbug categories for ok reports (from Richard Foley)Gurusamy Sarathy2000-05-071-26/+36
* | add File::Temp v0.08 from CPAN, with small tweaks to testsuiteGurusamy Sarathy2000-05-078-0/+1970
* | remove outdated kludge in Carp (NULLs are permitted in diagnostics now)Gurusamy Sarathy2000-05-071-9/+3
* | workaround for CRT bug in chdir() (from Charles Lane, viaGurusamy Sarathy2000-05-073-2/+29
* | avoid warnings in diagnostics.pm; pod tweaks (from Peter PrymmerGurusamy Sarathy2000-05-073-8/+17
* | integrate cfgperl contents into mainlineGurusamy Sarathy2000-05-0616-316/+733
|\ \
| * | Make the test more portable.Jarkko Hietaniemi2000-05-051-4/+16