| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cygwin update from Eric Fifer <EFifer@sanwaint.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+1 |
* | pod edits from Paul Marquess and Mark-Jason Dominus | Gurusamy Sarathy | 1999-12-28 | 2 | -11/+7 |
* | partly fix perldiag regressions identified by Tom Christiansen | Gurusamy Sarathy | 1999-12-28 | 1 | -17/+17 |
* | update perldiag for change#4707 | Gurusamy Sarathy | 1999-12-27 | 1 | -3/+8 |
* | pod tweaks | Gurusamy Sarathy | 1999-12-20 | 3 | -11/+10 |
* | delete() should return the value as is, not a copy thereof | Gurusamy Sarathy | 1999-12-17 | 1 | -2/+2 |
* | spell out how to get 4-digit year (from Micheal G Schwern | Gurusamy Sarathy | 1999-12-16 | 1 | -0/+16 |
* | USE_ITHREADS tweaks and notes | Gurusamy Sarathy | 1999-12-09 | 1 | -5/+52 |
* | document compatibility issue with literal list slices and NOTOP | Gurusamy Sarathy | 1999-12-09 | 1 | -0/+22 |
* | newer version of File::Find with support for following symlinks and | Gurusamy Sarathy | 1999-12-09 | 1 | -0/+8 |
* | documentation tweaks from M. J. T. Guy, Micheal Schwern, and | Gurusamy Sarathy | 1999-12-08 | 2 | -2/+8 |
* | change#4641 needs perldiag.pod edit | Gurusamy Sarathy | 1999-12-06 | 1 | -1/+1 |
* | make File::Glob::glob() the default for CORE::glob() | Gurusamy Sarathy | 1999-12-05 | 1 | -6/+6 |
* | remove outdated entry | Gurusamy Sarathy | 1999-12-05 | 1 | -18/+0 |
* | s/block/loop block/ in diagnostics about next, last, redo | Gurusamy Sarathy | 1999-12-04 | 1 | -13/+16 |
* | better implementation of change#3326; open(local $foo,...) now | Gurusamy Sarathy | 1999-12-04 | 1 | -5/+8 |
* | pod nits | Gurusamy Sarathy | 1999-12-03 | 2 | -54/+55 |
* | pod embellishments from Nathan Torkington | Gurusamy Sarathy | 1999-12-03 | 2 | -28/+35 |
* | perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>) | Gurusamy Sarathy | 1999-12-03 | 1 | -1/+1 |
* | document incompatible perl4 vec() vs bitwise ops interaction trap | Gurusamy Sarathy | 1999-12-03 | 1 | -0/+24 |
* | caveat about thread-safety of extensions | Gurusamy Sarathy | 1999-12-02 | 1 | -2/+10 |
* | XS documentation patches suggested by Ilya, severally adjusted | Gurusamy Sarathy | 1999-12-02 | 2 | -203/+670 |
* | various documentation tweaks suggested by M. J. T. Guy | Gurusamy Sarathy | 1999-12-02 | 2 | -2/+4 |
* | allow XSUBs and prototyped subroutines to be used with sort() (tweaked | Gurusamy Sarathy | 1999-12-02 | 2 | -6/+28 |
* | a somewhat tweaked version of suggested patch | Ilya Zakharevich | 1999-12-02 | 1 | -10/+54 |
* | more accurate require() pseudocode (from James P. Williams | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+2 |
* | better documentation for goto &NAME (from M. J. T. Guy) | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+14 |