summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* suppress manifypods leak in extensionsGurusamy Sarathy1998-10-032-0/+2
| | | p4raw-id: //depot/perl@1922
* normalize tm struct passed to strftime() with mktime()Spider Boardman1998-10-022-4/+6
| | | | | | Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US> Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date p4raw-id: //depot/perl@1914
* applied patches, but retained old behavior for win32 (where compilersGraham Barr1998-10-021-10/+16
| | | | | | | | | | | | can't read from stdin at all) Date: Mon, 28 Sep 1998 09:41:49 -0500 Message-ID: <19980928094149.B26576@asic.sc.ti.com> Subject: Re: 5.005_51 Errno invokes cpprun incorrectly -- Date: Tue, 29 Sep 1998 12:35:43 -0500 Message-ID: <19980929123543.Z26576@asic.sc.ti.com> Subject: Re: 5.005_51 Errno invokes cpprun incorrectly p4raw-id: //depot/perl@1907
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-022-0/+13
| | | | | | | | over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch applied modulo SCO hints superseded by later patch Message-Id: <199809282156.AAA18615@alpha.hut.fi> Subject: [PATCH] 5.005_52: Configure et al: p4raw-id: //depot/perl@1904
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-252-3/+25
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* correct FSF address in various placesGurusamy Sarathy1998-09-241-2/+2
| | | p4raw-id: //depot/perl@1871
* define PUT_svindex(), PUT_opindex()Gurusamy Sarathy1998-09-231-0/+2
| | | p4raw-id: //depot/perl@1842
* Thread::cond_wait bug in 5.005.51 causes deadlockDrago Goricanec1998-09-231-0/+1
| | | | | Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp> p4raw-id: //depot/perl@1839
* (via private mail)Charles Bailey1998-09-231-1/+1
| | | | | | Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> Subject: [Patch 5.005_02] Miscellaneous VMS cleanup p4raw-id: //depot/perl@1837
* re-introduce change#1703Gurusamy Sarathy1998-09-231-6/+2
| | | | | p4raw-link: @1703 on //depot/maint-5.005/perl: af819cba4f44bf2074ec4808e403dedf8c3ce2b2 p4raw-id: //depot/perl@1825
* back out change#1703 that break bincompat with PERL_OBJECT andGurusamy Sarathy1998-08-051-2/+6
| | | | | | | MULTIPLICITY p4raw-link: @1703 on //depot/maint-5.005/perl: af819cba4f44bf2074ec4808e403dedf8c3ce2b2 p4raw-id: //depot/maint-5.005/perl@1735
* fixes to enable ISC to build IPC/SysVJarkko Hietaniemi1998-08-051-1/+1
| | | | | | Message-ID: <oee3ebce7da.fsf@alpha.hut.fi> Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint) p4raw-id: //depot/maint-5.005/perl@1734
* remove useless 'rcsid' (extension of a suggestion byGurusamy Sarathy1998-08-042-8/+0
| | | | | Stephen McCamant) p4raw-id: //depot/maint-5.005/perl@1727
* fixes for pod noisesGurusamy Sarathy1998-08-022-1/+5
| | | p4raw-id: //depot/maint-5.005/perl@1708
* fix quoting of keys with embedded nulls Slaven Rezic1998-08-021-5/+6
| | | | | | Message-Id: <199808011138.NAA05189@mail.cs.tu-berlin.de> Subject: Data::Dumper 2.09, patch p4raw-id: //depot/maint-5.005/perl@1706
* better RE colorsIlya Zakharevich1998-08-021-6/+2
| | | | | Message-Id: <199807220358.XAA19811@monk.mps.ohio-state.edu> p4raw-id: //depot/maint-5.005/perl@1703
* tweaked version of suggested patchIlya Zakharevich1998-08-022-22/+22
| | | | | | Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_75] Enable -DS p4raw-id: //depot/maint-5.005/perl@1701
* support OE/MVSJarkko Hietaniemi1998-08-021-1/+4
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* better validation of SysV IPC availabilityJarkko Hietaniemi1998-08-021-0/+16
| | | | | | Message-Id: <199807311013.NAA28887@koah.research.nokia.com> Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1 p4raw-id: //depot/maint-5.005/perl@1692
* Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixesJarkko Hietaniemi1998-08-021-1/+0
| | | | | Message-Id: <199807292139.AAA01795@alpha.hut.fi> p4raw-id: //depot/maint-5.005/perl@1686
* hand-apply whitespace-mutiliated patchNicholas Clark1998-08-022-1/+3
| | | | | | Message-Id: <199807281540.QAA04640@flirble.org> Subject: [PATCH] POSIX::ELOOP p4raw-id: //depot/maint-5.005/perl@1684
* don't use qualify() in class methodsAlbert Dvornik1998-07-221-10/+7
| | | | | | Message-Id: <tqbtqhlmu1.fsf_-_@puma.genscan.com> Subject: [PATCH 5.005-MAYBE] Bug in IO::Handle->input_record_separator p4raw-id: //depot/perl@1645
* fix up B modules for PL_* changesGurusamy Sarathy1998-07-223-40/+40
| | | p4raw-id: //depot/perl@1618
* Compiler docs for 5.005Malcolm Beattie1998-07-225-9/+981
| | | | | Message-Id: <199807211713.SAA20735@sable.ox.ac.uk> p4raw-id: //depot/perl@1617
* Mingw32 PERL_OBJECT tweaksNick Ing-Simmons1998-07-213-0/+14
| | | p4raw-id: //depot/perl@1615
* fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2Gurusamy Sarathy1998-07-211-1/+1
| | | p4raw-id: //depot/perl@1612
* fix bytecode.pl with moved var namesGurusamy Sarathy1998-07-211-0/+20
| | | p4raw-id: //depot/perl@1611
* B::Deparse 0.56 (first testsuite fixes; big)Stephen McCamant1998-07-211-48/+154
| | | | | Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net> p4raw-id: //depot/perl@1605
* enable color output with -Mre=debugcolor with -DDEBUGGINGIlya Zakharevich1998-07-211-0/+1
| | | | | | Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Better -Mre=colordb p4raw-id: //depot/perl@1596
* don't use SelectSaver on IO::Handle->input_*() methodsRobin Barker1998-07-211-2/+0
| | | | | | Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk> Subject: Re: Bug in IO::Handle->input_record_separator p4raw-id: //depot/perl@1594
* applied a tweaked version of suggested patchIlya Zakharevich1998-07-211-2/+27
| | | | | | Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Enable/document colors in re.pm p4raw-id: //depot/perl@1593
* VMS patches from Dan Sugalski <sugalskd@osshe.edu>Brad Hughes1998-07-211-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Wed, 15 Jul 1998 09:38:12 -0700 Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu> Subject: [PATCH 5.005-beta1]Quick VMS config update -- Date: Wed, 15 Jul 1998 12:53:52 -0700 Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu> Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!) -- Date: Thu, 16 Jul 1998 11:15:44 -0700 Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu> Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler -- Date: Thu, 16 Jul 1998 11:21:55 -0700 Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu> Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS -- Date: Thu, 16 Jul 1998 11:25:04 -0700 Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu> Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older -- Date: Fri, 17 Jul 1998 15:29:13 -0700 Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu> Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure -- Date: Mon, 20 Jul 1998 10:20:49 -0700 Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu> Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build -- Date: Mon, 20 Jul 1998 10:13:03 -0700 Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu> Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process -- Date: Mon, 20 Jul 1998 15:51:22 -0700 Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu> Subject: patch for readme.vms p4raw-id: //depot/perl@1589
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-2019-141/+87
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* PL_ minir tidy upNick Ing-Simmons1998-07-191-22/+22
| | | p4raw-id: //depot/ansiperl@1568
* Merge MainlineNick Ing-Simmons1998-07-191-5/+3
|\ | | | | p4raw-id: //depot/ansiperl@1566
| * minor re.pm cleanupM. J. T. Guy1998-07-191-5/+3
| | | | | | | | | | | | Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk> Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl p4raw-id: //depot/perl@1550
* | Merge latest mainlineNick Ing-Simmons1998-07-181-15/+25
|\ \ | |/ | | p4raw-id: //depot/ansiperl@1536
| * fix yet another USE_THREADS leak due to failure to free stacksGurusamy Sarathy1998-07-181-1/+11
| | | | | | p4raw-id: //depot/perl@1531
* | PL_ stuff for threadsNick Ing-Simmons1998-07-182-30/+30
| | | | | | p4raw-id: //depot/ansiperl@1534
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-189-66/+66
|/ | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* fix $/ init for multiple interpreters/threadsGurusamy Sarathy1998-07-181-0/+2
| | | p4raw-id: //depot/perl@1523
* add stub docs for ext/B, other minor tweaksGurusamy Sarathy1998-07-1513-0/+261
| | | p4raw-id: //depot/perl@1518
* minor tweaks to docs on qr//Gurusamy Sarathy1998-07-151-8/+9
| | | p4raw-id: //depot/perl@1513
* applied patch, regen headersStephen McCamant1998-07-151-10/+27
| | | | | | Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net> Subject: B::Deparse update for qr// and regcreset p4raw-id: //depot/perl@1507
* apply (reversed) patchPeter Wolfe1998-07-151-0/+3
| | | | | | Message-Id: <199807142001.NAA26550@titan.teloseng.com> Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4 p4raw-id: //depot/perl@1501
* applied patch, slightly tweakedHans Mulder1998-07-141-0/+18
| | | | | | Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu> Subject: [PATCH 5.004_73]Get re module working on VMS p4raw-id: //depot/perl@1486
* add files and tweaks needed for MPE/iX port (via PM)Jarkko Hietaniemi1998-07-143-0/+136
| | | | | | Message-Id: <199807132107.AAA20603@alpha.hut.fi> Subject: MPE/iX patches for _73 p4raw-id: //depot/perl@1478
* added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGINGAndy Dougherty1998-07-142-1/+6
| | | | | | Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys> Subject: Re: _70 and Devel::RE p4raw-id: //depot/perl@1477
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-1/+1
| | | | | | Message-Id: <19980712195747.C493@pobox.com> Subject: [ PATCH perl5.004_72] patch to add qr// p4raw-id: //depot/perl@1461
* small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>Gurusamy Sarathy1998-07-121-1/+3
| | | p4raw-id: //depot/perl@1457