Changelog for
perl_checker-debug-1.2.4-2mdv2007.1.i586.rpm :
Thu Dec 21 23:00:00 2006 Pixel
1.2.4-2mdv2007.0
+ Revision: 101038
- new release, 1.2.4
- handle P(...) for plurals (similar to N(...))
Tue Dec 12 23:00:00 2006 Gwenole Beauchesne 1.2.3-2mdv2007.1
+ Revision: 95270
- x86_64 now has a native compiler but not ppc64
Mon Dec 4 23:00:00 2006 Pixel 1.2.3-1mdv2007.1
+ Revision: 90410
- 1.2.3
- fake_packages:
o add MDV::Distribconf methods used by urpm.pm
o add Gtk2::Html2 (for mcc)
o add a fake module for Gtk2::NotificationBubble so that network tools
can be checked
o update Gnome2::Vte
- fix some warnings:
o don\'t suggest replacing \"\\l\" with \"l\"
o fix warning for \"\\\"x\'\"
o handle -z and -t (per titi request)
o handle \"use base \'Exporter\'\"
o no warnings on: !our $foo
Tue Nov 7 23:00:00 2006 Pixel 1.2.2-1mdv2007.0
+ Revision: 77297
- urpm.pm and URPM/Resolve.pm are now perl_checker compliant
- moved SVN repository out of perl-MDK-Common to its own dir
- %INC is known
Thu Oct 26 00:00:00 2006 Pixel 1.1.31-1mdv2007.1
+ Revision: 72699
- Curses::UI: add Dialog::Progress methods
Sat Oct 21 00:00:00 2006 Pixel 1.1.30-1mdv2007.0
+ Revision: 71565
- add a few more functions to Curses/UI.pm and Curses
Thu Oct 19 00:00:00 2006 Thierry Vignaud 1.1.29-1mdv2007.1
+ Revision: 66619
- sync with Glib & Gtk2 bindings 1.140
- sync with Gnome2-Vte-0.06
- sync with Gnome2-1.040
Thu Oct 19 00:00:00 2006 Pixel 1.1.28-1mdv2007.0
+ Revision: 66598
- new release
- added fake package Curses::UI
- remove false warning for \"\\c\"
- detect some unreachable code (code following exit/die/...)
- new release
- added fake package Curses::UI
- remove false warning for \"\\c\"
- detect some unreachable code (code following exit/die/...)
- Import perl_checker
Thu Aug 24 00:00:00 2006 Pixel 1.1.27-1mdv2007.0
- add fake MDV::Distribconf
Thu Jun 22 00:00:00 2006 Pixel 1.1.26-1mdv2007.0
- handle $o->pop
Fri Jun 16 00:00:00 2006 Pixel 1.1.25-1mdv2007.0
- handle \"use base ...\"
- add a fake packdrake.pm
Thu Jun 15 00:00:00 2006 Pixel 1.1.24-1mdv2007.0
- \"pop AATTl\" return value can be dropped (ie make it similar to \"shift\")
Tue May 16 00:00:00 2006 Pixel 1.1.23-1mdk
- it seems stack is smaller on amd64, function concat_spaces need to be tail-recursive
Wed Apr 12 00:00:00 2006 Thierry Vignaud 1.1.22-1mdk
- sync with Glib/Gtk2-1.120
Fri Nov 25 23:00:00 2005 Pixel 1.1.21-1mdk
- renamed package from perl-MDK-Common-devel to perl_checker
- new option --generate-package-dependencies-graph
Fri Nov 26 23:00:00 2004 Pixel 1.1.20-2mdk
- new checks
Wed Nov 10 23:00:00 2004 Pixel 1.1.19-1mdk
- various enhancements/fixes
Thu Aug 19 00:00:00 2004 Pixel 1.1.17-3mdk
- use DESTDIR
- add perl_checker-vim
- add Ctrl-return in perl and cperl emacs mode
- fake Getopt::Long
Thu Aug 12 00:00:00 2004 Pixel 1.1.17-2mdk
- various enhancements/fixes
Sat Jul 24 00:00:00 2004 Pixel 1.1.15-2mdk
- workaround bug in ocaml on ultrasparc
(can\'t catch exception \"Fatal error: out-of-bound access in array or string\" in native code)
Tue May 11 00:00:00 2004 Pixel 1.1.12-1mdk
- many enhancements and cleanup
Thu Apr 8 00:00:00 2004 Thierry Vignaud 1.1.11-4mdk
- perl_checker:
o add perl_checker.html
o add testsuite
o fix detecting of boolean context vs scalar context
o fix some warning
o in \"$a ? $a : xxx\", \"xxx\" can need short circuit
o recognize \"-c\" function
o turn some errors to warnings
- perl_checker\'s faked packages:
o sync with glib/gtk+ 2.4.0
o support Gnome2 and Gnome2::Vte too
Fri Feb 13 23:00:00 2004 Thierry Vignaud 1.1.10-2mdk
- update gtk2-perl binding fake package
Tue Jan 13 23:00:00 2004 Pixel 1.1.11-1mdk
- sync perl_checker_fake_packages/{Glib,Gtk2}.pm
- fix build time overflow in cache
Fri Jan 9 23:00:00 2004 Pixel 1.1.10-2mdk
- entries in generated pot file are sorted by files
Mon Jan 5 23:00:00 2004 Pixel 1.1.9-1mdk
- many enhancements