| Commit message (Expand) | Author | Age | Files | Lines |
* | Trailing whitespace removal | Steve Hay | 2012-06-11 | 1 | -1/+1 |
* | Set version directly in Windows config.xxx files | Steve Hay | 2012-06-07 | 1 | -1/+1 |
* | Update how subversion is set in win32 config.xxx files | Steve Hay | 2012-06-07 | 1 | -1/+1 |
* | Add new probes for IPv6 (LeoNerd) | H.Merijn Brand | 2012-02-16 | 1 | -0/+2 |
* | Revert "Add strptime probe" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -1/+0 |
* | Add strptime probe | H.Merijn Brand | 2012-02-12 | 1 | -0/+1 |
* | Add probe for isblank() (requested by khw) | H.Merijn Brand | 2012-01-09 | 1 | -0/+1 |
* | Where available, use _NSGetExecutablePath() to make $^X absolute. | Nicholas Clark | 2011-09-27 | 1 | -0/+1 |
* | Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute. | Nicholas Clark | 2011-09-27 | 1 | -0/+1 |
* | Add a --regen option to checkcfgvar.pl to regenerate config files. | Nicholas Clark | 2011-09-21 | 1 | -10/+10 |
* | Probe for <stdbool.h>, and if found use it in handy.h | Nicholas Clark | 2011-09-16 | 1 | -0/+1 |
* | Add st_ino size/sign probes | H.Merijn Brand | 2011-07-31 | 1 | -0/+2 |
* | sin6_scope_id is supported by Winsock2. | Jan Dubois | 2010-12-21 | 1 | -1/+1 |
* | Add sin6_scope_id probe (LeoNerd) | H.Merijn Brand | 2010-12-20 | 1 | -0/+1 |
* | Add probe for sa_len availability in sockaddr struct | H.Merijn Brand | 2010-12-10 | 1 | -0/+1 |
* | Always build with crypt() support on Windows | Jan Dubois | 2010-12-07 | 1 | -1/+1 |
* | Set d_static_inline for win32/config.vc, since VC supports static __inline. | Andy Dougherty | 2010-09-23 | 1 | -1/+1 |
* | Configure inline support for 32-bit VC++ | Tony Cook | 2010-09-23 | 1 | -1/+1 |
* | Account for GNU "i" extension when checking 'nm' output. | H.Merijn Brand | 2010-08-12 | 1 | -0/+2 |
* | Add d_prctl* for all other OS's | H.Merijn Brand | 2010-04-13 | 1 | -0/+2 |
* | vaproto for the other OS's | H.Merijn Brand | 2010-01-06 | 1 | -0/+1 |
* | Detection (and warning) of char size in bits | H.Merijn Brand | 2009-11-06 | 1 | -0/+1 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 1 | -1/+1 |
* | Remove attrs, which has been deprecated since 1999/10/02. | Nicholas Clark | 2009-04-12 | 1 | -1/+1 |
* | IPv6 config variables for the other OS's | H.Merijn Brand | 2009-03-25 | 1 | -0/+4 |
* | Update Win32 canned configs | Steve Hay | 2008-12-12 | 1 | -16/+18 |
* | Configure detection of __attribute__((deprecated)) | Rafael Garcia-Suarez | 2008-12-03 | 1 | -0/+1 |
* | could we add usedevel to config.h? | H.Merijn Brand | 2008-11-28 | 1 | -0/+1 |
* | sizeof(long double) is 8 bytes for all Microsoft compilers | Gisle Aas | 2008-11-12 | 1 | -1/+1 |
* | Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files | Marcus Holland-Moritz | 2008-11-08 | 1 | -0/+3 |
* | Define HAS_QUAD on Win32 and introduce new value for QUADKIND | Steve Hay | 2008-10-07 | 1 | -1/+1 |
* | Add probes for *time64 () functions | H.Merijn Brand | 2008-10-03 | 1 | -21/+27 |
* | Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project) | H.Merijn Brand | 2008-09-15 | 1 | -0/+2 |
* | Update Win32 canned configs | Jan Dubois | 2008-07-09 | 1 | -0/+3 |
* | Propagate new i_gdbm*ndbm variables | Andy Dougherty | 2008-05-29 | 1 | -0/+2 |
* | Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu) | Dominic Dunlop | 2008-03-29 | 1 | -0/+1 |
* | Add i_syspoll to all the pre-canned configs. | Nicholas Clark | 2008-03-29 | 1 | -0/+1 |
* | Correct large files / lseek size & type settings in Win32 canned configs. | Steve Hay | 2008-02-22 | 1 | -2/+2 |
* | Sync win32/config.* with Porting/config.sh | Steve Hay | 2008-02-22 | 1 | -1/+1 |
* | Fix the misplaced warnings and failing tests caused by the precision | Nicholas Clark | 2008-01-23 | 1 | -0/+1 |
* | Add dtrace support | Andy Armstrong | 2008-01-11 | 1 | -0/+2 |
* | Add a Configure probe for <assert.h> | Nicholas Clark | 2007-12-22 | 1 | -0/+1 |
* | bye bye charsize | H.Merijn Brand | 2007-08-21 | 1 | -1/+0 |
* | Some Win32 Config fixes for patchlevel and perl_patchlevel: | Steve Hay | 2007-07-09 | 1 | -3/+3 |
* | $Config{useshrplib} should be 'true' rather than 'yes' when using | Steve Hay | 2007-07-03 | 1 | -1/+1 |
* | Remove ext/Thread | Jerry D. Hedden | 2007-05-02 | 1 | -1/+1 |
* | microperl plus missing config vars | Jarkko Hietaniemi | 2007-04-01 | 1 | -0/+1 |
* | Implement killpg() for MSWin32 | Jan Dubois | 2006-12-21 | 1 | -1/+1 |
* | Extend d_pseudofork to Win32-land and set it when appropriate | Steve Hay | 2006-12-05 | 1 | -0/+1 |
* | Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned | Steve Hay | 2006-11-27 | 1 | -0/+1 |