summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Storable 1.0.5, from Raphael Manfredi.Jarkko Hietaniemi2000-10-273-5/+91
| | | p4raw-id: //depot/perl@7453
* Re: [PATCH 5.6.0]Add non-blocking thread doneness checkingHugo van der Sanden2000-10-262-4/+3
| | | | | | | Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk> minus one unneeded mutex lock/unlock pointed out by Dan Sugalski. p4raw-id: //depot/perl@7449
* Add non-blocking thread doneness checkingDan Sugalski2000-10-252-0/+26
| | | | | | | Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48> plus regen global.sym. p4raw-id: //depot/perl@7442
* AIX is picky about its symbol exports. Solution for nowPeter Prymmer2000-10-251-1/+8
| | | | | | | | is to include the deb.o explicitly to the re extension build. Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions) Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com> p4raw-id: //depot/perl@7434
* Fix the bug reported inAndreas König2000-10-241-1/+1
| | | | | | | | Subject: Encode bug? Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de> Also make is_utf8_char() stricter. p4raw-id: //depot/perl@7425
* Replace #7409 withRaphael Manfredi2000-10-241-11/+13
| | | | | | Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp Message-ID: <20001023200855.A14850@nice.ram.loc> p4raw-id: //depot/perl@7418
* Avoid Storable locking on DJGPP for now.Peter J. Farley III2000-10-231-1/+12
| | | | | | Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net> p4raw-id: //depot/perl@7409
* ripples from constsub patchJohn Tobey2000-10-223-0/+13
| | | | | Message-Id: <m13nSOB-000FObC@feynman.localnet> p4raw-id: //depot/perl@7403
* PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PLNicholas Clark2000-10-221-10/+28
| | | | | Message-ID: <20001021222319.B45586@plum.flirble.org> p4raw-id: //depot/perl@7399
* -MO=C falls over on package <none>Hugo van der Sanden2000-10-222-2/+2
| | | | | Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk> p4raw-id: //depot/perl@7398
* Fix for ID 20000915.011, IO::Select warning for an undefined fd.Jarkko Hietaniemi2000-10-211-0/+1
| | | p4raw-id: //depot/perl@7384
* Fix of sorts for bug id 20000901.092. There seems to be no traceJarkko Hietaniemi2000-10-191-1/+0
| | | | | | of a 'pmshort' anywhere in the B, so the offending line was simply removed. p4raw-id: //depot/perl@7367
* Pod patch for Devel::PeekH.Merijn Brand2000-10-181-1/+1
| | | | | Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7359
* Perl API for mstatsIlya Zakharevich2000-10-132-5/+252
| | | | | Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7215
* Tables assume network byte order for 16 bit forms, so 'S' packingNick Ing-Simmons2000-10-081-4/+4
| | | | | | is not right thing to do on (e.g. x86). Network order is also "right" for X fonts. p4raw-id: //depot/perl@7168
* Make "encodings" work post-install when Encode/*.enc files may notNick Ing-Simmons2000-10-081-31/+42
| | | | | be in same directory as Encode.pm p4raw-id: //depot/perl@7167
* Work round the fact that $hash->{$key} does not take into accountNick Ing-Simmons2000-10-081-1/+1
| | | | | | | UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))} so that key is always in the "expected" encoding - i.e. same way we put it in the hash. p4raw-id: //depot/perl@7166
* IO::Handle->syswrite() did not handle length omissionGraham Barr2000-10-061-3/+6
| | | | | | | | | | like CORE::syswrite() does. Subject: [Fwd] IO::Handle, syswrite and arguments Message-ID: <20001006102205.U6312@pobox.com> The original patch from andrew@ugh.net.au. p4raw-id: //depot/perl@7155
* [ID 20001003.006] B::Debug not -w cleanNicholas Clark2000-10-031-1/+1
| | | | | Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk> p4raw-id: //depot/perl@7134
* Upgrade to Storable 1.0.3, from Raphael Manfredi.Jarkko Hietaniemi2000-10-033-51/+299
| | | p4raw-id: //depot/perl@7132
* [ID 20000928.002] perlcc & ByteCode.pm option mismatchNicholas Clark2000-10-021-5/+5
| | | | | | | Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk> Did not apply cleanly, manual intervention was needed. p4raw-id: //depot/perl@7117
* SOCK_DGRAM and listen() do not mix as reported inPetter Reinholdtsen2000-10-021-1/+1
| | | | | | | | Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket Message-Id: <200010010257.KAA05735@localhost.localdomain> The patch for 5.7.0+ had to be reengineered, though. p4raw-id: //depot/perl@7113
* A few tweaks to get Tk803 to work with Encode scheme.Nick Ing-Simmons2000-10-022-16/+58
| | | p4raw-id: //depot/perl@7107
* Add checking cases to Encode's toUnicode and fromUnicode.Nick Ing-Simmons2000-10-011-9/+32
| | | p4raw-id: //depot/perl@7106
* Add encoding tables from tcl8.3.2 and perl code in Encode.pmNick Ing-Simmons2000-10-0170-6/+21871
| | | | | | To read and use them. Add a lib/encode.t which checks a few things. p4raw-id: //depot/perl@7105
* Re: [ID 20000915.010] Infinite loop with -MO=DeparseSpider Boardman2000-09-301-1/+1
| | | | | Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US> p4raw-id: //depot/perl@7102
* Multiplicity & ithreads fix for sv.c/Encode.xsSpider Boardman2000-09-151-1/+1
| | | | | | Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED) Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US> p4raw-id: //depot/perl@7095
* Small portability tweaks.Jarkko Hietaniemi2000-09-141-5/+3
| | | p4raw-id: //depot/perl@7089
* Fake return to pacify picky compilers.Jarkko Hietaniemi2000-09-141-0/+1
| | | p4raw-id: //depot/perl@7088
* continued -Wformat supportRobin Barker2000-09-144-15/+19
| | | | | Message-Id: <200009141707.SAA13276@tempest.npl.co.uk> p4raw-id: //depot/perl@7081
* Problems picked up by AIX cc.H.Merijn Brand2000-09-141-5/+5
| | | | | | Subject: Re: perl@7078 (patch included) Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7080
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-14/+89
| | | p4raw-id: //depot/perl@7075
* Re: Two advertising clauses need to be removedRuss Allbery2000-09-142-20/+54
| | | | | Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@7074
* Add the Encode extension. The code is still largely just skeleton.Jarkko Hietaniemi2000-09-134-0/+558
| | | p4raw-id: //depot/perl@7068
* Allow for whitespace between "#" and "line" in cpp output.Calle Dybedahl2000-09-122-1/+6
| | | | | | Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se> p4raw-id: //depot/perl@7067
* Make Data::Dumper (non-XS) to work with changed semantics of ref().Gisle Aas2000-09-071-3/+2
| | | | | | Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no> p4raw-id: //depot/perl@7025
* Modernize Opcode.pm documentationGisle Aas2000-09-071-2/+2
| | | | | Message-ID: <20000904001855.26128.qmail@eik.g.aas.no> p4raw-id: //depot/perl@7024
* Retab MANIFEST.Jarkko Hietaniemi2000-09-021-6/+6
| | | p4raw-id: //depot/perl@7008
* Update to Storable 1.0, from Raphael Manfredi.Jarkko Hietaniemi2000-09-015-161/+168
| | | p4raw-id: //depot/perl@6993
* POSIX doesn't report long double values under -DuselongdoubleSpider Boardman2000-08-311-1/+1
| | | | | | | | when the long doubles are "real" (bigger than doubles). Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com> p4raw-id: //depot/perl@6949
* From now on, Gisle is on my list of usual suspects :-)Jarkko Hietaniemi2000-08-301-18/+18
| | | | | Retract #6902. p4raw-id: //depot/perl@6904
* Retry what #6882 attempted.Gisle Aas2000-08-291-18/+18
| | | | | | Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment Message-ID: <m3pumry9y2.fsf@eik.g.aas.no> p4raw-id: //depot/perl@6902
* Nail the ID 20000828.023.Jarkko Hietaniemi2000-08-291-1/+1
| | | p4raw-id: //depot/perl@6891
* Retract #6882, broke the safe tests.Jarkko Hietaniemi2000-08-291-5/+4
| | | p4raw-id: //depot/perl@6888
* [ID 20000829.004] Sharing leak root name into safe compartmentGisle Aas2000-08-291-4/+5
| | | | | Message-Id: <20000829103506.21538.qmail@eik.g.aas.no> p4raw-id: //depot/perl@6882
* Warnings in B::DeparseAbigail2000-08-291-1/+1
| | | | | Message-ID: <20000829040001.2999.qmail@foad.org> p4raw-id: //depot/perl@6880
* Fix for thinko in #6848.Lupe Christoph2000-08-291-1/+1
| | | | | | Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866) Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de> p4raw-id: //depot/perl@6876
* [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux ↵Nicholas Clark2000-08-281-1/+0
| | | | | | | 2.2.12 (UNINSTALLED) Message-Id: <20000828160327.C49785@plum.flirble.org> p4raw-id: //depot/perl@6859
* Big-endian 64-bit patch from Raphael Manfredi.Jarkko Hietaniemi2000-08-271-8/+26
| | | p4raw-id: //depot/perl@6852
* Use the actual thread type, not the pointer-to-struct.Jarkko Hietaniemi2000-08-271-1/+1
| | | p4raw-id: //depot/perl@6848