Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems | Charles Lane | 2001-10-18 | 1 | -22/+22 |
* | PATCH perl.pod: Suggested reorganization of table of contents | Mark-Jason Dominus | 2001-10-18 | 1 | -38/+53 |
* | Regen toc. | Jarkko Hietaniemi | 2001-10-18 | 3 | -26/+182 |
* | Add perlintro, from Skud. | Jarkko Hietaniemi | 2001-10-18 | 1 | -0/+645 |
* | FAQ sync. | Jarkko Hietaniemi | 2001-10-18 | 8 | -53/+44 |
* | Regen doc with perlmodstyle added. | Jarkko Hietaniemi | 2001-10-17 | 3 | -50/+182 |
* | perlmodstyle as a patch | Kirrily Robert | 2001-10-17 | 1 | -0/+731 |
* | for perlhack.pod - no p5p archive on deja/google | Ian Phillipps | 2001-10-17 | 1 | -1/+5 |
* | [PATCH] Doc patch on here-docs (perlop and perldata) | David H. Adler | 2001-10-16 | 2 | -128/+135 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 1 | -24/+24 |
* | Fix scoping problem with FATAL warnings | Paul Marquess | 2001-10-14 | 1 | -0/+6 |
* | Rewrite mktables from scratch. | Jarkko Hietaniemi | 2001-10-13 | 1 | -61/+80 |
* | Re: New module XML::Clean | Andreas König | 2001-10-13 | 1 | -1/+1 |
* | FAQ sync. | Jarkko Hietaniemi | 2001-10-12 | 2 | -11/+43 |
* | Re: New module XML::Clean | Andreas König | 2001-10-12 | 1 | -1/+2 |
* | , Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT} | Rafael Garcia-Suarez | 2001-10-09 | 1 | -4/+5 |
* | Re: [PATCH mg.c gv.c and others] ${^TAINT} | Ronald J. Kimball | 2001-10-09 | 1 | -1/+1 |
* | FAQ sync. | Jarkko Hietaniemi | 2001-10-08 | 2 | -4/+62 |
* | Re: [PATCH mg.c gv.c and others] ${^TAINT} | Michael G. Schwern | 2001-10-08 | 1 | -0/+5 |
* | perlfunc/select | Nicholas Clark | 2001-10-05 | 1 | -1/+1 |
* | Retract #12313 and #12249. | Jarkko Hietaniemi | 2001-10-04 | 7 | -888/+690 |
* | Yet more Unicode properties. | Jarkko Hietaniemi | 2001-10-04 | 2 | -107/+140 |
* | Unicode properties: fix L& (the #12319 didn't allow L&, | Jarkko Hietaniemi | 2001-10-03 | 1 | -2/+2 |
* | (retracted by #12338) | Casey West | 2001-10-03 | 6 | -447/+632 |
* | FAQ sync. | Jarkko Hietaniemi | 2001-10-02 | 1 | -20/+33 |
* | Also the ^Is is optional. | Jarkko Hietaniemi | 2001-10-01 | 1 | -6/+7 |
* | sortsv not in place anymore, noticed by John P. Linderman. | Jarkko Hietaniemi | 2001-10-01 | 1 | -1/+1 |
* | Further tweaks to the Unicode properties. | Jarkko Hietaniemi | 2001-10-01 | 1 | -8/+18 |
* | Patch to put qsortsv in the public API | Brian Ingerson | 2001-09-30 | 1 | -22/+34 |
* | additional docs and tests | Rafael Garcia-Suarez | 2001-09-30 | 2 | -1/+6 |
* | FAQ sync. | Jarkko Hietaniemi | 2001-09-30 | 4 | -62/+128 |
* | More Unicode todo. | Jarkko Hietaniemi | 2001-09-29 | 1 | -1/+24 |
* | Explain a bit the new more flexible \p\P syntax. | Jarkko Hietaniemi | 2001-09-29 | 1 | -5/+10 |
* | More leniency to the \p and \P: now can have whitespace | Jarkko Hietaniemi | 2001-09-29 | 1 | -0/+8 |
* | Allow for more flexibility in the \p{In...} names, now | Jarkko Hietaniemi | 2001-09-29 | 1 | -3/+4 |
* | (retracted by #12338) | Casey West | 2001-09-27 | 1 | -243/+256 |
* | Integrate changes #12241 and #12242 from macperl: | Jarkko Hietaniemi | 2001-09-27 | 1 | -2/+2 |
* | perldiag entry for #12205. | Jarkko Hietaniemi | 2001-09-25 | 1 | -0/+10 |
* | perltooc et al updates. | Jarkko Hietaniemi | 2001-09-25 | 1 | -1/+1 |
* | Deprecating chdir(undef)/chdir('') | Michael G. Schwern | 2001-09-25 | 2 | -0/+14 |
* | proposal : put the @INC-hooks directly in %INC | Rafael Garcia-Suarez | 2001-09-23 | 1 | -4/+3 |
* | Additional minor chdir() tweak. | Abhijit Menon-Sen | 2001-09-23 | 1 | -3/+3 |
* | Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested | Abhijit Menon-Sen | 2001-09-23 | 1 | -4/+5 |
* | Re: | chromatic | 2001-09-23 | 2 | -1/+8 |
* | `@foo' should be @foo for consistency. | Abhijit Menon-Sen | 2001-09-22 | 1 | -3/+3 |
* | Rename perltootc as perltooc for 8.3-friedliness. | Jarkko Hietaniemi | 2001-09-22 | 8 | -55/+75 |
* | Re: [ID 20010919.001] local() fails on imported variables | Michael Carman | 2001-09-22 | 1 | -1/+37 |
* | expand DOS-like table (was Re: test | Michael G. Schwern | 2001-09-22 | 1 | -11/+16 |
* | perldiag.pod | Peter Scott | 2001-09-22 | 1 | -3/+7 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 2 | -28/+33 |