summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* VOS config from Paul Green.Jarkko Hietaniemi2001-12-211-0/+5
| | | p4raw-id: //depot/perl@13841
* ".pm" is the native executable suffix in VOS.Jarkko Hietaniemi2001-12-181-0/+5
| | | p4raw-id: //depot/perl@13762
* Add a Configure hints file for VOS: the POSIX supportJarkko Hietaniemi2001-12-141-0/+60
| | | | | | of VOS is getting close to the point where it can run Configure (some Configure tweaks will be required). p4raw-id: //depot/perl@13688
* The beos.c needs to be in the main directory.Jarkko Hietaniemi2001-12-121-1/+4
| | | p4raw-id: //depot/perl@13638
* The BeOS waitpid() seems to be broken,Jarkko Hietaniemi2001-12-111-0/+2
| | | | | have a wrapper for it. p4raw-id: //depot/perl@13624
* 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
* OpenBSD hints update from OpenBSD 3.0.Jarkko Hietaniemi2001-12-091-4/+3
| | | p4raw-id: //depot/perl@13572
* Apply NetBSD patch-ab: NetBSD hints update.Jarkko Hietaniemi2001-12-091-6/+15
| | | p4raw-id: //depot/perl@13563
* NetBSD has <ieeefp.h> but hidden.Jarkko Hietaniemi2001-12-091-0/+3
| | | p4raw-id: //depot/perl@13561
* gcc version matching didn't.Jarkko Hietaniemi2001-12-071-1/+1
| | | p4raw-id: //depot/perl@13510
* Add hints file for SUPER-UX: the UNIX of NEC SX series,Jarkko Hietaniemi2001-12-041-0/+20
| | | | | from Len Makin. p4raw-id: //depot/perl@13452
* Solaris/longdouble needs /opt/SUNWspro/libAndy Dougherty2001-12-031-0/+3
| | | | | Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@13447
* We need to replace the optimize (-O1) withJarkko Hietaniemi2001-12-022-2/+2
| | | | | | the -h scalar0 -h vector0, not append them to the ccflags. p4raw-id: //depot/perl@13431
* -h scalar0 -h vector0 seems to help for bothJarkko Hietaniemi2001-11-302-3/+3
| | | | | | | UNICOS and UNICOS/mk on the unpack %65c problems. (replaces #13393) p4raw-id: //depot/perl@13395
* (replaced by #13395)Jarkko Hietaniemi2001-11-301-0/+2
| | | p4raw-id: //depot/perl@13393
* In Linux if we have modern enough gcc and supportedJarkko Hietaniemi2001-11-281-1/+13
| | | | | enough CPU, crank up the optimization level to -O3. p4raw-id: //depot/perl@13342
* Protect against accumulating -options -options -options.Jarkko Hietaniemi2001-11-271-2/+8
| | | p4raw-id: //depot/perl@13322
* Dynaloading for POSIX-BC from Thomas Dorner.Jarkko Hietaniemi2001-11-211-31/+112
| | | p4raw-id: //depot/perl@13171
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* Upgrade to Unicode::Normalize 0.10, now in XS.Jarkko Hietaniemi2001-11-092-2/+1
| | | | | | | | | | | | | | | | | | The CPAN distribution has both pm and XS implementations, and for performance reasons we choose the XS. Another reason to choose the XS is that it doesn't require Lingua::KO::Hangul::Util, which means that we can delete that-- which in turn means that Unicode::UCD cannot expect that: support it, but don't expect. Ditto Unicode::Collate. Note that Unicode::Normalize Makefile.PL and Normalize.xs have been modified from the CPAN 0.10 versions: the first one to be simpler (no pm) and clean up the generated unf*.h files, the second one to quench compiler grumblings. Must notify Sadahiro about these changes. p4raw-id: //depot/perl@12909
* Fix incorrect warnings about broken globbing;Jarkko Hietaniemi2001-11-061-8/+9
| | | | | from Andy Dougherty. p4raw-id: //depot/perl@12873
* Retract #12824, doesn't help and is ignoredJarkko Hietaniemi2001-11-061-3/+0
| | | | | by Configure anyway. p4raw-id: //depot/perl@12871
* The parentheses are protected enough.Jarkko Hietaniemi2001-11-061-1/+1
| | | p4raw-id: //depot/perl@12868
* ccflags, not ldflags.Jarkko Hietaniemi2001-11-061-1/+1
| | | p4raw-id: //depot/perl@12867
* IRIX: at some point the cc -version has startedJarkko Hietaniemi2001-11-051-1/+1
| | | | | to output to stderr, not stdout any more. p4raw-id: //depot/perl@12857
* Use config.arch in OS/390 where the combination ofJarkko Hietaniemi2001-11-051-0/+6
| | | | | IEEE floats and ldflags is tricky. p4raw-id: //depot/perl@12853
* (retracted by #12871)Jarkko Hietaniemi2001-11-021-0/+4
| | | | | | | There is no csh of any kind in default BeOS. For the purposes of miniperl globbing, bash will do. p4raw-id: //depot/perl@12824
* patches for MacOS X 10.1 for perl 5.7.2Randal L. Schwartz2001-11-021-2/+3
| | | | | | | | | Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com> (two of the changes) Better coexistence with extensions. p4raw-id: //depot/perl@12816
* BeOS tweaks:Jarkko Hietaniemi2001-10-291-9/+8
| | | | | | | | | | | | - fseeko and ftello can be found by Configure but we do not seem to have prototypes for them so let's make up some - BeOS didn't use to have real sockets (sockets as filedescriptors) but the BONE package is supposed to fix this. I do not know how to detect BONEness, see hints/beos.sh for a spot that needs to fixed. - BeOS has O_TEXT != O_BINARY but has no setmode() p4raw-id: //depot/perl@12756
* Re: DynaLoader problem on NCR SVR4 boxAndy Dougherty2001-10-261-1/+4
| | | | | Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@12698
* OpenBSD hints for ithreadsAndy Dougherty2001-10-191-0/+2
| | | | | Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@12498
* Retract #12446; the problem solved by #12474.Jarkko Hietaniemi2001-10-181-1/+1
| | | p4raw-id: //depot/perl@12497
* Two AIX patchesH.Merijn Brand2001-10-171-1/+1
| | | | | Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@12474
* (retracted by #12497)Jarkko Hietaniemi2001-10-151-1/+1
| | | | | In AIX vac 5 just can't seem to get regcomp right. p4raw-id: //depot/perl@12446
* Don't assume that everybody is running OS X 10.1 yet;Jarkko Hietaniemi2001-10-081-1/+7
| | | | | from Kay Röpke. p4raw-id: //depot/perl@12364
* Detypo.Jarkko Hietaniemi2001-10-081-1/+1
| | | p4raw-id: //depot/perl@12354
* It seems that in MacOS X 10.1 one must use -flat_namespaceJarkko Hietaniemi2001-10-071-1/+3
| | | | | in ldflags. p4raw-id: //depot/perl@12351
* Mac OS X doesn't have threadsafe (_r) libc interfaces.Jarkko Hietaniemi2001-10-011-0/+17
| | | | | Until it has, better stop early if someone requests threads. p4raw-id: //depot/perl@12300
* The code is now almost tidy enough to keep the IRIX cc happy.Jarkko Hietaniemi2001-09-221-5/+11
| | | p4raw-id: //depot/perl@12141
* Retract #12134; reintroduce #11949: PADOFFSETs are now UVsJarkko Hietaniemi2001-09-221-5/+5
| | | | | | | (suggested by Sarathy, extensions shouldn't be dabbling with op structures, so binary backward compatibility should not be an issue.) p4raw-id: //depot/perl@12138
* (Retracted by #12138)Jarkko Hietaniemi2001-09-221-5/+5
| | | | | | | | | | | | | Add -woff (turn warning off) 3187: "A pointer is converted to a smaller integer." This happens when your pointers are 64-bit: then every case of converting pointers to PADOFFSETs (explicitly 32-bit) faces truncation (even explicit use of INT2PTR doesn't help). CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted. Changing PADOFFSET from U32 to UV would help, but that would break binary backward compatibility of BASEOP and padop (assuming you have been using 64-bit pointers). p4raw-id: //depot/perl@12134
* The AIX cc 5.0.0.0 is simply too buggy.Jarkko Hietaniemi2001-09-221-5/+5
| | | p4raw-id: //depot/perl@12130
* ucblib shouldn't be linked against in nonstop-ux,Jarkko Hietaniemi2001-09-141-0/+3
| | | | | from Tom Bates. p4raw-id: //depot/perl@12012
* GNU ld parses arguments differentH.Merijn Brand2001-08-271-4/+4
| | | | | Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11757
* Thinko: we want the flags for native cc, not gcc.Jarkko Hietaniemi2001-08-111-1/+2
| | | p4raw-id: //depot/perl@11636
* Decommission Time::Piece; unnecessary Yet Another Time-Date Module.Jarkko Hietaniemi2001-08-101-1/+1
| | | p4raw-id: //depot/perl@11631
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-0/+4
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* Make VMS use IEEE math by default; reorder Tru64 hintsJarkko Hietaniemi2001-08-081-12/+21
| | | | | | so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754 exception semantics) is always set if using (the new) cc. p4raw-id: //depot/perl@11613
* Ignore SIGFPE everywhere.Jarkko Hietaniemi2001-08-073-7/+4
| | | p4raw-id: //depot/perl@11608
* hints/openbsd.sh tweaks.Andy Dougherty2001-08-071-4/+6
| | | | | Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@11606