summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize Opcode.pm documentationGisle Aas2000-09-071-2/+2
* Retab MANIFEST.Jarkko Hietaniemi2000-09-021-6/+6
* Update to Storable 1.0, from Raphael Manfredi.Jarkko Hietaniemi2000-09-015-161/+168
* POSIX doesn't report long double values under -DuselongdoubleSpider Boardman2000-08-311-1/+1
* From now on, Gisle is on my list of usual suspects :-)Jarkko Hietaniemi2000-08-301-18/+18
* Retry what #6882 attempted.Gisle Aas2000-08-291-18/+18
* Nail the ID 20000828.023.Jarkko Hietaniemi2000-08-291-1/+1
* Retract #6882, broke the safe tests.Jarkko Hietaniemi2000-08-291-5/+4
* [ID 20000829.004] Sharing leak root name into safe compartmentGisle Aas2000-08-291-4/+5
* Warnings in B::DeparseAbigail2000-08-291-1/+1
* Fix for thinko in #6848.Lupe Christoph2000-08-291-1/+1
* [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2....Nicholas Clark2000-08-281-1/+0
* Big-endian 64-bit patch from Raphael Manfredi.Jarkko Hietaniemi2000-08-271-8/+26
* Use the actual thread type, not the pointer-to-struct.Jarkko Hietaniemi2000-08-271-1/+1
* More casting.Jarkko Hietaniemi2000-08-261-1/+1
* Nicer in decimal.Jarkko Hietaniemi2000-08-261-1/+1
* There be no UVdf.Jarkko Hietaniemi2000-08-261-1/+1
* Continue IVdfing and UVxfing.Jarkko Hietaniemi2000-08-261-5/+5
* Use IVdf.Jarkko Hietaniemi2000-08-261-11/+12
* Use UVxf, PTR2UV, NVff.Jarkko Hietaniemi2000-08-261-81/+93