| Commit message (Expand) | Author | Age | Files | Lines |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 3 | -8/+19 |
* | Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>) | Gurusamy Sarathy | 2000-02-04 | 1 | -0/+5 |
* | pod updates (from David Adler, M J T Guy) | Gurusamy Sarathy | 2000-02-04 | 3 | -18/+27 |
* | patch to provide more informative names for evals and anonymous | Gurusamy Sarathy | 2000-02-04 | 2 | -2/+22 |
* | remove FUD from perlfunc/use (from M J T Guy) | Gurusamy Sarathy | 2000-02-02 | 1 | -2/+1 |
* | flock() pod talks about "adding" in the sense of "or-ing" | Gurusamy Sarathy | 2000-02-02 | 1 | -3/+3 |
* | fixes for switching files in the debugger (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-02 | 1 | -0/+6 |
* | deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and | Gurusamy Sarathy | 2000-02-02 | 1 | -5/+108 |
* | reword some sections of perlunicode.pod | Gurusamy Sarathy | 2000-02-02 | 1 | -21/+53 |
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 2 | -2/+209 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+35 |
* | remove caller.pm from change#3534 (flawed idea) | Gurusamy Sarathy | 2000-01-31 | 2 | -7/+3 |
* | fix factual regression (-e doesn't create temporary files anymore) | Gurusamy Sarathy | 2000-01-31 | 1 | -6/+4 |
* | introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | Gurusamy Sarathy | 2000-01-30 | 4 | -29/+160 |
* | document what chdir() without an argument does (from Mark-Jason | Gurusamy Sarathy | 2000-01-28 | 1 | -2/+4 |
* | perldelta note about export list changes | Gurusamy Sarathy | 2000-01-28 | 1 | -2/+14 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 9 | -2175/+2440 |
* | document unimplemented status of forking pipe open() on windows | Gurusamy Sarathy | 2000-01-27 | 1 | -0/+67 |
* | various pod nits identified by installhtml (all fixed except | Gurusamy Sarathy | 2000-01-27 | 6 | -326/+2274 |
* | revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | Gurusamy Sarathy | 2000-01-26 | 3 | -9/+9 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 7 | -12/+12 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-01-26 | 2 | -11/+17 |
|\ |
|
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-25 | 2 | -7/+86 |
| |\ |
|
| * | | perlhist update. | Jarkko Hietaniemi | 2000-01-24 | 1 | -4/+6 |
| * | | Updates on the large file support status. | Jarkko Hietaniemi | 2000-01-24 | 1 | -7/+11 |
* | | | produce redeclaration warning on C<our $foo; { our $foo; ... }> | Gurusamy Sarathy | 2000-01-25 | 2 | -13/+33 |
| |/
|/| |
|
* | | add new warnings to perldelta | Gurusamy Sarathy | 2000-01-24 | 2 | -7/+86 |
|/ |
|
* | fix misclassified warnings | Gurusamy Sarathy | 2000-01-23 | 1 | -3/+3 |
* | document bareword prototype incompatibility | Gurusamy Sarathy | 2000-01-23 | 2 | -3/+21 |
* | fix diagnostics to report "our" vs "my" correctly | Gurusamy Sarathy | 2000-01-23 | 1 | -8/+15 |
* | disallow our($foo::bar) | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+6 |
* | wrong category for exec() warning | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+1 |
* | better Carp reporting within subclassed modules (from Wolfgang Laun | Gurusamy Sarathy | 2000-01-22 | 1 | -2/+3 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 1 | -9/+16 |
* | typo fix | Gurusamy Sarathy | 2000-01-21 | 1 | -3/+3 |
* | notes about $^H and %^H from Ilya Zakharevich; substantial | Gurusamy Sarathy | 2000-01-21 | 1 | -2/+48 |
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 3 | -1/+37 |
* | mention the fact that open(my $foo, ...) covers all handle | Gurusamy Sarathy | 2000-01-21 | 1 | -8/+9 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -0/+28 |
* | doc typo | Gurusamy Sarathy | 2000-01-14 | 1 | -1/+1 |
* | clearer docs for change#4796; faster av_exists() | Gurusamy Sarathy | 2000-01-13 | 3 | -20/+25 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 4 | -37/+95 |
* | pod typos (from Abigail <abigail@delanet.com>) | Gurusamy Sarathy | 2000-01-10 | 3 | -5/+5 |
* | various nits identified by warnings unmasked by recent changes | Gurusamy Sarathy | 2000-01-05 | 1 | -3/+3 |
* | leave DATA open in binmode if __END__ line doesn't have CRLF | Gurusamy Sarathy | 1999-12-30 | 1 | -1/+4 |
* | enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | Gurusamy Sarathy | 1999-12-30 | 1 | -0/+4 |
* | tests for change#4642 and pod fixups suggested by Ralph Corderoy | Gurusamy Sarathy | 1999-12-28 | 3 | -21/+29 |
* | pod nits from Simon Cozens <simon@brecon.co.uk> and others | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+1 |
* | perlport v1.45 from Chris Nandor | Gurusamy Sarathy | 1999-12-28 | 1 | -5/+10 |
* | newer version of constant.pm from Tom Phoenix; added Tom's notes to | Gurusamy Sarathy | 1999-12-28 | 2 | -2/+12 |