summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add 'clean' target for ext/reGurusamy Sarathy1998-07-111-0/+1
| | | p4raw-id: //depot/perl@1420
* [5.004_71] Patch: svr4 hints updates for UnixwareTom Hughes1998-07-111-1/+19
| | | | | Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com> p4raw-id: //depot/perl@1419
* move op/ipc{msg,sem}.t into lib/ipc_sysv.tJarkko Hietaniemi1998-07-114-160/+158
| | | | | | | Message-Id: <199807101008.NAA10817@alpha.hut.fi> Subject: Re: make minitest does not work out of the box - test subset needs pruning p4raw-id: //depot/perl@1418
* disable CR croaking (via #define, default off) in lieu of moreGurusamy Sarathy1998-07-111-1/+1
| | | | | complete fix p4raw-id: //depot/perl@1417
* added patch, made linking with setargv a build optionDouglas Lankshear1998-07-114-5/+36
| | | | | | Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active> Subject: [PATCH 5.004_71] p4raw-id: //depot/perl@1416
* [5.004_71] Patch: Fix perl_exp.SH for UnixwareTom Hughes1998-07-111-2/+2
| | | | | Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com> p4raw-id: //depot/perl@1415
* make lib/re.pm a prereq for minitestGurusamy Sarathy1998-07-111-1/+1
| | | p4raw-id: //depot/perl@1414
* add patch (via PM)Stephen McCamant1998-07-111-464/+928
| | | | | | Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net> Subject: Big B::Deparse update p4raw-id: //depot/perl@1413
* add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1998-07-112-0/+1161
| | | p4raw-id: //depot/perl@1412
* make binmode(STDIN) not whineHans Mulder1998-07-101-2/+6
| | | | | | Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu> Subject: [PATCH 5.004_70] Fix up binmode() for VMS p4raw-id: //depot/perl@1411
* CPAN-1.39 updateAndreas König1998-07-104-350/+758
| | | | | | Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de> Subject: Re: perl5.004_71 hit the stands this morn p4raw-id: //depot/perl@1410
* manually apply patch with conflictsHans Mulder1998-07-101-13/+52
| | | | | | Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu> Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch p4raw-id: //depot/perl@1409
* Re: perldelta.pod [PATCH]Andy Dougherty1998-07-101-11/+25
| | | | | Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys> p4raw-id: //depot/perl@1408
* Allow static build of IPC::SysVAndy Dougherty1998-07-101-1/+0
| | | | | Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys> p4raw-id: //depot/perl@1407
* manually apply patch with conflictsKurt D. Starsinic1998-07-101-47/+51
| | | | | | Message-ID: <19980709093621.B7857@O2.chapin.edu> Subject: Re: [PATCH] 5.004_70 installperl and docs p4raw-id: //depot/perl@1406
* misc tweaks to docs and qsortsv() warningGurusamy Sarathy1998-07-104-3/+8
| | | p4raw-id: //depot/perl@1405
* add more correct version of change#1350 (as yet untested)Joshua Pritikin1998-07-105-6/+13
| | | | | | | | Message-Id: <H00000e50008f277@MHS> Subject: Re: [PATCH _70] cache missing methods p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9 p4raw-id: //depot/perl@1404
* add win32_rename() that does what docs sayGurusamy Sarathy1998-07-105-51/+65
| | | p4raw-id: //depot/perl@1403
* inet_aton() should do DNS lookup only if arg isn't a dotted-quadGurusamy Sarathy1998-07-101-4/+2
| | | | | (suggested by Philippe.Simonet@swisscom.com) p4raw-id: //depot/perl@1402
* undo change#1379 (order of tests *is* significant)Gurusamy Sarathy1998-07-101-5/+2
| | | | | p4raw-link: @1379 on //depot/perl: 5e8184afa853952a09122e5fa8842a8d0c217820 p4raw-id: //depot/perl@1401
* update Changes, perlhist.pod, beginnings of perldelta.podGurusamy Sarathy1998-07-093-10/+1186
| | | p4raw-id: //depot/perl@1399
* undo problematic change#1367Gurusamy Sarathy1998-07-092-9/+1
| | | | | p4raw-link: @1367 on //depot/perl: d426b052dee31c20224ef2893d5c969ad5a2c617 p4raw-id: //depot/perl@1398
* merge changes from maintbranch (1354, and relevant part of 1356); allGurusamy Sarathy1998-07-093-3/+15
| | | | | maintenance changes upto 1356 merged p4raw-id: //depot/perl@1397
* add Data-Dumper, up patchlevel to 71, various misc tweaks toGurusamy Sarathy1998-07-0915-31/+2674
| | | | | make all configs build on Solaris and win32 p4raw-id: //depot/perl@1396
* UNOP opclass test in B.xsStephen McCamant1998-07-091-5/+5
| | | | | Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net> p4raw-id: //depot/perl@1395
* get it building again on win32Gurusamy Sarathy1998-07-0917-69/+70
| | | p4raw-id: //depot/perl@1394
* applied patch from Ilya, tweaked some to get clean static build ofGurusamy Sarathy1998-07-092-1/+11
| | | | | the ext/re stuff (untested on win32) p4raw-id: //depot/perl@1393
* fix installperl typoKurt D. Starsinic1998-07-091-1/+1
| | | | | | Message-Id: <19980708235157.D1380@O2.chapin.edu> Subject: Re: [PATCH] 5.004_70 installperl and docs p4raw-id: //depot/perl@1392
* Allow $SIG{CHLD}='IGNORE' to work on SolarisChip Salzenberg1998-07-091-0/+8
| | | | | Message-ID: <19980708181055.A8005@perlsupport.com> p4raw-id: //depot/perl@1391
* added patch, tweaked per Ilya's suggestionM. J. T. Guy1998-07-091-1/+1
| | | | | | Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk> Subject: [PATCH] perl5db.pl complains about non-integer condition p4raw-id: //depot/perl@1390
* reenable misaligned memory checks, cast to UV & check alignmentDominic Dunlop1998-07-091-2/+2
| | | | | | Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]> Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT p4raw-id: //depot/perl@1389
* more on finding metaconfig units.Andy Dougherty1998-07-091-15/+14
| | | | | Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys> p4raw-id: //depot/perl@1388
* Configure indentation patchAndy Dougherty1998-07-091-7/+7
| | | | | Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys> p4raw-id: //depot/perl@1387
* don't try to hardlink perldiag.pod; that is no longer not neededAndy Dougherty1998-07-091-10/+7
| | | | | | Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys> Subject: Re: pelr installation attempts hard links between file systems p4raw-id: //depot/perl@1386
* win32/makefile.mk =~ s|gcc -pipe|gcc|Gurusamy Sarathy1998-07-091-2/+2
| | | p4raw-id: //depot/perl@1385
* make t/TEST run 'perl $switches ./foo/test.t' everywhereGurusamy Sarathy1998-07-091-45/+18
| | | p4raw-id: //depot/perl@1384
* manually apply patch with a dependency on unapplied patchIlya Zakharevich1998-07-092-5/+13
| | | | | | Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] make quoted RE embeddable p4raw-id: //depot/perl@1383
* change order of libs for extensionsLaszlo Molnar1998-07-091-1/+1
| | | | | | Message-ID: <19980707234805.C180@cdata.tvnet.hu> Subject: [PATCH _70] linking problem with modules p4raw-id: //depot/perl@1382
* patch for more flexible initialization of xsub parametersTye McQueen1998-07-092-13/+56
| | | | | | Message-Id: <199807070004.AA16454@metronet.com> Subject: Enhanced arg inits for xsubpp p4raw-id: //depot/perl@1381
* New pl2bat.plTye McQueen1998-07-091-52/+141
| | | | | Message-Id: <16619-17073@lyris.activestate.com> p4raw-id: //depot/perl@1380
* remove ordering dependency in posix.tGurusamy Sarathy1998-07-091-2/+5
| | | p4raw-id: //depot/perl@1379
* make -i'*suffix' work tooGurusamy Sarathy1998-07-081-0/+2
| | | p4raw-id: //depot/perl@1378
* regen headers; result builds & tests on Solaris again (threaded)Gurusamy Sarathy1998-07-081-0/+6
| | | p4raw-id: //depot/perl@1377
* change#1350 breaks things, back it outGurusamy Sarathy1998-07-085-13/+6
| | | | | p4raw-link: @1350 on //depot/perl: a4bb25971c379e48da873823e220bdef09e90ab9 p4raw-id: //depot/perl@1376
* Switch modifiers in RE offIlya Zakharevich1998-07-083-2/+60
| | | | | Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1375
* Faster copying from SvIV/SvNVs in sv_setsv()Gisle Aas1998-07-081-9/+33
| | | | | Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1374
* dos-djgpp updateLaszlo Molnar1998-07-082-5/+24
| | | | | Message-ID: <19980707234750.A180@cdata.tvnet.hu> p4raw-id: //depot/perl@1373
* add extension to support SysV IPCJarkko Hietaniemi1998-07-0816-229/+1330
| | | | | | Message-Id: <199807062332.CAA25792@alpha.hut.fi> Subject: [PATCH] 5.004_70: IPC::SysV p4raw-id: //depot/perl@1372
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-0815-15/+120
| | | | | | Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu> Subject: Re: _70 and Devel::RE p4raw-id: //depot/perl@1371
* added patch to generate PPDEF(pp_foo)Ilya Zakharevich1998-07-084-345/+357
| | | | | | Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes p4raw-id: //depot/perl@1370