ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/common-sense/Changes
Revision: 1.17
Committed: Fri Jan 14 06:46:29 2011 UTC (13 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-3_4
Changes since 1.16: +8 -0 lines
Log Message:
3.4

File Contents

# User Rev Content
1 root 1.2 Revision history for perl pragma common::sense.
2    
3 root 1.17 3.4 Fri Jan 14 07:17:16 CET 2011
4     - remove "regexp" category. this is rather painful as it's a large
5     class, but unfortunately, somebody thought emitting a warning when you
6     match more than 32kb of text is in some way useful, which spoils the whole
7     category.
8     - use META.json instead of META.yml - apparently YAML parsers don't actually
9     exist.
10    
11 root 1.16 3.3 Fri Jul 2 22:40:14 CEST 2010
12     - removed "exiting" category - this is too useful to create new
13     control statements, and fails utterly with eval, as eval will
14     catch the (fatal) warning itself. Kind of hurts, but this is
15     just another warning category which is too broad and has to be
16     disabled fully because of a minority of issues.
17    
18 root 1.15 3.2 Fri Apr 16 01:46:02 CEST 2010
19     - removed "substr" warning - while it overall is a good category,
20     "substr '', 2" is entirely sensible.
21    
22 root 1.14 3.1 Sat Apr 3 04:56:36 CEST 2010
23     - removed "parenthesis" warning:
24     sysread $fh, my $buf, -s $fh; # ok
25     sysread $fh, my $buf, $size; # warning
26     Made no sense to me, especially as $size is in scope.
27 root 1.13 - no longer hardcode warning/struct bits, calculate them at
28     installation time, for when I will no longer be alive etc.
29 root 1.12 - tweaked documentation.
30    
31 root 1.11 3.0 Tue Dec 15 03:24:28 CET 2009
32     - enable "use utf8" effect by default.
33     - removed "utf8" warning category. while this contains useful security
34     stuff, it also makes implementing security stuff almost impossible,
35     as it completely mangles perls internal utf8 encoding with actual
36     utf-8 encoding, and confuses "unicode", "string codepoints" and
37     "utf-8" so much that it becoems practically unusable.
38    
39 root 1.10 2.03 Wed Dec 2 18:38:53 CET 2009
40     - removed "unopened" warning category, as this breaks "stat _", which
41     seems to be a bug in all perl versions (see perlbug #71002).
42     - some doc updates.
43    
44 root 1.9 2.02 Wed Nov 4 12:04:08 CET 2009
45     - no functional changes.
46     - add META.yml clarification to the faq, tune the docs a bit
47     and add a "much reduced typing" section.
48     - unfortunately, the tone of the manpage has tightened and is
49     more serious in many parts now. We consider this a bug that we
50     plan to fix before 2100.
51    
52 root 1.8 2.01 Mon Oct 5 17:01:48 CEST 2009
53     - add a FAQ section.
54     - use a more future-proof way to set the warning mask.
55    
56 root 1.7 2.0 Tue Sep 1 20:28:25 CEST 2009
57     - codename "fatality", now with big doses of... fatality.
58 root 1.6 - enabled an enourmous number of warnings and made them FATAL,
59     as warned about in earlier releases. Of course we carefully
60     tested the new warnings against our modules, as mentioned
61     in the manpage, too.
62 root 1.5
63 root 1.4 1.0 Sat Aug 22 22:08:50 CEST 2009
64     - no functional changes.
65     - really, the first version of common sense!
66     - slightly improved documentation.
67     - forgot to include license.
68    
69 root 1.3 0.04 Sun Aug 2 10:29:23 CEST 2009
70     - added "what others..." section.
71     - reinforce attempt at world domination.
72    
73 root 1.2 0.03 Thu Jul 9 20:16:33 CEST 2009
74     - first public release, written on the Piratenstammtisch
75     (http://wiki.piratenpartei.de/Stammtisch_Karlsruhe).
76 root 1.1
77     0.01 Thu Jul 9 17:48:00 CEST 2009
78     - original version; cloned from Convert::Scalar.
79