summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* fix misclassified warningsGurusamy Sarathy2000-01-231-3/+3
* document bareword prototype incompatibilityGurusamy Sarathy2000-01-232-3/+21
* fix diagnostics to report "our" vs "my" correctlyGurusamy Sarathy2000-01-231-8/+15
* disallow our($foo::bar)Gurusamy Sarathy2000-01-231-0/+6
* wrong category for exec() warningGurusamy Sarathy2000-01-221-1/+1
* better Carp reporting within subclassed modules (from Wolfgang LaunGurusamy Sarathy2000-01-221-2/+3
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-9/+16
* typo fixGurusamy Sarathy2000-01-211-3/+3
* notes about $^H and %^H from Ilya Zakharevich; substantialGurusamy Sarathy2000-01-211-2/+48
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-213-1/+37
* mention the fact that open(my $foo, ...) covers all handleGurusamy Sarathy2000-01-211-8/+9
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-0/+28
* doc typoGurusamy Sarathy2000-01-141-1/+1
* clearer docs for change#4796; faster av_exists()Gurusamy Sarathy2000-01-133-20/+25
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-134-37/+95
* pod typos (from Abigail <abigail@delanet.com>)Gurusamy Sarathy2000-01-103-5/+5
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-3/+3
* leave DATA open in binmode if __END__ line doesn't have CRLFGurusamy Sarathy1999-12-301-1/+4
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-0/+4
* tests for change#4642 and pod fixups suggested by Ralph CorderoyGurusamy Sarathy1999-12-283-21/+29
* pod nits from Simon Cozens <simon@brecon.co.uk> and othersGurusamy Sarathy1999-12-281-1/+1
* perlport v1.45 from Chris NandorGurusamy Sarathy1999-12-281-5/+10
* newer version of constant.pm from Tom Phoenix; added Tom's notes toGurusamy Sarathy1999-12-282-2/+12
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-1/+1
* pod edits from Paul Marquess and Mark-Jason DominusGurusamy Sarathy1999-12-282-11/+7
* partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-17/+17
* update perldiag for change#4707Gurusamy Sarathy1999-12-271-3/+8
* pod tweaksGurusamy Sarathy1999-12-203-11/+10
* delete() should return the value as is, not a copy thereofGurusamy Sarathy1999-12-171-2/+2
* spell out how to get 4-digit year (from Micheal G SchwernGurusamy Sarathy1999-12-161-0/+16
* USE_ITHREADS tweaks and notesGurusamy Sarathy1999-12-091-5/+52
* document compatibility issue with literal list slices and NOTOPGurusamy Sarathy1999-12-091-0/+22
* newer version of File::Find with support for following symlinks andGurusamy Sarathy1999-12-091-0/+8
* documentation tweaks from M. J. T. Guy, Micheal Schwern, andGurusamy Sarathy1999-12-082-2/+8
* change#4641 needs perldiag.pod editGurusamy Sarathy1999-12-061-1/+1
* make File::Glob::glob() the default for CORE::glob()Gurusamy Sarathy1999-12-051-6/+6
* remove outdated entryGurusamy Sarathy1999-12-051-18/+0
* s/block/loop block/ in diagnostics about next, last, redoGurusamy Sarathy1999-12-041-13/+16
* better implementation of change#3326; open(local $foo,...) nowGurusamy Sarathy1999-12-041-5/+8
* pod nitsGurusamy Sarathy1999-12-032-54/+55
* pod embellishments from Nathan TorkingtonGurusamy Sarathy1999-12-032-28/+35
* perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)Gurusamy Sarathy1999-12-031-1/+1
* document incompatible perl4 vec() vs bitwise ops interaction trapGurusamy Sarathy1999-12-031-0/+24
* caveat about thread-safety of extensionsGurusamy Sarathy1999-12-021-2/+10
* XS documentation patches suggested by Ilya, severally adjustedGurusamy Sarathy1999-12-022-203/+670
* various documentation tweaks suggested by M. J. T. GuyGurusamy Sarathy1999-12-022-2/+4
* allow XSUBs and prototyped subroutines to be used with sort() (tweakedGurusamy Sarathy1999-12-022-6/+28
* a somewhat tweaked version of suggested patchIlya Zakharevich1999-12-021-10/+54
* more accurate require() pseudocode (from James P. WilliamsGurusamy Sarathy1999-12-011-1/+2
* better documentation for goto &NAME (from M. J. T. Guy)Gurusamy Sarathy1999-12-011-7/+14