Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow dup'ing of PerlIO::Scalar etc. | Nick Ing-Simmons | 2001-11-18 | 9 | -63/+124 |
* | embed.pl generated changes I forgot to include | Nick Ing-Simmons | 2001-11-18 | 3 | -19/+27 |
* | Force inclusion of both Perl_runops_* in perl itself, | Nick Ing-Simmons | 2001-11-18 | 1 | -0/+5 |
* | Integrate mainline - a few Devel::Peak fails. | Nick Ing-Simmons | 2001-11-18 | 415 | -8105/+17758 |
|\ | |||||
| * | Start working on perldelta. This is not yet any sort of | Jarkko Hietaniemi | 2001-11-18 | 1 | -5/+2681 |
| * | Banish "use utf8". | Jarkko Hietaniemi | 2001-11-17 | 3 | -14/+16 |
| * | Tweak from Charles Lane. | Jarkko Hietaniemi | 2001-11-17 | 1 | -9/+10 |
| * | Integrate change #13058 from maintperl; | Jarkko Hietaniemi | 2001-11-17 | 1 | -17/+25 |
| * | Sync with CPAN version | Jonathan Stowe | 2001-11-17 | 1 | -81/+243 |
| * | [PATCH9 File/Find.pm doc nits | Tels | 2001-11-17 | 1 | -7/+8 |
| * | Benchmark.pm nit | Tels | 2001-11-17 | 1 | -2/+3 |
| * | lib/Unicode/UCD.t @INC oddity | Andy Dougherty | 2001-11-16 | 1 | -4/+4 |
| * | [Patch Perl@13023] VMS system() warning | Charles Lane | 2001-11-16 | 1 | -7/+6 |
| * | It's neither-nor, and protect against the impossible. | Jarkko Hietaniemi | 2001-11-16 | 1 | -1/+5 |
| * | 5005threads didn't work because $Thread::VERSION wasn't | Jarkko Hietaniemi | 2001-11-16 | 2 | -8/+6 |
| * | Robustness against Linux using something else than gcc; | Charles Randall | 2001-11-16 | 1 | -1/+3 |
| * | Re: [h.m.brand@hccnet.nl: Installman problems] | Russ Allbery | 2001-11-16 | 1 | -2/+2 |
| * | Update perluniintro on the UTF-8 output matters | Jarkko Hietaniemi | 2001-11-16 | 1 | -8/+17 |
| * | Adding new files to MANIFEST is nice. | Jarkko Hietaniemi | 2001-11-16 | 1 | -0/+1 |
| * | Update Changes. | Jarkko Hietaniemi | 2001-11-16 | 2 | -1/+231 |
| * | Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix | Jeff Pinyan | 2001-11-16 | 5 | -20/+16 |
| * | Rename perlunintro to perluniintro; regen toc. | Jarkko Hietaniemi | 2001-11-16 | 5 | -73/+155 |
| * | Document the negated lookahead trick to emulate | Jarkko Hietaniemi | 2001-11-16 | 1 | -2/+11 |
| * | Unicode General Category: Cn | SADAHIRO Tomoyuki | 2001-11-16 | 4 | -50/+1207 |
| * | runtime runops switch | Ilya Zakharevich | 2001-11-16 | 10 | -173/+219 |
| * | Further discourage old Thread code; tell how to tell | Jarkko Hietaniemi | 2001-11-16 | 1 | -3/+12 |
| * | A missing return; from Charles Lane. | Jarkko Hietaniemi | 2001-11-16 | 1 | -1/+1 |
| * | [PATCH] Doc spellcheck + podcheck | Abhijit Menon-Sen | 2001-11-16 | 35 | -192/+202 |
| * | Avoid redefinedness warning for now. | Jarkko Hietaniemi | 2001-11-16 | 1 | -1/+2 |
| * | use strict. | Jarkko Hietaniemi | 2001-11-16 | 1 | -3/+11 |
| * | subprocess command line size increase | Charles Lane | 2001-11-16 | 2 | -10/+39 |
| * | Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current) | chromatic | 2001-11-16 | 1 | -2/+1 |
| * | Make Thread a wrapper for both ithreads and 5005threads. | Jarkko Hietaniemi | 2001-11-16 | 22 | -334/+354 |
| * | $VERSION "a5" doesn't quite work. | Jarkko Hietaniemi | 2001-11-16 | 1 | -1/+1 |
| * | Add the fruits of Larry Shatzer's version verifying script. | Jarkko Hietaniemi | 2001-11-16 | 29 | -1/+74 |
| * | Add Larry Shatzer's VERSION verifying script. | Jarkko Hietaniemi | 2001-11-16 | 2 | -0/+55 |
| * | runperl(), \n and stdin | Michael G. Schwern | 2001-11-16 | 1 | -0/+5 |
| * | Document the MY_CXT business; from Paul Marquess. | Jarkko Hietaniemi | 2001-11-15 | 1 | -0/+127 |
| * | VMSCMD synch attempt. | Jarkko Hietaniemi | 2001-11-15 | 2 | -3/+2 |
| * | Advise against -P as instructed by Schwern. | Jarkko Hietaniemi | 2001-11-15 | 1 | -5/+46 |
| * | v-strings as Objects Step 1 | John Peacock | 2001-11-15 | 7 | -73/+119 |
| * | -x (was Re: [PATCH] new tests for command-line switches) | Michael G. Schwern | 2001-11-15 | 4 | -24/+36 |
| * | Upgrade to Getopt::Long 2.26_03. | Jarkko Hietaniemi | 2001-11-15 | 1 | -13/+12 |
| * | VMSCMD missing | Michael G. Schwern | 2001-11-15 | 1 | -0/+3 |
| * | Re: [ID 20010713.001] use lib segmentation fault | Robert Spier | 2001-11-15 | 1 | -1/+1 |
| * | Update Changes. | Jarkko Hietaniemi | 2001-11-15 | 2 | -1/+543 |
| * | new tests for command-line switches | Rafael Garcia-Suarez | 2001-11-15 | 2 | -0/+183 |
| * | Upgrade to podlators 1.13. | Jarkko Hietaniemi | 2001-11-15 | 12 | -329/+412 |
| * | skip "might be used uninitialized". | Jarkko Hietaniemi | 2001-11-15 | 1 | -2/+3 |
| * | Fix for "perlio bug in koi8-r encoding". The problem | Jarkko Hietaniemi | 2001-11-15 | 3 | -81/+126 |