| Commit message (Expand) | Author | Age | Files | Lines |
* | Open Configure to the world of 64bitonly environments | H.Merijn Brand | 2006-12-20 | 1 | -5/+6 |
* | Configure needs to know about the extensions IO/Compress/Base | Rafael Garcia-Suarez | 2006-12-11 | 1 | -0/+2 |
* | Move Win32 from win32/ext/Win32 to ext/Win32 | Jan Dubois | 2006-12-07 | 1 | -0/+5 |
* | Introduction of d_pseudofork | H.Merijn Brand | 2006-12-05 | 1 | -47/+51 |
* | Revert #29454 | H.Merijn Brand | 2006-12-04 | 1 | -23/+19 |
* | Re: install misses Compress/IO/{Base,Zlib} | Rafael Garcia-Suarez | 2006-12-04 | 1 | -35/+39 |
* | -DDEBUGGING=both doesn't set -g | Yitzchak Scott-Thoennes | 2006-12-04 | 1 | -2/+2 |
* | No more 5005thread messages from Configure for 5.9.x and up | H.Merijn Brand | 2006-11-21 | 1 | -64/+93 |
* | 1. Less Whoa there, based on a suggestion by Andy Dougherty | H.Merijn Brand | 2006-11-15 | 1 | -4/+62 |
* | Configure patch to add detection for DIR.dd_fd member variable | Steve Peters | 2006-11-08 | 1 | -1/+39 |
* | Re: [PATCH] Detecting bad /dev/null's in Configure | Michael Cummings | 2006-11-06 | 1 | -1/+13 |
* | RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. | Benjamin Holzman | 2006-11-06 | 1 | -1/+56 |
* | Fix for RT#38169 & RT#38945 | H.Merijn Brand | 2006-10-23 | 1 | -33/+43 |
* | Accumulated fixes from earlier backports, amongst of which: | Jarkko Hietaniemi | 2006-09-13 | 1 | -41/+28 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -1/+39 |
* | g++ heavy shoveling | Jarkko Hietaniemi | 2006-08-02 | 1 | -6/+11 |
* | ANSI-C headers in test snippets to please g++ (and the rest) | Jarkko Hietaniemi | 2006-08-01 | 1 | -13/+13 |
* | Teach Configure that icc is not gcc | Steve Peters | 2006-06-06 | 1 | -2/+2 |
* | Re-generation after backports of | H.Merijn Brand | 2006-05-22 | 1 | -149/+155 |
* | Oops. Fix bad #! lines when not using userelocatableinc | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
* | Take advantage of the bug that binexp ignores the Configure | Nicholas Clark | 2006-05-16 | 1 | -7/+12 |
* | A Configure probe for C99 variadic macros, based on code from Jarkko. | Nicholas Clark | 2006-05-13 | 1 | -0/+42 |
* | Only ask about MAD for 5.9.0 and greater. Otherwise silently select | Nicholas Clark | 2006-05-13 | 1 | -7/+12 |
* | Support for -DDEBUGGING and its alias -DEBUGGING | H.Merijn Brand | 2006-04-17 | 1 | -52/+88 |
* | Regeneration after backports of #27447, #27484, #27485, #27488, | H.Merijn Brand | 2006-04-03 | 1 | -659/+663 |
* | Introduce d_sitearch and d_inc_version_list config.sh variables. | Gisle Aas | 2006-03-30 | 1 | -1/+13 |
* | Somewhat less shaky relocatable @INC support. You can install things | Nicholas Clark | 2006-03-13 | 1 | -2/+8 |
* | First stab at rather shaky Configure support for relocatable @INC. | Nicholas Clark | 2006-03-13 | 1 | -19/+43 |
* | Split break out the installprefix code from setprefixvar, which allows | Nicholas Clark | 2006-03-13 | 1 | -54/+30 |
* | Refactor most of the cut & paste for setting prefix/prefixexp variables | Nicholas Clark | 2006-03-13 | 1 | -128/+54 |
* | The existing order of the checks for whether man1dir and man3dir were | Nicholas Clark | 2006-03-13 | 1 | -10/+8 |
* | The "Change installation prefix, if necessary." code needs to use | Nicholas Clark | 2006-03-13 | 1 | -24/+24 |
* | Add the madly parser. I believe that this is all the C code. Now to | Nicholas Clark | 2006-03-09 | 1 | -2/+14 |
* | Backport #27407 | H.Merijn Brand | 2006-03-08 | 1 | -23/+24 |
* | Add a Configure question for mad (Misc Attribute Decoration - Larry's | Nicholas Clark | 2006-03-07 | 1 | -0/+23 |
* | Support for __builtin_expect and __builtin_choose_expr | Andy Lester | 2006-03-03 | 1 | -1/+70 |
* | #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported | H.Merijn Brand | 2006-03-03 | 1 | -13/+15 |
* | [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefin... | Jason Vas Dias | 2006-03-02 | 1 | -2/+15 |
* | Patch for perl to compile/work on DragonFlyBSD | Robert Sebastian Gerus | 2006-02-15 | 1 | -7/+10 |
* | Re: [patch] s/ar ts/ar s/g | Philippe M. Chiasson | 2006-01-29 | 1 | -2/+8 |
* | Cygwin issue (26792) and patchlevel (26790) | Yitzchak Scott-Thoennes | 2006-01-11 | 1 | -11/+11 |
* | Test if the probed availability of v?snprintf () is | H.Merijn Brand | 2006-01-05 | 1 | -1/+58 |
* | Add probe for snprintf () and vsnprintf () | Steve Peters | 2006-01-03 | 1 | -1/+13 |
* | Configure: stdio char (un)signedness | Jarkko Hietaniemi | 2006-01-01 | 1 | -5/+4 |
* | Configure setting patchlevel broken | Yitzchak Scott-Thoennes | 2005-11-09 | 1 | -2/+2 |
* | Re: futimes [PATCH] | Steve Peters | 2005-11-04 | 1 | -4/+35 |
* | revive probe for futimes () | H.Merijn Brand | 2005-10-31 | 1 | -1/+7 |
* | Backport of changes #25831 and #25832. Re-order needed | Yitzchak Scott-Thoennes | 2005-10-24 | 1 | -75/+83 |
* | Add a probe for whether sprintf returns the length of the buffer. | Nicholas Clark | 2005-10-24 | 1 | -0/+64 |
* | Add probe for clearenv (), like #25733 for unsetenv () | H.Merijn Brand | 2005-10-18 | 1 | -1/+7 |