summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Raw socket require privileged user on Win2kMattia Barbon2002-03-111-0/+2
| | | | | | From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-Id: <3C8BD9C7.610.7398DD@localhost> p4raw-id: //depot/perl@15158
* Test::Simple/More/Builder 0.42Michael G. Schwern2002-03-116-13/+34
| | | | | Message-ID: <20020311002233.GE4927@blackrider> p4raw-id: //depot/perl@15157
* Test.pm 1.18 -> 1.20Michael G. Schwern2002-03-116-39/+61
| | | | | Message-ID: <20020310221410.GA4915@blackrider> p4raw-id: //depot/perl@15156
* more warnings tidyupPaul Marquess2002-03-1124-212/+212
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15155
* Re: [PATCH] xsubpp prototypes warningsNicholas Clark2002-03-115-0/+6
| | | | | Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15154
* Re: [patch] IO::Socket::INET Broadcast patchMax Baker2002-03-111-0/+12
| | | | | Message-Id: <20020308105619.A15039@warped.org> p4raw-id: //depot/perl@15153
* spelling correctionNicholas Clark2002-03-112-2/+2
| | | | | Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15152
* DG/UX updates from Takis Psarogiannakopoulos.Jarkko Hietaniemi2002-03-115-32/+52
| | | p4raw-id: //depot/perl@15151
* debugger filenames for Mac OS - db.patch (1/1)Chris Nandor2002-03-112-0/+18
| | | | | Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com> p4raw-id: //depot/perl@15150
* Mysterious characters.Jarkko Hietaniemi2002-03-101-6/+6
| | | p4raw-id: //depot/perl@15148
* Unused.Jarkko Hietaniemi2002-03-101-1/+1
| | | p4raw-id: //depot/perl@15147
* Implement :std subpragma of the open pragmaJarkko Hietaniemi2002-03-102-3/+39
| | | | | | | | that makes the standard filehandles to talk in encodings. This change set off a weird warning from op.c, though: disabled it now until someone who knows what it is about comes along. p4raw-id: //depot/perl@15146
* Document the logic of :locale better.Jarkko Hietaniemi2002-03-101-0/+25
| | | p4raw-id: //depot/perl@15145
* for broken /proc/curproc/file on FreeBSDSlaven Rezic2002-03-101-0/+4
| | | | | Message-ID: <87lmd1qjj6.fsf@vran.herceg.de> p4raw-id: //depot/perl@15144
* Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings) SADAHIRO Tomoyuki2002-03-104-7/+123
| | | | | Message-Id: <20020310170748.1F29.BQW10602@nifty.com> p4raw-id: //depot/perl@15143
* The patch does the following:Jarkko Hietaniemi2002-03-101-6/+8
| | | | | | | | | | | - Nix the unneccessary diagnostics line - Quell -w warnings if the first ENV doesn't exist - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw is too baroque and bloated for daily use (and for perl core inclusion). - "Cannot figure out an encoding to use" when locale is 'C' is rendered non-fatal. - Consequently, the ^OPEN bits is set only when needed. p4raw-id: //depot/perl@15142
* Misc tiny tweaks from Sarathy, good for threaded builds.Jarkko Hietaniemi2002-03-103-15/+16
| | | p4raw-id: //depot/perl@15141
* Precedence problem.Jarkko Hietaniemi2002-03-101-2/+2
| | | p4raw-id: //depot/perl@15140
* Renaming tweaks, and split off the reentrant "superbuffer"Jarkko Hietaniemi2002-03-109-12/+32
| | | | | init routine. p4raw-id: //depot/perl@15139
* The 7-bit jis seems to be the hanging one.Jarkko Hietaniemi2002-03-101-1/+1
| | | p4raw-id: //depot/perl@15138
* Begone.Jarkko Hietaniemi2002-03-101-1/+0
| | | p4raw-id: //depot/perl@15137
* Better fix from Autrijus.Jarkko Hietaniemi2002-03-095-55/+34
| | | p4raw-id: //depot/perl@15136
* Not everybody has Encode::HanExtra.Jarkko Hietaniemi2002-03-091-21/+31
| | | p4raw-id: //depot/perl@15135
* Decutandpasto.Jarkko Hietaniemi2002-03-091-1/+1
| | | p4raw-id: //depot/perl@15134
* Data::DumperNicholas Clark2002-03-093-36/+385
| | | | | Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15133
* socketpair.t w/o forkMattia Barbon2002-03-091-1/+4
| | | | | | | | From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-ID: <3C8A224F.29578.13691BA@localhost> (modified as suggested by Sarathy) p4raw-id: //depot/perl@15132
* Mention Change 14727Audrey Tang2002-03-091-0/+5
| | | | | Message-ID: <20020309153140.GA4224@not.autrijus.org> p4raw-id: //depot/perl@15131
* Make Encode.pm implicitly load external CJK tables the firstJarkko Hietaniemi2002-03-091-8/+33
| | | | | | time they're needed (instead of immediately), from Autrijus Tang. p4raw-id: //depot/perl@15130
* Re: Two questionsNicholas Clark2002-03-091-1/+1
| | | | | Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15129
* pp_sys.c (pp_sselect to not clobber storage on BigEndianPaul Green2002-03-091-13/+12
| | | | | Message-Id: <200203090336.WAA11215@mailhub1.stratus.com> p4raw-id: //depot/perl@15128
* perl -Dt doesnt output newlinesDave Mitchell2002-03-091-1/+1
| | | | | Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@15127
* Deglitch from Rafael.Jarkko Hietaniemi2002-03-091-1/+2
| | | p4raw-id: //depot/perl@15126
* Still more portability.Jarkko Hietaniemi2002-03-081-4/+6
| | | p4raw-id: //depot/perl@15125
* More portability.Jarkko Hietaniemi2002-03-081-3/+8
| | | p4raw-id: //depot/perl@15124
* Shared library paths; running tests manually.Jarkko Hietaniemi2002-03-081-5/+22
| | | p4raw-id: //depot/perl@15123
* RE: Two questionsPaul Green2002-03-081-1/+92
| | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com> p4raw-id: //depot/perl@15122
* New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.Jarkko Hietaniemi2002-03-083-1/+92
| | | | | (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>) p4raw-id: //depot/perl@15121
* In DG/UX finding pthread_atfork requires a true compile,Jarkko Hietaniemi2002-03-081-3/+27
| | | | | from Takis Psarogiannakopoulos. p4raw-id: //depot/perl@15119
* Forgot an OVERLOAD character in xsubppJohn Peacock2002-03-081-1/+1
| | | | | Message-ID: <3C892499.4050502@rowman.com> p4raw-id: //depot/perl@15118
* test numbers for t/op/write.tCraig A. Berry2002-03-081-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01> p4raw-id: //depot/perl@15117
* *BETTER* installperl script patch for VOSPaul Green2002-03-081-2/+9
| | | | | Message-Id: <200203081947.OAA29065@mailhub1.stratus.com> p4raw-id: //depot/perl@15116
* tm_tm_* for VMSCraig A. Berry2002-03-081-0/+8
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01> p4raw-id: //depot/perl@15115
* Detypo.Jarkko Hietaniemi2002-03-081-1/+1
| | | p4raw-id: //depot/perl@15114
* Better test for #14795 (bug id 20020124.005) from Andreas.Jarkko Hietaniemi2002-03-081-18/+18
| | | p4raw-id: //depot/perl@15113
* HP-UX nm seems to repeat itself.Jarkko Hietaniemi2002-03-081-1/+3
| | | p4raw-id: //depot/perl@15112
* Nice porting script from Sarathy. Well, less niceJarkko Hietaniemi2002-03-083-1/+88
| | | | | in the sense that it shows the looong road ahead. p4raw-id: //depot/perl@15111
* Re: Performance considerations for UTF-8Jarkko Hietaniemi2002-03-081-19/+69
| | | | | | | Message-ID: <20020308185328.D640@alpha.hut.fi> (put all in perlunicode) p4raw-id: //depot/perl@15110
* Update Changes.Jarkko Hietaniemi2002-03-082-1/+439
| | | p4raw-id: //depot/perl@15109
* Cygwin cygipc support skippedGerrit P. Haase2002-03-081-1/+0
| | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <113694157285.20020308165934@familiehaase.de> p4raw-id: //depot/perl@15108
* Re: [PATCH] tests for GconvertYitzchak Scott-Thoennes2002-03-082-10/+8
| | | | | Message-ID: <KpAi8gzkganW092yn@efn.org> p4raw-id: //depot/perl@15106