summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Collapse)AuthorAgeFilesLines
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-1/+1
| | | | | | | calls should using widechar APIs; chr and sprintf "%c" also follow this flag in the absense of "use byte"; "use utf8" sets $^U=1 (this appears kludgey) p4raw-id: //depot/perl@4937
* more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-1/+1
| | | p4raw-id: //depot/perl@4916
* CGI.pm upgraded to v2.56 from CPANGurusamy Sarathy2000-01-221-3/+3
| | | p4raw-id: //depot/perl@4842
* [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'John Tobey2000-01-221-0/+8
| | | | | Message-Id: <E11ym4U-0000c7-00@einstein.localnet> p4raw-id: //depot/perl@4835
* fix bug in dumping self-referential scalarsGurusamy Sarathy2000-01-211-10/+41
| | | p4raw-id: //depot/perl@4832
* Add -D_GNU_SOURCE into ccflags for gcc (for now to exposeJarkko Hietaniemi2000-01-171-0/+3
| | | | | | | | | the strtold() and qgcvt() prototypes for long doubles, but it should be okay in any case); fix bad assumptions in the test suite about string->float conversions; though the out parameter of strtold() (and strtoll()) is unused, it is nicer to have it in correct type. p4raw-id: //depot/cfgperl@4810
* failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)Gurusamy Sarathy2000-01-101-2/+36
| | | p4raw-id: //depot/perl@4780
* broken test for use5005threadsGurusamy Sarathy2000-01-101-1/+1
| | | p4raw-id: //depot/perl@4775
* s/usethreads/use5005threads/gGurusamy Sarathy2000-01-092-3/+3
| | | p4raw-id: //depot/perl@4772
* Reloading File::CopyAndreas König2000-01-051-78/+93
| | | | | Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de> p4raw-id: //depot/perl@4753
* more ebcdic testsuite fixups (from Peter Prymmer)Gurusamy Sarathy1999-12-282-1/+18
| | | p4raw-id: //depot/perl@4723
* fix bug when one of the operands is +0E+0 (from Ronald J KimballGurusamy Sarathy1999-12-171-6/+10
| | | | | <rjk@linguist.dartmouth.edu>) p4raw-id: //depot/perl@4685
* fix File::Find testsuite bugs in symlink-less placesGurusamy Sarathy1999-12-091-7/+9
| | | p4raw-id: //depot/perl@4676
* newer version of File::Find with support for following symlinks andGurusamy Sarathy1999-12-091-3/+92
| | | | | other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de> p4raw-id: //depot/perl@4671
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-022-2/+50
| | | | | | Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615
* revert non-kosher parts of change#4562 (sort order problemsGurusamy Sarathy1999-11-131-216/+0
| | | | | | | | | | should be ignored (on ebcdic) by fixing dumper.t/T() to sort result and expected lines; /[:ascii:]/ not working should be fixed, not ignored in regexp.t; result from sort should be fixed to be ascii portable on ebcdic, not ebcdic-specific) p4raw-link: @4562 on //depot/cfgperl: ee50adbe6978769b1ad873bd2be52593b054ff83 p4raw-id: //depot/perl@4574
* was Re: [ID 19991102.003] perl on os390Peter Prymmer1999-11-131-0/+216
| | | | | | To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com Message-Id: <199911102234.OAA01018@brio.forte.com> p4raw-id: //depot/cfgperl@4562
* Try to fix largefileness so that it "works" without a quad IV.Jarkko Hietaniemi1999-11-131-12/+21
| | | p4raw-id: //depot/cfgperl@4559
* Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-6/+0
| | | | | continue 64-bit fixes. p4raw-id: //depot/cfgperl@4552
* Do not block if no message queues available.Jarkko Hietaniemi1999-10-271-3/+49
| | | p4raw-id: //depot/cfgperl@4473
* dos-djgpp updateLaszlo Molnar1999-10-251-0/+4
| | | | | | To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <19991025101130.K459@crater.eth.ericsson.se> p4raw-id: //depot/cfgperl@4454
* charnames and UTESTIlya Zakharevich1999-10-251-9/+13
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4451
* skip unreadable directory test when running as rootGurusamy Sarathy1999-10-201-9/+13
| | | p4raw-id: //depot/perl@4414
* OS/2 support bits (from Ilya Zakharevich)Gurusamy Sarathy1999-10-161-1/+6
| | | p4raw-id: //depot/perl@4393
* add File::BSDGlob as File::Glob and load it at compile-timeGurusamy Sarathy1999-10-123-0/+230
| | | | | | | | | if perl was built with -DPERL_INTERNAL_GLOB TODO: we currently get a compile-time failure if File/Glob.pm can't be found; such failure needs to be made to emit a warning and use the csh implementation instead p4raw-id: //depot/perl@4356
* apply parts of LynxOS patches from Alan JohnsonGurusamy Sarathy1999-10-121-1/+1
| | | | | <johnson@alonn.gemse.fr> p4raw-id: //depot/perl@4353
* Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"Michael G. Schwern1999-10-041-1/+1
| | | | | | To: perl5-porters@perl.org Message-ID: <19991003173417.A4351@blackrider> p4raw-id: //depot/cfgperl@4299
* Be understanding about large file systems.Jarkko Hietaniemi1999-10-021-0/+6
| | | p4raw-id: //depot/cfgperl@4291
* deprecate C<use attrs>Gurusamy Sarathy1999-10-021-5/+2
| | | p4raw-id: //depot/perl@4278
* Temp file cleanliness.Jarkko Hietaniemi1999-10-011-0/+4
| | | p4raw-id: //depot/cfgperl@4267
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-241-1/+26
|\ | | | | p4raw-id: //depot/cfgperl@4226
| * normalize time for strftime() (without the isdst effects ofSpider Boardman1999-09-241-1/+26
| | | | | | | | | | | | | | mktime()) using a custom mini_mktime() Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com> Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 p4raw-id: //depot/perl@4223
* | Cleanup cleanup.Jarkko Hietaniemi1999-09-221-0/+4
|/ | | p4raw-id: //depot/cfgperl@4219
* UNICOS does support large files but doesn't support sparse filesJarkko Hietaniemi1999-09-171-0/+7
| | | | | so we cannot easily test for large file support. p4raw-id: //depot/cfgperl@4174
* Portable blocksize (replaces #4171).Jarkko Hietaniemi1999-09-171-5/+1
| | | p4raw-id: //depot/cfgperl@4172
* (replaced by #4172)Jarkko Hietaniemi1999-09-171-1/+5
| | | p4raw-id: //depot/cfgperl@4171
* Detypo #4169.Jarkko Hietaniemi1999-09-171-1/+1
| | | p4raw-id: //depot/cfgperl@4170
* Diagnose possible quota limits.Jarkko Hietaniemi1999-09-171-3/+5
| | | p4raw-id: //depot/cfgperl@4169
* Filesystem quotas may stop you from using large files.Jarkko Hietaniemi1999-09-171-9/+19
| | | p4raw-id: //depot/cfgperl@4167
* change some filenames to be 8.3-friendlyGurusamy Sarathy1999-09-141-0/+0
| | | p4raw-id: //depot/perl@4149
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-113-0/+86
|\ | | | | p4raw-id: //depot/cfgperl@4127
| * upgrade to Getopt::Long v2.20 (from Johan VromansGurusamy Sarathy1999-09-103-0/+86
| | | | | | | | | | <jvromans@squirrel.nl>) p4raw-id: //depot/perl@4118
* | DB_File 1.71Paul Marquess1999-09-091-2/+4
|/ | | | | | | To: gsar@ActiveState.com Cc: perl5-porters@perl.org Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk> p4raw-id: //depot/cfgperl@4113
* modified suggested patch to handle cross-refs and qr// objectsJohn Nolan1999-09-051-2/+51
| | | | | | | | | correctly; unfollowed refs are represented as simple string value, not just the bare type; $VERSION stays the same until it is ready for prime time (avoids CPAN confustication) Message-Id: <199908050021.UAA09693@monet.op.net> Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting p4raw-id: //depot/perl@4078
* Re: [PATCH 5.005_60] distclean forgot twoJohn Tobey1999-09-011-0/+4
| | | | | | | To: ilya@math.ohio-state.edu CC: perl5-porters@perl.org Message-Id: <m11InJ5-000FPCC@feynman.localnet> p4raw-id: //depot/cfgperl@4067
* [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-011-1/+1
| | | | | | To: perl5-porters@perl.org Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST> p4raw-id: //depot/cfgperl@4066
* Enhance lfs tests: check every seek and sysseekJarkko Hietaniemi1999-09-011-12/+34
| | | | | and test also that -e and -f detect largefiles. p4raw-id: //depot/cfgperl@4063
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-301-5/+5
| | | | | | | | | To: jhi@iki.fi Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce), perl5-porters@perl.org (Mailing list Perl5) Subject: Re: [PATCH 5.005_58] Named characters in Perl Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4052
* an EBCDIC friendly cgi-html.t testPeter Prymmer1999-08-291-0/+14
| | | | | | To: perl5-porters@perl.org Message-Id: <9908280151.AA05010@forte.com> p4raw-id: //depot/cfgperl@4046
* sub : attrlistSpider Boardman1999-08-291-0/+125
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US> p4raw-id: //depot/cfgperl@4043