summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* VOS port updates (from Paul Green <Paul_Green@stratus.com>)Gurusamy Sarathy2000-02-061-4/+4
* revised notes about Pod::Parser & Co.Gurusamy Sarathy2000-02-061-68/+41
* fix description of obsolete diagnosticGurusamy Sarathy2000-02-061-16/+5
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-063-8/+19
* Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-041-0/+5
* pod updates (from David Adler, M J T Guy)Gurusamy Sarathy2000-02-043-18/+27
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-042-2/+22
* remove FUD from perlfunc/use (from M J T Guy)Gurusamy Sarathy2000-02-021-2/+1
* flock() pod talks about "adding" in the sense of "or-ing"Gurusamy Sarathy2000-02-021-3/+3
* fixes for switching files in the debugger (from Ilya Zakharevich)Gurusamy Sarathy2000-02-021-0/+6
* deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka andGurusamy Sarathy2000-02-021-5/+108
* reword some sections of perlunicode.podGurusamy Sarathy2000-02-021-21/+53
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-012-2/+209
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-0/+35
* remove caller.pm from change#3534 (flawed idea)Gurusamy Sarathy2000-01-312-7/+3
* fix factual regression (-e doesn't create temporary files anymore)Gurusamy Sarathy2000-01-311-6/+4
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-304-29/+160
* document what chdir() without an argument does (from Mark-JasonGurusamy Sarathy2000-01-281-2/+4
* perldelta note about export list changesGurusamy Sarathy2000-01-281-2/+14
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-289-2175/+2440
* document unimplemented status of forking pipe open() on windowsGurusamy Sarathy2000-01-271-0/+67
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-276-326/+2274
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-263-9/+9
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-267-12/+12
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-262-11/+17
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-252-7/+86
| |\
| * | perlhist update.Jarkko Hietaniemi2000-01-241-4/+6
| * | Updates on the large file support status.Jarkko Hietaniemi2000-01-241-7/+11
* | | produce redeclaration warning on C<our $foo; { our $foo; ... }>Gurusamy Sarathy2000-01-252-13/+33
| |/ |/|
* | add new warnings to perldeltaGurusamy Sarathy2000-01-242-7/+86
|/
* 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