summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade to Storable 1.0.3, from Raphael Manfredi.Jarkko Hietaniemi2000-10-033-51/+299
* [ID 20000928.002] perlcc & ByteCode.pm option mismatchNicholas Clark2000-10-021-5/+5
* SOCK_DGRAM and listen() do not mix as reported inPetter Reinholdtsen2000-10-021-1/+1
* A few tweaks to get Tk803 to work with Encode scheme.Nick Ing-Simmons2000-10-022-16/+58
* Add checking cases to Encode's toUnicode and fromUnicode.Nick Ing-Simmons2000-10-011-9/+32
* Add encoding tables from tcl8.3.2 and perl code in Encode.pmNick Ing-Simmons2000-10-0170-6/+21871
* Re: [ID 20000915.010] Infinite loop with -MO=DeparseSpider Boardman2000-09-301-1/+1
* Multiplicity & ithreads fix for sv.c/Encode.xsSpider Boardman2000-09-151-1/+1
* Small portability tweaks.Jarkko Hietaniemi2000-09-141-5/+3
* Fake return to pacify picky compilers.Jarkko Hietaniemi2000-09-141-0/+1
* continued -Wformat supportRobin Barker2000-09-144-15/+19
* Problems picked up by AIX cc.H.Merijn Brand2000-09-141-5/+5
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-14/+89
* Re: Two advertising clauses need to be removedRuss Allbery2000-09-142-20/+54
* Add the Encode extension. The code is still largely just skeleton.Jarkko Hietaniemi2000-09-134-0/+558
* Allow for whitespace between "#" and "line" in cpp output.Calle Dybedahl2000-09-122-1/+6
* Make Data::Dumper (non-XS) to work with changed semantics of ref().Gisle Aas2000-09-071-3/+2