summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIXH.Merijn Brand2002-04-221-2/+8
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16074
* Signedness nit.Jarkko Hietaniemi2002-04-221-1/+1
| | | p4raw-id: //depot/perl@16073
* No semicolons after blocks.Jarkko Hietaniemi2002-04-221-2/+2
| | | p4raw-id: //depot/perl@16072
* Upgrade to PerlIO::encoding 0.04, from Dan Kogai.Jarkko Hietaniemi2002-04-222-37/+49
| | | p4raw-id: //depot/perl@16071
* Upgrade to Encode 1.56, from Dan Kogai.Jarkko Hietaniemi2002-04-2231-706/+892
| | | p4raw-id: //depot/perl@16070
* Comment tweak from Philip.Jarkko Hietaniemi2002-04-221-1/+1
| | | p4raw-id: //depot/perl@16069
* a Test::Harness tweak to make the test lines show up prettierGurusamy Sarathy2002-04-221-3/+13
| | | p4raw-id: //depot/perl@16068
* Integrate //depot/perlio into mainlineNick Ing-Simmons2002-04-225-52/+182
| | | p4raw-id: //depot/perl@16066
* clean up after stray test file litteringGurusamy Sarathy2002-04-227-5/+18
| | | | | | | NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when it seems that it shouldn't (looks like a handle leak in PerlIO to me) p4raw-id: //depot/perl@16065
* another windows fix: only create a new console for subprocessesGurusamy Sarathy2002-04-221-5/+5
| | | | | when all three stdhandles are invalid (from Jan Dubois) p4raw-id: //depot/perl@16062
* all the thread tests now pass on windows (32-bit and 64-bit)Gurusamy Sarathy2002-04-221-1/+0
| | | p4raw-id: //depot/perl@16060
* enable maximal optimizations on win64Gurusamy Sarathy2002-04-222-9/+19
| | | p4raw-id: //depot/perl@16059
* Tweaks copied from Philip Newton's Encode patches.Jarkko Hietaniemi2002-04-221-3/+3
| | | p4raw-id: //depot/perl@16058
* End blocks were not run on Win32.Artur Bergman2002-04-221-0/+1
| | | | | | The real fix should be to turn this flag on in RunPerl but I think we are too close 5.8 to change that. p4raw-id: //depot/perl@16057
* Do not unlock mutex twice.Artur Bergman2002-04-211-1/+3
| | | | | | Do not unlock mutex after it has been destroyed and freed. Do not email p5p without uncrossing eyes. p4raw-id: //depot/perl@16056
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-2111-19/+23
| | | | | | SvREFCNT_dec(x ? y : z) did not typecast the right thing due to missing parens in macro definition p4raw-id: //depot/perl@16055
* Make writing user-defined character properties nicer.Jarkko Hietaniemi2002-04-213-9/+35
| | | p4raw-id: //depot/perl@16054
* test appears to be ass_u_ming sizeof(long) == sizeof(IV), whichGurusamy Sarathy2002-04-211-6/+6
| | | | | isn't the case on win64 p4raw-id: //depot/perl@16053
* One more way to do character class subtraction.Jarkko Hietaniemi2002-04-211-3/+6
| | | p4raw-id: //depot/perl@16052
* Mopup of #16048.Jarkko Hietaniemi2002-04-211-10/+10
| | | p4raw-id: //depot/perl@16051
* some test failures have been fixedGurusamy Sarathy2002-04-211-2/+0
| | | p4raw-id: //depot/perl@16050
* use compare_text() rather than compare() to avoid bogusGurusamy Sarathy2002-04-211-3/+3
| | | | | failures when the test files happen to be CRLF terminated p4raw-id: //depot/perl@16049
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-2132-462/+467
| | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048
* another Storable test (Re: perl@16005)Nicholas Clark2002-04-213-5/+304
| | | | | Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16047
* Win32: encode/t/perlio.t needs some binmodeMattia Barbon2002-04-211-0/+2
| | | | | | From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-ID: <3CC3150F.5798.22A05AE@localhost> p4raw-id: //depot/perl@16046
* Typo in pod/perltrap.podAndrey Sapozhnikov2002-04-211-4/+10
| | | | | | | Message-ID: <3CC021EC.5080005@icb.chel.su> (tweaked a bit) p4raw-id: //depot/perl@16045
* Do not assume that io buffer flushing happens in the sameJarkko Hietaniemi2002-04-211-38/+21
| | | | | order as joins (that assumption broke in a multicpu IRIX box) p4raw-id: //depot/perl@16044
* As if people would be reading the documentation :-)Jarkko Hietaniemi2002-04-211-0/+2
| | | p4raw-id: //depot/perl@16043
* Typo tweaks.Jarkko Hietaniemi2002-04-211-2/+2
| | | p4raw-id: //depot/perl@16042
* Got the last memory leak in the while(1) { threads->create(sub Artur Bergman2002-04-211-1/+2
| | | | | | | {})->join() }, now we can loop over a million threads without a problem. Cleared up SVs that should have been mortal but never where. p4raw-id: //depot/perl@16041
* Make doc clearer, as suggested by Brent DaxRafael Garcia-Suarez2002-04-211-1/+1
| | | p4raw-id: //depot/perl@16040
* Revert change #15974.Rafael Garcia-Suarez2002-04-211-8/+0
| | | | | p4raw-link: @15974 on //depot/perl: 8a6aa900aaa729fd6735df2eb96e87e52d2662e8 p4raw-id: //depot/perl@16039
* S_ stands sfor static.Jarkko Hietaniemi2002-04-211-3/+3
| | | p4raw-id: //depot/perl@16036
* htovs et al might be macros.Jarkko Hietaniemi2002-04-211-0/+2
| | | p4raw-id: //depot/perl@16035
* missed checkin of this file in change#16033Gurusamy Sarathy2002-04-211-2/+2
| | | | | p4raw-link: @16033 on //depot/perl: c623ac675720b3145d48cc2ea9474a0f3e0cbbca p4raw-id: //depot/perl@16034
* Windows 64-bit support:Gurusamy Sarathy2002-04-2128-123/+4895
| | | | | | | | | | | | | | | | | | | | | | | | | | | * support for building it in the regular makefiles * large files support via the _*i64() functions (this should be portable to the 32-bit universe too, but quite untested and and binary-incompatible, therefore not enabled there) * three additional test failures in addition to the t/end.t one (see README.win32) * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel the ones available from the CRT (needed because Perl uses the UVxf macros in both sprintf() *and* in sv_catpvf() et al.) * add a few 64-bit notes to README.win32 The following general problems were also fixed: * s/struct stat/Stat_t/g * Data::Dumper had some naughty 'long' typecasts * Errno_pm.PL didn't work safe when winsock.h was not in the same directory as errno.h * various tell/seek things were incorrectly prototyped * squelch ugly looking noise when running tests * Embed.t wasn't linking in all the libraries * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1) * re-enable all the disabled warnings (additional fixes may be needed for the warnings uncovered by this) p4raw-id: //depot/perl@16033
* Upgrade to Encode 1.52, from Dan Kogai.Jarkko Hietaniemi2002-04-2013-31113/+22779
| | | p4raw-id: //depot/perl@16032
* Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixedMark-Jason Dominus2002-04-201-10/+12
| | | | | Message-ID: <20020420073628.324.qmail@plover.com> p4raw-id: //depot/perl@16031
* Remove auto-detachArtur Bergman2002-04-201-10/+16
| | | | | | | | Cleans up memory now, destroys the mutex and frees thread Makes returnvalues mortal Doesn't run thread_destruct until the thread has stopped AND all references to it are gone. p4raw-id: //depot/perl@16030
* rescue perldoc for VMSCraig A. Berry2002-04-201-2/+6
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111701b8e779a639b9@[172.16.52.1]> p4raw-id: //depot/perl@16029
* Re: [PATCH] typoAndreas König2002-04-201-9/+9
| | | | | Message-ID: <m37kn2o5bw.fsf@anima.de> p4raw-id: //depot/perl@16028
* Upgrade to Encode 1.51, from Dan Kogai.Jarkko Hietaniemi2002-04-2015-32356/+32625
| | | p4raw-id: //depot/perl@16026
* purge existing win64 stuff (this never really worked in 5.7.x)Gurusamy Sarathy2002-04-205-5257/+0
| | | | | in preparation for completely redone win64 support p4raw-id: //depot/perl@16025
* Re: perl@16005Stas Bekman2002-04-201-1/+7
| | | | | | Message-ID: <3CC0F769.1010705@stason.org> (with a minor formatting nit) p4raw-id: //depot/perl@16024
* perlunicode.pod typosAndreas König2002-04-201-7/+6
| | | | | Message-ID: <m3vgamoheu.fsf@anima.de> p4raw-id: //depot/perl@16021
* Test tweak from mjd.Jarkko Hietaniemi2002-04-201-0/+1
| | | p4raw-id: //depot/perl@16020
* Integrate perlio:Jarkko Hietaniemi2002-04-203-54/+154
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 16018] Fill in the PERLIO sections. [ 16017] Add :bytes to POD part. Remove 'alias' to Encode now it exists as a module. [ 16014] Tweak to Encode.xs to avoid buffer overrun. [ 16007] Silence warning generating warning message for U+FFFF does not map etc. [ 15912] XS versions of encode/decode for Encode::Unicode p4raw-link: @16018 on //depot/perlio: 44a4342c9f1bf4dd16241a6721340a5828ede477 p4raw-link: @16017 on //depot/perlio: c1a61b17baa5d77173aa89ea26a8e563597258e5 p4raw-link: @16014 on //depot/perlio: 0172fc7f023949162f3e79310fb0db0dd22a98f1 p4raw-link: @16007 on //depot/perlio: c6a7db43c3667911196e8ad7c6a3ad53333f3cf3 p4raw-link: @15912 on //depot/perlio: d5c9ee33b57c6c516247cc68878006fd91166a49 p4raw-id: //depot/perl@16019
| * Fill in the PERLIO sections.Nick Ing-Simmons2002-04-201-24/+116
| | | | | | p4raw-id: //depot/perlio@16018
| * Add :bytes to POD part.Nick Ing-Simmons2002-04-201-3/+11
| | | | | | | | | | Remove 'alias' to Encode now it exists as a module. p4raw-id: //depot/perlio@16017
| * Integrate mainlineNick Ing-Simmons2002-04-2010-51/+239
| |\ | | | | | | p4raw-id: //depot/perlio@16015