summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-202-1/+4
* revise docs on @+ and @- (from Tom "Camel" Christiansen)Gurusamy Sarathy2000-02-201-10/+37
* README.vms and related updates (from Peter Prymmer <pvhp@best.com>)Gurusamy Sarathy2000-02-204-21/+26
* remove outdated caveat about C<while ($k = each %foo)> (fromGurusamy Sarathy2000-02-191-3/+1
* tests, doc tweak (from Gisle Aas)Gurusamy Sarathy2000-02-191-2/+2
* document behavior of splice(@ary) (from Gisle Aas)Gurusamy Sarathy2000-02-191-1/+5
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-193-16/+89
|\
| * Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-163-16/+89
* | grammos (spotted by Tom Christiansen)Gurusamy Sarathy2000-02-191-3/+3
* | set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-193-6/+21
* | rename byte:: to bytes::Gurusamy Sarathy2000-02-194-9/+9
* | English names for $^R and $^SGurusamy Sarathy2000-02-191-0/+4
* | rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-192-8/+40
* | fix outdated info about PerlClinic and the bug-tracking systemGurusamy Sarathy2000-02-192-31/+28
|/
* add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-151-5/+10
* avoid accidental #line directives (from Rick DelaneyGurusamy Sarathy2000-02-151-1/+1
* incorrect docs about delete() (spotted by Martyn PearceGurusamy Sarathy2000-02-152-7/+12
* doc patches from Rick Delaney and Chris Nandor; update Todo-5.6Gurusamy Sarathy2000-02-152-13/+18
* Clarify 64-bit issues.Jarkko Hietaniemi2000-02-111-6/+10
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-0813-168/+150
* 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