summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Tweak to Encode.xs to avoid buffer overrun.Nick Ing-Simmons2002-04-201-2/+2
| | | | | | | | | p4raw-id: //depot/perlio@16014
| * | Silence warning generating warning message for U+FFFF does not map etc.Nick Ing-Simmons2002-04-191-27/+27
| | | | | | | | | p4raw-id: //depot/perlio@16007
| * | Integrate mainline (for Tk with Encode testing)Nick Ing-Simmons2002-04-1947-1116/+2056
| |\ \ | | | | | | | | | | | | | | | | Some perlio & encode issues otherwise cleanish. p4raw-id: //depot/perlio@16006
| * \ \ Integrate mainlineNick Ing-Simmons2002-04-1814-274/+311
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@15990
| * \ \ \ Integrate mainlineNick Ing-Simmons2002-04-1758-828/+1640
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@15976
| * \ \ \ \ Integate mainline (other machine)Nick Ing-Simmons2002-04-160-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@15955
| * \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-04-1648-176/+2336
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@15954
| * \ \ \ \ \ \ Integrate mainline (for Encode)Nick Ing-Simmons2002-04-1530-343/+760
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@15932
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-04-1513-285/+195
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@15919
| * | | | | | | | | XS versions of encode/decode for Encode::UnicodeNick Ing-Simmons2002-04-142-19/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@15912
* | | | | | | | | | Really let the update of the link list do something.Artur Bergman2002-04-201-2/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16016
* | | | | | | | | [PATCH] t/japh/abigail.tJarkko Hietaniemi2002-04-201-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: abigail@foad.org Date: Fri, 19 Apr 2002 02:21:36 +0200 Message-ID: <20020419002136.16948.qmail@foad.org> Subject: Re: [PATCH] t/japh/abigail.t From: "Craig A. Berry" <craigberry@mac.com> Date: Fri, 19 Apr 2002 11:23:45 -0500 Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]> p4raw-id: //depot/perl@16013
* | | | | | | | | User-defined character properties were unintentionallyJarkko Hietaniemi2002-04-204-17/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed, noticed by Dan Kogai. p4raw-id: //depot/perl@16012
* | | | | | | | | Re: [PATCH] Big5-related changes.Audrey Tang2002-04-192-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20020419200631.GA20964@not.autrijus.org> p4raw-id: //depot/perl@16011
* | | | | | | | | Add a BUGS sections to O.pmRafael Garcia-Suarez2002-04-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16010
* | | | | | | | | Disable warning noiseRafael Garcia-Suarez2002-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16009
* | | | | | | | | More tests for the 3-arg openRafael Garcia-Suarez2002-04-192-1/+14
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | p4raw-id: //depot/perl@16008
* | | | | | | | Update Changes.Jarkko Hietaniemi2002-04-192-1/+219
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16005
* | | | | | | | warn on ref open without perlioRafael Garcia-Suarez2002-04-193-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20020418231744.A24159@rafael> (with one nit, the skip message needed "# " prefix) p4raw-id: //depot/perl@16004
* | | | | | | | Smoke 15996 /pro/3gl/CPAN/perl-current H.Merijn Brand2002-04-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16003
* | | | | | | | Upgrade to PerlIO::encoding 0.02, from Dan Kogai.Jarkko Hietaniemi2002-04-192-9/+30
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16002
* | | | | | | | Upgrade to Encode 1.50, from Dan Kogai.Jarkko Hietaniemi2002-04-1927-870/+1369
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16001
* | | | | | | | CPAN.pm syncAndreas König2002-04-193-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <m3ads0qah0.fsf@anima.de> p4raw-id: //depot/perl@16000
* | | | | | | | Snip away an obsolete section noticed by Benjamin Goldberg.Jarkko Hietaniemi2002-04-191-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@15999
* | | | | | | | The previous change on this was *ahem* slightly off-topic.Jarkko Hietaniemi2002-04-191-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@15998
* | | | | | | | Typo in pod/perldebtut.podAbigail2002-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <20020418150945.389.qmail@foad.org> p4raw-id: //depot/perl@15996
* | | | | | | | z/OS situation update.Jarkko Hietaniemi2002-04-181-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@15995
* | | | | | | | Doc tweaks.Jarkko Hietaniemi2002-04-182-161/+170
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@15994
* | | | | | | | The tests need perlio.Jarkko Hietaniemi2002-04-182-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@15993
* | | | | | | | [PATCH 5.7.3 docs] The question deals with a bug that was fixedMark-Jason Dominus2002-04-181-34/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Thu, 18 Apr 2002 09:38:17 -0400 Message-ID: <20020418133817.22436.qmail@plover.com> Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient From: Mark-Jason Dominus <mjd@plover.com> Date: Thu, 18 Apr 2002 09:54:50 -0400 Message-ID: <20020418135450.22999.qmail@plover.com> p4raw-id: //depot/perl@15992
* | | | | | | | Port testcases from thr5005 tests so we don't fail on same things.Artur Bergman2002-04-184-0/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added yield support using threads->yield(). p4raw-id: //depot/perl@15991
* | | | | | | | Always flush the PerlIO buffers after running END blocks in Artur Bergman2002-04-181-0/+3
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | perl_destruct. This should fix ext/threads/t/end.t under Win32. p4raw-id: //depot/perl@15989
* | | | | | | plug memory leak in perl_destruct() by cleaning out PL_debug_padDoug MacEachern2002-04-181-0/+10
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@15988
* | | | | | | Move /dev/full testing post-5.8.0.Jarkko Hietaniemi2002-04-172-33/+0
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@15987
* | | | | | | Neither UNICOS nor UNICOS/mk sport shared libraries.Jarkko Hietaniemi2002-04-172-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ("Crays have only REAL memory.") p4raw-id: //depot/perl@15986