summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* (was Re: [PATCH perl@13600] cat2type in tests for VMS)Craig A. Berry2001-12-112-1/+2
| | | | | Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com> p4raw-id: //depot/perl@13606
* Cleanup and $. checkMichael G. Schwern2001-12-111-14/+19
| | | | | Message-ID: <20011210130000.GK1770@blackrider> p4raw-id: //depot/perl@13605
* Re: [PATCH] tests for hash assignmentNicholas Clark2001-12-104-53/+376
| | | | | Message-ID: <20011210232228.M21702@plum.flirble.org> p4raw-id: //depot/perl@13604
* cat2type in tests for VMSCraig A. Berry2001-12-103-3/+3
| | | | | Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01> p4raw-id: //depot/perl@13603
* configure.com fixesCraig A. Berry2001-12-101-3/+14
| | | | | Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01> p4raw-id: //depot/perl@13602
* Silence BeOS compilation moaning.Jarkko Hietaniemi2001-12-101-2/+6
| | | p4raw-id: //depot/perl@13601
* Update Changes.Jarkko Hietaniemi2001-12-102-1/+403
| | | p4raw-id: //depot/perl@13600
* Bad touchMichael G. Schwern2001-12-101-2/+6
| | | | | Message-ID: <20011210062103.GC1770@blackrider> p4raw-id: //depot/perl@13599
* Need @INC = '../lib' mantraMichael G. Schwern2001-12-101-0/+3
| | | | | Message-ID: <20011210061057.GB1770@blackrider> p4raw-id: //depot/perl@13598
* Retract #13596, #13593 should do the trick.Jarkko Hietaniemi2001-12-101-5/+0
| | | p4raw-id: //depot/perl@13597
* (retracted by #13597, #13593 does the job better)Michael G. Schwern2001-12-101-0/+5
| | | | | | Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix Message-ID: <20011210055316.GA1770@blackrider> p4raw-id: //depot/perl@13596
* Too fast for FAT filesystemsMichael G. Schwern2001-12-101-4/+4
| | | | | Message-ID: <20011210071914.GF1770@blackrider> p4raw-id: //depot/perl@13595
* Re: [PATCH t/op/pack.t] CleanupMichael G. Schwern2001-12-101-4/+4
| | | | | Message-ID: <20011210074739.GH1770@blackrider> p4raw-id: //depot/perl@13594
* Moving Cygwin .exe logic into which_perlMichael G. Schwern2001-12-101-0/+5
| | | | | Message-ID: <20011210075422.GI1770@blackrider> p4raw-id: //depot/perl@13593
* Re: [ID 20011209.005] perl "u2" eats RAMWolfgang Laun2001-12-101-1/+1
| | | | | Message-ID: <3C146810.60B5B7C0@alcatel.at> p4raw-id: //depot/perl@13592
* Re: [PATCH t/io/openpid.t] CleanupMichael G. Schwern2001-12-101-29/+27
| | | | | Message-ID: <20011210082702.GN1770@blackrider> p4raw-id: //depot/perl@13591
* More chmod +w.Jarkko Hietaniemi2001-12-101-0/+3
| | | p4raw-id: //depot/perl@13590
* Just skip the readability test if running as root.Jarkko Hietaniemi2001-12-101-13/+7
| | | p4raw-id: //depot/perl@13589
* Tell about the downside of safe signals.Jarkko Hietaniemi2001-12-101-2/+10
| | | p4raw-id: //depot/perl@13588
* Make the whole -lperl thing NetBSD only until weJarkko Hietaniemi2001-12-101-19/+16
| | | | | find some other platform that needs the same. p4raw-id: //depot/perl@13587
* CleanupMichael G. Schwern2001-12-101-335/+325
| | | | | Message-ID: <20011210040826.GD660@blackrider> p4raw-id: //depot/perl@13586
* Add threads support for NetBSD.Jarkko Hietaniemi2001-12-101-0/+22
| | | | | | | | | | | | | This is also the first (I think) Perl threads build with the GNU pth ( http://www.gnu.org/software/pth/pth.html ). NetBSD does not as of yet have true kernel POSIX threads, but the user-level pth seems to be doing pretty well-- the only failure is that threads/t/basic okays 6 and 7 consistently seem be arriving in the reverse order. Well, gdbm.t is also failing: 'Undefined PLT symbol "gdbm_open" (reloc type = 7, symnum = 28)', but I'm guessing that GDBM would need a threaded rebuild. p4raw-id: //depot/perl@13585
* Update the ithreads selection info in Configure,Jarkko Hietaniemi2001-12-101-3/+4
| | | | | as suggested by Michael Schwern. p4raw-id: //depot/perl@13582
* Clearing locale environment simply doesn't seem toJarkko Hietaniemi2001-12-101-9/+1
| | | | | | | guarantee that (nl_)langinfo(CODESET) would return nil. (I for example get "ISO8859-1", so <guess>maybe there can be per-system default settings at work</guess>.) p4raw-id: //depot/perl@13581
* RE: Exporter fixes reversed in 13540?Ben Tilly2001-12-101-2/+6
| | | | | Message-ID: <3C13F455@operamail.com> p4raw-id: //depot/perl@13580
* Root is the lizard king.Jarkko Hietaniemi2001-12-101-4/+15
| | | p4raw-id: //depot/perl@13579
* Telling how many tests we are expecting helps.Jarkko Hietaniemi2001-12-101-3/+3
| | | p4raw-id: //depot/perl@13578
* Add a test case for waitpid(): from Rocco Caputo.Jarkko Hietaniemi2001-12-102-0/+89
| | | p4raw-id: //depot/perl@13577
* Term::ReadLine tweaks and testRichard Clamp2001-12-103-1/+43
| | | | | Message-ID: <20011210005147.GA1073@mirth.demon.co.uk> p4raw-id: //depot/perl@13576
* [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32Rocco Caputo2001-12-101-57/+72
| | | | | Message-ID: <20011209181238.A803@eyrie.homenet> p4raw-id: //depot/perl@13575
* make sure that va_start() has matching va_end();Jarkko Hietaniemi2001-12-091-0/+3
| | | | | from OpenBSD 3.0. p4raw-id: //depot/perl@13574
* h2ph updates from OpenBSD 3.0.Jarkko Hietaniemi2001-12-091-2/+2
| | | p4raw-id: //depot/perl@13573
* OpenBSD hints update from OpenBSD 3.0.Jarkko Hietaniemi2001-12-091-4/+3
| | | p4raw-id: //depot/perl@13572
* DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2001-12-094-8/+12
| | | p4raw-id: //depot/perl@13571
* 64bit ints & Cygwin98 okMichael G. Schwern2001-12-091-3/+3
| | | | | Message-ID: <20011210002812.GF13586@blackrider> p4raw-id: //depot/perl@13570
* README.cygwin update from Gerrit P. Haase.Jarkko Hietaniemi2001-12-091-3/+3
| | | p4raw-id: //depot/perl@13569
* Apply NetBSD patch-ag: shared/static linking,Jarkko Hietaniemi2001-12-091-2/+25
| | | | | but make the change less intrusive on non-NetBSD. p4raw-id: //depot/perl@13568
* Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.Jarkko Hietaniemi2001-12-091-2/+10
| | | p4raw-id: //depot/perl@13567