Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Integrate mainline | Nick Ing-Simmons | 2001-12-18 | 40 | -395/+990 | |
| |\ | ||||||
* | | | (Undone by #13766.) | Jarkko Hietaniemi | 2001-12-18 | 1 | -10/+1 | |
* | | | Echoes of #13757. | Jarkko Hietaniemi | 2001-12-18 | 1 | -2/+2 | |
* | | | Make the utf8 malformedness messages more verbose. | Jarkko Hietaniemi | 2001-12-18 | 2 | -10/+17 | |
| |/ |/| | ||||||
* | | README.aix updates from Jens-Uwe Mager. | Jarkko Hietaniemi | 2001-12-18 | 1 | -11/+16 | |
* | | Show value of $fastslow on failure | Michael G. Schwern | 2001-12-18 | 1 | -1/+2 | |
* | | Making it somewhat more portable | Michael G. Schwern | 2001-12-18 | 2 | -7/+9 | |
* | | (reintroduced by #13766) | Michael G. Schwern | 2001-12-18 | 1 | -1/+10 | |
* | | Re-patch #13749. | Jarkko Hietaniemi | 2001-12-18 | 1 | -20/+3 | |
* | | [doc patch] s{(?<=perldeb)ug}{guts} | Hugo van der Sanden | 2001-12-18 | 1 | -2/+2 | |
* | | Third time lucky? (Re: [PATCH] ...while $var = glob(...)) | Robin Houston | 2001-12-18 | 1 | -1/+7 | |
* | | slightly more for Exporter.pm | Nicholas Clark | 2001-12-17 | 1 | -7/+8 | |
* | | [PATCH] Re: chomp/chop prototype changed? | Rafael Garcia-Suarez | 2001-12-17 | 3 | -2/+29 | |
* | | Update Changes. | Jarkko Hietaniemi | 2001-12-17 | 2 | -1/+420 | |
* | | New test warrants a MANIFEST entry. | Jarkko Hietaniemi | 2001-12-17 | 1 | -0/+1 | |
* | | Re: [PATCH] ...while $var = glob(...) | Robin Houston | 2001-12-17 | 1 | -0/+2 | |
* | | perluniintro tweaks as suggested by Jeffrey Friedl. | Jarkko Hietaniemi | 2001-12-17 | 1 | -6/+32 | |
* | | Move typeglob test from glob.t to gv.t. | Jarkko Hietaniemi | 2001-12-17 | 2 | -15/+20 | |
* | | Re: [PATCH] ...while $var = glob(...) | Robin Houston | 2001-12-17 | 1 | -1/+11 | |
* | | Demote the surrogate and non-character errors to warnings. | Jarkko Hietaniemi | 2001-12-17 | 4 | -21/+33 | |
* | | more POSIX tests, and more autoloading | Nicholas Clark | 2001-12-17 | 2 | -21/+41 | |
* | | ...while $var = glob(...) | Robin Houston | 2001-12-17 | 1 | -1/+1 | |
* | | -t and the core tests; -t and PERL5OPT | Rafael Garcia-Suarez | 2001-12-17 | 4 | -7/+17 | |
* | | The system() vs $SIG{ARLM} is no more a todo. | Jarkko Hietaniemi | 2001-12-17 | 1 | -4/+1 | |
* | | alarm() test, take two | Michael G. Schwern | 2001-12-17 | 1 | -0/+50 | |
* | | s/UNIX/Unix/ | Jarkko Hietaniemi | 2001-12-17 | 1 | -1/+1 | |
* | | Move ExtUtils tests to lib/ExtUtils/t. | Jarkko Hietaniemi | 2001-12-17 | 12 | -13/+13 | |
* | | [PATCH] MM_Unix tests, and some questions | Tels | 2001-12-17 | 3 | -81/+212 | |
* | | miniperl found before perl | Michael G. Schwern | 2001-12-17 | 1 | -6/+17 | |
* | | Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones. | Michael G. Schwern | 2001-12-17 | 1 | -2/+2 | |
* | | Exporter.pm | Nicholas Clark | 2001-12-17 | 1 | -21/+21 | |
* | | Exporter.t (and question) | Nicholas Clark | 2001-12-17 | 1 | -2/+22 | |
* | | Re: perl@13661 | John P. Linderman | 2001-12-17 | 1 | -163/+5 | |
* | | Will the real Unicode encoding please stand up? | Jeffrey Friedl | 2001-12-17 | 1 | -20/+25 | |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-12-17 | 1 | -6/+9 | |
|\ \ | |/ | ||||||
| * | Fix for alarm() breaking into wait*(). | Nick Ing-Simmons | 2001-12-17 | 1 | -6/+9 | |
| * | Integrate mainline | Nick Ing-Simmons | 2001-12-17 | 69 | -2596/+7991 | |
| |\ | |/ |/| | ||||||
* | | Disallow also Unicode ranges 0xFDD0..0xFDEF and | Jarkko Hietaniemi | 2001-12-16 | 2 | -2/+9 | |
* | | Make surrogates illegal also on EBCDIC. | Jarkko Hietaniemi | 2001-12-16 | 1 | -2/+2 | |
* | | [patch @13687] Unicode::Collate 0.10 | SADAHIRO Tomoyuki | 2001-12-16 | 4 | -19/+60 | |
* | | More documentation for the encoding pragma. | Jarkko Hietaniemi | 2001-12-16 | 1 | -0/+7 | |
* | | lib/open.pm | Jeffrey Friedl | 2001-12-16 | 1 | -1/+1 | |
* | | Add tests for ExtUtils::Installed | chromatic | 2001-12-16 | 2 | -0/+205 | |
* | | Little warning nit | Michael G. Schwern | 2001-12-16 | 1 | -1/+1 | |
* | | Re: [PATCH t/test.pl] diagnostics to STDERR | Michael G. Schwern | 2001-12-16 | 1 | -7/+14 | |
* | | I sometimes outsmart myself. | Jarkko Hietaniemi | 2001-12-16 | 2 | -2/+2 | |
* | | Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] | Michael G. Schwern | 2001-12-16 | 1 | -0/+1 | |
* | | perlunicode enchancements suggested by Jeffrey Friedl. | Jarkko Hietaniemi | 2001-12-16 | 1 | -9/+25 | |
* | | perlunicode.pod | Jeffrey Friedl | 2001-12-16 | 1 | -9/+12 | |
* | | RESENT - [PATCH] utf8_heavy.pl | Jeffrey Friedl | 2001-12-16 | 1 | -2/+2 |