summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,Jarkko Hietaniemi2000-05-299-239/+1292
* Changes for the File::Temp 0.08 (change #6159) test suiteJarkko Hietaniemi2000-05-294-13/+32
* Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.Jarkko Hietaniemi2000-05-295-124/+191
* Regen Configure to jive with #6149.Jarkko Hietaniemi2000-05-291-1/+1
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-2938-284/+703
|\
| * small bug in change#6144; remove random \xA0 character that snuckGurusamy Sarathy2000-05-282-2/+3
| * avoid type mismatch warningGurusamy Sarathy2000-05-281-1/+1
| * prettier Test::Harness output on failed tests (from Nicholas ClarkGurusamy Sarathy2000-05-281-1/+1
| * cosmetic fixups of RE debug output (from Ilya Zakharevich)Gurusamy Sarathy2000-05-281-8/+14
| * fix accidental pessimization in RE optimizer (from Ilya Zakharevich)Gurusamy Sarathy2000-05-281-3/+9
| * perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)Gurusamy Sarathy2000-05-281-67/+78
| * OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-2813-136/+153
| * close open file before chmod() (from Rocco Caputo <troc@netrus.net>)Gurusamy Sarathy2000-05-281-6/+10
| * add a make entry to Config.pm so "perl -V:make" works on VMSGurusamy Sarathy2000-05-281-0/+1
| * doc typoGurusamy Sarathy2000-05-282-2/+2
| * make xsubpp skip embedded pod (from Matthias NeeracherGurusamy Sarathy2000-05-281-0/+17
| * MacOS support, part 2: make AutoSplit use File::Spec insteadGurusamy Sarathy2000-05-281-12/+20
| * 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
* | Integrate with Sarathy.Jarkko Hietaniemi2000-05-2894-252/+2723
|\ \ | |/
| * 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