| Commit message (Expand) | Author | Age | Files | Lines |
* | g++: gethostbyaddr, and more Tru64 defines | Jarkko Hietaniemi | 2006-08-10 | 1 | -2/+3 |
* | more g++ in Tru64 | Jarkko Hietaniemi | 2006-08-03 | 1 | -3/+3 |
* | g++ heavy shoveling | Jarkko Hietaniemi | 2006-08-02 | 1 | -0/+12 |
* | (back) towards g++ compilation (in Tru64, and elsewhere) | Jarkko Hietaniemi | 2006-08-01 | 1 | -0/+6 |
* | Tru64: if cc given both -O and -g, -g must be -g3 | Jarkko Hietaniemi | 2006-07-23 | 1 | -0/+10 |
* | Keep Intel C++ from claiming that it is gcc. | Steve Peters | 2006-07-13 | 1 | -1/+2 |
* | z/OS: hints/os390.sh and Makefile.SH | Jarkko Hietaniemi | 2006-07-10 | 1 | -9/+15 |
* | Solaris' sh doesn't like empty if's | H.Merijn Brand | 2006-06-30 | 1 | -6/+7 |
* | Solaris hints: gcc flags confuse Configure | Andy Dougherty | 2006-06-28 | 1 | -1/+1 |
* | Sun C on Linux doesn't complain about the attributes sprinkled | Steve Peters | 2006-05-26 | 1 | -0/+9 |
* | Add -fno-delete-null-pointer-checks to ccflags on Itaniums when | Steve Peters | 2006-05-10 | 1 | -1/+11 |
* | Remvove code that gets undone in the next line. | H.Merijn Brand | 2006-05-07 | 1 | -31/+17 |
* | Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and | Nicholas Clark | 2006-04-28 | 1 | -11/+22 |
* | Support compiling for RISC OS | Alex Waugh | 2006-04-18 | 1 | -0/+20 |
* | Fix some test failures in t/op/cmp.t when compiling with the Intel | Steve Peters | 2006-03-22 | 1 | -1/+2 |
* | Suppress System V IPC for 64-bit Darwin builds | Dominic Dunlop | 2006-02-27 | 1 | -4/+9 |
* | Additional hints needed to build threaded Perls on NetBSD. | Steve Peters | 2006-02-21 | 1 | -1/+19 |
* | Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X) | Dominic Dunlop | 2006-02-20 | 1 | -2/+2 |
* | Don't add -fPIC if already present. | Brendan O'Dea | 2006-02-17 | 1 | -0/+1 |
* | Patch for perl to compile/work on DragonFlyBSD | Robert Sebastian Gerus | 2006-02-15 | 1 | -0/+114 |
* | Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386. | Steve Peters | 2006-01-30 | 1 | -0/+8 |
* | maint and blead: unicos.sh hints | Jarkko Hietaniemi | 2006-01-30 | 1 | -1/+12 |
* | quiet gcc Info message in cygwin | Yitzchak Scott-Thoennes | 2006-01-27 | 1 | -0/+3 |
* | Re: Today's compiling adventure | Ken Hirsch | 2006-01-12 | 1 | -74/+46 |
* | 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23) | H.Merijn Brand | 2006-01-10 | 1 | -6/+15 |
* | hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc) | Jarkko Hietaniemi | 2006-01-08 | 1 | -2/+11 |
* | ctime_r() and asctime_r() seem to have some problems before HP-UX 11. | Steve Peters | 2005-12-23 | 1 | -0/+8 |
* | Initial, albeit hackish, support for the alpha version of Sun Studio | Steve Peters | 2005-11-18 | 1 | -0/+5 |
* | environ fixup | Alan Burlison | 2005-10-11 | 1 | -0/+15 |
* | Changes for hints/linux.sh for Purify | Steve Peters | 2005-09-23 | 1 | -0/+10 |
* | [perl #36448] configuring ranlib for perl on osx with xcode 2.1 | Luke Closs | 2005-09-13 | 1 | -0/+4 |
* | make test of perl 5.8.7 failed on icc9 | YAMASHINA Hio | 2005-08-18 | 1 | -1/+1 |
* | Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils | Andy Dougherty | 2005-08-10 | 1 | -1/+4 |
* | Re: [PATCH] Tru64: use -c99 for ccflags if available | Jarkko Hietaniemi | 2005-07-28 | 1 | -15/+38 |
* | Use the correct gcc when more than one gcc is installed | H.Merijn Brand | 2005-07-26 | 1 | -2/+2 |
* | Re: Hints for 64bitall (PPC!) Darwin perl | Dominic Dunlop | 2005-06-28 | 1 | -1/+42 |
* | On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk() | Nicholas Clark | 2005-06-25 | 1 | -0/+3 |
* | gcc hints were not yet applied to gcc-4.x | H.Merijn Brand | 2005-05-30 | 1 | -11/+12 |
* | MPE/iX has no lchown() | Jarkko Hietaniemi | 2005-05-26 | 1 | -0/+1 |
* | Enable 64bitall builds for Solaris x86 | Gisle Aas | 2005-05-22 | 1 | -30/+39 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 2 | -2/+16 |
* | Hints changes for OS X 10.4 | Michael G. Schwern | 2005-05-11 | 1 | -4/+19 |
* | potential [PATCH] Tru64 crank up strictness | Jarkko Hietaniemi | 2005-05-10 | 1 | -3/+3 |
* | Now that we have the full path, we can skip the which call, | H.Merijn Brand | 2005-03-30 | 1 | -1/+1 |
* | Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu) | Steve Peters | 2005-03-25 | 1 | -3/+4 |
* | Add support for Debian GNU/k*BSD | Rafael Garcia-Suarez | 2005-03-10 | 2 | -0/+16 |
* | Patch for Debian bug #258618, compilation under Debian/Hurd | Rafael Garcia-Suarez | 2005-03-10 | 1 | -0/+3 |
* | 'what' cannot find ccversion if `which cc` is a symlink to ccache | H.Merijn Brand | 2005-02-10 | 1 | -1/+22 |
* | IBM Released vac.C version 7, and changed the naming convention (again) | H.Merijn Brand | 2005-02-08 | 1 | -1/+1 |
* | [perl #33998] [PATCH] Support for GNU/kFreeBSD | Robert Millan | 2005-01-31 | 2 | -0/+4 |