summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Optimize away OP_SASSIGNIlya Zakharevich1999-07-067-423/+545
| | | | | Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3612
* portability fix for IO::File and FileHandlePeter Prymmer1999-07-061-1/+4
| | | | | Message-Id: <9906120007.AA13802@forte.com> p4raw-id: //depot/perl@3611
* fix for C<$/ = 42> setting paragraph mode (applied with smallM. J. T. Guy1999-07-062-3/+3
| | | | | | | tweak) Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk> Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32 p4raw-id: //depot/perl@3610
* test tweakGurusamy Sarathy1999-07-061-1/+1
| | | p4raw-id: //depot/perl@3608
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-0620-283/+590
| | | | | | | improved RE API Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_57] REx engine rehash p4raw-id: //depot/perl@3606
* bug in change#3602 (cpp conditionals not allowed inside macro args)Gurusamy Sarathy1999-07-061-22/+28
| | | | | p4raw-link: @3602 on //depot/perl: 6520202708b2a849ca8538ed88e0f75376c3b2d7 p4raw-id: //depot/perl@3605
* DB_File 1.67Paul Marquess1999-07-064-38/+198
| | | | | Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk> p4raw-id: //depot/perl@3604
* DBM FiltersPaul Marquess1999-07-068-43/+12
| | | | | Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk> p4raw-id: //depot/perl@3603
* slightly tweaked version of suggested patchDan Sugalski1999-07-0623-178/+248
| | | | | | Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu> Subject: [PATCH 5.005_57]Use NV instead of double in the core p4raw-id: //depot/perl@3602
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-0635-378/+3529
|\ | | | | p4raw-id: //depot/perl@3601
| * Integrate with mainperl.Jarkko Hietaniemi1999-07-0519-82/+650
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3598
* | Long-standing UDP sockets bug on OS/2Ilya Zakharevich1999-07-052-5/+19
| | | | | | | | | | Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3596
* | Setting $^E wipes out $!Ilya Zakharevich1999-07-051-3/+5
| | | | | | | | | | Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3595
* | hand-apply whitespace mutiliated patchHans Mulder1999-07-055-20/+165
| | | | | | | | | | | | Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu> Subject: [PATCH 5.005_57]Updated VMS patch p4raw-id: //depot/perl@3594
* | applied parts not duplicated by previous patchesVishal Bhatia1999-07-055-50/+268
| | | | | | | | | | | | Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com> Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes p4raw-id: //depot/perl@3593
* | "\e" and "\a" didn't produce right escape under EBCDICPeter Prymmer1999-07-051-0/+9
| | | | | | | | | | | | Message-Id: <9906041900.AA28387@forte.com> Subject: [PATCH 5.005_57]lingering ASCIIism in tokener p4raw-id: //depot/perl@3591
* | s/scalar ref constructor/single ref constructor/ (suggestedGurusamy Sarathy1999-07-052-2/+2
| | | | | | | | | | by Stephen McCamant) p4raw-id: //depot/perl@3590
* | no such thing as gdbm_clearerr() (from Andy Dougherty)Gurusamy Sarathy1999-07-051-1/+0
| | | | | | p4raw-id: //depot/perl@3589
* | allow C<-foo> under C<use integer> (behavior of C<-$string>Gurusamy Sarathy1999-07-051-1/+7
| | | | | | | | | | is unchanged still) p4raw-id: //depot/perl@3588
| * Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-0510-81/+76
| | | | | | | | | | that addresses the notorious "Additional libraries" question. p4raw-id: //depot/cfgperl@3597
| * AIX threaded build, plus few more on the side.Jarkko Hietaniemi1999-07-0512-30/+29
| | | | | | p4raw-id: //depot/cfgperl@3592
| * Make perl_exp.SH smarter about what to include and what to exclude.Jarkko Hietaniemi1999-07-051-3/+44
| | | | | | p4raw-id: //depot/cfgperl@3587
| * Remove unnecessary and extraneous my $i = 0.Jarkko Hietaniemi1999-07-051-1/+0
| | | | | | p4raw-id: //depot/cfgperl@3586
| * Integrate with mainperl.Jarkko Hietaniemi1999-07-0530-290/+903
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3585
* | Re: [PATCH 5.005_57] pp_sort sorted outVishal Bhatia1999-07-053-10/+55
| | | | | | | | | | Message-ID: <19990603075749.86665.qmail@hotmail.com> p4raw-id: //depot/perl@3584
* | suppress fancy display when in verbose mode (suggested byGurusamy Sarathy1999-07-051-2/+3
| | | | | | | | | | Paul Johnson <pjcj@transeda.com>) p4raw-id: //depot/perl@3583
* | cygwin32 updateFifer, Eric1999-07-0520-172/+667
| | | | | | | | | | | | Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST> Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3582
* | NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)Gurusamy Sarathy1999-07-051-2/+7
| | | | | | p4raw-id: //depot/perl@3581
* | [ PATCH perl5.005_57 ] new perlcc + regression testsEd Peschko1999-07-054-101/+168
| | | | | | | | | | Message-ID: <19990601001813.AAA17834@csgsystems.com> p4raw-id: //depot/perl@3580
* | compatibility tweak for Class::StructGurusamy Sarathy1999-07-051-0/+1
| | | | | | p4raw-id: //depot/perl@3579
* | test tweakGurusamy Sarathy1999-07-041-3/+2
| | | | | | p4raw-id: //depot/perl@3577
* | adapted suggested tests for addition to testsuiteRonaldWS@aol.com1999-07-043-0/+82
| | | | | | | | | | | | Message-Id: <25cd799f.2482f930@aol.com> Subject: [19990530.007] Open with pipe | does not return pid under win32 p4raw-id: //depot/perl@3573
* | perl_run() should call my_exit(0) for normal completionGurusamy Sarathy1999-07-041-0/+2
| | | | | | p4raw-id: //depot/perl@3572
* | make overload, Data::Dumper, and dumpvar understand qr// stringifyGurusamy Sarathy1999-07-046-19/+59
| | | | | | | | | | overloading p4raw-id: //depot/perl@3570
* | make AIX dynaloading work when libperl is shared (and thus underJens-Uwe Mager1999-07-041-57/+13
| | | | | | | | | | | | | | mod_perl etc.) Message-Id: <199905291509.RAA43978@ans.helios.de> Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX) p4raw-id: //depot/perl@3569
* | remove misleading info on defined(&func), unclutter deprecationGurusamy Sarathy1999-07-045-25/+24
| | | | | | | | | | about defined(@array) p4raw-id: //depot/perl@3567
* | MINGW32 and EGCS 1.1.2 supportJan Dubois1999-07-043-6/+122
| | | | | | | | | | Message-ID: <374c53ac.10322322@smtp1.ibm.net> p4raw-id: //depot/perl@3566
* | newer version of perlxstut from Jeff Okamoto (slightly editedGurusamy Sarathy1999-07-041-255/+451
| | | | | | | | | | for win32 issues) p4raw-id: //depot/perl@3565
* | avoid warningsGurusamy Sarathy1999-07-022-3/+3
| | | | | | p4raw-id: //depot/perl@3564
* | inc version (for CPAN.pm sanity)Gurusamy Sarathy1999-06-281-1/+1
| | | | | | p4raw-id: //depot/perl@3563
* | regen perltocGurusamy Sarathy1999-06-281-12/+25
| | | | | | p4raw-id: //depot/perl@3562
* | [19990526.002] Misc. improvements to Class:StructDamian Conway1999-06-282-18/+112
| | | | | | | | | | Message-Id: <199905260458.AAA06411@defender.perl.org> p4raw-id: //depot/perl@3561
* | remove bogus PL_optype_sizeGurusamy Sarathy1999-06-282-33/+0
| | | | | | p4raw-id: //depot/perl@3560
* | upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)Gurusamy Sarathy1999-06-289-166/+596
| | | | | | p4raw-id: //depot/perl@3559
* | make autogenerated files writableGurusamy Sarathy1999-06-283-954/+21
| | | | | | p4raw-id: //depot/perl@3557
| * Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-0410-63/+136
| | | | | | p4raw-id: //depot/cfgperl@3578
| * Integrate with mainperl.Jarkko Hietaniemi1999-07-0436-1549/+1336
| | | | | | p4raw-id: //depot/cfgperl@3576
| * Added 64-bit support for AIX 4.3 or betterJarkko Hietaniemi1999-07-042-2/+26
| | | | | | | | | | based on Martin H. Rusoff's observations. p4raw-id: //depot/cfgperl@3575
| * Do not throw away gccvers compilation errors.Andy Dougherty1999-07-042-5/+5
| | | | | | | | | | | | | | | | To: Ron Seguin <rseguin@on.bell.ca> Cc: Perl Porters <perl5-porters@perl.org> Subject: [PATCH] Re: [ID 19990625.011] WHOA There Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys> p4raw-id: //depot/cfgperl@3574
| * Add test for change #3568 plus general cleanup.Jarkko Hietaniemi1999-07-041-98/+82
| | | | | | | | | | p4raw-link: @3568 on //depot/cfgperl: 31351b0411cad332df82232d3c7919b62fb21d0c p4raw-id: //depot/cfgperl@3571