summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* d_nv_preserves_uv_bitsNicholas Clark2002-03-1815-25/+25
| | | | | Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15290
* Re: perl@15244Spider Boardman2002-03-182-16/+39
| | | | | | | Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com> (IA64 work.) p4raw-id: //depot/perl@15289
* B::perlstring()Rafael Garcia-Suarez2002-03-183-16/+19
| | | | | Message-ID: <20020317230612.A24442@rafael> p4raw-id: //depot/perl@15288
* another pack "w" thingNicholas Clark2002-03-182-15/+28
| | | | | Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15287
* More prototypes blindness in Solaris.Jarkko Hietaniemi2002-03-181-1/+6
| | | | | (TODO: readdir64_r really needs to be seen.) p4raw-id: //depot/perl@15286
* Integrate perlio:Jarkko Hietaniemi2002-03-181-4/+6
| | | | | | | | | | [ 15282] Tidy the "does not map" message for non-characters (e.g. iso-8859-3 "\xA5"). p4raw-link: @15282 on //depot/perlio: 413c4af61642c148a716a68d14bb8cc3c5573f63 p4raw-id: //depot/perl@15285 p4raw-integrated: from //depot/perlio@15283 'copy in' ext/Encode/Encode.xs (@15274..)
* Sync with Scalar-List-Utils-1.07Graham Barr2002-03-185-2/+72
| | | p4raw-id: //depot/perl@15283
* URL fix from MJD.Abhijit Menon-Sen2002-03-181-1/+1
| | | p4raw-id: //depot/perl@15281
* More prototype calming (really should fix the ConfigureJarkko Hietaniemi2002-03-181-0/+14
| | | | | protochk, but not at this point in time). p4raw-id: //depot/perl@15280
* return at the wrong side of #endif.Jarkko Hietaniemi2002-03-181-1/+2
| | | p4raw-id: //depot/perl@15279
* Typo fix from Stas Bekman.Abhijit Menon-Sen2002-03-171-1/+1
| | | p4raw-id: //depot/perl@15278
* Upgrade to Tie::File 0.21.Abhijit Menon-Sen2002-03-179-130/+1074
| | | p4raw-id: //depot/perl@15277
* Simple speed gainback (as it was in 5.6): for non-UnicodeJarkko Hietaniemi2002-03-171-7/+11
| | | | | | character classes use inlined macros instead of the full function call. p4raw-id: //depot/perl@15276
* Integrate perlio:Jarkko Hietaniemi2002-03-173-12/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 15274] Other :encoding oddities - we should really pop while we can still make method calls in case DESTROY does something. - Provide a no-op DESTROY - Use SvPV_only() rather than just SvPV_on() [ 15273] Avoid overwrite of un-allocated memory when SvCUR > SvLEN p4raw-link: @15274 on //depot/perlio: 284ee456826016ea93485015648c2b3b4b3bcd40 p4raw-link: @15273 on //depot/perlio: 54f0641bc82f8965b371b5750b4424f8aef9918d p4raw-id: //depot/perl@15275
| * Other :encoding odditiesNick Ing-Simmons2002-03-172-7/+10
| | | | | | | | | | | | | | | | - we should really pop while we can still make method calls in case DESTROY does something. - Provide a no-op DESTROY - Use SvPV_only() rather than just SvPV_on() p4raw-id: //depot/perlio@15274
| * Avoid overwrite of un-allocated memory when SvCUR > SvLENNick Ing-Simmons2002-03-171-5/+7
| | | | | | p4raw-id: //depot/perlio@15273
| * Integrate mainlineNick Ing-Simmons2002-03-1731-136/+1564
| |\ | | | | | | p4raw-id: //depot/perlio@15271
| * \ Integarate mainlineNick Ing-Simmons2002-03-1777-655/+10286
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@15269
* | | | Implement the retry-on-ERANGE for the get*_r().Jarkko Hietaniemi2002-03-178-111/+677
| | | | | | | | | | | | | | | | | | | | The buffer will keep doubling until 64k. p4raw-id: //depot/perl@15272
* | | | UTF-8 bug (maybe alreayd known?)Andreas König2002-03-172-7/+30
| |_|/ |/| | | | | | | | | | | Message-ID: <m3n0xjul5q.fsf@anima.de> p4raw-id: //depot/perl@15270
* | | SEGV in s/// and UTF-8Andreas König2002-03-172-2/+9
| | | | | | | | | | | | | | | Message-ID: <m3r8mqad2e.fsf@anima.de> p4raw-id: //depot/perl@15268
* | | Thwart IRIX long doubles and sloppy pow() (in Perl, **);Jarkko Hietaniemi2002-03-164-3/+202
| | | | | | | | | | | | | | | | | | from Nicholas Clark. Fixes lib/integer.t and t/op/pack.t which assume that 2**someinteger is accurate. p4raw-id: //depot/perl@15267
* | | _r-ify config.win64, too.Jarkko Hietaniemi2002-03-161-6/+59
| | | | | | | | | p4raw-id: //depot/perl@15266
* | | Better place to initialize (IRIX cc noticed thatJarkko Hietaniemi2002-03-161-1/+2
| | | | | | | | | | | | | | | the many "goto defchars" bypass the initialization) p4raw-id: //depot/perl@15265
* | | If not building threaded, never mind the threaded prototypes.Jarkko Hietaniemi2002-03-162-149/+296
| | | | | | | | | p4raw-id: //depot/perl@15264
* | | FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.Jarkko Hietaniemi2002-03-161-1/+7
| | | | | | | | | p4raw-id: //depot/perl@15262
* | | Upgrade to Tie::File 0.20.Abhijit Menon-Sen2002-03-1615-37/+478
| | | | | | | | | p4raw-id: //depot/perl@15261
* | | There seems to be a trend for the *time_r to be hidden.Jarkko Hietaniemi2002-03-161-0/+8
| | | | | | | | | p4raw-id: //depot/perl@15260
* | | fix anchor generation code (ID 20020312.006) Stas Bekman2002-03-161-7/+16
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org> p4raw-id: //depot/perl@15259
* | | Re: dumpvar.pl bugPeter Scott2002-03-162-9/+12
| | | | | | | | | | | | | | | Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com> p4raw-id: //depot/perl@15258
* | | More paranoid _r protochecking. At least Tru64 andJarkko Hietaniemi2002-03-165-71/+625
| |/ |/| | | | | | | | | | | Linux need additional hinting help to believe that the time_r protos exist; turn on FreeBSD _THREAD_SAFE to see what goes bang. p4raw-id: //depot/perl@15257
* | HP-UX gcc 3 warnings found by Sarathy.Jarkko Hietaniemi2002-03-162-12/+12
| | | | | | p4raw-id: //depot/perl@15255
* | Re: [ID 20020315.003] timelocal does not return fractal values anymoreSlaven Rezic2002-03-161-0/+6
| | | | | | | | | | Message-ID: <877kocwpq9.fsf@vran.herceg.de> p4raw-id: //depot/perl@15254
* | HP-UX has also endgrent_r/endpwent_r marked obsolete.Jarkko Hietaniemi2002-03-163-0/+6
| | | | | | p4raw-id: //depot/perl@15253
* | UIN32_MAX with borken under HP-UX+gccGurusamy Sarathy2002-03-161-1/+5
| | | | | | p4raw-id: //depot/perl@15252
* | Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-methodAbhijit Menon-Sen2002-03-162-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *::DESTROY() is deprecated From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Thu, 14 Mar 2002 18:39:22 -0500 Message-Id: <20020314183922.A8448@math.ohio-state.edu> Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method *::DESTROY() is deprecated From: Dave Mitchell <davem@fdgroup.com> Date: Fri, 15 Mar 2002 19:22:49 +0000 Message-Id: <20020315192249.A22389@fdgroup.com> p4raw-link: @15047 on //depot/perl: 0cce8c827906d6294f47c30840f886b52d8345f8 p4raw-id: //depot/perl@15251
* | Plural nit.Abhijit Menon-Sen2002-03-161-1/+1
| | | | | | p4raw-id: //depot/perl@15250
* | Doesn't make sense to test for protos if theJarkko Hietaniemi2002-03-152-28/+28
| | | | | | | | | | | | | | functions are not to be used (!= functions exist!) This might be the key (well, a key) to the HP-UX problems. p4raw-id: //depot/perl@15249
* | Typo in #15247.Jarkko Hietaniemi2002-03-151-1/+1
| | | | | | p4raw-id: //depot/perl@15248
* | The UINT32_MAX_BROKEN is still needed for pre-gcc-3Jarkko Hietaniemi2002-03-151-0/+5
| | | | | | | | | | in HP-UX (from H.Merijn Brand) p4raw-id: //depot/perl@15247
* | minor corrections in perldelta.podMark-Jason Dominus2002-03-151-3/+4
| | | | | | | | | | Message-Id: <20020315184842.13573.qmail@plover.com> p4raw-id: //depot/perl@15246
* | Upgrade to Tie::File 0.19.Abhijit Menon-Sen2002-03-1521-218/+1155
| | | | | | p4raw-id: //depot/perl@15245
* | Update Changes.Jarkko Hietaniemi2002-03-152-1/+706
| | | | | | p4raw-id: //depot/perl@15244
* | Forgot from #15241.Jarkko Hietaniemi2002-03-151-0/+2
| | | | | | p4raw-id: //depot/perl@15243
* | patch pod/perltodo.podMark-Jason Dominus2002-03-151-1/+3
| | | | | | | | | | | | | | Message-ID: <20020315154218.10163.qmail@plover.com> (With s/WANT/Want/) p4raw-id: //depot/perl@15242
* | (revision 5 undef)Nikola Knezevic2002-03-154-0/+4
| | | | | | | | | | Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@15241
* | [BUG & PATCH] can't quit the debugger after run completesMichael G. Schwern2002-03-151-1/+5
| | | | | | | | | | Message-ID: <20020314213929.GA2912@blackrider> p4raw-id: //depot/perl@15240
* | Integrate perlio:Jarkko Hietaniemi2002-03-151-0/+8
|\ \ | |/ | | | | | | | | | | [ 15235] Add the binmode()s to make JP.t pass on Win32 p4raw-link: @15235 on //depot/perlio: a6a3912c27ed4f9ffb87d242b56d42a194c8b333 p4raw-id: //depot/perl@15239
| * Add the binmode()s to make JP.t pass on Win32Nick Ing-Simmons2002-03-151-0/+8
| | | | | | p4raw-id: //depot/perlio@15235
* | Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-1544-413/+8322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238