summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the _() macro since (1) we require ANSI anywayJarkko Hietaniemi2002-01-221-1/+1
| | | | | | (2) Other software (GNU) seems to use it and we don't need it, so let's give it up. p4raw-id: //depot/perl@14374
* Undo the renaming of the Unicode data files; the simpleJarkko Hietaniemi2002-01-212-4/+4
| | | | | | | | | solution being not including the *.html files. This means that in the future there is no need for any renamings (well, assuming that the Consortium doesn't cause any), and the files are named like they are in the Consortium website, thus alleviating confusion. p4raw-id: //depot/perl@14370
* [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patchRafael Garcia-Suarez2002-01-201-1/+1
| | | | | Message-ID: <20020120135136.A710@rafael> p4raw-id: //depot/perl@14358
* ext/SDBM_File/sdbm.t -- VOS fixPaul Green2002-01-191-1/+1
| | | | | Message-Id: <200201191814.NAA09367@mailhub2.stratus.com> p4raw-id: //depot/perl@14347
* ext/File/Glob/t/basic.t - VOS patchPaul Green2002-01-191-2/+8
| | | | | Message-Id: <200201191619.LAA07751@mailhub2.stratus.com> p4raw-id: //depot/perl@14344
* ext/Cwd/t/cwd.t -- for VOSPaul Green2002-01-191-1/+1
| | | | | Message-Id: <200201190400.XAA16899@mailhub1.stratus.com> p4raw-id: //depot/perl@14343
* ext/Devel/DProf/DProf.t - different wayPaul Green2002-01-191-1/+2
| | | | | Message-Id: <200201182125.QAA08563@mailhub1.stratus.com> p4raw-id: //depot/perl@14341
* Try to make the connect/read/write timeouting.Jarkko Hietaniemi2002-01-181-9/+39
| | | p4raw-id: //depot/perl@14330
* Simplify the code that duplicates the threads Artur Bergman2002-01-171-38/+16
| | | | | | init function and the parameters to the thread by using sv_dup. Note,what happens if you pass a shared variable as a parameter? p4raw-id: //depot/perl@14311
* Re: [Patch @14129] fixes Unicode::NormalizeBenjamin Goldberg2002-01-171-2/+2
| | | | | Message-ID: <3C3CF664.A2BF3AC2@earthlink.net> p4raw-id: //depot/perl@14308
* No more warnings from Opcode.cNikola Knezevic2002-01-171-1/+1
| | | | | Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@14305
* The non-MakeMaker.pm parts ofTels2002-01-161-1/+1
| | | | | | Subject: [PATCH] Re: MM_Beos.pm? Message-Id: <200201142006.WAA29544@taas.iki.fi> p4raw-id: //depot/perl@14301
* offsetof() is in <stddef.h>Nick Ing-Simmons2002-01-161-0/+2
| | | p4raw-id: //depot/perlio@14296
* s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.Jarkko Hietaniemi2002-01-161-5/+5
| | | p4raw-id: //depot/perl@14293
* Socket::sockaddr_familyGisle Aas2002-01-153-2/+36
| | | | | Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com> p4raw-id: //depot/perl@14279
* Upgrade to Scalar-List-Util 1.06. The Makefile.PLsJarkko Hietaniemi2002-01-134-1/+53
| | | | | have diverged quite a bit so no updates there. p4raw-id: //depot/perl@14245
* Re: Warning in B.xsMattia Barbon2002-01-131-1/+1
| | | | | Message-ID: <3C41E288.20562.1C8C895@localhost> p4raw-id: //depot/perl@14241
* Re: HiResH.Merijn Brand2002-01-131-1/+1
| | | | | | | Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl> Give up on socketpair in HP-UX. p4raw-id: //depot/perl@14234
* Quick reformat using indent -kr -nce, as requestedJarkko Hietaniemi2002-01-121-67/+56
| | | | | by Dan Kogai and suggest by NI-S. p4raw-id: //depot/perl@14224
* {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs Mattia Barbon2002-01-121-1/+4
| | | | | Message-ID: <3C409E8C.16203.196C2D3@localhost> p4raw-id: //depot/perl@14221
* Integrate perlio:Jarkko Hietaniemi2002-01-121-3/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 14214] Win32-ize socketpair test - Win32 can fork even though $Config{d_fork} is undef - SOCK_DGRAM does not work - skip those tests. [ 14213] Abstract out the cloning of SvPVX and handle shared pv in a safe (if suboptimal) manner. Does not fix op/fork.t :-( p4raw-link: @14214 on //depot/perlio: 26bf1728b5f258bdc26021f9eb583c46488b8859 p4raw-link: @14213 on //depot/perlio: 83841fad1c8ce4928a4239052849bad556adb3d3 p4raw-id: //depot/perl@14218
| * Win32-ize socketpair testNick Ing-Simmons2002-01-121-3/+13
| | | | | | | | | | | | - Win32 can fork even though $Config{d_fork} is undef - SOCK_DGRAM does not work - skip those tests. p4raw-id: //depot/perlio@14214
* | B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xsMattia Barbon2002-01-125-73/+400
| | | | | | | | | | Message-ID: <3C3F756C.4581.2E2A938@localhost> p4raw-id: //depot/perl@14216
* | Re: Magic numbers in B::ConciseStephen McCamant2002-01-121-5/+7
| | | | | | | | | | Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu> p4raw-id: //depot/perl@14215
* | Shut down warnings in Normalize.c Nikola Knezevic2002-01-111-1/+1
|/ | | | | Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@14199
* Re: Magic numbers in B::ConciseStephen McCamant2002-01-111-0/+24
| | | | | Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu> p4raw-id: //depot/perl@14190
* [PATCH] is() undef/'' behavior changeMichael G. Schwern2002-01-111-3/+3
| | | | | | | | | | | Date: Fri, 11 Jan 2002 03:35:51 -0500 Message-ID: <20020111083551.GC30666@blackrider> Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix From: Michael G Schwern <schwern@pobox.com> Date: Fri, 11 Jan 2002 03:37:44 -0500 Message-ID: <20020111083744.GD30666@blackrider> p4raw-id: //depot/perl@14179
* No need to show internal encodings, or return themJarkko Hietaniemi2002-01-101-1/+6
| | | | | in random order. p4raw-id: //depot/perl@14169
* Magic numbers in B::ConciseStephen McCamant2002-01-102-5/+40
| | | | | Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu> p4raw-id: //depot/perl@14162
* B::Deparse : support for \[...] prototypesRafael Garcia-Suarez2002-01-091-91/+18
| | | | | Message-ID: <20020109232432.A692@rafael> p4raw-id: //depot/perl@14159
* [Patch @14129] fixes Unicode::NormalizeSADAHIRO Tomoyuki2002-01-095-142/+33
| | | | | Message-Id: <20020110010110.690B.BQW10602@nifty.com> p4raw-id: //depot/perl@14156
* Thinko.Jarkko Hietaniemi2002-01-091-1/+1
| | | p4raw-id: //depot/perl@14150
* Add a threads stress test for regular expressionsJarkko Hietaniemi2002-01-091-0/+53
| | | | | | | | (mostly just a modified stress_string.t) and doesn't test that much of regular expressions, just that $1 doesn't get stomped by competing threads (as it does in the 5005threads of old). p4raw-id: //depot/perl@14145
* Re: Slight chokage from DeparseRafael Garcia-Suarez2002-01-081-22/+21
| | | | | Message-Id: <20020108230445.A4798@rafael> p4raw-id: //depot/perl@14140
* Enchance the Storable magic description.Jarkko Hietaniemi2002-01-081-17/+17
| | | p4raw-id: //depot/perl@14133
* No normalization form DNF.Jarkko Hietaniemi2002-01-071-1/+1
| | | p4raw-id: //depot/perl@14129
* Extension nits found by -Wall (several from threadsJarkko Hietaniemi2002-01-077-9/+8
| | | | | and threads::shared, but leaving them to Arthur). p4raw-id: //depot/perl@14128
* Last patch needed to get Perl5.7 to build natively on VOSPaul Green2002-01-071-0/+3
| | | | | Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com> p4raw-id: //depot/perl@14124
* Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>Jarkko Hietaniemi2002-01-071-1/+38
| | | p4raw-id: //depot/perl@14119
* DB_File sync from Paul Marquess.Jarkko Hietaniemi2002-01-066-14/+22
| | | p4raw-id: //depot/perl@14105
* B, B::C, perlcc, t/TESTMattia Barbon2002-01-063-129/+615
| | | | | Message-ID: <3C38389E.7831.493570@localhost> p4raw-id: //depot/perl@14104
* Correct several Stratus VOS build issuesPaul Green2002-01-061-0/+5
| | | | | Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com> p4raw-id: //depot/perl@14100
* Retract #14057 for now; the alarm/setitimer timersJarkko Hietaniemi2002-01-051-13/+3
| | | | | | seen to be the same in many systems, which leads into hangups. p4raw-id: //depot/perl@14097
* Also UNICOS/mk has deviant socketpair().Jarkko Hietaniemi2002-01-051-1/+2
| | | p4raw-id: //depot/perl@14092
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-6/+36
| | | | | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14090
* Integrate change #14062 from macperl;Jarkko Hietaniemi2002-01-041-0/+7
| | | | | | | | | Define setbuf, setvbuf for Mac OS p4raw-link: @14062 on //depot/maint-5.6/macperl: d2831b2dc1da27449e9029c3ee480940d54b287d p4raw-id: //depot/perl@14081 p4raw-integrated: from //depot/maint-5.6/macperl@14078 'merge in' ext/IO/IO.xs (@11007..)
* Display the native pwd command.Jarkko Hietaniemi2002-01-041-2/+6
| | | p4raw-id: //depot/perl@14078
* (retracted by #14057)Nicholas Clark2002-01-041-3/+13
| | | | | | Subject: [PATCH] Time/HiRes/HiRes.t Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14057
* Devel::PPPort Makefile.PL umpteenth tryCraig A. Berry2002-01-041-6/+7
| | | | | Message-Id: <a05101004b85a82bb7352@[172.16.52.1]> p4raw-id: //depot/perl@14055
* threads::shared docAndy Bussey2002-01-041-2/+2
| | | | | | | Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> p4raw-link: @14042 on //depot/perl: 0ac6548c96ce0c047f2319c1d7393075a554e45d p4raw-id: //depot/perl@14050