summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* [Patch] ext/PerlIO/t/fallback.t gets haircutDan Kogai2002-05-011-7/+11
| | | | | Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp> p4raw-id: //depot/perl@16309
* Encode tweak from Dan Kogai.Jarkko Hietaniemi2002-05-011-2/+2
| | | p4raw-id: //depot/perl@16308
* Flush directly to avoid erros when running from test harnessArtur Bergman2002-05-012-1/+2
| | | p4raw-id: //depot/perl@16307
* Upgrade to Encode 1.66.Jarkko Hietaniemi2002-05-015-73/+98
| | | p4raw-id: //depot/perl@16300
* Upgrade to Encode 1.65.Jarkko Hietaniemi2002-04-306-16/+66
| | | p4raw-id: //depot/perl@16282
* NetWare: disable DEBUG/ASSERT for now.Jarkko Hietaniemi2002-04-301-0/+7
| | | p4raw-id: //depot/perl@16280
* Adding Encode::* to .pm creates stash at compile timeNick Ing-Simmons2002-04-292-4/+5
| | | | | which means we need a stronger check on Encode at boot time. p4raw-id: //depot/perlio@16270
* Upgrade to Encode 1.64.Jarkko Hietaniemi2002-04-295-5951/+10283
| | | p4raw-id: //depot/perl@16263
* [Unicode::Normalize] mkheader tweakSADAHIRO Tomoyuki2002-04-291-61/+65
| | | | | Message-Id: <20020429125617.AA35.BQW10602@nifty.com> p4raw-id: //depot/perl@16262
* Upgrade to Unicode::Normalize 0.76,Jarkko Hietaniemi2002-04-295-45/+78
| | | | | from SADAHIRO Tomoyuki. p4raw-id: //depot/perl@16260
* Sigh. #16249 didn't help NetBSD (made it worse,Jarkko Hietaniemi2002-04-283-59/+48
| | | | | the basic and list tests started hanging). p4raw-id: //depot/perl@16258
* Retract the cond.t part of #16249 since the natureJarkko Hietaniemi2002-04-281-19/+12
| | | | | of the test changed. p4raw-id: //depot/perl@16250
* (retracted by #16258)Jarkko Hietaniemi2002-04-284-60/+78
| | | | | | | | | | | | | Fix thread tests not to depend on sleep() as a scheduling aid. In two tests (basic and list) I had to change from sleep() hack to another hack... basically, using the filesystem as a semaphore. The assumption made is that rmdir() is atomic. (The sleep() scheduling assumption broke with the GNU pth in NetBSD.) (the cond.t part retracted by #16250) p4raw-id: //depot/perl@16249
* Be tidy.Jarkko Hietaniemi2002-04-281-1/+1
| | | p4raw-id: //depot/perl@16248
* Have :encoding() default to perlqq style fallbacks.Nick Ing-Simmons2002-04-283-6/+70
| | | | | Add test for that. p4raw-id: //depot/perlio@16246
* Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}Nick Ing-Simmons2002-04-281-1/+1
| | | | | | as gate on layer tests which fail on -Dusesfio (ext/XS/Typemap/Typemap.t still fails on -Dusesfio) p4raw-id: //depot/perlio@16245
* Builds under -UuseperlioNick Ing-Simmons2002-04-282-5/+30
| | | | | Uses PUSHSTACK/POPSTACK in :encoding and :Via p4raw-id: //depot/perlio@16244
* Integrate mainlineNick Ing-Simmons2002-04-2819-216/+327
|\ | | | | p4raw-id: //depot/perlio@16243
| * Added test cases and fixed some obvious things.Artur Bergman2002-04-282-1/+58
| | | | | | p4raw-id: //depot/perl@16236
| * Removed last traces of autodetach.Artur Bergman2002-04-272-17/+54
| | | | | | | | | | | | Added list() methid. Changed documentation. p4raw-id: //depot/perl@16235
| * More NetBSD patches from Johnny Lam.Jarkko Hietaniemi2002-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the need for a $prefix setting that was added in the previous patch I sent. Also add the proper rpath options to the linker flags depending on whether we're on a ELF or a.out platform. These were tested both in a non-pkgsrc and pkgsrc build. Append to $libs instead of overwriting its value. This was causing $(LDLOADLIBS) to not get added to the dynamic_libs link command on NetBSD systems and was the cause of the GDBM problems reported. Also use '$(LDLOADLIBS)' instead of expanding its value so that it is more easily overridden in the Makefile by "make all LDLOADLIBS=...". Remove "-L/usr/local/lib" because the location of libgdbm.so is already added during the Configure process, and this spurious addition may cause the wrong libgdbm.so to be linked against as a result. p4raw-id: //depot/perl@16233
| * Upgrade to Encode 1.63.Jarkko Hietaniemi2002-04-2714-185/+185
| | | | | | p4raw-id: //depot/perl@16226
| * Integrate perlio:Jarkko Hietaniemi2002-04-271-1/+7
| |\ | |/ |/| | | | | | | | | [ 16221] Correct which var is nulled, stack movement protection. p4raw-link: @16221 on //depot/perlio: 9b683d952a173213146cd75796b01b79b8cc4a79 p4raw-id: //depot/perl@16224
* | Correct which var is nulled, stack movement protection.Nick Ing-Simmons2002-04-271-1/+7
| | | | | | p4raw-id: //depot/perlio@16221
* | Integrate mainlineNick Ing-Simmons2002-04-273-13/+63
|\ \ | | | | | | p4raw-id: //depot/perlio@16218
| | * Ahem, look another way.Artur Bergman2002-04-271-1/+1
| | | | | | | | | p4raw-id: //depot/perl@16222
| | * Integrate perlio:Jarkko Hietaniemi2002-04-274-32/+106
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 16211] Re-instate $PerlIO::encoding::check at boot. (Retaining Dan's XS side require though I don't see need.) [ 16207] Fix fd leak on Via(bogus). Finish implementing PerlIOVia_open(). Export more guts of PerlIO_* so Via_open() can work. Fix various PerlIO_allocate() features exposed by above. [ 16027] Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests, and change test not to skip them. [ 16023] Some tweaks for encodings which need lines. Also disabled trial of using fallbacks. [ 16022] Various tweaks to Encode p4raw-link: @16211 on //depot/perlio: 54871a3cda1a70e55971d42b5b2ac0aa06387aeb p4raw-link: @16207 on //depot/perlio: d9dac8cda3a8128f09ab4445f683196e1392e4fa p4raw-link: @16027 on //depot/perlio: e66821e8151d62edad66fb30ff4507c6d719f51b p4raw-link: @16023 on //depot/perlio: 20de0cb2cf7a24aa48f2f9a26729f1a78e64f396 p4raw-link: @16022 on //depot/perlio: ca777f1ce1ff5cad164a769e07ab2e03b14695b6 p4raw-id: //depot/perl@16215
* | | Re-instate $PerlIO::encoding::check at boot.Nick Ing-Simmons2002-04-272-27/+30
| | | | | | | | | | | | | | | (Retaining Dan's XS side require though I don't see need.) p4raw-id: //depot/perlio@16211
* | | Integrate mainlineNick Ing-Simmons2002-04-272-2/+2
| | | | | | | | | p4raw-id: //depot/perlio@16209
* | | Fix fd leak on Via(bogus).Nick Ing-Simmons2002-04-272-5/+76
| | | | | | | | | | | | | | | | | | | | | Finish implementing PerlIOVia_open(). Export more guts of PerlIO_* so Via_open() can work. Fix various PerlIO_allocate() features exposed by above. p4raw-id: //depot/perlio@16207
* | | Integrate mainlineNick Ing-Simmons2002-04-2644-176/+1817
|\ \ \ | | | | | | | | p4raw-id: //depot/perlio@16194
* \ \ \ Integrate mainlineNick Ing-Simmons2002-04-241-23/+4
|\ \ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@16134
* \ \ \ \ Submit an old integrateNick Ing-Simmons2002-04-2467-3285/+4313
|\ \ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@16131
* \ \ \ \ \ Integrate mainline into perlioNick Ing-Simmons2002-04-2215-71/+356
|\ \ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16064
* \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-04-2116-31078/+22735
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16038
* \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-04-2116-32342/+32617
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16037
* | | | | | | | | Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,Nick Ing-Simmons2002-04-202-12/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and change test not to skip them. p4raw-id: //depot/perlio@16027
* | | | | | | | | Some tweaks for encodings which need lines.Nick Ing-Simmons2002-04-202-24/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also disabled trial of using fallbacks. p4raw-id: //depot/perlio@16023
* | | | | | | | | Various tweaks to EncodeNick Ing-Simmons2002-04-207-59/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16022
| | | | | | | | * Upgrade to Encode 1.62.Jarkko Hietaniemi2002-04-273-16/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16214
| | | | | | | | * Add test numbers to make "make test" happy. Order is irrelevantArtur Bergman2002-04-271-2/+4
| | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but number of oks is not. p4raw-id: //depot/perl@16212
| | | | | | | * Fixed race condtions and deadlocks in interaction with Artur Bergman2002-04-273-12/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cond_wait/cond_signal and lock. Now we wait for a lock to gie up if we return from COND_WAIT and we are still locked. We also notifiers potential lockers that it is free for locking when we go into COND_WAIT. p4raw-id: //depot/perl@16210
| | | | | | | * Saving locks after we set it to 0 was kind of pointless.Artur Bergman2002-04-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hunting down fixes in cond_* functions. p4raw-id: //depot/perl@16208
| | | | | | | * Re: [PATCH ext/Time/HiRes/HiRes.pm] Political CorrectnessSimon Cozens2002-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20020426205821.GB5855@netthink.co.uk> p4raw-id: //depot/perl@16198
| | | | | | | * EBCDIC MD5.xs checksum update from Merijn Broeren.Jarkko Hietaniemi2002-04-261-1/+1
| | | | | | |/ | | | | | | | | | | | | | | p4raw-id: //depot/perl@16196
| | | | | | * [Encode] s/=over2/=over 2/gDan Kogai2002-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp> p4raw-id: //depot/perl@16187
| | | | | | * Use temp int variable in the W*() since direct castingJarkko Hietaniemi2002-04-261-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to either an int or an IV would not be right. p4raw-id: //depot/perl@16186
| | | | | | * Upgrade to Encode 1.61, from Dan Kogai.Jarkko Hietaniemi2002-04-2611-84/+471
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16177
| | | | | | * MD5.xs checksum, ascii only (TODO: someone with access to an EBCDICGurusamy Sarathy2002-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platform needs to fill in the other branch here) p4raw-id: //depot/perl@16175
| | | | | | * various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-2612-31/+31
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16173