| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [ID 20010612.001] out of memory during regex compilation | Mike Guy | 2001-06-13 | 1 | -8/+11 |
* | Re: [ID 20010612.001] out of memory during regex compilation | Mike Guy | 2001-06-12 | 1 | -4/+15 |
* | Document the undefinedness of bitshifting out of range. | Jarkko Hietaniemi | 2001-05-06 | 1 | -0/+12 |
* | Updates on the pods related to the modules included since 5.6. | Jarkko Hietaniemi | 2001-05-05 | 1 | -2/+3 |
* | [DOC PATCH bleadperl] minor nits in perlop.pod | Philip Newton | 2001-05-02 | 1 | -2/+2 |
* | Re: Math::Big* v1.21 | Tels | 2001-03-31 | 1 | -4/+21 |
* | [ID 20010328.013] Misspelling in perlop(1p) manual page | Joshua E. Rodd | 2001-03-30 | 1 | -1/+1 |
* | [ID 20010306.004] || != named unary operator | abela@geneanet.org | 2001-03-07 | 1 | -2/+3 |
* | Undo qu. Retract #8814, rewrite op/each part of #8615, | Jarkko Hietaniemi | 2001-02-28 | 1 | -43/+27 |
* | small fix in pod/perlop.pod | Radu Greab | 2001-02-26 | 1 | -1/+1 |
* | "pseudo-literal j", a documentation glitch reported to Debian. | Jarkko Hietaniemi | 2001-02-20 | 1 | -13/+13 |
* | Document qu better. | Jarkko Hietaniemi | 2001-02-16 | 1 | -8/+12 |
* | Re: [PATCH lots of pod/] s/chop/chomp/g | Michael G. Schwern | 2001-02-04 | 1 | -1/+1 |
* | Document and test the new qu operator. | Jarkko Hietaniemi | 2001-01-20 | 1 | -27/+39 |
* | docs on NaN | Nicholas Clark | 2000-12-11 | 1 | -2/+7 |
* | Pod updates | Stephen P. Potter | 2000-11-07 | 1 | -5/+5 |
* | Detpyo. | Jarkko Hietaniemi | 2000-11-02 | 1 | -1/+1 |
* | [ID 20001005.006] Documentation -- description of qr// | Martien Verbruggen | 2000-11-01 | 1 | -1/+1 |
* | PATCH CR+LF should be "\cM\cJ" in perlop | Tony Cook | 2000-10-20 | 1 | -1/+1 |
* | Documentation glitch in magic autoincrement. | Abigail | 2000-10-03 | 1 | -1/+1 |
* | \G in non-/g is well-defined now ... right? | Daniel Chetlin | 2000-09-07 | 1 | -4/+14 |
* | perldelta fixes from the p5p crowd. | Jarkko Hietaniemi | 2000-08-21 | 1 | -3/+6 |
* | Document what the backtick returns if the command fails. | Jarkko Hietaniemi | 2000-08-17 | 1 | -7/+8 |
* | [ID 19990721.004] Documentation bug in perlfunc | Clinton Pierce | 2000-08-04 | 1 | -1/+1 |
* | integrate cfgperl changes#6220..6222 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -11/+2 |
* | add note about how $( doesn't interpolate in REs (from | Gurusamy Sarathy | 2000-05-02 | 1 | -2/+2 |
* | pod nit (from Simon Cozens) | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | Document that tr() is not tr(1). | Jarkko Hietaniemi | 2000-04-25 | 1 | -0/+6 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+1 |
* | better notes on s///ee (from Simon Cozens <simon@cozens.net>) | Gurusamy Sarathy | 2000-03-19 | 1 | -5/+10 |
* | fixes for broken L<> links (from Wolfgang Laun | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+1 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -5/+6 |
* | mention autoflush portability caveat | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+6 |
* | clarify docs on return value from binding operators | Gurusamy Sarathy | 2000-03-08 | 1 | -2/+5 |
* | move doc about v-strings from perlop to perldata (suggested by | Gurusamy Sarathy | 2000-03-02 | 1 | -16/+0 |
* | fix Pod::Html to recognize C<< > >> etc., and convert some pods | Gurusamy Sarathy | 2000-02-29 | 1 | -30/+30 |
* | Lift the 32-bit straightjacket from bit ops; | Jarkko Hietaniemi | 2000-02-28 | 1 | -3/+6 |
* | remove outdated info about csh and glob(); glob() need not fail | Gurusamy Sarathy | 2000-02-27 | 1 | -12/+3 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-02-24 | 1 | -1/+1 |
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 1 | -0/+3 |
* | remove vestiges of older attribute syntax | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -11/+12 |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -8/+9 |
* | pod updates (from David Adler, M J T Guy) | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+1 |
* | introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | Gurusamy Sarathy | 2000-01-30 | 1 | -0/+13 |
* | wrong category for exec() warning | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+1 |
* | typo fix | Gurusamy Sarathy | 2000-01-21 | 1 | -3/+3 |
* | pod nits from Simon Cozens <simon@brecon.co.uk> and others | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+1 |
* | typo, doc tweak | Gurusamy Sarathy | 1999-10-24 | 1 | -2/+2 |
* | clarify significance of parens for "x" (from M.J.T. Guy | Gurusamy Sarathy | 1999-10-14 | 1 | -4/+5 |