summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* documentation tweaks from Abigail <abigail@fnx.com>Gurusamy Sarathy1998-07-214-244/+255
| | | | | | | | | | | | | | | | | | | | | | | Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT) Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com> Subject: Re: [PATCH 5.00475] pod/perlsyn.pod -- Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT) Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] pod/perlguts.pod -- Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT) Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod -- Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT) Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH, 5.00475], pod/perlsub.pod -- Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT) Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] pod/perlfunc.pod p4raw-id: //depot/perl@1590
* VMS patches from Dan Sugalski <sugalskd@osshe.edu>Brad Hughes1998-07-215-109/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* change#1481 didn't go through at all, redo itGurusamy Sarathy1998-07-211-6/+13
| | | | | p4raw-link: @1481 on //depot/perl: 970d0ca27a2290119cbaa2df59b308a84a879664 p4raw-id: //depot/perl@1588
* workaround C<"foo" "bar"> catenation-intolerant compilersGurusamy Sarathy1998-07-212-4/+5
| | | p4raw-id: //depot/perl@1587
* do not override PERL_DESTRUCT_LEVEL if use has it setGurusamy Sarathy1998-07-211-1/+3
| | | p4raw-id: //depot/perl@1586
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-215-4/+20
| | | p4raw-id: //depot/perl@1585
* fix memory leak in C<local(*foo) = 'bar'>Gurusamy Sarathy1998-07-211-1/+1
| | | p4raw-id: //depot/perl@1584
* add rsfp_filters and perldb to pollutants listGurusamy Sarathy1998-07-201-0/+2
| | | p4raw-id: //depot/perl@1582
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-2060-528/+473
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* integrate ansi branch to get s/foo/PL_foo/ changesGurusamy Sarathy1998-07-2062-6284/+6073
|\ | | | | p4raw-id: //depot/perl@1575
| * Missed file that had changedNick Ing-Simmons1998-07-191-0/+23
| | | | | | p4raw-id: //depot/ansiperl@1572
| * Another threaded, perl malloc issue, x2p's Makefile.SH has a Nick Ing-Simmons1998-07-191-1/+1
| | | | | | | | | | pattern match... p4raw-id: //depot/ansiperl@1571
| * Drat! - threaded perl-malloc has mutex that needs PL_Nick Ing-Simmons1998-07-192-14/+14
| | | | | | p4raw-id: //depot/ansiperl@1570
| * PL_ for perl's mallocNick Ing-Simmons1998-07-192-10/+10
| | | | | | p4raw-id: //depot/ansiperl@1569
| * PL_ minir tidy upNick Ing-Simmons1998-07-193-33/+57
| | | | | | p4raw-id: //depot/ansiperl@1568
| * Add PL_ to merged fileNick Ing-Simmons1998-07-191-1/+1
| | | | | | p4raw-id: //depot/ansiperl@1567
| * Merge MainlineNick Ing-Simmons1998-07-1930-226/+449
| |\ | | | | | | p4raw-id: //depot/ansiperl@1566
| * | PL_ stuff passes non-threaded on Mingw32Nick Ing-Simmons1998-07-181-3/+3
| | | | | | | | | | | | | | | (Why did it compile without this fix?) p4raw-id: //depot/ansiperl@1540
| * | PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-189-137/+137
| | | | | | | | | p4raw-id: //depot/ansiperl@1537
| * | Merge latest mainlineNick Ing-Simmons1998-07-184-30/+45
| |\ \ | | | | | | | | p4raw-id: //depot/ansiperl@1536
| * | | Edited "behind my back" ...Nick Ing-Simmons1998-07-181-28/+28
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@1535
| * | | PL_ stuff for threadsNick Ing-Simmons1998-07-1830-1218/+1217
| | | | | | | | | | | | p4raw-id: //depot/ansiperl@1534
| * | | Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CCNick Ing-Simmons1998-07-183-11/+12
| | | | | | | | | | | | | | | | | | | | (still with PERL_GLOBAL_STRUCT) - to cover more #if branches p4raw-id: //depot/ansiperl@1533
| * | | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-1851-5557/+5229
| | | | | | | | | | | | | | | | | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
| * | | Integrate post-beta tweaks to ansiperlNick Ing-Simmons1998-07-1817-31/+20
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/ansiperl@1529
| * \ \ \ Integrate mainline at beta1Nick Ing-Simmons1998-07-15181-3561/+10243
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1519
| * \ \ \ \ Integrate mainline (_071-ish)Nick Ing-Simmons1998-07-09163-3672/+12450
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1400
| * \ \ \ \ \ Integrate mainline, just to keep up.Nick Ing-Simmons1998-07-0225-374/+796
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1275
| * \ \ \ \ \ \ Integrate mainline c. _69 to ansiperlNick Ing-Simmons1998-06-29114-1579/+7686
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1264
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons1998-06-2611-37/+182
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1220
| * | | | | | | | | Correct perl malloc tweak to .def generationNick Ing-Simmons1998-06-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1213
| * | | | | | | | | Perl_malloced_size() only available with perl's mallocNick Ing-Simmons1998-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1209
| * | | | | | | | | Integrate mainline c. 5.004_68 into ansiperl, mainlyNick Ing-Simmons1998-06-23123-3303/+16924
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so see what has changed... p4raw-id: //depot/ansiperl@1208
| * | | | | | | | | | Patches to build with EGCS-1.0.2 Mingw32 port.Nick Ing-Simmons1998-06-205-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1160
| * | | | | | | | | | Use libxxx.a for -lxxx with GCCNick Ing-Simmons1998-06-194-38/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1153
| * | | | | | | | | | Resolve latestNick Ing-Simmons1998-06-1912-123/+128
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1151
| * \ \ \ \ \ \ \ \ \ \ Integrate and resolve -at mainline to ansiperl prior to Ming32 hackingNick Ing-Simmons1998-06-18163-6405/+11193
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1145
| * \ \ \ \ \ \ \ \ \ \ \ resolve -at win32 branch into ansiperlNick Ing-Simmons1998-06-04136-2291/+13551
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1073
| * \ \ \ \ \ \ \ \ \ \ \ \ Resolve win32 into ansiperlNick Ing-Simmons1998-05-2339-447/+2080
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/ansiperl@1025
* | | | | | | | | | | | | | | fix C<$1 .. $2> coredump under debuggerGurusamy Sarathy1998-07-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@1574
* | | | | | | | | | | | | | | misc win32 config tweaksGurusamy Sarathy1998-07-206-13/+16
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@1573
* | | | | | | | | | | | | | tweak pod in MakeMaker.pmPaul Johnson1998-07-191-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <19980718155847.D903@west-tip.transeda.com> Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm p4raw-id: //depot/perl@1565
* | | | | | | | | | | | | | sv_gets() did not NUL-terminate SV when reading recordsGisle Aas1998-07-191-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <m390lsb3tv.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1564
* | | | | | | | | | | | | | update freebsd hintsMik Firestone1998-07-191-24/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199807171924.AA05297@interlock2.lexmark.com> Subject: [PATCH 5.005b1] hints/freebsd.sh p4raw-id: //depot/perl@1563
* | | | | | | | | | | | | | MPE/iX hints and readme tweaksMark Bixby1998-07-192-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu> p4raw-id: //depot/perl@1562
* | | | | | | | | | | | | | make install failsNorton T. Allen1998-07-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199807171637.MAA24830@bottesini.harvard.edu> p4raw-id: //depot/perl@1561
* | | | | | | | | | | | | | fix flawed substitution-loop detection on zero-length matchesIlya Zakharevich1998-07-192-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Substitution loop in devel branch p4raw-id: //depot/perl@1560
* | | | | | | | | | | | | | add perltrap entry about "${#a}", as suggested byGurusamy Sarathy1998-07-191-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | andy barfoot <abarfoot@eng.auburn.edu> p4raw-id: //depot/perl@1559
* | | | | | | | | | | | | | perlcall.pod SAVETMPS/FREETMPS bracketAnton Berezin1998-07-191-35/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199807170949.LAA18099@lion.plab.ku.dk> p4raw-id: //depot/perl@1558
* | | | | | | | | | | | | | :_75 - Update hints/aix.sh for c_r libraryArt Green1998-07-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com> p4raw-id: //depot/perl@1557