summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-0649-548/+1060
| | | p4raw-id: //depot/cfgperl@3609
* Put back the cygwin32 Configure fix of 3582 undone by 3597.Jarkko Hietaniemi1999-07-061-7/+14
| | | p4raw-id: //depot/cfgperl@3607
* 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
* | pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().Jan Starzynski1999-07-041-124/+125
| | | | | | | | | | | | | | | | | | | | This resulted for example in the 'o' magic not being cleared by magic_setcollxfrm(), which resulted in strange cmp results. The bug was reported originally in the message Subject: Bug with locale To: perlbug@perl.com Message-ID: <370DE31B.DAEE1332@planet.de> p4raw-id: //depot/cfgperl@3568
* | Change Olaf Lebbe's email address.Jarkko Hietaniemi1999-06-281-1/+1
| | | | | | p4raw-id: //depot/cfgperl@3558
* | Update MANIFEST to match #3555.Jarkko Hietaniemi1999-06-271-0/+6
| | | | | | p4raw-id: //depot/cfgperl@3556
* | EPOC port to Psion5.Olaf Flebbe1999-06-2713-9/+3020
| | | | | | | | | | | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> Cc: perl5-porters@perl.org Subject: Re: Psion5 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de> p4raw-id: //depot/cfgperl@3555
* | Integrate from mainperl.Jarkko Hietaniemi1999-06-2748-3848/+9461
|\ \ | |/ | | p4raw-id: //depot/cfgperl@3554
| * somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-2745-3823/+9128
| | | | | | | | | | | | | | | | | | gone from the public API); PERL_OBJECT builds again on windows TODO: namespace-clean the typedefs in iperlsys.h and elsewhere; remove C++ remnants from public headers p4raw-id: //depot/perl@3553
| * integrate cfgperl changes into mainlineGurusamy Sarathy1999-06-2718-218/+440
| |\ | |/ |/| p4raw-id: //depot/perl@3552
* | Tidy up #3542 and #3543.Jarkko Hietaniemi1999-06-182-8/+10
| | | | | | p4raw-id: //depot/cfgperl@3544