summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-281-2/+2
|\ | | | | p4raw-id: //depot/cfgperl@3813
| * fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'Gurusamy Sarathy1999-07-281-2/+2
| | | | | | p4raw-id: //depot/perl@3811
* | Fix a typo, un-shout, and reformat the installation output.Jarkko Hietaniemi1999-07-281-3/+1
|/ | | p4raw-id: //depot/cfgperl@3812
* Pod::Html tweakJan Dubois1999-07-281-2/+2
| | | | | | | To: perl5-porters@perl.org Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames Message-ID: <37a50af0.46171380@smtp1.ibm.net> p4raw-id: //depot/perl@3804
* decrease memory footprint of standard modulesIlya Zakharevich1999-07-272-7/+13
| | | | | Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3794
* recognize more constructs such as C<$-> in pod (from Russ AllberyGurusamy Sarathy1999-07-271-2/+4
| | | | | and Brad Appleton) p4raw-id: //depot/perl@3792
* provide MakeMaker attribute PERL_MALLOC_OK that allows extensionsGurusamy Sarathy1999-07-272-1/+37
| | | | | to call Perl_malloc() as malloc() (from Ilya Zakharevich) p4raw-id: //depot/perl@3790
* replace Pod::Text with Pod::SimpleText v0.01 (thanksGurusamy Sarathy1999-07-273-565/+825
| | | | | | to Russ Allbery <rra@stanford.edu>); s/Simple// and s/pod2txt/pod2text/ etc. p4raw-id: //depot/perl@3788
* don't quit if =head* wasn't found (suggested by Roland BauerGurusamy Sarathy1999-07-271-3/+2
| | | | | <roland.bauer@fff.at>) p4raw-id: //depot/perl@3785
* avoid infinite recursion when Thread.pm croaks duringGurusamy Sarathy1999-07-261-2/+2
| | | | | bootstrap p4raw-id: //depot/perl@3775
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-263-177/+209
| | | p4raw-id: //depot/perl@3774
* ~ isn't valid in VMS filenamesGurusamy Sarathy1999-07-261-2/+3
| | | p4raw-id: //depot/perl@3763
* add disclaimer about perl 4 libraries (modified version ofGurusamy Sarathy1999-07-2620-6/+171
| | | | | patch suggested by Clinton Pierce <cpierce1@ford.com>) p4raw-id: //depot/perl@3759
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-262-4/+2
| | | | | (%! has the necessary magic); misc typos p4raw-id: //depot/perl@3754
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-251-2/+4
|\ | | | | p4raw-id: //depot/cfgperl@3749
| * warn rather than die when parse_version() can't cut it (fromGurusamy Sarathy1999-07-251-2/+4
| | | | | | | | | | Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@3745
* | First steps of making builds outside the sourceJarkko Hietaniemi1999-07-251-1/+1
| | | | | | | | | | | | | | | | directory possible. These should get us as far as miniperl, then building DynaLoader falls into tiny twinkling pieces as MakeMaker knows nothing of VPATH mindset. p4raw-id: //depot/cfgperl@3735
* | MakeMaker doc fix.Kurt D. Starsinic1999-07-221-1/+1
| | | | | | | | | | | | | | | | To: perl5-porters@perl.org Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com> Subject: [PATCH] MakeMaker documentation Message-ID: <19990721141542.A1800@O2.chapin.edu> p4raw-id: //depot/cfgperl@3722
* | Use Errno more extensively so that errororacle@pcr8.pcr.com1999-07-212-2/+4
|/ | | | | | | | | | messages are more portable (another way would be to muck around with LC_MESSAGES). Problem reported in To: perl5-porters@perl.org Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4 Message-Id: <9907192239.AA44990@pcr8.pcr.com> p4raw-id: //depot/cfgperl@3716
* don't display tid from main thread (or testsuite breaks)Gurusamy Sarathy1999-07-191-4/+8
| | | p4raw-id: //depot/perl@3702
* display thread id in diagnostics (suggested by Dan Sugalski)Gurusamy Sarathy1999-07-181-2/+10
| | | p4raw-id: //depot/perl@3696
* Some lib/ExtUtils/Manifest.pm POD fixesJan Dubois1999-07-181-18/+19
| | | | | Message-ID: <379144ad.13616689@smtp1.ibm.net> p4raw-id: //depot/perl@3693
* mention the -Minteger effect on modulus (from Nathan Torkington)Gurusamy Sarathy1999-07-181-0/+11
| | | p4raw-id: //depot/perl@3690
* tiny bug in vars.pm (from John Dlugosz)Gurusamy Sarathy1999-07-171-1/+1
| | | p4raw-id: //depot/perl@3686
* applied suggested patch, along with later tweakJan Dubois1999-07-171-11/+56
| | | | | | Message-ID: <37a902e7.15977234@smtp1.ibm.net> Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm p4raw-id: //depot/perl@3685
* use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5Gurusamy Sarathy1999-07-171-19/+31
| | | | | | and prefix/lib/perl5/man are ass_u_med only if those directories actually exist; else prefix/{lib,man} are used) p4raw-id: //depot/perl@3682
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-125-46/+10
| | | | | | | | | | | | | | | | builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667
* integrate cfgperl contentsGurusamy Sarathy1999-07-0722-369/+1235
|\ | | | | p4raw-id: //depot/perl@3656
| * Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-074-135/+357
| |\ | | | | | | | | | | | | resolved manually. p4raw-id: //depot/cfgperl@3648
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-072-0/+2
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3638
| * | | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-0622-369/+1235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and utf8. If both utf8 and locale are on, utf8 wins. I don't fully understand why so many tables changed in lib/unicode because of "make" -- maybe it was just overdue. p4raw-id: //depot/cfgperl@3624
* | | | applied new parts of suggested patchCharles Bailey1999-07-073-25/+97
| |_|/ |/| | | | | | | | | | | | | | Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu> Subject: [PATCH 5.005_57] Consolidated VMS patch p4raw-id: //depot/perl@3650
* | | MakeMaker support for pod2htmlJan Dubois1999-07-073-54/+284
| | | | | | | | | | | | | | | Message-ID: <377b2ca4.14467042@smtp1.ibm.net> p4raw-id: //depot/perl@3647
* | | lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-81/+73
| |/ |/| | | | | | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* | make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggestedGurusamy Sarathy1999-07-071-0/+1
| | | | | | | | | | by David Muir Sharnoff <muir@idiom.com>) p4raw-id: //depot/perl@3631
* | applied patch after demunging headers with appropriate pathsVishal Bhatia1999-07-061-0/+1
|/ | | | | | Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com> Subject: [Patch 5.005_57] unsigned arithmetic (Compiler) p4raw-id: //depot/perl@3622
* Integrate with mainperl.Jarkko Hietaniemi1999-07-051-0/+175
|\ | | | | p4raw-id: //depot/cfgperl@3598
* \ Integrate with mainperl.Jarkko Hietaniemi1999-07-054-4/+15
|\ \ | |/ | | p4raw-id: //depot/cfgperl@3585
| * 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-052-2/+11
| | | | | | | | | | | | Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST> Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3582
| * compatibility tweak for Class::StructGurusamy Sarathy1999-07-051-0/+1
| | | | | | p4raw-id: //depot/perl@3579
| * make overload, Data::Dumper, and dumpvar understand qr// stringifyGurusamy Sarathy1999-07-043-1/+15
| | | | | | | | | | overloading p4raw-id: //depot/perl@3570
| * avoid warningsGurusamy Sarathy1999-07-021-2/+2
| | | | | | p4raw-id: //depot/perl@3564
| * inc version (for CPAN.pm sanity)Gurusamy Sarathy1999-06-281-1/+1
| | | | | | p4raw-id: //depot/perl@3563
| * [19990526.002] Misc. improvements to Class:StructDamian Conway1999-06-281-18/+111
| | | | | | | | | | Message-Id: <199905260458.AAA06411@defender.perl.org> p4raw-id: //depot/perl@3561
| * upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)Gurusamy Sarathy1999-06-285-144/+576
| | | | | | p4raw-id: //depot/perl@3559
* | Integrate with mainperl.Jarkko Hietaniemi1999-07-0410-166/+530
| | | | | | p4raw-id: //depot/cfgperl@3576
* | EPOC port to Psion5.Olaf Flebbe1999-06-272-1/+5
|/ | | | | | | | 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
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-272-4/+3
| | | | | | | | | 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
* avoid race condition in the CAPI extension bootstrap handlerGurusamy Sarathy1999-06-241-2/+1
| | | p4raw-id: //depot/perl@3549