summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* more fixes for warnings from change#4840Gurusamy Sarathy2000-01-251-6/+8
| | | | | p4raw-link: @4840 on //depot/perl: 2a28b791c040b17cd26931dd9a159635db5fe244 p4raw-id: //depot/perl@4883
* fix typos; avoid use constant for lowercase constants (producesGurusamy Sarathy2000-01-243-9/+9
| | | | | warnings now) p4raw-id: //depot/perl@4874
* avoid warnings when there's no subs to autosplitGurusamy Sarathy2000-01-241-2/+4
| | | p4raw-id: //depot/perl@4873
* faulty editGurusamy Sarathy2000-01-231-0/+1
| | | p4raw-id: //depot/perl@4861
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-2343-77/+105
| | | p4raw-id: //depot/perl@4860
* prefer POSIX::uname() rather than syscalls, which require attemptingGurusamy Sarathy2000-01-231-16/+16
| | | | | to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>) p4raw-id: //depot/perl@4851
* avoid warnings in change#4839Gurusamy Sarathy2000-01-231-0/+2
| | | | | p4raw-link: @4839 on //depot/perl: 191f2cf3f90fff5e4eb7a8663a83ed6c7031cf5d p4raw-id: //depot/perl@4846
* fix line continuations in argument lists (from Helmut Jarausch)Gurusamy Sarathy2000-01-221-1/+3
| | | p4raw-id: //depot/perl@4843
* CGI.pm upgraded to v2.56 from CPANGurusamy Sarathy2000-01-225-214/+154
| | | p4raw-id: //depot/perl@4842
* avoid warnings due to lack of forward declarationsGurusamy Sarathy2000-01-221-0/+5
| | | p4raw-id: //depot/perl@4841
* heavy cleanup of Pod::Html bug fixes (from Wolfgang LaunGurusamy Sarathy2000-01-221-558/+755
| | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@4840
* better Carp reporting within subclassed modules (from Wolfgang LaunGurusamy Sarathy2000-01-221-25/+57
| | | | | <wolfgang.laun@alcatel.at>) p4raw-id: //depot/perl@4839
* [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'John Tobey2000-01-222-33/+60
| | | | | Message-Id: <E11ym4U-0000c7-00@einstein.localnet> p4raw-id: //depot/perl@4835
* add $VERSIONGurusamy Sarathy2000-01-212-0/+4
| | | p4raw-id: //depot/perl@4833
* add note about "our"Gurusamy Sarathy2000-01-141-1/+5
| | | p4raw-id: //depot/perl@4802
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-132-4/+35
| | | | | elements or slices p4raw-id: //depot/perl@4796
* EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-101-0/+4
| | | p4raw-id: //depot/perl@4782
* use $Config{version} rather than $] where appropriateGurusamy Sarathy2000-01-107-10/+14
| | | p4raw-id: //depot/perl@4777
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-074-4/+4
| | | p4raw-id: //depot/perl@4769
* add undocumented globals for compatibility--find.pl, and find2perlGurusamy Sarathy2000-01-061-4/+11
| | | | | generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>) p4raw-id: //depot/perl@4764
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-1/+0
| | | p4raw-id: //depot/perl@4758
* avoid expensive Version_check (from Andreas Koenig)Gurusamy Sarathy2000-01-054-30/+3
| | | p4raw-id: //depot/perl@4754
* Reloading File::CopyAndreas König2000-01-051-11/+12
| | | | | Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de> p4raw-id: //depot/perl@4753
* avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)Gurusamy Sarathy2000-01-031-52/+8
| | | p4raw-id: //depot/perl@4751
* MakeMaker should attempt to "require" rather than "use" prerequisitesGurusamy Sarathy2000-01-021-2/+6
| | | | | to avoid imports (from Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@4748
* missing files in previous submitGurusamy Sarathy1999-12-311-4/+16
| | | p4raw-id: //depot/perl@4744
* optimize XSUBs to use targets if the -nooptimize xsubpp option isGurusamy Sarathy1999-12-281-6/+64
| | | | | not supplied (variant of patch suggested by Ilya Zakharevich) p4raw-id: //depot/perl@4731
* Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>Gurusamy Sarathy1999-12-281-4/+2
| | | p4raw-id: //depot/perl@4729
* integrate mainline contentsGurusamy Sarathy1999-12-2811-755/+184
|\ | | | | p4raw-id: //depot/utfperl@4725
| * more ebcdic testsuite fixups (from Peter Prymmer)Gurusamy Sarathy1999-12-281-1/+6
| | | | | | p4raw-id: //depot/perl@4723
| * avoid "used once" warningGurusamy Sarathy1999-12-281-2/+5
| | | | | | p4raw-id: //depot/perl@4722
| * pod nits from Simon Cozens <simon@brecon.co.uk> and othersGurusamy Sarathy1999-12-285-21/+21
| | | | | | p4raw-id: //depot/perl@4720
| * newer version of constant.pm from Tom Phoenix; added Tom's notes toGurusamy Sarathy1999-12-281-52/+149
| | | | | | | | | | perldelta; added STOP, DESTROY and AUTOLOAD to specials list p4raw-id: //depot/perl@4718
| * pod edits from Paul Marquess and Mark-Jason DominusGurusamy Sarathy1999-12-281-1/+1
| | | | | | p4raw-id: //depot/perl@4711
| * partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-1/+2
| | | | | | p4raw-id: //depot/perl@4709
* | integrate mainline contents into utfperlGurusamy Sarathy1999-12-233-18/+33
|\ \ | |/ | | p4raw-id: //depot/utfperl@4703
| * credits tweakGurusamy Sarathy1999-12-171-1/+4
| | | | | | p4raw-id: //depot/perl@4692
| * applied suggested patch with whitespace adjustmentsHelmut Jarausch1999-12-171-12/+23
| | | | | | | | | | | | Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de> Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle / p4raw-id: //depot/perl@4687
| * fix bug when one of the operands is +0E+0 (from Ronald J KimballGurusamy Sarathy1999-12-171-5/+6
| | | | | | | | | | <rjk@linguist.dartmouth.edu>) p4raw-id: //depot/perl@4685
| * newer version of File::Find with support for following symlinks andGurusamy Sarathy1999-12-091-130/+576
| | | | | | | | | | other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de> p4raw-id: //depot/perl@4671
| * documentation tweaks from M. J. T. Guy, Micheal Schwern, andGurusamy Sarathy1999-12-081-11/+18
| | | | | | | | | | Tim Meadowcroft p4raw-id: //depot/perl@4666
| * change#4641 needs perldiag.pod editGurusamy Sarathy1999-12-061-10617/+0
| | | | | | | | | | p4raw-link: @4641 on //depot/perl: b89fed5ff1fc43a68f98ebc06fd23230eb6697a8 p4raw-id: //depot/perl@4657
| * applied somewhat modified version of suggested patchBenjamin Stuhl1999-12-052-5/+25
| | | | | | | | | | | | Message-ID: <19991119024527.72749.qmail@hotmail.com> Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB p4raw-id: //depot/perl@4653
| * on dosish platforms, avoid infinite recursion in File::Path::mkpath()Gurusamy Sarathy1999-12-051-4/+6
| | | | | | | | | | when given non-existent drive names p4raw-id: //depot/perl@4651
| * fix bug in processing L<> tags (from j.vavruska@post.cz)Gurusamy Sarathy1999-12-051-1/+1
| | | | | | p4raw-id: //depot/perl@4648
| * provide explicit functions timegm_nocheck() and timelocal_nocheck()Gurusamy Sarathy1999-12-041-12/+23
| | | | | | | | | | that don't do range checking p4raw-id: //depot/perl@4640
| * 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