| Commit message (Expand) | Author | Age | Files | Lines |
* | 5.6.0 & 5.7.1, VMS fixes | Charles Lane | 2000-10-12 | 5 | -5/+18 |
* | An updated EBCDIC tr patch. | Peter Prymmer | 2000-10-12 | 1 | -35/+46 |
* | Upgrade to CPAN 1.58, from Andreas König. | Jarkko Hietaniemi | 2000-10-12 | 2 | -144/+153 |
* | Introduce the man[24-8] variables, from Andy Dougherty. | Jarkko Hietaniemi | 2000-10-12 | 10 | -73/+132 |
* | restore change#7202 | Gurusamy Sarathy | 2000-10-12 | 1 | -0/+2 |
* | another test of the Emergency Broadcast System--back out | Gurusamy Sarathy | 2000-10-12 | 1 | -2/+0 |
* | (submitted on behalf of Jarkko) | Gurusamy Sarathy | 2000-10-12 | 1 | -0/+2 |
* | SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs. | Jarkko Hietaniemi | 2000-10-11 | 2 | -2/+34 |
* | The #7198 was a false alarm. | Jarkko Hietaniemi | 2000-10-11 | 1 | -2/+1 |
* | Remove duplicated code. | Jarkko Hietaniemi | 2000-10-11 | 1 | -8/+0 |
* | (Retracted by #7200.) | Jarkko Hietaniemi | 2000-10-10 | 1 | -1/+2 |
* | Add the test case for #7190, from the original bug report | Jarkko Hietaniemi | 2000-10-10 | 1 | -1/+16 |
* | Reapply Andy's patch and regen Configure. | Jarkko Hietaniemi | 2000-10-10 | 12 | -21/+93 |
* | Use the versiononly instead of the installscripts, | Jarkko Hietaniemi | 2000-10-10 | 13 | -110/+48 |
* | ver.t v string tests for os/390 | Peter Prymmer | 2000-10-10 | 1 | -16/+72 |
* | op/tr tests on OS/390 | Peter Prymmer | 2000-10-10 | 1 | -2/+9 |
* | perlebcdic.pod updates and corrections | Peter Prymmer | 2000-10-10 | 1 | -22/+191 |
* | Re: utf8 concat, mg_get | Simon Cozens | 2000-10-10 | 1 | -7/+11 |
* | [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl | J. David Blackstone | 2000-10-10 | 1 | -3/+3 |
* | RE: [ID 19990803.001] README.win32 suggestions | Paul Moore | 2000-10-10 | 1 | -23/+39 |
* | Quote the temp file name, needed in Win32 because the | Paul Moore | 2000-10-10 | 1 | -1/+1 |
* | Re: [ID 20001009.004] SEGV from sprintf in a thread | Hugo van der Sanden | 2000-10-10 | 2 | -2/+17 |
* | Upgrade to podlators 1.04, from Russ Allbery. | Jarkko Hietaniemi | 2000-10-10 | 2 | -22/+39 |
* | Upgrade to CGI.pm 2.74, from Lincoln Stein. | Jarkko Hietaniemi | 2000-10-10 | 3 | -41/+67 |
* | various VMS cleanup issues + CXX configure | Peter Prymmer | 2000-10-09 | 4 | -663/+741 |
* | Make eq work again with utf8 (disabling the upgrading | Jarkko Hietaniemi | 2000-10-09 | 2 | -2/+21 |
* | tweak for change#7173 | Gurusamy Sarathy | 2000-10-09 | 1 | -0/+2 |
* | on Windows, clean targets might not work under some flavors of the shell | Gurusamy Sarathy | 2000-10-09 | 2 | -14/+14 |
* | Update Changes. | Jarkko Hietaniemi | 2000-10-09 | 2 | -1/+141 |
* | Warn about unknown scripts. | Dominic Dunlop | 2000-10-09 | 1 | -0/+8 |
* | Change #7160 had a nasty typo. | Jarkko Hietaniemi | 2000-10-09 | 1 | -2/+2 |
* | pod nit | Gurusamy Sarathy | 2000-10-09 | 1 | -1/+1 |
* | Windows9x doesn't support link(), despite what Config.pm | Gurusamy Sarathy | 2000-10-09 | 1 | -1/+1 |
* | avoid nonportable example code | Gurusamy Sarathy | 2000-10-09 | 1 | -1/+1 |
* | on Windows, avoid potential exception (could happen if MSVCRT isn't | Gurusamy Sarathy | 2000-10-09 | 3 | -51/+51 |
* | on Windows, cwd strings in the environment should be of the | Gurusamy Sarathy | 2000-10-09 | 1 | -7/+15 |
* | on Windows, LoadLibrary() could load an extension DLL multiple | Gurusamy Sarathy | 2000-10-09 | 1 | -0/+19 |
* | Add a todo note about overloadable assertions. | Jarkko Hietaniemi | 2000-10-09 | 1 | -0/+3 |
* | PATCH 5.6 perldebguts grammar cleanup | Mark-Jason Dominus | 2000-10-09 | 1 | -4/+4 |
* | Tables assume network byte order for 16 bit forms, so 'S' packing | Nick Ing-Simmons | 2000-10-08 | 1 | -4/+4 |
* | Make "encodings" work post-install when Encode/*.enc files may not | Nick Ing-Simmons | 2000-10-08 | 1 | -31/+42 |
* | Work round the fact that $hash->{$key} does not take into account | Nick Ing-Simmons | 2000-10-08 | 1 | -1/+1 |
* | save_re_context() could reset PL_curcop to freed memory, causing core | Gurusamy Sarathy | 2000-10-08 | 1 | -0/+6 |
* | UTF8ize split() so that the cloned substrings get the UTF8 | Jarkko Hietaniemi | 2000-10-06 | 2 | -1/+31 |
* | Fix in change 7162 was too-late for case where we "upgraded" to PVIV and | Nick Ing-Simmons | 2000-10-06 | 1 | -3/+4 |
* | Make sv_upgrade() undo READONLY|FAKE shared string hackery. | Nick Ing-Simmons | 2000-10-06 | 1 | -0/+3 |
* | Change the version number of Tie::Handle in the core to 4.0, | Andreas König | 2000-10-06 | 1 | -1/+10 |
* | Fix bug in #7157 (s/cflags/ccflags); moved the -o foo | Jarkko Hietaniemi | 2000-10-06 | 2 | -43/+43 |
* | Update Changes. | Jarkko Hietaniemi | 2000-10-06 | 2 | -1/+71 |
* | Eliminate $Is_VMS code from the test. | Charles Lane | 2000-10-06 | 1 | -37/+6 |