summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* squelch undef warningsHugo van der Sanden1998-10-021-2/+2
| | | | | | Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk> Subject: [PATCH] Re: Apparent bug in Math::BigInt p4raw-id: //depot/perl@1920
* tolerate spaces when fixing up __cplusplus output by old h2xsJan Dubois1998-10-021-1/+1
| | | | | | Message-ID: <3619a1e8.12336659@smtp1.ibm.net> Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT p4raw-id: //depot/perl@1918
* make File::Find work when wanted() is autoloaded or a symbolic refGurusamy Sarathy1998-10-021-5/+5
| | | p4raw-id: //depot/perl@1908
* fix various 5.00552 mishaps (fixes suggested by Jan Dubois,Gurusamy Sarathy1998-09-281-1/+1
| | | | | | Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert Dvornik) p4raw-id: //depot/perl@1899
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-0/+65
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* s/MAKEMAKEROPT/PERL_MM_OPT/Gurusamy Sarathy1998-09-251-2/+2
| | | p4raw-id: //depot/perl@1886
* MM_Unix::canonpath erroneously turns leading // into /Dominic Dunlop1998-09-251-2/+2
| | | | | Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]> p4raw-id: //depot/perl@1885
* fix change#1861, which breaks default boot_xxx symbol generationGurusamy Sarathy1998-09-251-2/+2
| | | | | p4raw-link: @1861 on //depot/perl: 762efda7da89e66e6132e666545886910dd743f8 p4raw-id: //depot/perl@1878
* correct FSF address in various placesGurusamy Sarathy1998-09-241-4/+4
| | | p4raw-id: //depot/perl@1871
* applied suggested patch, adapted for all platformsJan Dubois1998-09-245-22/+37
| | | | | | Message-ID: <3604de0c.12319885@smtp1.ibm.net> Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker p4raw-id: //depot/perl@1861
* upgrade to CPAN-1.40Gurusamy Sarathy1998-09-242-216/+237
| | | p4raw-id: //depot/perl@1860
* use $ENV{MAKEMAKEROPT} to set default command line argsGurusamy Sarathy1998-09-241-1/+13
| | | p4raw-id: //depot/perl@1859
* More verbose Test::Harness [PATCH]Ilya Zakharevich1998-09-231-5/+10
| | | | | Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1857
* make Pod/Html.pm handle the --title option properly (as suggestedGurusamy Sarathy1998-09-231-11/+13
| | | | | by gml4410@ggr.co.uk) p4raw-id: //depot/perl@1853
* ExtUtils::MakeMaker::prompt cannot return 0Jochen Wiedmann1998-09-231-1/+1
| | | | | Message-ID: <360127B6.E44564A@ispsoft.de> p4raw-id: //depot/perl@1851
* Re: [PATCH] MakeMaker "test" target doesn't depend on "all"Andreas König1998-09-231-2/+2
| | | | | Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de> p4raw-id: //depot/perl@1850
* Re: extralibs.ld problem in MM_VMS.pmCharles Bailey1998-09-231-31/+59
| | | | | Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu> p4raw-id: //depot/perl@1849
* Re: Open2 and memory leaksRoderick Schertler1998-09-231-27/+26
| | | | | Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com> p4raw-id: //depot/perl@1848
* (via private mail)Charles Bailey1998-09-237-7/+7
| | | | | | Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> Subject: [Patch 5.005_02] Miscellaneous VMS cleanup p4raw-id: //depot/perl@1837
* Protect debugger from nonlocal exitsIlya Zakharevich1998-09-231-27/+28
| | | | | Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1824
* patches for perl 5.005_51 under U/WINJoe Buehler1998-09-231-1/+5
| | | | | Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com> p4raw-id: //depot/perl@1823
* support make written in perl (aka "pmake") on win32Gurusamy Sarathy1998-09-231-9/+18
| | | p4raw-id: //depot/perl@1806
* make xsubpp generate well-formed code with CAPI && !PERL_OBJECTGurusamy Sarathy1998-09-211-13/+20
| | | p4raw-id: //depot/perl@1795
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-092-3/+174
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* fix intolerance of SWASHes for blank linesGisle Aas1998-08-081-33/+31
| | | | | | Message-ID: <m3emutkdeu.fsf@furu.g.aas.no> Subject: Re: Re[2]: another joyride begins p4raw-id: //depot/perl@1767
* utf8 doc tweakGisle Aas1998-08-081-1/+1
| | | | | | Message-ID: <m3yat4wetb.fsf@furu.g.aas.no> Subject: Matching clumps p4raw-id: //depot/perl@1766
* kill bogus warning from -we 'use utf8; $_="\x{FF}"'Gisle Aas1998-08-081-3/+3
| | | | | | Message-ID: <m3yat4sbys.fsf@furu.g.aas.no> Subject: Re: another joyride begins p4raw-id: //depot/perl@1765
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-0813-169/+884
|\ | | | | p4raw-id: //depot/perl@1760
| * prevent lexical leaks from Benchmark into target code (inspired byGurusamy Sarathy1998-08-081-5/+17
| | | | | | | | | | an attempt by John Allen) p4raw-id: //depot/maint-5.005/perl@1757
| * back out change#1747 until possibly better patch is investigatedGurusamy Sarathy1998-08-081-16/+50
| | | | | | | | | | p4raw-link: @1747 on //depot/maint-5.005/perl: 6e19ff93dfe8cda893891d183baba8b8c8502350 p4raw-id: //depot/maint-5.005/perl@1756
| * allow more compatible interpretation of spaces File::DosGlob::glob()Gurusamy Sarathy1998-08-071-1/+22
| | | | | | | | | | patterns p4raw-id: //depot/maint-5.005/perl@1750
| * don't use © in Test.pm (suggested by M.J.T. Guy)Gurusamy Sarathy1998-08-071-1/+1
| | | | | | p4raw-id: //depot/maint-5.005/perl@1749
| * make AutoSplit safer on filesystems with short filenamesGraham Barr1998-08-051-50/+16
| | | | | | | | | | | | Message-ID: <19980805101021.D23805@asic.sc.ti.com> Subject: [ PATCH perl5.005_02-TRIAL2 ] AutoSplit and 8.3 p4raw-id: //depot/maint-5.005/perl@1747
| * MM_Win32.pm and Liblist.pm tweaksGurusamy Sarathy1998-08-052-9/+24
| | | | | | p4raw-id: //depot/maint-5.005/perl@1746
| * update Changes, patchlevel, tweak Liblist.pmGurusamy Sarathy1998-08-051-2/+2
| | | | | | p4raw-id: //depot/maint-5.005/perl@1740
| * support :nosearch in ExtUtils::Liblist for win32, and make -lfooGurusamy Sarathy1998-08-052-62/+154
| | | | | | | | | | processing (somewhat) compiler-specific p4raw-id: //depot/maint-5.005/perl@1738
| * make Test::Harness optionally check for stray files when running testsIlya Zakharevich1998-08-051-1/+27
| | | | | | | | | | | | Message-Id: <199808022212.SAA20126@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] File leaked from test suite p4raw-id: //depot/maint-5.005/perl@1736
| * correct Pod::Html's notion of email addressesAbigail1998-08-041-1/+1
| | | | | | | | | | | | Message-ID: <19980804002249.2011.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.005_01] lib/Pod/Html.pm p4raw-id: //depot/maint-5.005/perl@1726
| * support OE/MVSJarkko Hietaniemi1998-08-021-1/+1
| | | | | | | | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
| * fix bug in display of watched expressionsIlya Zakharevich1998-08-021-1/+2
| | | | | | | | | | | | Message-Id: <199807310002.UAA21681@monk.mps.ohio-state.edu> Subject: Re: Bug? in perl5db.pl [PATCH] p4raw-id: //depot/maint-5.005/perl@1691
| * Class::Struct has an incomplete tied array packageTom Hughes1998-08-021-0/+5
| | | | | | | | | | Message-ID: <yek1zr3vi70.fsf@elva.cyberscience.com> p4raw-id: //depot/maint-5.005/perl@1688
| * [Patch] Math::Complex - Ambiguous call resolved as CORE::foo()Nick Ing-Simmons1998-08-021-78/+78
| | | | | | | | | | Message-Id: <199807291228.NAA20055@tiuk.ti.com> p4raw-id: //depot/maint-5.005/perl@1681
| * MM_Win32::maybe_command() case-insesitivity tweakGurusamy Sarathy1998-08-021-1/+1
| | | | | | p4raw-id: //depot/maint-5.005/perl@1679
| * fix MM_Win32::maybe_command()Gurusamy Sarathy1998-08-021-1/+16
| | | | | | p4raw-id: //depot/maint-5.005/perl@1678
| * fixes for overloading bugs and docs, tweaked someIlya Zakharevich1998-08-013-17/+545
| | | | | | | | | | | | Message-Id: <199807260128.VAA10543@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] better overloading p4raw-id: //depot/maint-5.005/perl@1677
* | add trailing newline to fileGurusamy Sarathy1998-07-261-1/+0
| | | | | | p4raw-id: //depot/perl@1665
* | integrate utfperlGurusamy Sarathy1998-07-26159-0/+41723
|\ \ | |/ |/| p4raw-id: //depot/perl@1660
| * Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-24159-0/+41723
| | | | | | p4raw-id: //depot/utfperl@1651
* | fix behavior of <=> on bigintsM. J. T. Guy1998-07-261-4/+4
|/ | | | | | Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk> Subject: [PATCH] Re: Math::BigInt <=> op is not correct. p4raw-id: //depot/maint-5.005/perl@1652
* lib/Sys/Syslog.pm docDaniel S. Lewart1998-07-221-1/+1
| | | | | Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu> p4raw-id: //depot/perl@1639