| Commit message (Expand) | Author | Age | Files | Lines |
* | The name of a filehandle does not have <these>. | Jarkko Hietaniemi | 2000-08-02 | 1 | -3/+3 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -0/+10 |
* | [ID 19990709.002] [DOCUMENTATION PATCH] perldiag | Robert Spier | 2000-07-27 | 1 | -2/+2 |
* | Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]] | Jeffrey Friedl | 2000-07-26 | 1 | -9/+9 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+13 |
* | integrate cfgperl changes#6261..6266 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+5 |
* | integrate cfgperl changes#6174..6203 into mainline (first of several) | Gurusamy Sarathy | 2000-07-11 | 1 | -3/+3 |
|\ |
|
| * | perldiag should refer to perlos2.pod not README.os2 | Yitzchak Scott-Thoennes | 2000-06-06 | 1 | -3/+3 |
* | | better diagnostic on Frob->stuff() when Frob:: doesn't exist | Gurusamy Sarathy | 2000-07-04 | 1 | -0/+6 |
* | | missing perldiag entry for unpack("w",...) diagnostic (from | Gurusamy Sarathy | 2000-07-04 | 1 | -0/+6 |
|/ |
|
* | small nits in diagnostics.pm (from Robin Barker) | Gurusamy Sarathy | 2000-05-01 | 1 | -4/+4 |
* | tweak change#5945 to display correct switch name in diagnostic | Gurusamy Sarathy | 2000-04-28 | 1 | -4/+4 |
* | improved docs on the warn_uninit diagnostic (from David Glasser | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+8 |
* | reformat to 72 columns (again) | Gurusamy Sarathy | 2000-04-27 | 1 | -1019/+1080 |
* | reformat perldiag to avoid long lines | Gurusamy Sarathy | 2000-04-25 | 1 | -298/+291 |
* | make module name mandatory after -M switch; reorder perldiag | Gurusamy Sarathy | 2000-04-25 | 1 | -789/+803 |
* | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 1 | -3/+3 |
* | revise perldelta for more optimal ordering, minor Todo | Gurusamy Sarathy | 2000-03-23 | 1 | -16/+16 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 1 | -7/+7 |
* | fix typo | Gurusamy Sarathy | 2000-03-19 | 1 | -2/+2 |
* | produce better error message when \N{...} is used without | Gurusamy Sarathy | 2000-03-19 | 1 | -7/+4 |
* | warn about CHECK and INIT blocks encountered at run time | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+8 |
* | more warnings tidy-ups (from Paul Marquess) | Gurusamy Sarathy | 2000-03-14 | 1 | -0/+18 |
* | Larry's patch to disallow CORE::Snark, with perldiag entry | Gurusamy Sarathy | 2000-03-12 | 1 | -0/+4 |
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 1 | -41/+41 |
* | fix pods to reflect newer canonical names for call_sv() etc. | Gurusamy Sarathy | 2000-02-29 | 1 | -1/+1 |
* | sundry typos and such | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -177/+193 |
* | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+1 |
* | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 1 | -8/+16 |
* | pod fixes (from Abigail and M J T Guy) | Gurusamy Sarathy | 2000-02-07 | 1 | -2/+2 |
* | fix description of obsolete diagnostic | Gurusamy Sarathy | 2000-02-06 | 1 | -16/+5 |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -0/+6 |
* | revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
* | produce redeclaration warning on C<our $foo; { our $foo; ... }> | Gurusamy Sarathy | 2000-01-25 | 1 | -8/+18 |
* | add new warnings to perldelta | Gurusamy Sarathy | 2000-01-24 | 1 | -7/+7 |
* | fix misclassified warnings | Gurusamy Sarathy | 2000-01-23 | 1 | -3/+3 |
* | fix diagnostics to report "our" vs "my" correctly | Gurusamy Sarathy | 2000-01-23 | 1 | -8/+15 |
* | disallow our($foo::bar) | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+6 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 1 | -9/+16 |
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+5 |
* | clearer docs for change#4796; faster av_exists() | Gurusamy Sarathy | 2000-01-13 | 1 | -8/+8 |
* | partly fix perldiag regressions identified by Tom Christiansen | Gurusamy Sarathy | 1999-12-28 | 1 | -17/+17 |
* | update perldiag for change#4707 | Gurusamy Sarathy | 1999-12-27 | 1 | -3/+8 |
* | change#4641 needs perldiag.pod edit | Gurusamy Sarathy | 1999-12-06 | 1 | -1/+1 |
* | s/block/loop block/ in diagnostics about next, last, redo | Gurusamy Sarathy | 1999-12-04 | 1 | -13/+16 |
* | implement STOP blocks and fix compiler to use them (minimally | Gurusamy Sarathy | 1999-11-04 | 1 | -3/+4 |
* | Integrate with Sarathy; manual resolve on regcomp.c conflicts | Jarkko Hietaniemi | 1999-10-27 | 1 | -0/+9 |
|\ |
|
| * | don't allow SIGCHLD to be ignored at startup, or wait*() and | Gurusamy Sarathy | 1999-10-24 | 1 | -0/+9 |