summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* VMS test fix-upsCraig A. Berry2001-12-122-3/+3
| | | | | Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01> p4raw-id: //depot/perl@13664
* Re: Next cygwin round.Gerrit P. Haase2001-12-121-1/+1
| | | | | Message-ID: <122343874595.20011212215900@familiehaase.de> p4raw-id: //depot/perl@13663
* use utf8; testsNicholas Clark2001-12-122-14/+68
| | | | | Message-ID: <20011212200704.E21702@plum.flirble.org> p4raw-id: //depot/perl@13662
* Update Changes.Jarkko Hietaniemi2001-12-122-1/+360
| | | p4raw-id: //depot/perl@13661
* Passing in env to perl_parse did not workGisle Aas2001-12-122-42/+5
| | | | | Message-ID: <lrheqxniom.fsf@caliper.activestate.com> p4raw-id: //depot/perl@13660
* Fixes for casting problems detected on a SuSE 7.2 Itanium,Jarkko Hietaniemi2001-12-124-18/+19
| | | | | | mostly gcc -Wall complaining about the argument of %p not being a void *. p4raw-id: //depot/perl@13659
* Try YP/NIS also from /usr/lib/yp.Jarkko Hietaniemi2001-12-121-2/+2
| | | p4raw-id: //depot/perl@13657
* ypcat working, but NIS not usedMichael G. Schwern2001-12-121-51/+66
| | | | | | | Message-ID: <20011212102702.GW17250@blackrider> (the op/grent part) p4raw-id: //depot/perl@13656
* Weed out .files from ls and readdir() results.Jarkko Hietaniemi2001-12-121-2/+8
| | | p4raw-id: //depot/perl@13655
* Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/" Wolfgang Laun2001-12-121-3/+18
| | | | | Message-ID: <200112121052210220.001ACE6B@smtp.chello.at> p4raw-id: //depot/perl@13654
* doio fatal on cygwin for 13651H.Merijn Brand2001-12-121-1/+1
| | | | | Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@13653
* Get the whole line of ls, makes debugging easierJarkko Hietaniemi2001-12-121-1/+1
| | | | | (from Schwern) p4raw-id: //depot/perl@13652
* rename() must be tested even without link()Jarkko Hietaniemi2001-12-121-16/+16
| | | | | | or the utime() and rename-directory tests fail. (Also got the BeOS utime atime/time the wrong way round.) p4raw-id: //depot/perl@13651
* Now that the beos.c is compiled at the main levelJarkko Hietaniemi2001-12-121-1/+1
| | | | | the header is in the beos/ p4raw-id: //depot/perl@13650
* Must remember to require Socket.Jarkko Hietaniemi2001-12-121-0/+2
| | | p4raw-id: //depot/perl@13649
* In BeOS Errno must resort to actual compilationJarkko Hietaniemi2001-12-121-0/+34
| | | | | and execution for some of the error constants. p4raw-id: //depot/perl@13648
* BeOS still has no good sockets.Jarkko Hietaniemi2001-12-121-1/+1
| | | p4raw-id: //depot/perl@13647
* BeOS sockets are not true sockets.Jarkko Hietaniemi2001-12-121-1/+1
| | | p4raw-id: //depot/perl@13646
* No Socket, no Syslog.Jarkko Hietaniemi2001-12-121-2/+4
| | | p4raw-id: //depot/perl@13645
* (On some platforms) missing truncate FH.Jarkko Hietaniemi2001-12-121-0/+6
| | | p4raw-id: //depot/perl@13644
* io/fs cleanup: testing on win32/cygwin/netware/djgpp/...Jarkko Hietaniemi2001-12-121-179/+209
| | | | | and vms would be muchly appreciated. p4raw-id: //depot/perl@13643
* utime() updates only the mtime in BeOS.Jarkko Hietaniemi2001-12-121-1/+1
| | | p4raw-id: //depot/perl@13642
* No link(), no need to dSP.Jarkko Hietaniemi2001-12-121-2/+1
| | | p4raw-id: //depot/perl@13641
* Missing argument.Jarkko Hietaniemi2001-12-121-1/+1
| | | p4raw-id: //depot/perl@13640
* (1) To assume any setuid programs is silly.Jarkko Hietaniemi2001-12-121-13/+5
| | | | | | | (2) Chaining tests with booleans means that some of them may not get run which means getting out of test count sync. p4raw-id: //depot/perl@13639
* The beos.c needs to be in the main directory.Jarkko Hietaniemi2001-12-121-1/+4
| | | p4raw-id: //depot/perl@13638
* Detypo and rename.Jarkko Hietaniemi2001-12-124-9/+9
| | | p4raw-id: //depot/perl@13637
* This time I test compiled. Honest.Jarkko Hietaniemi2001-12-121-2/+4
| | | p4raw-id: //depot/perl@13636
* slightly more pack testsNicholas Clark2001-12-111-4/+27
| | | | | Message-ID: <20011211234123.Y21702@plum.flirble.org> p4raw-id: //depot/perl@13635
* Gconvert for VMS againCraig A. Berry2001-12-111-0/+6
| | | | | Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01> p4raw-id: //depot/perl@13634
* $Config{perlpath} and -DversiononlyRafael Garcia-Suarez2001-12-111-2/+5
| | | | | Message-ID: <20011211233233.A11587@rafael> p4raw-id: //depot/perl@13632
* _qq pack.t Re: [PATCH] tests for hash assignmentNicholas Clark2001-12-111-25/+8
| | | | | Message-ID: <20011211215935.W21702@plum.flirble.org> p4raw-id: //depot/perl@13631
* More UTF-8 API docs.Jarkko Hietaniemi2001-12-114-58/+152
| | | p4raw-id: //depot/perl@13630
* Re: [PATCH] Re: [PATCH t/op/pack.t] CleanupNicholas Clark2001-12-111-4/+3
| | | | | Message-ID: <20011211200859.S21702@plum.flirble.org> p4raw-id: //depot/perl@13629
* Re: use utf8; with bad utf8Nicholas Clark2001-12-111-2/+19
| | | | | Message-ID: <20011211194921.R21702@plum.flirble.org> p4raw-id: //depot/perl@13628
* Can't spell worth a dam. (Try Three Gorges.)Jarkko Hietaniemi2001-12-111-1/+1
| | | p4raw-id: //depot/perl@13627
* We need DWIM cpps.Jarkko Hietaniemi2001-12-111-2/+2
| | | p4raw-id: //depot/perl@13626
* The unixish.h needs to be found and the waitpid wrapperJarkko Hietaniemi2001-12-111-1/+3
| | | | | could use a proto. p4raw-id: //depot/perl@13625
* The BeOS waitpid() seems to be broken,Jarkko Hietaniemi2001-12-115-0/+38
| | | | | have a wrapper for it. p4raw-id: //depot/perl@13624
* Unlean the leaning tower of Babel.Jarkko Hietaniemi2001-12-111-33/+44
| | | p4raw-id: //depot/perl@13623
* Retract #13607 until we figure out what to do with autouse.Jarkko Hietaniemi2001-12-111-19/+26
| | | p4raw-id: //depot/perl@13622
* Try to handle platforms that have O_TEXT != O_BINARY butJarkko Hietaniemi2001-12-114-16/+32
| | | | | | | which are not DOSish, BeOS being one of such platforms. Ideally this should be a Configure test, not a hardwired cpp symbol test... p4raw-id: //depot/perl@13621
* Sync changes in CPAN versionJonathan Stowe2001-12-112-16/+40
| | | | | Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@13620
* [patch perlio.c] test for NULL before derefencingStas Bekman2001-12-111-2/+2
| | | | | Message-ID: <3C15C133.8@stason.org> p4raw-id: //depot/perl@13619
* BeOS has socket() but not enough to build a working Socket.Jarkko Hietaniemi2001-12-111-2/+7
| | | | | | | | | Go figure. ("BONE" (BeOS NEtworking?) is some sort of rumored new networking implementation, which is rumored to fix the non-standardness of sockets, but it's apparently not publicly available, and anything to do with BeOS has become quite complicated with the sale of the Be assets to Palm.) p4raw-id: //depot/perl@13617
* Exporter's documentation shouldn't lie Ben Tilly2001-12-111-3/+4
| | | | | Message-ID: <3C4AA201@operamail.com> p4raw-id: //depot/perl@13611
* Make Errno better in BeOS (the second hunk isJarkko Hietaniemi2001-12-111-0/+5
| | | | | | | good on any platform). Still not working in BeOS are the E constants that refer BeOS native error constants (B_...) which are enums (*groan*). p4raw-id: //depot/perl@13610
* The BeOS linker seems to link the last seen symbol,Jarkko Hietaniemi2001-12-111-5/+5
| | | | | | | | not the first (so the symbols of op.o from libperl.so would get linked to miniperl instead of the symbols of opmini.o)-- use the same trick as for NeXT4 for linking miniperl. p4raw-id: //depot/perl@13609
* Re: [PATCH] tests for hash assignmentHugo van der Sanden2001-12-111-0/+1
| | | | | Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk> p4raw-id: //depot/perl@13608
* (retracted by #13622)Ben Tilly2001-12-111-26/+19
| | | | | | Subject: RE: More verbose POD for Carp Message-ID: <3C4A3566@operamail.com> p4raw-id: //depot/perl@13607