summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * revert change#4115 (breaks libwww's base/date.t); could be Gurusamy Sarathy1999-09-281-2/+1
| | | | | | | | | | | | | | | | reworked to enable it conditional on $Time::Local::nocroak or some such p4raw-link: @4115 on //depot/cfgperl: 62316b42bf4b6abb5bc2c5dc8e0c51190635bab6 p4raw-id: //depot/perl@4247
| * change#4236 falloutGurusamy Sarathy1999-09-281-1/+1
| | | | | | | | | | p4raw-link: @4236 on //depot/perl: 045453ec55d824e77191d868f07b6aa6ada39395 p4raw-id: //depot/perl@4245
| * avoid implicit split to @_ in change#4181; binary -> text fileGurusamy Sarathy1999-09-271-2/+1
| | | | | | | | | | | | | | types in p4 p4raw-link: @4181 on //depot/cfgperl: d8936fac7ff60d68386a4192b6416377d019892e p4raw-id: //depot/perl@4242
* | Finalize change #4232.Ilya Zakharevich1999-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org> Subject: Re: xsubpp change breaks B, DB_File, POSIX builds Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu> p4raw-link: @4232 on //depot/cfgperl: ddf6bed10156a8078a4c99edf2247bc17af67666 p4raw-id: //depot/cfgperl@4240
* | Integrate with Sarathy. h2xs.PL had to be manually resolved,Jarkko Hietaniemi1999-09-261-11/+48
|\ \ | |/ | | | | | | I kept my (Ilya's) version. p4raw-id: //depot/cfgperl@4233
| * support C<use Shell> on Windows (reworked a patch suggestedGurusamy Sarathy1999-09-251-11/+48
| | | | | | | | | | by Jenda Krynicky <Jenda@McCann.cz>) p4raw-id: //depot/perl@4229
* | To: Mailing list Perl5 <perl5-porters@perl.org>Ilya Zakharevich1999-09-261-13/+51
|/ | | | | | | | | | | | | Subject: [PATCH 5.005_61] teach xsubpp function pointers Date: Sun, 26 Sep 1999 01:36:09 -0400 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu> From: Ilya Zakharevich <ilya@math.ohio-state.edu> To: Mailing list Perl5 <perl5-porters@perl.org> Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof Date: Sun, 26 Sep 1999 03:00:50 -0400 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4232
* Tweak the equivalence tables once again.Jarkko Hietaniemi1999-09-223-88/+147
| | | p4raw-id: //depot/cfgperl@4218
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-201-0/+2
|\ | | | | p4raw-id: //depot/cfgperl@4201
| * [ID 19990819.002] File::Find error when pruning top-level directoriesRuss Allbery1999-09-201-0/+2
| | | | | | | | | | Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@4200
* | Add description of the Unicode database files.Jarkko Hietaniemi1999-09-181-0/+345
|/ | | p4raw-id: //depot/cfgperl@4190
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-172-179/+53
|\ | | | | p4raw-id: //depot/cfgperl@4183
| * integrate vmsperl contents into mainline (where VMS files conflicted,Gurusamy Sarathy1999-09-172-179/+53
| |\ | | | | | | | | | | | | vmsperl contents have prevailed) p4raw-id: //depot/perl@4182