summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Expand)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-18/+13
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-1/+1
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
* produce redeclaration warning on C<our $foo; { our $foo; ... }>Gurusamy Sarathy2000-01-251-8/+18
* add new warnings to perldeltaGurusamy Sarathy2000-01-241-7/+7
* fix misclassified warningsGurusamy Sarathy2000-01-231-3/+3
* fix diagnostics to report "our" vs "my" correctlyGurusamy Sarathy2000-01-231-8/+15
* disallow our($foo::bar)Gurusamy Sarathy2000-01-231-0/+6
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-9/+16
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-0/+5
* clearer docs for change#4796; faster av_exists()Gurusamy Sarathy2000-01-131-8/+8
* partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-17/+17
* update perldiag for change#4707Gurusamy Sarathy1999-12-271-3/+8
* change#4641 needs perldiag.pod editGurusamy Sarathy1999-12-061-1/+1
* s/block/loop block/ in diagnostics about next, last, redoGurusamy Sarathy1999-12-041-13/+16
* implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-041-3/+4
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-0/+9
|\
| * don't allow SIGCHLD to be ignored at startup, or wait*() andGurusamy Sarathy1999-10-241-0/+9
* | Nosuid checking for statfs() people: from Spider Boardman.Jarkko Hietaniemi1999-10-271-1/+1
* | Revert #4457 for more investigation.Jarkko Hietaniemi1999-10-261-4/+2
* | Add getmnt() to nosuid checking.Jarkko Hietaniemi1999-10-261-2/+4
* | Missing REx engine patchIlya Zakharevich1999-10-251-0/+4
|/
* Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-141-1/+6
* Warn about false ranges like \d-\w (see the change #4355).Jarkko Hietaniemi1999-10-141-1/+8
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-131-13/+15
|\
| * pod nits from various perl portersGurusamy Sarathy1999-10-131-1/+1
| * typos and language goofs pointed out by Hugo van der SandenGurusamy Sarathy1999-10-131-12/+14
* | Revert the parts of #3926 that outlawed character rangesJarkko Hietaniemi1999-10-121-2/+1
|/
* fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted byGurusamy Sarathy1999-10-071-1/+6
* A better version of #4296.Michael G. Schwern1999-10-031-3/+3
* (Replaced by #4297.)Michael G. Schwern1999-10-031-2/+2
* re-add missing "Out of memory!" entryGurusamy Sarathy1999-09-301-0/+6
* Malloc fixes and docsIlya Zakharevich1999-09-271-0/+11
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-2/+2
* change "#" to a comment starter in pack templates; "/" nowIlya Zakharevich1999-09-231-4/+4
* change some filenames to be 8.3-friendlyGurusamy Sarathy1999-09-141-0/+6
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-0/+5
|\
| * add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-131-0/+5
* | [DOCPATCH] Server errors and perldiagTom Phoenix1999-09-131-1/+22
|/
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-0/+7
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+17
* [REPATCH 5.005_61] Re: perldiag.pod omissionsColin Kuskie1999-09-011-5/+14
* Retract #3922 (Rule #1 was invoked).Jarkko Hietaniemi1999-08-301-4/+0
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-301-2/+2
* sub : attrlistSpider Boardman1999-08-291-2/+51
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-3/+6
* Implement 64-bit vec().Jarkko Hietaniemi1999-08-291-1/+5
* Don't document ill-defined vec() bits casesJarkko Hietaniemi1999-08-191-2/+2
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-0/+5
* Protect against pack/unpack repeat count overflows,Nathan Torkington1999-08-061-0/+10