summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct several Stratus VOS build issuesPaul Green2002-01-064-3/+8
| | | | | Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com> p4raw-id: //depot/perl@14100
* Further perl.org URL elaboration from Ask.Jarkko Hietaniemi2002-01-052-1/+3
| | | p4raw-id: //depot/perl@14099
* The same problem with To{Lower,Title,Upper}Jarkko Hietaniemi2002-01-054-13/+25
| | | | | as earlier with ToFold. p4raw-id: //depot/perl@14098
* Retract #14057 for now; the alarm/setitimer timersJarkko Hietaniemi2002-01-051-13/+3
| | | | | | seen to be the same in many systems, which leads into hangups. p4raw-id: //depot/perl@14097
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-0512-56/+224
| | | | | enhance regex dumping code. p4raw-id: //depot/perl@14096
* Use the perl.org news gw instead of the perl.com oneJarkko Hietaniemi2002-01-052-2/+2
| | | | | (from Ask). p4raw-id: //depot/perl@14095
* Zero() wasn't documented.Jarkko Hietaniemi2002-01-051-9/+11
| | | p4raw-id: //depot/perl@14094
* make lib/Memoize/t/tie_ndbm.t tidy up more.Nicholas Clark2002-01-051-2/+2
| | | | | Message-Id: <20020105185538.K300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14093
* Also UNICOS/mk has deviant socketpair().Jarkko Hietaniemi2002-01-051-1/+2
| | | p4raw-id: //depot/perl@14092
* Ooops. Retract the regex parts of #14090.Jarkko Hietaniemi2002-01-056-99/+34
| | | p4raw-id: //depot/perl@14091
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-057-40/+135
| | | | | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14090
* Integrate perlio:Jarkko Hietaniemi2002-01-051-7/+7
|\ | | | | | | | | | | | | | | [ 14088] One missing aTHX_ p4raw-link: @14088 on //depot/perlio: 1eb1540cfcb9a9c6c585c3e8a9a5e454de9ae522 p4raw-id: //depot/perl@14089
| * One missing aTHX_Nick Ing-Simmons2002-01-051-7/+7
| | | | | | p4raw-id: //depot/perlio@14088
| * Raw integrate of mainline - op.c looks dodgy.Nick Ing-Simmons2002-01-0579-340/+812
| |\ | |/ |/| p4raw-id: //depot/perlio@14087
* | In the UTF-8 branch of crypt() the extra \0 byte is required,Jarkko Hietaniemi2002-01-041-3/+3
| | | | | | | | | | found by Marc Lehmann. p4raw-id: //depot/perl@14085
* | Re: [PATCH op.c] Bad \[...] prototype checkingRafael Garcia-Suarez2002-01-041-1/+18
| | | | | | | | | | Message-ID: <20020105003112.E1850@rafael> p4raw-id: //depot/perl@14084
* | A bit of "perl.com" cleanup.Jarkko Hietaniemi2002-01-0411-186/+61
| | | | | | p4raw-id: //depot/perl@14083
* | Bad \[...] prototype checkingRafael Garcia-Suarez2002-01-041-3/+10
| | | | | | | | | | Message-ID: <20020104233519.A1850@rafael> p4raw-id: //depot/perl@14082
* | Integrate change #14062 from macperl;Jarkko Hietaniemi2002-01-041-0/+7
| | | | | | | | | | | | | | | | | | Define setbuf, setvbuf for Mac OS p4raw-link: @14062 on //depot/maint-5.6/macperl: d2831b2dc1da27449e9029c3ee480940d54b287d p4raw-id: //depot/perl@14081 p4raw-integrated: from //depot/maint-5.6/macperl@14078 'merge in' ext/IO/IO.xs (@11007..)
* | Display the native pwd command.Jarkko Hietaniemi2002-01-041-2/+6
| | | | | | p4raw-id: //depot/perl@14078
* | Under Mac OS X /dev/stdout is normally a symlink,Jarkko Hietaniemi2002-01-041-3/+3
| | | | | | | | | | | | but when running the test it seems to become a socket. So let's extend our censorship. p4raw-id: //depot/perl@14077
* | If we do have socketpair(), make my_socketpair()Jarkko Hietaniemi2002-01-044-11/+9
| | | | | | | | | | | | | | just call the real socketpair(). This way we always have real code behind my_socketpair() and a symbol corresponding to the my_socketpair in global.sym. p4raw-id: //depot/perl@14068
* | Spread the good word of "env".Jarkko Hietaniemi2002-01-043-0/+16
| | | | | | p4raw-id: //depot/perl@14060
* | Till the system tests do something non-Win*, better renameJarkko Hietaniemi2002-01-042-1/+1
| | | | | | | | | | | | the test so that people on other platforms don't get confused. (Not win32system, because assumedly there's win64, too.) p4raw-id: //depot/perl@14059
* | Some tweaks.Jarkko Hietaniemi2002-01-041-4/+2
| | | | | | p4raw-id: //depot/perl@14058
* | (retracted by #14057)Nicholas Clark2002-01-041-3/+13
| | | | | | | | | | | | Subject: [PATCH] Time/HiRes/HiRes.t Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14057
* | + Docs and test Abe Timmerman2002-01-043-9/+234
| | | | | | | | | | Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com> p4raw-id: //depot/perl@14056
* | Devel::PPPort Makefile.PL umpteenth tryCraig A. Berry2002-01-042-10/+13
| | | | | | | | | | Message-Id: <a05101004b85a82bb7352@[172.16.52.1]> p4raw-id: //depot/perl@14055
* | Document the U+0085, U+2028, and U+2029.Jarkko Hietaniemi2002-01-042-10/+14
| | | | | | p4raw-id: //depot/perl@14054
* | warn if not CORE::dumpRafael Garcia-Suarez2002-01-044-1/+31
| | | | | | | | | | Message-Id: <20020103220400.A13958@rafael> p4raw-id: //depot/perl@14053
* | Add U+0085, U+2028, and U+2029 to \s under Unicode.Jarkko Hietaniemi2002-01-043-3/+14
| | | | | | p4raw-id: //depot/perl@14052
* | File::Compare::VERSIONRafael Garcia-Suarez2002-01-041-5/+0
| | | | | | | | | | Message-Id: <20020103234252.G13958@rafael> p4raw-id: //depot/perl@14051
* | threads::shared docAndy Bussey2002-01-041-2/+2
| | | | | | | | | | | | | | Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> p4raw-link: @14042 on //depot/perl: 0ac6548c96ce0c047f2319c1d7393075a554e45d p4raw-id: //depot/perl@14050
* | #14048 exposed few false positives, to be fixed soonish.Jarkko Hietaniemi2002-01-031-6/+7
| | | | | | p4raw-id: //depot/perl@14049
* | Do not add the first characters of multicharacter foldingsJarkko Hietaniemi2002-01-031-3/+4
| | | | | | | | | | into character classes. p4raw-id: //depot/perl@14048
* | A bit of testing for #14046.Jarkko Hietaniemi2002-01-031-1/+31
| | | | | | p4raw-id: //depot/perl@14047
* | Allow emitting the foldcased version of "\x{df}", "ss"Jarkko Hietaniemi2002-01-031-2/+2
| | | | | | | | | | (among others, another example would be \x{fb00} -> "ff") p4raw-id: //depot/perl@14046
* | File::Spec & NetWareDave Rolsky2002-01-033-50/+1
| | | | | | | | | | Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org> p4raw-id: //depot/perl@14045
* | FAQ sync (RCS Ids only?)Jarkko Hietaniemi2002-01-033-3/+3
| | | | | | p4raw-id: //depot/perl@14044
* | AUTHORs updates.Jarkko Hietaniemi2002-01-031-7/+22
| | | | | | p4raw-id: //depot/perl@14043
* | Update Changes.Jarkko Hietaniemi2002-01-032-1/+143
| | | | | | p4raw-id: //depot/perl@14042
* | Missed the =head1 additions.Jarkko Hietaniemi2002-01-0326-5/+119
| | | | | | p4raw-id: //depot/perl@14041
* | obscure warning from Carp::HeavyRobin Barker2002-01-032-1/+15
| | | | | | | | | | Message-Id: <200201031526.PAA06095@tempest.npl.co.uk> p4raw-id: //depot/perl@14040
* | Message-Id: <200201031449.OAA26137@tempest.npl.co.uk> Robin Barker2002-01-031-1/+5
| | | | | | | | | | -Wformat check. p4raw-id: //depot/perl@14039
* | NetWare tweaks from Ananth Kesari.Jarkko Hietaniemi2002-01-032-2/+2
| | | | | | p4raw-id: //depot/perl@14038
* | Cast.Jarkko Hietaniemi2002-01-031-9/+9
| | | | | | p4raw-id: //depot/perl@14037
* | Grammar fix suggested by Gwyn Judd.Abhijit Menon-Sen2002-01-031-3/+3
| | | | | | p4raw-id: //depot/perl@14036
| * More strange perlio != mainline differences whereNick Ing-Simmons2002-01-032-2/+2
| |\ | |/ |/| | | | | I have not been. p4raw-id: //depot/perlio@14035
| * Integrate mainline (including force integrate ofNick Ing-Simmons2002-01-032-5/+24
| |\ | |/ |/| | | | | lib/charnames.pm which had got out-of-step) p4raw-id: //depot/perlio@14034
* | Not ok 14031: PPPort Makefile.PLAndreas König2002-01-031-1/+1
| | | | | | | | | | Message-Id: <m3sn9n94jp.fsf@anima.de> p4raw-id: //depot/perl@14033