diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-16 23:29:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-16 23:29:57 +0000 |
commit | 6563884dae97ae99172d96ce90573739bdab207a (patch) | |
tree | bc63c76aef584bbbe79b783c7fa451bd853e056a /win32 | |
parent | c997c2e07ef705a9dad0681d6196c645dd28193c (diff) | |
download | perl-6563884dae97ae99172d96ce90573739bdab207a.tar.gz |
Integrate:
[ 18478]
Upgrade to Encode 1.84.
[ 18479]
Add a test for encoding 'utf8'.
[ 18480]
Encode 1.84 broke the subtest #7, further study required.
[ 18481]
Apparently some stdios have bugs (no! don't tell it is so!)
or there is a corner of stdio that is substandardised.
[ 18483]
Detypo.
[ 18484]
Upgrade to Time::HiRes 1.42.
[ 18486]
isa() and can() didn't work on magic variables
see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
plus a test case by B. Goldberg
[ 18487]
Add a test case for bug [perl #19545]
[ 18488]
Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
From: Brendan O'Dea <bod@debian.org>
Date: Sun, 12 Jan 2003 06:17:30 +1100
Message-ID: <20030111191730.GA19420@londo.c47.org>
[ 18489]
Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
From: Brendan O'Dea <bod@debian.org>
Date: Sun, 12 Jan 2003 06:18:32 +1100
Message-ID: <20030111191832.GA19441@londo.c47.org>
[ 18490]
Make the locale-induced UTF-8-ification of STD fhs
and the default file open layer explicit (either -C
or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
[ 18491]
if (0) the PL_widesyscalls code for now: Sarathy
should take another look to see whether it is really
safe to remove the code, too.
[ 18492]
Subject: Update for ext/Digest/MD5/
From: Gisle Aas <gisle@ActiveState.com>
Date: 30 Dec 2002 07:38:16 -0800
Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
[ 18493]
Subject: Update for ext/MIME/Base64/
From: Gisle Aas <gisle@ActiveState.com>
Date: 30 Dec 2002 07:34:34 -0800
Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
[ 18494]
Upgrade to CGI.pm 2.89.
[ 18495]
It seems the binmode() is needed with UTF-8 locales enabled.
[ 18496]
Fix 'use encoding' I/O for code points 0x80..0xFF;
code changes from Inaba Hiroto; test tweaks by jhi.
[ 18501]
Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
From: "Jos I. Boumans" <kane@dwim.org>
Date: Thu, 16 Jan 2003 14:04:48 +0100
Message-ID: <3E26ADF0.6010605@dwim.org>
(with test tweaks)
[ 18502]
Integrate from maint-5.6:
[ 18477]
search utility doesn't skip exe/lib/pdb files properly on windows
p4raw-link: @18502 on //depot/perl: a53a623d22845c6a34d5eb25a0d3d7e0a1755fff
p4raw-link: @18501 on //depot/perl: 17ab9c147afa44f9f620bca432b3948e42711043
p4raw-link: @18496 on //depot/perl: 88632417a970dff8f92718b0800b1aa1400cb4ae
p4raw-link: @18495 on //depot/perl: caf774a6b47c93401a4581fab332b04b560c89d5
p4raw-link: @18494 on //depot/perl: 188ba75556c4451b4917a07bdebb8cb8e6f96a60
p4raw-link: @18493 on //depot/perl: b9e0df4ce9ebbf27eb483afdd874a643a388ddae
p4raw-link: @18492 on //depot/perl: 9a03235d71a6ebc5a1eb9cdd3a23e531d8645e9c
p4raw-link: @18491 on //depot/perl: 581883cdf264875c9c1f1fd2c8d45ef942f553c1
p4raw-link: @18490 on //depot/perl: fde18df140d5f64815bdd632a127ecd5ce3d97fa
p4raw-link: @18489 on //depot/perl: cd2d1bacbf7960cece81f64bfbaaedda360c78aa
p4raw-link: @18488 on //depot/perl: 327219e7a302d8d18bdc29ddf82363d52e194d49
p4raw-link: @18487 on //depot/perl: db80722ab973cb702dbbd653128e10a109609401
p4raw-link: @18486 on //depot/perl: 253ecd6d4a439a0600720c59c5e6516a269933d8
p4raw-link: @18484 on //depot/perl: 98b50af3d45dfb6f244ad0156bf5b77f62f20375
p4raw-link: @18483 on //depot/perl: c2cd1a89c99fd8185e342cf6d76087708ace38ab
p4raw-link: @18481 on //depot/perl: c6b468669ccdb9d00657bf19b6aedb2a9fa88ca7
p4raw-link: @18480 on //depot/perl: bf515f6a8a42412ff92eeae0775fe495bf4f65bb
p4raw-link: @18479 on //depot/perl: 06fb145cab43a2ded6cd129384406808a391c59a
p4raw-link: @18478 on //depot/perl: 0f7c507f688c1f7ff05ce69abb8332c23e7ec07d
p4raw-link: @18477 on //depot/maint-5.6/perl: 37af9f487a3ad816fb4a9e8724e9b7e9e9985df2
p4raw-id: //depot/maint-5.8/perl@18503
p4raw-branched: from //depot/perl@18466 'branch in'
ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t (@18479..)
p4raw-integrated: from //depot/perl@18466 'copy in'
ext/Time/HiRes/fallback/const-c.inc
ext/Time/HiRes/fallback/const-xs.inc win32/bin/search.pl
(@8614..) ext/MIME/Base64/Changes (@9334..)
ext/Digest/MD5/t/align.t ext/MIME/Base64/t/unicode.t (@10676..)
lib/CGI/Cookie.pm lib/CGI/Pretty.pm (@12876..) lib/CGI/t/carp.t
lib/CGI/t/pretty.t (@12930..) lib/diagnostics.pm (@13716..)
t/op/universal.t (@14423..) t/op/do.t (@14741..) lib/CGI.pm
lib/CGI/Carp.pm lib/CGI/t/html.t (@15872..) lib/File/Find.pm
(@16108..) ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
(@16427..) ext/Digest/MD5/Makefile.PL (@17128..)
ext/Digest/MD5/t/files.t (@17292..) ext/MIME/Base64/Base64.pm
(@17368..) ext/MIME/Base64/t/quoted-print.t (@17429..)
ext/MIME/Base64/QuotedPrint.pm (@17449..)
lib/File/Find/t/find.t (@17884..) ext/Time/HiRes/HiRes.xs
(@18034..) pod/perluniintro.pod (@18051..) ext/Encode/t/CJKT.t
(@18057..) locale.c (@18165..) ext/Encode/Changes
ext/Encode/Encode.pm ext/Encode/MANIFEST (@18175..)
pod/perlunicode.pod (@18280..) ext/Time/HiRes/Changes
ext/Time/HiRes/HiRes.pm ext/Time/HiRes/Makefile.PL (@18339..)
ext/Encode/Encode.xs (@18473..) t/io/tell.t (@18475..)
ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm (@18478..)
t/uni/tr_utf8.t (@18480..) 'merge in' wince/win32.h (@18030..)
win32/win32.h (@18120..) intrpvar.h (@18203..) pp.c (@18280..)
embedvar.h perlapi.h (@18355..) sv.h (@18419..) mg.c (@18453..)
doio.c gv.c perl.c sv.c universal.c (@18456..) pod/perlvar.pod
(@18467..) MANIFEST (@18485..) pod/perlrun.pod (@18489..)
Diffstat (limited to 'win32')
-rw-r--r-- | win32/bin/search.pl | 4 | ||||
-rw-r--r-- | win32/win32.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/win32/bin/search.pl b/win32/bin/search.pl index f647b8426f..2ceffa7bce 100644 --- a/win32/bin/search.pl +++ b/win32/bin/search.pl @@ -634,8 +634,8 @@ sub read_rc ## no RC file -- use this default. @default = split(/\n/,<<'--------INLINE_LITERAL_TEXT'); magic: 32 : $H =~ m/[\x00-\x06\x10-\x1a\x1c-\x1f\x80\xff]{2}/ - option: -skip '.a .COM .elc .EXE .gz .o .pbm .xbm .dvi' - option: -iskip '.tarz .zip .z .lzh .jpg .jpeg .gif .uu' + option: -skip '.a .elc .gz .o .pbm .xbm .dvi' + option: -iskip '.com .exe .lib .pdb .tarz .zip .z .lzh .jpg .jpeg .gif .uu' <!~> option: -skip '~ #' --------INLINE_LITERAL_TEXT } diff --git a/win32/win32.h b/win32/win32.h index 9e4fbd4afb..4f6996b723 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -462,7 +462,7 @@ DllExport int win32_async_check(pTHX); lpw, wlen, (LPSTR)lpa, nChars,NULL,NULL)) #define W2AHELPER(lpw, lpa, nChars) W2AHELPER_LEN(lpw, -1, lpa, nChars) -#define USING_WIDE() (PL_widesyscalls && PerlEnv_os_id() == VER_PLATFORM_WIN32_NT) +#define USING_WIDE() (0) #ifdef USE_ITHREADS # define PERL_WAIT_FOR_CHILDREN \ |