Revision history for Perl extension Win32::Unicode
0.18 Sat Apr 10 17:29:54 2010 (+900)
- Win32::Unicode::File
Accelerated "file_type f => $file".
- Win32::Unicode::Dir
bug fixed.
while (defined(my $file = $wdir->fetch)) {
# snip ...
}
now works.
0.17 Fri Apr 2 15:26:18 2010 (+900)
- Win32::Unicode::Console
Added output record separator (allow $\).
Add to redirect standard output compatible.
0.16 Thu Apr 1 23:35:56 2010 (+900)
- Win32::Unicode::Console
supported for redirecting STDERR.
- tests
Suppress the warnings
0.15 Thu Mar 18 16:53:26 2010 (+900)
- Win32::Unicode::Console
supported console-redirect.
0.14 Sun Feb 28 14:46:56 2010 (+900)
- Win32::Unicode::Console
print 'foo', 'bar' ... had stopped working
because the modified.
0.13 Mon Feb 22 00:52:37 2010 (+900)
- Win32::Unicode::Console
When the console steering wheel changed,
the bug that was not output was corrected.
0.12 Sun Feb 21 19:04:39 2010 (+900)
- Win32::Unicode::Dir
little bug fix. # thx report Stefan
added DESTROY
- Win32::Unicode::Console
deep recursive bug fix.
print $fh $str support.
0.11 Wed Dec 23 03:55:38 2009 (+900)
- Win32::Unicode::File binmode bug fix.
0.10 Sun Dec 20 18:39:39 2009 (+900)
- bug fix
- wrote document.
0.09 Tue Nov 3 21:05:29 2009 (+900)
- make Win32::Unicode::Native
0.08 Sun Apr 5 01:27:14 2009 (+900)
- Win32::Unicode::File::filename_normalize added.
- Win32::Unicode::Dir buffer bug fix
0.07 Sat Mar 28 17:47:28 2009 (+900)
- many many changes
0.06 forget :P
- Win32::Unicode::Console
warnW change @_ -> Carp::shortmess(@_).
Added a sayW function.
- Win32::Unicode::FileUtil
Added file_size, file_type functions.
- All
use base Exporter -> use Exporter 'import'
use Carp qw(...) -> use Carp ();
- make Win32::Unicode::Util
- Win32::Unicode::Dir
Added mkdirW, rmdirW functions;
0.05 Wed Feb 25 03:53:12 2009 (+900)
- Win32::Unicode::Console buffer overload bug fix.
- make Win32::Unicode::FileUtil.
Win32::Unicode::Dir and Win32::Unicode::File use.
0.04 forget :P
- make Win32::Unicode::Console.
Win32::Unicode feature of the Win32::Unicode::Console yielded.
0.03 forget :P
- make Win32::Unicode::Encode.
Encoding feature of the Win32::Unicode::Encode yielded.
0.02 forget :P
- make Win32::Unicode::Dir.
0.01 Sat Feb 7 15:37:40 2009 (+900)
- original version