summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] another Storable test (Re: perl@16005)Nicholas Clark2002-04-251-24/+27
| | | | | Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16172
* Test::Harness 2.01 -> 2.03Michael G. Schwern2002-04-251-0/+4
| | | | | Message-ID: <20020425055127.GB3456@blackrider> p4raw-id: //depot/perl@16155
* Test::Simple/More/Builder 0.42 -> 0.44Michael G. Schwern2002-04-251-0/+3
| | | | | Message-ID: <20020425053210.GA3334@blackrider> p4raw-id: //depot/perl@16154
* Upgrade to Encode 1.60, from Dan Kogai.Jarkko Hietaniemi2002-04-241-1/+5
| | | p4raw-id: //depot/perl@16145
* Upgrade to MakeMaker 5.91_02, from Michael Schwern.Jarkko Hietaniemi2002-04-241-6/+4
| | | p4raw-id: //depot/perl@16125
* (Updated) Work around bug in gcc 2.95.2 on hppa targetsPaul Green2002-04-231-0/+1
| | | | | Message-Id: <200204230034.UAA01134@mailhub2.stratus.com> p4raw-id: //depot/perl@16092
* Upgrade to Encode 1.58.Jarkko Hietaniemi2002-04-231-45/+47
| | | p4raw-id: //depot/perl@16089
* Add new files from #16076; re-sort.Jarkko Hietaniemi2002-04-221-33/+42
| | | p4raw-id: //depot/perl@16077
* another Storable test (Re: perl@16005)Nicholas Clark2002-04-211-0/+1
| | | | | Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16047
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * support for building it in the regular makefiles * large files support via the _*i64() functions (this should be portable to the 32-bit universe too, but quite untested and and binary-incompatible, therefore not enabled there) * three additional test failures in addition to the t/end.t one (see README.win32) * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel the ones available from the CRT (needed because Perl uses the UVxf macros in both sprintf() *and* in sv_catpvf() et al.) * add a few 64-bit notes to README.win32 The following general problems were also fixed: * s/struct stat/Stat_t/g * Data::Dumper had some naughty 'long' typecasts * Errno_pm.PL didn't work safe when winsock.h was not in the same directory as errno.h * various tell/seek things were incorrectly prototyped * squelch ugly looking noise when running tests * Embed.t wasn't linking in all the libraries * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1) * re-enable all the disabled warnings (additional fixes may be needed for the warnings uncovered by this) p4raw-id: //depot/perl@16033
* Upgrade to Encode 1.51, from Dan Kogai.Jarkko Hietaniemi2002-04-201-1/+1
| | | p4raw-id: //depot/perl@16026
* purge existing win64 stuff (this never really worked in 5.7.x)Gurusamy Sarathy2002-04-201-3/+0
| | | | | in preparation for completely redone win64 support p4raw-id: //depot/perl@16025
* Upgrade to Encode 1.50, from Dan Kogai.Jarkko Hietaniemi2002-04-191-2/+9
| | | p4raw-id: //depot/perl@16001
* Port testcases from thr5005 tests so we don't fail on same things.Artur Bergman2002-04-181-0/+1
| | | | | Added yield support using threads->yield(). p4raw-id: //depot/perl@15991
* Move /dev/full testing post-5.8.0.Jarkko Hietaniemi2002-04-171-1/+0
| | | p4raw-id: //depot/perl@15987
* PerlIO::encoding 0.01 from Dan Kogai.Jarkko Hietaniemi2002-04-171-0/+4
| | | p4raw-id: //depot/perl@15966
* Upgrade to Encode 1.42, from Dan Kogai.Jarkko Hietaniemi2002-04-171-23/+22
| | | p4raw-id: //depot/perl@15965
* Re: [ID 20020416.001] 'close' does not report failure when buffer flush failsMark-Jason Dominus2002-04-161-0/+1
| | | | | Message-ID: <20020416232412.14297.qmail@plover.com> p4raw-id: //depot/perl@15962
* Manifestations of mjd, from mjd.Jarkko Hietaniemi2002-04-161-61/+61
| | | p4raw-id: //depot/perl@15961
* Added queue.pm and test case, still disabled because of discovered race (or ↵Artur Bergman2002-04-161-0/+2
| | | | | | | | am I insane) in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart stuff being 0xabababab on cleanup. p4raw-id: //depot/perl@15956
* Add CJK READMEs from Autrijus Tang, Dan Kogai, andJarkko Hietaniemi2002-04-161-0/+4
| | | | | Jungshik Shin. Regen toc. p4raw-id: //depot/perl@15944
* Add support for my $foo : shared; Artur Bergman2002-04-151-0/+2
| | | | | | Add testcase for this. Update manifest. p4raw-id: //depot/perl@15938
* t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)Abigail2002-04-151-0/+1
| | | | | | | | Message-ID: <20020415154117.1559.qmail@foad.org> (With EBCDIC skippage added, and the skip reason skippage on the two ?? loops tweaked.) p4raw-id: //depot/perl@15937
* [Encode] 1.40 released!Dan Kogai2002-04-151-3/+2
| | | | | Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp> p4raw-id: //depot/perl@15925
* [dodgy PATCH] Re: [Storable] utf8 keys started working!Nicholas Clark2002-04-131-0/+2
| | | | | Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15893
* Fix a typo noticed by Paul Johnson.Jarkko Hietaniemi2002-04-121-1/+1
| | | p4raw-id: //depot/perl@15887
* Re-sort MANIFEST.Jarkko Hietaniemi2002-04-121-24/+24
| | | p4raw-id: //depot/perl@15882
* Move also the Win32 system testing to t/win32.Jarkko Hietaniemi2002-04-121-1/+1
| | | p4raw-id: //depot/perl@15881
* Integrate change #15879 from maint-5.6;Jarkko Hietaniemi2002-04-121-0/+1
| | | | | | | | | | | | | | | | Win32::GetLongPathName() did not return valid results if there were "." and ".." components in the path; also fix a potential buffer overflow if the long path happens to be longer than MAX_PATH (this can presumably happen if they use \\?\... style paths); add a rather limited testsuite that exercises just the edge cases p4raw-link: @15879 on //depot/maint-5.6/perl: a15439704ef1059bf178ec4b1820fee7b2af7173 p4raw-id: //depot/perl@15880 p4raw-branched: from //depot/maint-5.6/perl@15877 'branch in' t/win32/longpath.t p4raw-integrated: from //depot/maint-5.6/perl@15877 'ignore' MANIFEST (@12747..) 'merge in' t/harness (@11427..) win32/win32.c (@13145..)
* MakeMaker 5.55_03 -> 5.90_01Michael G. Schwern2002-04-111-0/+1
| | | | | Message-ID: <20020411052525.GA17038@blackrider> p4raw-id: //depot/perl@15856
* Retract the UTF-8 filenames patch. This may beJarkko Hietaniemi2002-04-091-1/+0
| | | | | | better dealt with in Perl level, a la File::Spec (since the whole mess is strongly filesystem-specific). p4raw-id: //depot/perl@15835
* Upgrade to Encode 1.32, from Dan Kogai.Jarkko Hietaniemi2002-04-091-5/+4
| | | p4raw-id: //depot/perl@15834
* Add tests for s2p/psed, from Wolfgang Laun.Jarkko Hietaniemi2002-04-091-0/+1
| | | p4raw-id: //depot/perl@15833
* Upgrade to Encode 1.31, from Dan Kogai.Jarkko Hietaniemi2002-04-081-0/+2
| | | p4raw-id: //depot/perl@15812
* Upgrade to Encode 1.30, from Dan Kogai.Jarkko Hietaniemi2002-04-081-3/+4
| | | p4raw-id: //depot/perl@15803
* Missing files.Jarkko Hietaniemi2002-04-071-0/+2
| | | p4raw-id: //depot/perl@15782
* Upgrade to Encode 1.26, from Dan Kogai.Jarkko Hietaniemi2002-04-071-4/+3
| | | p4raw-id: //depot/perl@15780
* There was no nice way of getting in UTF-8 filenames:Jarkko Hietaniemi2002-04-071-0/+1
| | | | | | | | now one can use in the (new) three-arg form of readdir() and in File::Glob import a ":utf8" to transparently accept the filenames as Unicode. Note that only :utf8 is supported, not fancier stuff like :encoding(foobar) p4raw-id: //depot/perl@15776
* MakeMaker core sync 5.54_01 -> 5.55_02Michael G. Schwern2002-04-061-0/+4
| | | | | Message-ID: <20020406082203.GA28713@blackrider> p4raw-id: //depot/perl@15764
* Upgrade to Encode 1.20, from Dan Kogai.Jarkko Hietaniemi2002-04-041-38/+73
| | | p4raw-id: //depot/perl@15734
* pod2html: try to be EOL agnostic.Jarkko Hietaniemi2002-04-041-0/+1
| | | | | (Needs testing on CRLF and CR platforms.) p4raw-id: //depot/perl@15727
* Forgotten.Jarkko Hietaniemi2002-04-031-0/+1
| | | p4raw-id: //depot/perl@15710
* Upgrade to Net::Ping 2.14.Jarkko Hietaniemi2002-04-021-0/+1
| | | p4raw-id: //depot/perl@15687
* Add buffer size growth test.Nick Ing-Simmons2002-04-021-0/+1
| | | p4raw-id: //depot/perlio@15675
* Add enc2xs.Jarkko Hietaniemi2002-04-011-0/+1
| | | p4raw-id: //depot/perl@15658
* Upgrade to Tie::File 0.91, from mjd.Jarkko Hietaniemi2002-04-011-0/+3
| | | p4raw-id: //depot/perl@15651
* Get the piconv installed.Jarkko Hietaniemi2002-03-311-0/+1
| | | p4raw-id: //depot/perl@15640
* Upgrade to Encode 1.11, from Dan Kogai.Jarkko Hietaniemi2002-03-311-72/+78
| | | p4raw-id: //depot/perl@15638
* MM & Encode fixesMichael G. Schwern2002-03-301-1/+1
| | | | | Message-ID: <20020330114156.GA16533@blackrider> p4raw-id: //depot/perl@15623
* Upgrade to Tie::File 0.90, from mjd.Jarkko Hietaniemi2002-03-301-33/+35
| | | p4raw-id: //depot/perl@15621