summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* OS/390 mydomain last gasp before silly guess (was Re: What do I need to ↵Peter Prymmer2001-03-131-10/+11
| | | | | | | build EBCDIC perl?) Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com> p4raw-id: //depot/perl@9113
* Ooops, wrong 'no *POSIX' PatchThomas Dorner2001-03-081-2/+2
| | | | | Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de> p4raw-id: //depot/perl@9081
* Integrate changes #8997,8999 from maintperl.Jarkko Hietaniemi2001-03-031-2/+8
| | | | | | | | | | | | | Subject: [PATCH 5.6.1] compiling on OS/2 (Better error message from hints/os2.sh) Subject: [PATCH 5.6.1] syslog.t p4raw-link: @8999 on //depot/maint-5.6/perl: 1d1f4060a256037d3512259fe4c8a06dfa47e060 p4raw-link: @8997 on //depot/maint-5.6/perl: 44fb3a8ab385118a630b811ac7a33489c856e76b p4raw-id: //depot/perl@9000 p4raw-integrated: from //depot/maint-5.6/perl@8996 'copy in' hints/os2.sh (@8156..) 'merge in' t/lib/syslog.t (@8173..)
* Expand usemorebits early if d_casti32 needs to be undefined.Jarkko Hietaniemi2001-02-282-0/+6
| | | p4raw-id: //depot/perl@8968
* Do not force d_casti32 to undef if we are on a 64-bit environment.Jarkko Hietaniemi2001-02-282-2/+9
| | | | | (The #8961 was too bold.) p4raw-id: //depot/perl@8964
* The casting mystery in HP-UX and IRIX needs at least a workaroundJarkko Hietaniemi2001-02-272-0/+5
| | | | | and this would be it. p4raw-id: //depot/perl@8961
* Integrate change #8781 from maintperl, OpenBSD hints update.Jarkko Hietaniemi2001-02-131-3/+11
| | | | | | | p4raw-link: @8781 on //depot/maint-5.6/perl: 395697f86aac1464bd38ed67f29e1c54cbb189f1 p4raw-id: //depot/perl@8785 p4raw-integrated: from //depot/maint-5.6/perl@8784 'copy in' hints/openbsd.sh (@8159..)
* Merge ebcdic.c (only one function, ebcdic_control()) into util.c.Jarkko Hietaniemi2001-02-133-16/+1
| | | p4raw-id: //depot/perl@8783
* Integrate change #8682 from maintperl.Jarkko Hietaniemi2001-02-091-2/+2
| | | | | | | | | | IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3" to work correctly. p4raw-link: @8682 on //depot/maint-5.6/perl: 9524ea9fdf0a6b7bf0bab788b2760d62f3f67df2 p4raw-id: //depot/perl@8753 p4raw-integrated: from //depot/maint-5.6/perl@8752 'copy in' hints/irix_6.sh (@8152..)
* Integrate changes #8687,8736 from maintperl.Jarkko Hietaniemi2001-02-091-19/+43
| | | | | | | | | | | | HP-UX thread patches from Merijn H. Brand. Latin nit from Philip Newton. p4raw-link: @8736 on //depot/maint-5.6/perl: 46c0e3f74b24cd7d4cacf5a7af8403364b68a206 p4raw-link: @8687 on //depot/maint-5.6/perl: 55551d482634089ae7d12e15564ce5358a4701f4 p4raw-id: //depot/perl@8737 p4raw-integrated: from //depot/maint-5.6/perl@8735 'copy in' hints/hpux.sh (@8609..) README.hpux (@8687..)
* Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.Jarkko Hietaniemi2001-01-301-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl's internal variables are not for public consumption, move their docs from perlapi.pod to perlintern.pod support for -Dusethreads build under HP-UX 10.20 and DCE threads library (11.0 and later have pthreads but 10.x don't) avoid uninitialized value warnings canonicalize paths when doing chdir() on windows (or Cwd::getcwd() gets weird results) perldoc nit on windows make it possible to run the tests outside the source tree (there's still a dependency on ../lib being the library location) p4raw-link: @8612 on //depot/maint-5.6/perl: 21b80573951053245624647c6ea0077acae22b99 p4raw-link: @8611 on //depot/maint-5.6/perl: 706e8e4d2d0a6985197cb1cb76dc3d2575cd159e p4raw-link: @8610 on //depot/maint-5.6/perl: fc1aae957f18d75529c72450055ab0d424b7d318 p4raw-link: @8609 on //depot/maint-5.6/perl: 13b98125bf15a4dfacaa2c6f56d3742c97180500 p4raw-link: @8608 on //depot/maint-5.6/perl: f893c726cdaa1ccdec167db9b2ff5c2fdc19e29b p4raw-id: //depot/perl@8614 p4raw-integrated: from //depot/maint-5.6/perl@8596 'copy in' t/lib/dprof/V.pm t/op/flip.t utils/perldoc.PL (@8159..) win32/bin/search.pl (@8166..) t/io/tell.t (@8175..) hints/hpux.sh (@8601..) thread.h (@8606..) 'ignore' pod/perlintern.pod (@7766..) pod/perlapi.pod (@8605..) 'merge in' intrpvar.h t/base/term.t (@7895..) win32/vdir.h (@8156..) thrdvar.h (@8602..) perlapi.c (@8606..)
* MAking Solaris malloc() the defaultLupe Christoph2001-01-291-3/+10
| | | | | | | Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de> The README.solaris part slightly tweaked. p4raw-id: //depot/perl@8588
* completion and docs for dynamic loading on OS/390Peter Prymmer2001-01-251-10/+31
| | | | | Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com> p4raw-id: //depot/perl@8544
* partial support for dynaloading on OS/390Peter Prymmer2001-01-201-27/+37
| | | | | Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com> p4raw-id: //depot/perl@8487
* updates to posix-bc hints fileRoca, Ignasi2001-01-121-13/+72
| | | | | Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es> p4raw-id: //depot/perl@8412
* updates to OS/390 hints filePeter Prymmer2001-01-091-27/+99
| | | | | | | Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com> In preparation os OS/390 dynamic loading. p4raw-id: //depot/perl@8373
* Re: New attempt on hints/solaris_2.shAndy Dougherty2001-01-041-21/+5
| | | | | | | Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu> Beware of GNU ld. p4raw-id: //depot/perl@8316
* Re: [PATCH 5.7.1/Configure] failure to set src='.'Lupe Christoph2001-01-041-121/+126
| | | | | Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de> p4raw-id: //depot/perl@8315
* Output the (apparent) version of gcc, as suggested byJeremy H. Brown2000-12-291-9/+10
| | | | | | | | | | Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu> (The patch as such didn't any more apply as the misparsing had already been addressed in #6474.) Also change the wording about gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did. p4raw-id: //depot/perl@8253
* [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio H.Merijn Brand2000-12-131-0/+1
| | | | | | | | Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl> perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which in turn requires libpthread in libswanted. p4raw-id: //depot/perl@8096
* [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS supportAndy Dougherty2000-12-081-0/+16
| | | | | | | | | | | Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST) Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu> Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support From: Andy Dougherty <doughera@lafayette.edu> Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST) Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@8036
* Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)H.Merijn Brand2000-12-041-0/+14
| | | | | | | | | Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl> AIX 4.2 (using latest patchlevels on 20001130) has a broken bind library (getprotobyname and getprotobynumber are outversioned by the same calls in libc, at least for xlc version 3. p4raw-id: //depot/perl@7973
* Configure should find stdchar on its own.Jarkko Hietaniemi2000-11-241-5/+0
| | | p4raw-id: //depot/perl@7850
* Push Filter::Util::Call one level deeper.Jarkko Hietaniemi2000-11-232-2/+2
| | | p4raw-id: //depot/perl@7839
* STDCHAR is different in Sparc v9 vs x86.Jarkko Hietaniemi2000-11-231-0/+7
| | | p4raw-id: //depot/perl@7835
* Solaris hints tweaks.Jarkko Hietaniemi2000-11-201-4/+14
| | | p4raw-id: //depot/perl@7775
* [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh ↵Peter J. Farley III2000-11-191-1/+4
| | | | | | | and Storable.pm Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net> p4raw-id: //depot/perl@7749
* As surmised the #7719 wasn't a good move.Jarkko Hietaniemi2000-11-171-2/+0
| | | p4raw-id: //depot/perl@7723
* Also the 64bitall hints can be either here or there.Jarkko Hietaniemi2000-11-171-1/+9
| | | p4raw-id: //depot/perl@7722
* The long double hints can be here or there.Jarkko Hietaniemi2000-11-171-1/+8
| | | p4raw-id: //depot/perl@7720
* For Solaris use64bitall the stdchar needs a little bit of help.Jarkko Hietaniemi2000-11-171-0/+2
| | | p4raw-id: //depot/perl@7719
* MachTen doesn't really do mmap() and munmap().Dominic Dunlop2000-11-111-0/+10
| | | | | | Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do. Message-Id: <p04320401b632c4c3335b@[192.168.1.4]> p4raw-id: //depot/perl@7649
* README.solarisAndy Dougherty2000-11-101-182/+4
| | | | | Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@7639
* Amdahl UTS hints updates.Hal Morris2000-11-101-4/+18
| | | | | | Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com> p4raw-id: //depot/perl@7634
* Re: bash -c exit and linux hints John P. Linderman2000-11-091-1/+1
| | | | | Message-Id: <200011021437.JAA63199@raptor.research.att.com> p4raw-id: //depot/perl@7631
* cygwin portFifer, Eric2000-11-071-0/+1
| | | | | | | Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com> Synchronize with Cygwin 1.1.5. p4raw-id: //depot/perl@7597
* The compiler is either gcc or cc, from Tom Bates.Jarkko Hietaniemi2000-10-311-1/+1
| | | p4raw-id: //depot/perl@7505
* AIX is picky about its symbol exports. Solution for nowPeter Prymmer2000-10-251-0/+7
| | | | | | | | is to include the deb.o explicitly to the re extension build. Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions) Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com> p4raw-id: //depot/perl@7434
* [ID 20001021.003] updated hints/openbsd.shTodd C. Miller2000-10-221-1/+4
| | | | | Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com> p4raw-id: //depot/perl@7397
* Hints tweak from Anton Berezin.Jarkko Hietaniemi2000-10-221-7/+0
| | | p4raw-id: //depot/perl@7395
* In the latest compiler builds cccdlflags must not become -fpic,Jarkko Hietaniemi2000-10-201-1/+1
| | | | | from Wilfredo Sánchez. p4raw-id: //depot/perl@7374
* NonStop-UX patches from Tom Bates <tom.bates@compaq.com>Jarkko Hietaniemi2000-10-191-0/+17
| | | p4raw-id: //depot/perl@7371
* Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCCH.Merijn Brand2000-10-191-1/+4
| | | | | Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7368
* Add (optimistically) Storable to static extensions.Jarkko Hietaniemi2000-10-132-3/+3
| | | p4raw-id: //depot/perl@7220
* Amdahl UTS doesn't seem to do dynaloading.Jarkko Hietaniemi2000-10-131-1/+3
| | | p4raw-id: //depot/perl@7219
* [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 ↵Yitzchak Scott-Thoennes2000-10-031-0/+2
| | | | | | | '(UNINSTALLED)' Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org> p4raw-id: //depot/perl@7128
* OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.Jarkko Hietaniemi2000-10-031-1/+9
| | | p4raw-id: //depot/perl@7122
* Hints optimization.H.Merijn Brand2000-09-141-1/+1
| | | | | | Subject: Minor nit Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7072
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-083-3/+0
| | | p4raw-id: //depot/perl@7041
* Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0fH.Merijn Brand2000-09-081-1/+1
| | | | | Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7035