diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-06-30 18:49:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-06-30 18:49:36 +0000 |
commit | 7018e1c7fc1f6c244a481cec6b6a2f060a087bfd (patch) | |
tree | 32e9ff4d7ae5825da4dfd034bc723a67c6731bf7 /doc | |
parent | cb6d8d9dfcf7176bf6d8347c1bb91eda0605abe3 (diff) | |
download | pkgsrc-7018e1c7fc1f6c244a481cec6b6a2f060a087bfd.tar.gz |
Update pkglint to 3.83. Changes:
- made the program compile with "use strict"
- completely rewrote some subs to make the code more readable
- converted the global ("local") variables into local ("my") ones ;-)
- limited the scope of variables where possible
- added file and line number to the error messages where possible
Patch contributed by Roland Illig in private mail.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 84052b7c297..baa25b43d11 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6406 2004/06/30 17:35:43 jschauma Exp $ +$NetBSD: CHANGES,v 1.6407 2004/06/30 18:49:36 hubertf Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3191,3 +3191,4 @@ Changes to the packages collection and infrastructure in 2004: Updated xfce4-cpugraph-plugin to 0.2.2 [martti 2004-06-30] Updated binutils to 2.15.0.0 [shannonjr 2004-06-30] Added xraidadmin-1.3 [jschauma 2004-06-30] + Updated pkglint to 3.83 [hubertf 2004-06-30] |