summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More VC5-induced casting found by Nikola Knezevic.Jarkko Hietaniemi2002-04-274-5/+5
| | | p4raw-id: //depot/perl@16232
* More U32 regflags.Jarkko Hietaniemi2002-04-273-27/+27
| | | p4raw-id: //depot/perl@16231
* Retract #16195 since it seems to be unnecessary.Jarkko Hietaniemi2002-04-271-3/+1
| | | p4raw-id: //depot/perl@16229
* extract enc2xs and piconv for VMSCraig A. Berry2002-04-271-1/+8
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]> p4raw-id: //depot/perl@16228
* Some more known open() modes.Rafael Garcia-Suarez2002-04-271-1/+1
| | | p4raw-id: //depot/perl@16227
* Upgrade to Encode 1.63.Jarkko Hietaniemi2002-04-2714-185/+185
| | | p4raw-id: //depot/perl@16226
* Update Changes.Jarkko Hietaniemi2002-04-272-1/+286
| | | p4raw-id: //depot/perl@16225
* 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-274-13/+64
| |\ | | | | | | p4raw-id: //depot/perlio@16218
| * | Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")Nick Ing-Simmons2002-04-271-4/+9
| | | | | | | | | | | | | | | | | | | | | - if encoding loads Encode then stack grows. - pp_binmode was not allowing for that to happen - added PUTBACK/SPAGAIN. p4raw-id: //depot/perlio@16216
* | | PATCH t/TESTMark-Jason Dominus2002-04-271-1/+1
| | | | | | | | | | | | | | | Message-ID: <20020427180656.5422.qmail@plover.com> p4raw-id: //depot/perl@16223
* | | Ahem, look another way.Artur Bergman2002-04-271-1/+1
| | | | | | | | | p4raw-id: //depot/perl@16222
* | | Integrate perlio:Jarkko Hietaniemi2002-04-271-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 16216] Fix weird warnings and/pr segfaults on binmode(,"encoding(...)") - if encoding loads Encode then stack grows. - pp_binmode was not allowing for that to happen - added PUTBACK/SPAGAIN. p4raw-link: @16216 on //depot/perlio: adb5c314284816e1c92cd8e29c9033c3ce18b580 p4raw-id: //depot/perl@16220 p4raw-integrated: from //depot/perlio@16219 'copy in' pp_sys.c (@16064..)
* | | First half of NetBSD patch-ai, from Johnny Lam:Jarkko Hietaniemi2002-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The first part removes "installman" and "installhtml" from the .PHONY target, which was causing problems during installation. (the installman and installhtml are not phony targets, they are real files) p4raw-id: //depot/perl@16219
* | | NetBSD patch-ab from Johnny Lam:Jarkko Hietaniemi2002-04-271-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some tweaks to the NetBSD hints file to make the Configure process more useful when not building from pkgsrc. This file will definitely need to change again when the 1.6 release of NetBSD comes out, but I'll handle the changes at the later date. p4raw-id: //depot/perl@16217
* | | Integrate perlio:Jarkko Hietaniemi2002-04-277-49/+140
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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-2713-32/+82
| | | | | | | | | p4raw-id: //depot/perlio@16209
| * | Fix fd leak on Via(bogus).Nick Ing-Simmons2002-04-275-22/+110
| | | | | | | | | | | | | | | | | | | | | 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-26106-773/+3975
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@16194
| * \ \ Integrate mainlineNick Ing-Simmons2002-04-2453-583/+1034
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@16134
| * \ \ \ Submit an old integrateNick Ing-Simmons2002-04-24122-4110/+8851
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@16131
| * | | | | Integrate mainlineNick Ing-Simmons2002-04-227-5/+18
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16067
| * | | | | Integrate mainline into perlioNick Ing-Simmons2002-04-2258-586/+919
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16064
| * \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-04-2145-31208/+27641
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16038
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-04-2125-37610/+32638
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | Subject: Re: Change 16122: Try to be clearer about perlio.Philip Newton2002-04-272-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Sat, 27 Apr 2002 08:51:30 +0200 Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com> Subject: Re: Change 16183: Stop being coy. From: Philip Newton <Philip.Newton@gmx.net> Date: Sat, 27 Apr 2002 08:52:13 +0200 Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com> p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16213
* | | | | | | | | 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-274-12/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | NetBSD and OpenBSD cannot do comments at #! lineJarkko Hietaniemi2002-04-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (or long #! lines?) p4raw-id: //depot/perl@16206
* | | | | | | | Add taint rethink to the todo list.Jarkko Hietaniemi2002-04-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16205
* | | | | | | | Integrate changes #16199 and #16201 from macperl;Jarkko Hietaniemi2002-04-262-18/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Time::Local compatibility patches, from Graham MacPerl require() portability patches p4raw-link: @16199 on //depot/macperl: 029195cc16ed49b9d6f99746bf12dad919bcab76 p4raw-id: //depot/perl@16204 p4raw-integrated: from //depot/macperl@16203 'copy in' lib/Time/Local.pm (@16123..) 'merge in' pp_ctl.c (@16123..)
* | | | | | | | Re: [ID 20020425.012] segfault when printing to close indirect filehandleNicholas Clark2002-04-261-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16203
* | | | | | | | 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
* | | | | | | | NetBSD: if the /usr/pkg/lib is there, the linker wantsJarkko Hietaniemi2002-04-261-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to know about it always (not just when using the pth). p4raw-id: //depot/perl@16197
* | | | | | | | EBCDIC MD5.xs checksum update from Merijn Broeren.Jarkko Hietaniemi2002-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16196
* | | | | | | | (retracted by #16229)Nikola Knezevic2002-04-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: FIXIN problem under Win32 Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@16195
* | | | | | | | system_tests are relevant only to win32\system.tNikola Knezevic2002-04-263-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@16193
* | | | | | | | Mention explicitly the NetBSD + pth combination.Jarkko Hietaniemi2002-04-261-0/+6
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | p4raw-id: //depot/perl@16192
* | | | | | | Fix email address.Abigail2002-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20020426180311.A23545@gatekeeper.osp.nl> p4raw-id: //depot/perl@16191
* | | | | | | NetWare update from C Aditya.Jarkko Hietaniemi2002-04-263-103/+223
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16190
* | | | | | | use t/TESTCraig A. Berry2002-04-261-181/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111708b8ef12696579@[172.16.52.1]> p4raw-id: //depot/perl@16189
* | | | | | | Update Changes.Jarkko Hietaniemi2002-04-262-1/+287
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16188
* | | | | | | [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