summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4...H.Merijn Brand2000-11-221-12/+2
* Nickety nits.Jarkko Hietaniemi2000-11-222-1/+3
* Integrate perlio:Jarkko Hietaniemi2000-11-201-18/+0
|\
| * Work-round to Perl_deb_nocontext is no longer requiredNick Ing-Simmons2000-11-191-9/+0
| * Configure GCC/Win32 build -DuseperlioNick Ing-Simmons2000-11-191-9/+0
* | [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and...Peter J. Farley III2000-11-191-4/+11
|/
* The type of the hash_cb() size argument is tricky.Jarkko Hietaniemi2000-11-161-2/+8
* Use u_int32_t for the size of hash_cb(), not size_t.Jens Hamisch2000-11-151-2/+2
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-15/+15
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-6/+15
* Fix the re extension building for Win32.Benjamin Stuhl2000-11-141-0/+18
* Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error returnNicholas Clark2000-11-132-6/+7
* [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failureNicholas Clark2000-11-132-10/+65
* Many subdocumented return values of the IO extension now documented.Nicholas Clark2000-11-121-15/+29
* Add more encoding tables.Jarkko Hietaniemi2000-11-118-0/+160
* Missing dTHXs.Eric Fifer2000-11-091-0/+3
* A missing aTHX_.Jarkko Hietaniemi2000-11-081-1/+1
* Be more robust in Dynaloader.pm.Jarkko Hietaniemi2000-11-071-26/+25
* Fake support of holey files in win/dosish platforms.kipp@shonanblue.ne.jp2000-11-071-0/+21
* Use -dM for gcc (the suggested patch did it only for Linux,Pixel2000-11-051-0/+10
* Upgrade to Storable 1.0.6, from Raphael Manfredi.Jarkko Hietaniemi2000-11-053-13/+76
* The #7521 touched things it shouldn't have.Jarkko Hietaniemi2000-11-032-10/+8
* Test::Harness revealed buglets in the new DynaLoader.Andreas König2000-11-021-6/+18
* More tweaking on the #7522 theme.Jarkko Hietaniemi2000-11-011-12/+28
* Expand %Config variables and %ENV variables only ifJarkko Hietaniemi2000-11-011-37/+58
* Make the POSIX::setuid and POSIX::setgid to really call setuid()Garry T. Williams2000-11-014-24/+30
* C.pm part ofJarkko Hietaniemi2000-11-011-1/+1
* More AIX lore.Jarkko Hietaniemi2000-11-011-5/+11
* Do not cleanup *% because the % has special meanings in someJarkko Hietaniemi2000-11-011-1/+3
* add three new EBCDIC Encode-ings && many testsPeter Prymmer2000-10-313-0/+60
* generalize AIX ccversion hack for re extensionPeter Prymmer2000-10-312-4/+16
* Upgrade to Storable 1.0.5, from Raphael Manfredi.Jarkko Hietaniemi2000-10-273-5/+91
* Re: [PATCH 5.6.0]Add non-blocking thread doneness checkingHugo van der Sanden2000-10-262-4/+3
* Add non-blocking thread doneness checkingDan Sugalski2000-10-252-0/+26
* AIX is picky about its symbol exports. Solution for nowPeter Prymmer2000-10-251-1/+8
* Fix the bug reported inAndreas König2000-10-241-1/+1
* Replace #7409 withRaphael Manfredi2000-10-241-11/+13
* Avoid Storable locking on DJGPP for now.Peter J. Farley III2000-10-231-1/+12
* ripples from constsub patchJohn Tobey2000-10-223-0/+13
* PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PLNicholas Clark2000-10-221-10/+28
* -MO=C falls over on package <none>Hugo van der Sanden2000-10-222-2/+2
* Fix for ID 20000915.011, IO::Select warning for an undefined fd.Jarkko Hietaniemi2000-10-211-0/+1
* Fix of sorts for bug id 20000901.092. There seems to be no traceJarkko Hietaniemi2000-10-191-1/+0
* Pod patch for Devel::PeekH.Merijn Brand2000-10-181-1/+1
* Perl API for mstatsIlya Zakharevich2000-10-132-5/+252
* Tables assume network byte order for 16 bit forms, so 'S' packingNick Ing-Simmons2000-10-081-4/+4
* Make "encodings" work post-install when Encode/*.enc files may notNick Ing-Simmons2000-10-081-31/+42
* Work round the fact that $hash->{$key} does not take into accountNick Ing-Simmons2000-10-081-1/+1
* IO::Handle->syswrite() did not handle length omissionGraham Barr2000-10-061-3/+6
* [ID 20001003.006] B::Debug not -w cleanNicholas Clark2000-10-031-1/+1