summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* suggest 'make test' after makeGurusamy Sarathy1998-07-081-1/+2
| | | p4raw-id: //depot/perl@1369
* added patch for -i'foo*bar', made code somewhat simpler, tweaked docColin Kuskie1998-07-084-11/+74
| | | | | | Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com> Subject: Corrected -i prefix patch p4raw-id: //depot/perl@1368
* Faster foreach integer rangeGisle Aas1998-07-082-1/+9
| | | | | Message-ID: <m3k95qm1pg.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1367
* Remove some rendundant SvOOK_on testsGisle Aas1998-07-082-25/+5
| | | | | Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1366
* applied patch to clarify m//gM. J. T. Guy1998-07-081-9/+7
| | | | | | Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk> Subject: [PATCH] Re: m//g in perlop.pod p4raw-id: //depot/perl@1365
* 5.004_70 bug in perlfaq.podM. J. T. Guy1998-07-081-1/+1
| | | | | Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/perl@1364
* applied tweak (via private mail)Jarkko Hietaniemi1998-07-081-0/+8
| | | | | | Message-Id: <199807071027.NAA20829@alpha.hut.fi> Subject: tiny perllocale.pod patch for 5.004_70 p4raw-id: //depot/perl@1363
* applied patch, various tweaks to pander to pod2man tantrumsIlya Zakharevich1998-07-082-35/+54
| | | | | | Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] CONFIGPM p4raw-id: //depot/perl@1362
* Re: Inconsistent arithmetics on refsStephen McCamant1998-07-071-4/+10
| | | | | Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net> p4raw-id: //depot/perl@1361
* Anohter ptags improvementIlya Zakharevich1998-07-071-1/+2
| | | | | Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1360
* fix accidental RE-de-optimizationGurusamy Sarathy1998-07-072-3/+3
| | | | | | | | | | | | | From: larry@wall.org (Larry Wall) Date: Mon, 6 Jul 1998 17:49:31 -0700 Message-Id: <199807070049.RAA23475@wall.org> Subject: Re: before you deluge us with patches -- From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT) Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu> Subject: Re: before you deluge us with patches p4raw-id: //depot/perl@1359
* Evaluation of AVHVs in scalar contextGisle Aas1998-07-072-2/+21
| | | | | Message-ID: <m33ecedaxx.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1358
* doc tweaks suggested by Abigail, M.J.T. Guy, and Larry WallGurusamy Sarathy1998-07-073-5/+5
| | | p4raw-id: //depot/perl@1357
* Update metaconfig infoAndy Dougherty1998-07-061-3/+9
| | | | | Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys> p4raw-id: //depot/perl@1353
* Config_70-01: Remove default "/share"Andy Dougherty1998-07-066-88/+401
| | | | | Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys> p4raw-id: //depot/perl@1352
* try harder to run non-executable testsGurusamy Sarathy1998-07-061-3/+9
| | | p4raw-id: //depot/perl@1351
* add patch to improve method caching, regen headersJoshua Pritikin1998-07-065-6/+13
| | | | | | Message-Id: <H00000e50008a518@MHS> Subject: [PATCH _70] cache missing methods p4raw-id: //depot/perl@1350
* remove #! line from Errno_pm.PLGurusamy Sarathy1998-07-061-1/+0
| | | p4raw-id: //depot/perl@1348
* added patch to fix Cwd.pm warnings, fixed a couple more placesGisle Aas1998-07-061-4/+4
| | | | | | Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no> Subject: [PATCH] 5.004_70 Cwd.pm now give warnings p4raw-id: //depot/perl@1347
* much simpler fix to typecheck read/sysread/recv, as suggested byGurusamy Sarathy1998-07-061-2/+5
| | | | | Stephen McCamant p4raw-id: //depot/perl@1346
* undo ck_sysread() changes#1319,1337 in preparation for a muchGurusamy Sarathy1998-07-069-43/+11
| | | | | | | | simpler fix p4raw-link: @1337 on //depot/perl: 77808da1249dc49b6d1ea4171ebce9989b18ea3f p4raw-link: @1319 on //depot/perl: 5081475eefaf24307ce7eaf4c87aafd588b37e98 p4raw-id: //depot/perl@1345
* Keepers of the Patch PumpkinGisle Aas1998-07-061-2/+2
| | | | | Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1342
* remove dup entry in perldiagGurusamy Sarathy1998-07-061-7/+3
| | | p4raw-id: //depot/perl@1341
* more reasonable diagnostic on keyword vs. sub ambiguityGurusamy Sarathy1998-07-062-17/+18
| | | p4raw-id: //depot/perl@1340
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-0612-40/+40
| | | p4raw-id: //depot/perl@1339
* per Larry suggestion, toss change#1327 and fix the documentationGurusamy Sarathy1998-07-062-12/+3
| | | | | | | to match behavior instead p4raw-link: @1327 on //depot/perl: 0ce625782f64de805c21893bca308710ed297c68 p4raw-id: //depot/perl@1338
* allow read(FH,threadsv,...)Gurusamy Sarathy1998-07-061-0/+1
| | | p4raw-id: //depot/perl@1337
* 5.004_70 tweaksGurusamy Sarathy1998-07-063-2/+7
| | | p4raw-id: //depot/perl@1336
* update ChangesGurusamy Sarathy1998-07-062-2/+119
| | | p4raw-id: //depot/perl@1335