summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a header for DJGPP with the function prototypes.Jarkko Hietaniemi2001-12-022-17/+58
| | | p4raw-id: //depot/perl@13425
* chdir() with an empty tainted argument on Win32Abe Timmerman2001-12-021-0/+1
| | | | | Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com> p4raw-id: //depot/perl@13424
* There isn't PTR2INT(), there's PTR2IV().Jarkko Hietaniemi2001-12-021-1/+1
| | | p4raw-id: //depot/perl@13423
* [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs usersMarc Lehmann2001-12-021-1/+1
| | | | | Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle> p4raw-id: //depot/perl@13422
* encode()/decode() examples.Jarkko Hietaniemi2001-12-021-0/+9
| | | p4raw-id: //depot/perl@13421
* DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2001-12-022-2/+2
| | | p4raw-id: //depot/perl@13420
* Update Changes.Jarkko Hietaniemi2001-12-012-1/+212
| | | p4raw-id: //depot/perl@13419
* Integrate perlio:Jarkko Hietaniemi2001-12-011-20/+28
|\ | | | | | | | | | | | | | | | | [ 13409] Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not have file descriptors. Noticed a possibly worse problem in the process ... p4raw-link: @13409 on //depot/perlio: e99cca918766541e5f35aa228351805d2bf99e8f p4raw-id: //depot/perl@13418
| * Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do notNick Ing-Simmons2001-12-011-20/+28
| | | | | | | | | | have file descriptors. Noticed a possibly worse problem in the process ... p4raw-id: //depot/perlio@13409
| * Integrate mainlineNick Ing-Simmons2001-12-0126-77/+213
| |\ | | | | | | p4raw-id: //depot/perlio@13407
| * \ Integrate mainline.Nick Ing-Simmons2001-12-01290-5386/+17307
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@13398
* | | | Non-VMS-fixed and Win32-skipped version ofMichael G. Schwern2001-12-011-38/+54
| | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH t/op/exec.t] Portabilty fix Message-ID: <20011130160927.A10406@blackrider> p4raw-id: //depot/perl@13417
* | | | Enabling strict on Carp/Heavy, + internal documentationBen Tilly2001-12-012-16/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Sat, 1 Dec 2001 07:01:09 -0500 Message-ID: <3C0D2E39@operamail.com> Subject: More verbose POD for Carp From: "Benjamin J. Tilly" <ben_tilly@operamail.com> Date: Sat, 1 Dec 2001 08:04:16 -0500 Message-ID: <3C285C2B@operamail.com> p4raw-id: //depot/perl@13416
* | | | Strictures, dual variables chromatic2001-12-011-9/+21
| | | | | | | | | | | | | | | | | | | | Message-ID: <20011201194946.50449.qmail@onion.perl.org> p4raw-id: //depot/perl@13415
* | | | Try to make a missing RADIXCHAR a softer kinder error.Jarkko Hietaniemi2001-12-011-7/+26
| | | | | | | | | | | | p4raw-id: //depot/perl@13414
* | | | Have a little faith on nl_langinfo() itself.Jarkko Hietaniemi2001-12-011-25/+7
| | | | | | | | | | | | p4raw-id: //depot/perl@13413
* | | | Typo (a missing endparen) and thinko (_MAXSTRMSG isJarkko Hietaniemi2001-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | the max, not max plus one) p4raw-id: //depot/perl@13412
* | | | Make reality agree with the comment.Jarkko Hietaniemi2001-12-011-1/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@13411
* | | | Try to protect against wild langinfo() arguments.Jarkko Hietaniemi2001-12-011-2/+26
| | | | | | | | | | | | p4raw-id: //depot/perl@13410
* | | | (replaced by #13556)Jarkko Hietaniemi2001-12-011-2/+7
| |_|/ |/| | | | | | | | | | | | | | If we are inside an eval, let's be silent about separate symbols and just croak() in the end. p4raw-id: //depot/perl@13408
* | | Fix for Exporter error reporting behaviourBen Tilly2001-12-012-3/+4
| | | | | | | | | | | | | | | Message-ID: <3C0D1B9A@operamail.com> p4raw-id: //depot/perl@13406
* | | Need to hide behind an eval to avoid a warningJarkko Hietaniemi2001-12-011-0/+2
| | | | | | | | | | | | | | | about :utf8 on non-perlio configs. p4raw-id: //depot/perl@13405
* | | parser panics on lvalue methods Rafael Garcia-Suarez2001-12-012-6/+10
| | | | | | | | | | | | | | | Message-ID: <20011130234658.A717@rafael> p4raw-id: //depot/perl@13404
* | | Re: [ID 20011129.163] B::Xref- $top corruptRafael Garcia-Suarez2001-12-011-0/+1
| | | | | | | | | | | | | | | Message-ID: <20011129224612.A699@rafael> p4raw-id: //depot/perl@13403
* | | Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not ↵Tels2001-12-011-0/+11
| | | | | | | | | | | | | | | | | | | | | documented in perldoc -f open Message-Id: <200112010931.LAA29309@tiku.hut.fi> p4raw-id: //depot/perl@13402
* | | [REPATCH] reference pointer comparisonNicholas Clark2001-12-011-8/+20
| | | | | | | | | | | | | | | Message-ID: <20011201130017.I21702@plum.flirble.org> p4raw-id: //depot/perl@13401
* | | Upgrade to Storable 1.0.14.Jarkko Hietaniemi2001-12-012-4/+23
| | | | | | | | | p4raw-id: //depot/perl@13400
* | | Add simple caches for ::viacode() and ::vianame().Jarkko Hietaniemi2001-12-012-4/+24
| | | | | | | | | p4raw-id: //depot/perl@13399
* | | Regen toc and modlib.Jarkko Hietaniemi2001-12-012-6/+13
| | | | | | | | | p4raw-id: //depot/perl@13397
* | | Upgrade to podlators-1.18.Jarkko Hietaniemi2001-12-012-5/+5
| | | | | | | | | p4raw-id: //depot/perl@13396
* | | -h scalar0 -h vector0 seems to help for bothJarkko Hietaniemi2001-11-302-3/+3
| | | | | | | | | | | | | | | | | | | | | UNICOS and UNICOS/mk on the unpack %65c problems. (replaces #13393) p4raw-id: //depot/perl@13395
* | | More Socket constants.Jarkko Hietaniemi2001-11-302-18/+76
| | | | | | | | | p4raw-id: //depot/perl@13394
* | | (replaced by #13395)Jarkko Hietaniemi2001-11-301-0/+2
| | | | | | | | | p4raw-id: //depot/perl@13393
* | | Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)Andy Dougherty2001-11-302-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu> Simplify the test skippage criterion now that we are no more dependent on sed. p4raw-id: //depot/perl@13392
* | | Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdkMichael G. Schwern2001-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | Message-ID: <20011130114844.C1303@blackrider> (replaces #13381) p4raw-id: //depot/perl@13391
* | | Let's not assume how much memory has been allocatedJarkko Hietaniemi2001-11-301-8/+8
| | | | | | | | | | | | | | | to PVs. p4raw-id: //depot/perl@13390
* | | VOS needs to know the modules, including pp_sort.Jarkko Hietaniemi2001-11-301-0/+1
| | | | | | | | | p4raw-id: //depot/perl@13389
* | | Unused variables.Jarkko Hietaniemi2001-11-301-2/+2
| |/ |/| | | p4raw-id: //depot/perl@13388
* | Cygwin failures with lib/ExtUtils/Embed.tJohn Peacock2001-11-301-2/+2
| | | | | | | | | | Message-ID: <3C07A490.A22A76B0@rowman.com> p4raw-id: //depot/perl@13387
* | Tweak for the VOS building script from Paul Green.Jarkko Hietaniemi2001-11-301-3/+9
| | | | | | p4raw-id: //depot/perl@13386
* | Update Changes.Jarkko Hietaniemi2001-11-302-1/+152
| | | | | | p4raw-id: //depot/perl@13385
* | Cannot test if cppstdin has not yet been installed.Jarkko Hietaniemi2001-11-301-0/+8
| | | | | | p4raw-id: //depot/perl@13384
* | -P on VMS. Evicting sedMichael G. Schwern2001-11-308-123/+164
| | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011129220510.A18869@blackrider> TODO 1: if cppstdin is used and not yet installed, the Px.t will fail (must do the same as in cpp.t) TODO 2: does this work if no Perl whatsoever has yet been installed? That is, we should be using the Perl we are building to execute the one-liner. p4raw-id: //depot/perl@13383
* | Upgrade to Unicode::Normalize 0.12.Jarkko Hietaniemi2001-11-308-55/+226
| | | | | | p4raw-id: //depot/perl@13382
* | (replaced by #13391)jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net2001-11-301-1/+1
| | | | | | | | | | | | | | | | | | Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net> No need to die if we have high-paranoia (non-chdirable) system directories. p4raw-id: //depot/perl@13381
* | Paragraph rewrapping.Jarkko Hietaniemi2001-11-301-102/+117
| | | | | | p4raw-id: //depot/perl@13380
* | [patch pod/perliol.pod] s/SvPV/SvPV_nolen/Stas Bekman2001-11-301-1/+1
| | | | | | | | | | Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org> p4raw-id: //depot/perl@13379
* | Whether select() gets restarted on signals isJarkko Hietaniemi2001-11-301-4/+16
| | | | | | | | | | implementation dependent. p4raw-id: //depot/perl@13378
* | More forgotten checkins.Jarkko Hietaniemi2001-11-303-0/+4
| | | | | | p4raw-id: //depot/perl@13377
* | Add a note about folding vs lowercase.Jarkko Hietaniemi2001-11-301-0/+8
| | | | | | p4raw-id: //depot/perl@13376