make parenthetic warnings look consistent; make diagnostic on
[p5sagit/p5-mst-13.2.git] / pod / perldiag.pod
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-19 Gurusamy Sarathy fix typo
2000-03-19 Gurusamy Sarathy produce better error message when \N{...} is used without
2000-03-19 Gurusamy Sarathy warn about CHECK and INIT blocks encountered at run...
2000-03-14 Gurusamy Sarathy more warnings tidy-ups (from Paul Marquess)
2000-03-12 Gurusamy Sarathy Larry's patch to disallow CORE::Snark, with perldiag...
2000-03-03 Gurusamy Sarathy whitespace and readabiliti nits in the pods (from Micha...
2000-02-29 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-29 Gurusamy Sarathy fix pods to reflect newer canonical names for call_sv...
2000-02-22 Gurusamy Sarathy sundry typos and such
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy default mkdir() mode argument to 0777
2000-02-19 Gurusamy Sarathy rename "Probable precendence problem" diagnostic to...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy pod fixes (from Abigail and M J T Guy)
2000-02-06 Gurusamy Sarathy fix description of obsolete diagnostic
2000-02-06 Gurusamy Sarathy support sprintf("v%v", v1.2.3) (works on any string...
2000-01-26 Gurusamy Sarathy revised attribute syntax: C<my $foo :a :b :c>, C<my...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-25 Gurusamy Sarathy produce redeclaration warning on C<our $foo; { our...
2000-01-24 Gurusamy Sarathy add new warnings to perldelta
2000-01-23 Gurusamy Sarathy fix misclassified warnings
2000-01-23 Gurusamy Sarathy fix diagnostics to report "our" vs "my" correctly
2000-01-23 Gurusamy Sarathy disallow our($foo::bar)
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathy clearer docs for change#4796; faster av_exists()
1999-12-28 Gurusamy Sarathy partly fix perldiag regressions identified by Tom Chris...
1999-12-27 Gurusamy Sarathy update perldiag for change#4707
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-06 Gurusamy Sarathy change#4641 needs perldiag.pod edit
1999-12-04 Gurusamy Sarathy s/block/loop block/ in diagnostics about next, last...
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-27 Jarkko Hietaniemi Nosuid checking for statfs() people: from Spider Boardman.
1999-10-26 Jarkko Hietaniemi Revert #4457 for more investigation.
1999-10-26 Jarkko Hietaniemi Add getmnt() to nosuid checking.
1999-10-25 Ilya Zakharevich Missing REx engine patch
1999-10-24 Nick Ing-Simmons Follow that camel ... another sync.
1999-10-24 Gurusamy Sarathy don't allow SIGCHLD to be ignored at startup, or wait...
1999-10-14 Jarkko Hietaniemi Warn inside character classes about unknown backslash...
1999-10-14 Jarkko Hietaniemi Warn about false ranges like \d-\w (see the change...
1999-10-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-10-13 Gurusamy Sarathy pod nits from various perl porters
1999-10-13 Gurusamy Sarathy typos and language goofs pointed out by Hugo van der...
1999-10-12 Jarkko Hietaniemi Revert the parts of #3926 that outlawed character ranges
1999-10-07 Gurusamy Sarathy fix setpgrp vs getpgrp and POSIX vs BSD confusion ...
1999-10-03 Michael G. Schwern A better version of #4296.
1999-10-03 Michael G. Schwern (Replaced by #4297.)
1999-09-30 Gurusamy Sarathy re-add missing "Out of memory!" entry
1999-09-29 Charles Bailey resync with mainline
1999-09-27 Ilya Zakharevich Malloc fixes and docs
1999-09-25 Larry Wall Re: [PATCH 5.005_61] "our" declarations
1999-09-23 Ilya Zakharevich change "#" to a comment starter in pack templates;...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-14 Gurusamy Sarathy change some filenames to be 8.3-friendly
1999-09-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-09-13 Tom Phoenix [DOCPATCH] Server errors and perldiag
1999-09-13 Gurusamy Sarathy add -DPERL_Y2KWARN build option that will generate...
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-09-01 Colin Kuskie [REPATCH 5.005_61] Re: perldiag.pod omissions
1999-08-30 Jarkko Hietaniemi Retract #3922 (Rule #1 was invoked).
1999-08-30 Ilya Zakharevich Use \N{named characters} instead of \C.
1999-08-29 Spider Boardman sub : attrlist
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-08-29 Jarkko Hietaniemi Implement 64-bit vec().
1999-08-20 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-19 Jarkko Hietaniemi Don't document ill-defined vec() bits cases
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-08-06 Nathan Torkington Protect against pack/unpack repeat count overflows,
1999-08-05 Jarkko Hietaniemi Fix regex charclass parsing so that bogus ranges
1999-08-05 Ilya Zakharevich Deprecate /^/ implictly meaning /^/m.
1999-08-04 Jarkko Hietaniemi Introduce the charnames pragma.
1999-08-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-07-29 Jarkko Hietaniemi Repent and make overly large integerish
1999-07-29 Gurusamy Sarathy minor tweaks to pods and toke.c comments
1999-07-27 Jarkko Hietaniemi Integer constants (0x, 0[0-7], 0b) now overflow fatally,
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-26 Ian Phillipps (Version 2) Extending unpack to deal with counted strings
1999-07-23 Gurusamy Sarathy emit warning about function calls that were encountered...
1999-07-19 Gurusamy Sarathy remove several doubled (and tripled!) entries
1999-07-19 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-07-18 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-18 Gurusamy Sarathy missing perldiag entry (from Dan Sugalski <sugalskd...
1999-07-10 Jarkko Hietaniemi Change t/pragma/warn oct()/hex() overflow tests to...
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy. perldiag.pod required manual...
1999-07-07 Gurusamy Sarathy integrate cfgperl contents
1999-07-07 Charles Bailey applied new parts of suggested patch
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-07 Gurusamy Sarathy better diagnostics on read operations from write-only
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
1999-07-04 Gurusamy Sarathy remove misleading info on defined(...
1999-05-28 Mark-Jason Dominus PATCH (5.005_57): defined(@a) now deprecated
1999-05-25 Gurusamy Sarathy avoid enumerating @INC contents in diagnostic if @INC...
next