ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/Changes
Revision: 1.15
Committed: Thu Apr 15 23:46:22 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-3_2
Changes since 1.14: +4 -0 lines
Log Message:
3.2

File Contents

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