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