summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* fix re debug segvs in global destruction, and a tweak to Benchmark to ↵Yves Orton2006-06-141-1/+1
| | | | | | | prevent infinite loops. (Re: ext/re/t/regop.pl SEGV) Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com> p4raw-id: //depot/perl@28393
* Upgrade to Digest-SHA-5.41Steve Peters2006-06-139-48/+51
| | | p4raw-id: //depot/perl@28390
* Upgrade to Unicode-Normalize-1.00Steve Peters2006-06-1310-493/+1052
| | | p4raw-id: //depot/perl@28389
* Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gzSébastien Aperghis-Tramoni2006-06-126-510/+5564
| | | | | Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr> p4raw-id: //depot/perl@28383
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-36/+132
| | | | | Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com> p4raw-id: //depot/perl@28380
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-111-20/+23
| | | | | Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com> p4raw-id: //depot/perl@28379
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-093-19/+111
| | | | | | | Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com> (with tweaks) p4raw-id: //depot/perl@28373
* Upgrade to Encode 2.18Rafael Garcia-Suarez2006-06-0624-79/+115
| | | p4raw-id: //depot/perl@28359
* random thread test failureJerry D. Hedden2006-06-061-3/+3
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net> p4raw-id: //depot/perl@28356
* threads 1.32Jerry D. Hedden2006-06-0615-27/+126
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net> p4raw-id: //depot/perl@28355
* Eliminate most of the UTF-8 black smoke by skipping optree tests whenNicholas Clark2006-06-058-0/+122
| | | | | | ${^OPEN} is set, and tweaking hints.t to understand that $^H is different when -C has been used. p4raw-id: //depot/perl@28354
* Add the missing ${^OPEN} hints flag to B::ConciseNicholas Clark2006-06-051-2/+2
| | | p4raw-id: //depot/perl@28353
* [perl #39178] IO::Socket::connect returns wrong errno on timeoutmlelstv@serpens.de2006-06-011-0/+1
| | | | | | From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org> p4raw-id: //depot/perl@28346
* Re: B::Lint changesJoshua ben Jore2006-05-302-279/+531
| | | | | | From: "Joshua ben Jore" <twists@gmail.com> Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com> p4raw-id: //depot/perl@28338
* Fix bugs in the bytecode system caused by the abolition of cop_io.Nicholas Clark2006-05-302-24/+43
| | | p4raw-id: //depot/perl@28337
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-292-0/+55
| | | | | | Fix a bug due to the fact that Perl's typedef'd "bool" type isn't actually boolean. p4raw-id: //depot/perl@28335
* And some more DynaLoader things that should not be tested onCraig A. Berry2006-05-291-2/+11
| | | | | VMS since they are not part of the implementation. p4raw-id: //depot/perl@28333
* Upgrade to Devel::PPPort 3.08_04Marcus Holland-Moritz2006-05-2947-691/+679
| | | p4raw-id: //depot/perl@28332
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-18/+17
| | | | | | | with gcc by forward-declaring struct _reg_trie_data; and tweak the new re test to use test.pl, in order to portably run a new interpreter p4raw-id: //depot/perl@28326
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ↵Yves Orton2006-05-293-8/+178
| | | | | | | stuff too) Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com> p4raw-id: //depot/perl@28325
* DynaLoader.t: less assumptionsJarkko Hietaniemi2006-05-281-16/+18
| | | | | | Message-ID: <44796AF2.8060903@gmail.com> Date: Sun, 28 May 2006 12:18:42 +0300 p4raw-id: //depot/perl@28321
* use the same arg names everyone else does and handle undef filenameCraig A. Berry2006-05-271-8/+11
| | | p4raw-id: //depot/perl@28318
* SysV IPCJarkko Hietaniemi2006-05-263-7/+24
| | | | | Message-ID: <4475D20D.9010600@gmail.com> p4raw-id: //depot/perl@28313
* Upgrade to Sys-Syslog-0.14Steve Peters2006-05-266-97/+309
| | | p4raw-id: //depot/perl@28312
* Stop a warning generated from thread's Makefile.PLSteve Peters2006-05-261-1/+0
| | | p4raw-id: //depot/perl@28310
* Re: [PATCH] Test script for DynaLoaderYves Orton2006-05-261-9/+21
| | | | | Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com> p4raw-id: //depot/perl@28308
* Upgrade to Devel::PPPort 3.08_03Marcus Holland-Moritz2006-05-2523-139/+508
| | | p4raw-id: //depot/perl@28307
* Upgrade to Digest-SHA-5.38.Steve Peters2006-05-259-66/+182
| | | p4raw-id: //depot/perl@28306
* Fix segfault in SDBM_File when the destructor is called multiple timesRafael Garcia-Suarez2006-05-242-11/+13
| | | p4raw-id: //depot/perl@28298
* Typo fixRafael Garcia-Suarez2006-05-231-1/+1
| | | p4raw-id: //depot/perl@28291
* Explicit thread contextJerry D. Hedden2006-05-235-35/+234
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net> p4raw-id: //depot/perl@28290
* IO::Compress::Base::CommonPaul Marquess2006-05-221-5/+5
| | | | | | From: "Paul Marquess" <paul.marquess@openwave.com> Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com> p4raw-id: //depot/perl@28285
* Better handling for error-checkingSébastien Aperghis-Tramoni2006-05-221-4/+5
| | | | | From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni) p4raw-id: //depot/perl@28274
* Upgrade to Devel::PPPort 3.08_02Marcus Holland-Moritz2006-05-2243-190/+741
| | | p4raw-id: //depot/perl@28267
* Fix bug in change 28258. So how come I thought I'd passed all tests?Nicholas Clark2006-05-201-6/+6
| | | p4raw-id: //depot/perl@28261
* Upgrade to Devel::PPPort 3.08_01Marcus Holland-Moritz2006-05-2042-322/+1728
| | | p4raw-id: //depot/perl@28259
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-204-68/+66
| | | | | | Todo - store the in and out values under 2 keys, and avoid the need to create a temporary mortal SV while checking it. p4raw-id: //depot/perl@28258
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-2015-166/+214
| | | | | | to be stored. Make B::Concise display the new hints field, and modify B::Deparse to use it. p4raw-id: //depot/perl@28257
* threads core dump in BEGINJerry D. Hedden2006-05-185-15/+113
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-Id: <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net> p4raw-id: //depot/perl@28229
* Nits in the DynaLoader test: make it warning-clean,Rafael Garcia-Suarez2006-05-181-2/+2
| | | | | and avoid checking OS- and locale-specific messages p4raw-id: //depot/perl@28227
* Test script for DynaLoaderSébastien Aperghis-Tramoni2006-05-181-0/+102
| | | | | Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr> p4raw-id: //depot/perl@28226
* threads 1.28Jerry D. Hedden2006-05-185-23/+55
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net> p4raw-id: //depot/perl@28223
* IO::Compress* 2.000_12Paul Marquess2006-05-1733-420/+736
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com> p4raw-id: //depot/perl@28214
* Upgrade to Digest-SHA-5.37Steve Peters2006-05-157-37/+61
| | | p4raw-id: //depot/perl@28197
* Threads and signals. Delicious. Tweak change 28168 to add a localNicholas Clark2006-05-121-1/+6
| | | | | | signal handler in the sleeping thread, because some operating systems deliver the SIGINT to that thread rather than the signalling thread. p4raw-id: //depot/perl@28174
* Better unsafe signals info in threads.pmJerry D. Hedden2006-05-121-9/+26
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net> p4raw-id: //depot/perl@28173
* Fix concise-xs.t following the changes to B::Deparse.Nicholas Clark2006-05-121-2/+2
| | | p4raw-id: //depot/perl@28172
* Thread signalling [REVISED]Jerry D. Hedden2006-05-115-8/+393
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net> p4raw-id: //depot/perl@28168
* Deparse state variables.Rafael Garcia-Suarez2006-05-111-10/+16
| | | p4raw-id: //depot/perl@28166
* Upgrade to Encode-2.17Steve Peters2006-05-103-3/+14
| | | p4raw-id: //depot/perl@28152