summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* don't mess with the umask()Gurusamy Sarathy1999-12-032-5/+0
| | | p4raw-id: //depot/perl@4632
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-033-3/+3
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* re-add missing Unicode database masterGurusamy Sarathy1999-12-021-0/+10617
| | | p4raw-id: //depot/perl@4619
* various documentation tweaks suggested by M. J. T. GuyGurusamy Sarathy1999-12-021-0/+3
| | | p4raw-id: //depot/perl@4616
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-01192-198/+2429
|\ | | | | p4raw-id: //depot/perl@4606
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-165-36/+745
| |\ | | | | | | p4raw-id: //depot/cfgperl@4591
| * | Another Unicode update.Jarkko Hietaniemi1999-11-14192-198/+2429
| | | | | | | | | p4raw-id: //depot/cfgperl@4580
* | | email address changesGurusamy Sarathy1999-12-014-4/+4
| | | | | | | | | p4raw-id: //depot/perl@4604
* | | rudimentary support for remote debugging, from aeons ago (somewhatGraham TerMarsch1999-12-011-16/+50
| |/ |/| | | | | | | | | | | modified) Message-ID: <35FAB38F.EA9AAC50@activestate.com> Subject: Re: Patches to perl5db.pl to allow for remote debugging p4raw-id: //depot/perl@4601
* | Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-11-165-36/+745
|/ | | p4raw-id: //depot/perl@4590
* [ID 19991112.002] patch: Exporter.pm not reporting pathJD Laub1999-11-131-1/+2
| | | | | | To: perl5-porters@perl.org Message-Id: <199911121558.IAA08915@mocha.iasi.com> p4raw-id: //depot/cfgperl@4567
* Regen Unicode tables to include a warning:Jarkko Hietaniemi1999-11-13187-6/+651
| | | | | | | Thou Shalt Not Edit Them By Hand; add missing (Unicode 2.0 -introduced) tables to MANIFEST; convert the equivalence tables to be valid Perl code. p4raw-id: //depot/cfgperl@4563
* xsubpp dependencyIlya Zakharevich1999-11-041-1/+1
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4518
* remove C<use Time::Local 'no_range_check'> misfeature (globalGurusamy Sarathy1999-10-281-22/+13
| | | | | can still be directly set) p4raw-id: //depot/perl@4481
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-273-30/+75
|\ | | | | | | | | (Ilya's changes won). p4raw-id: //depot/cfgperl@4468
| * typo, doc tweakGurusamy Sarathy1999-10-241-1/+1
| | | | | | p4raw-id: //depot/perl@4438
| * allow get() and reftype() functions to be imported (fromGurusamy Sarathy1999-10-241-17/+30
| | | | | | | | | | Spider Boardman) p4raw-id: //depot/perl@4437
| * relax range checking if they ask for it (from John L. AllenGurusamy Sarathy1999-10-241-8/+41
| | | | | | | | | | <allen@grumman.com>) p4raw-id: //depot/perl@4434
| * README nits pointed out by Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1999-10-241-5/+4
| | | | | | p4raw-id: //depot/perl@4433
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-211-1/+2
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4419
| * fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)Gurusamy Sarathy1999-10-201-1/+2
| | | | | | p4raw-id: //depot/perl@4416
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-184-12/+11
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4407
| * pod updates from Tom ChristiansenGurusamy Sarathy1999-10-181-3/+3
| | | | | | p4raw-id: //depot/perl@4404
| * remove FileHandle from list of PodParser dependencies (theGurusamy Sarathy1999-10-172-6/+5
| | | | | | | | | | difference is 20 files vs 6 files loaded!) p4raw-id: //depot/perl@4400
| * make installperl ignore RCS files (from Michael G SchwernGurusamy Sarathy1999-10-171-3/+3
| | | | | | | | | | <schwern@pobox.com>) p4raw-id: //depot/perl@4398
* | Missing comma.Jarkko Hietaniemi1999-10-161-2/+2
|/ | | p4raw-id: //depot/cfgperl@4396
* lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;Gurusamy Sarathy1999-10-152-3/+8
| | | | | | | | avoid tickling it in Pod::Man for now; other nits in Pod::* p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36 p4raw-id: //depot/perl@4390
* Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)Gurusamy Sarathy1999-10-151-0/+29
| | | p4raw-id: //depot/perl@4384
* make timelocal work better when time is close to the epochGurusamy Sarathy1999-10-141-1/+1
| | | | | east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>) p4raw-id: //depot/perl@4378
* debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)Gurusamy Sarathy1999-10-131-1/+1
| | | p4raw-id: //depot/perl@4364
* writing to perllocal.pod fails if it was never created;Gurusamy Sarathy1999-10-111-0/+3
| | | | | | tweak pseudo-hash example (both suggested by Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@4345
* change#4327 was inefficientGurusamy Sarathy1999-10-111-2/+5
| | | | | p4raw-link: @4327 on //depot/perl: aeb5d71d10f95df991fb160dc1adaa06bf9515f4 p4raw-id: //depot/perl@4343
* install pods to 'pods' rather than 'pod' on cygwin (modifiedGurusamy Sarathy1999-10-101-2/+7
| | | | | a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com) p4raw-id: //depot/perl@4333
* add $VERSIONGurusamy Sarathy1999-10-101-0/+1
| | | p4raw-id: //depot/perl@4332
* describe what can go in an export list (from Anno SiegelGurusamy Sarathy1999-10-101-0/+12
| | | | | <anno4000@lublin.zrz.tu-berlin.de>) p4raw-id: //depot/perl@4331
* more basic support for building modules under Windows 95/98Gurusamy Sarathy1999-10-101-4/+28
| | | | | | (applied relevant parts from a patch suggested by Jochen Wiedmann <joe@ispsoft.de>) p4raw-id: //depot/perl@4330
* rudimentary support for building under Windows 95/98 (fromGurusamy Sarathy1999-10-101-0/+40
| | | | | Benjamin Stuhl <sho_pi@hotmail.com>) p4raw-id: //depot/perl@4329
* avoid duplicates in @INC, they cause leaks in mod_perl etcGurusamy Sarathy1999-10-101-29/+14
| | | | | (suggested by Tod Irwin <irwin@stockmaster.com>) p4raw-id: //depot/perl@4327
* fix Exporter::export_to_level() documentationGurusamy Sarathy1999-10-091-2/+3
| | | p4raw-id: //depot/perl@4324
* update to podlators-0.08 from Russ AllberyGurusamy Sarathy1999-10-072-11/+22
| | | p4raw-id: //depot/perl@4307
* Benchmark.pm bugfix, tweaksBarrie Slaymaker1999-10-031-6/+4
| | | | | | To: perl5-porters@perl.org Message-Id: <199910030409.AAA18228@jester.slaysys.com> p4raw-id: //depot/cfgperl@4292
* Battle namespace pollution.Jarkko Hietaniemi1999-10-021-35/+36
| | | p4raw-id: //depot/cfgperl@4285
* update pod2man, pod2text and related Pod:: modules with theGurusamy Sarathy1999-10-024-16/+1211
| | | | | ones in podlators-0.07 from Russ Allbery p4raw-id: //depot/perl@4282
* fix PodParser testsuite; Pod::Text subsumes Pod::PlainTextGurusamy Sarathy1999-10-022-767/+133
| | | p4raw-id: //depot/perl@4281
* upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-10-026-640/+1034
| | | p4raw-id: //depot/perl@4280
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-012-2/+2
|\ | | | | p4raw-id: //depot/cfgperl@4270
| * remove prehistoric XFree() gunkGurusamy Sarathy1999-09-302-2/+2
| | | | | | p4raw-id: //depot/perl@4255
* | Benchmark.pm: Export countit(), cmpthese() by defaultBarrie Slaymaker1999-10-011-24/+72
| | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <199910010216.WAA08309@jester.slaysys.com> p4raw-id: //depot/cfgperl@4266
* | Benchmark tweaks, fixes, cmpthese()Barrie Slaymaker1999-09-301-52/+227
| | | | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <199909301944.PAA07166@jester.slaysys.com> (Replaces #4175.) p4raw-id: //depot/cfgperl@4265
* | Integrate with Sarathy.Jarkko Hietaniemi1999-09-293-5/+3
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4250