ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/Changes
(Generate patch)

Comparing common-sense/Changes (file contents):
Revision 1.2 by root, Thu Jul 9 18:18:10 2009 UTC vs.
Revision 1.16 by root, Fri Jul 2 20:43:05 2010 UTC

1Revision history for perl pragma common::sense. 1Revision history for perl pragma common::sense.
2
33.3 Fri Jul 2 22:40:14 CEST 2010
4 - removed "exiting" category - this is too useful to create new
5 control statements, and fails utterly with eval, as eval will
6 catch the (fatal) warning itself. Kind of hurts, but this is
7 just another warning category which is too broad and has to be
8 disabled fully because of a minority of issues.
9
103.2 Fri Apr 16 01:46:02 CEST 2010
11 - removed "substr" warning - while it overall is a good category,
12 "substr '', 2" is entirely sensible.
13
143.1 Sat Apr 3 04:56:36 CEST 2010
15 - removed "parenthesis" warning:
16 sysread $fh, my $buf, -s $fh; # ok
17 sysread $fh, my $buf, $size; # warning
18 Made no sense to me, especially as $size is in scope.
19 - no longer hardcode warning/struct bits, calculate them at
20 installation time, for when I will no longer be alive etc.
21 - tweaked documentation.
22
233.0 Tue Dec 15 03:24:28 CET 2009
24 - enable "use utf8" effect by default.
25 - removed "utf8" warning category. while this contains useful security
26 stuff, it also makes implementing security stuff almost impossible,
27 as it completely mangles perls internal utf8 encoding with actual
28 utf-8 encoding, and confuses "unicode", "string codepoints" and
29 "utf-8" so much that it becoems practically unusable.
30
312.03 Wed Dec 2 18:38:53 CET 2009
32 - removed "unopened" warning category, as this breaks "stat _", which
33 seems to be a bug in all perl versions (see perlbug #71002).
34 - some doc updates.
35
362.02 Wed Nov 4 12:04:08 CET 2009
37 - no functional changes.
38 - add META.yml clarification to the faq, tune the docs a bit
39 and add a "much reduced typing" section.
40 - unfortunately, the tone of the manpage has tightened and is
41 more serious in many parts now. We consider this a bug that we
42 plan to fix before 2100.
43
442.01 Mon Oct 5 17:01:48 CEST 2009
45 - add a FAQ section.
46 - use a more future-proof way to set the warning mask.
47
482.0 Tue Sep 1 20:28:25 CEST 2009
49 - codename "fatality", now with big doses of... fatality.
50 - enabled an enourmous number of warnings and made them FATAL,
51 as warned about in earlier releases. Of course we carefully
52 tested the new warnings against our modules, as mentioned
53 in the manpage, too.
54
551.0 Sat Aug 22 22:08:50 CEST 2009
56 - no functional changes.
57 - really, the first version of common sense!
58 - slightly improved documentation.
59 - forgot to include license.
60
610.04 Sun Aug 2 10:29:23 CEST 2009
62 - added "what others..." section.
63 - reinforce attempt at world domination.
2 64
30.03 Thu Jul 9 20:16:33 CEST 2009 650.03 Thu Jul 9 20:16:33 CEST 2009
4 - first public release, written on the Piratenstammtisch 66 - first public release, written on the Piratenstammtisch
5 (http://wiki.piratenpartei.de/Stammtisch_Karlsruhe). 67 (http://wiki.piratenpartei.de/Stammtisch_Karlsruhe).
6 68

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines