| Commit message (Expand) | Author | Age | Files | Lines |
* | Move lib from lib to ext. | Nicholas Clark | 2009-09-18 | 1 | -2/+0 |
* | Revert 109e4020 and 2da760ce for now. Win32 needs to AutoSplit DynaLoader.pm | Nicholas Clark | 2009-09-16 | 2 | -1/+29 |
* | 109e4020 failed to delete the clone of splittree.pl in the NetWare directory. | Nicholas Clark | 2009-09-15 | 1 | -24/+0 |
* | No need to run AutoSplit on lib on Win32 or NetWare either - see ebca06e9. | Nicholas Clark | 2009-09-15 | 1 | -5/+1 |
* | Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ... | Jesse Vincent | 2009-08-03 | 1 | -1/+0 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 2 | -5/+14 |
* | Remove attrs, which has been deprecated since 1999/10/02. | Nicholas Clark | 2009-04-12 | 2 | -13/+3 |
* | IPv6 config variables for the other OS's | H.Merijn Brand | 2009-03-25 | 1 | -0/+4 |
* | Remove the stub nw_get_sitelib(), and undefine SITELIB_EXP for NetWare. | Nicholas Clark | 2009-02-18 | 2 | -7/+1 |
* | Remove all mention of checkpods | Alex Vandiver | 2008-12-25 | 1 | -1/+0 |
* | 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 |
* | Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files | Marcus Holland-Moritz | 2008-11-08 | 1 | -0/+3 |
* | Add probes for *time64 () functions | H.Merijn Brand | 2008-10-03 | 1 | -22/+33 |
* | 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 |
* | Silence Borland compiler warnings (except for warnings from zlib) here: | Steve Hay | 2008-02-25 | 2 | -6/+6 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 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 |
* | Nullch and others were still alive and well in some of the operating | Steve Peters | 2007-12-23 | 4 | -8/+8 |
* | Add a Configure probe for <assert.h> | Nicholas Clark | 2007-12-22 | 2 | -0/+7 |
* | Bump the version number to 5.11.0 | Nicholas Clark | 2007-12-19 | 2 | -8/+8 |
* | Bump version number to 5.10.0. | Rafael Garcia-Suarez | 2007-09-06 | 2 | -8/+8 |
* | bye bye charsize | H.Merijn Brand | 2007-08-21 | 1 | -1/+0 |
* | $Config{useshrplib} should be 'true' rather than 'yes' when using | Steve Hay | 2007-07-03 | 1 | -1/+1 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -2/+1 |
* | Remove ext/Thread | Jerry D. Hedden | 2007-05-02 | 2 | -13/+2 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -0/+1 |
* | microperl plus missing config vars | Jarkko Hietaniemi | 2007-04-01 | 1 | -5/+19 |
* | Configure patch to add detection for DIR.dd_fd member variable | Steve Peters | 2006-11-08 | 1 | -0/+1 |
* | The non-unix parts for localtime_r_needs_tzset | H.Merijn Brand | 2006-11-06 | 1 | -0/+1 |
* | Bump version to 5.9.5 | Rafael Garcia-Suarez | 2006-10-09 | 2 | -8/+8 |
* | Remove perlcc and the byteloader | Rafael Garcia-Suarez | 2006-09-06 | 1 | -1/+0 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -0/+1 |
* | A Configure probe for C99 variadic macros, based on code from Jarkko. | Nicholas Clark | 2006-05-13 | 1 | -0/+1 |
* | Add a Configure question for mad (Misc Attribute Decoration - Larry's | Nicholas Clark | 2006-03-07 | 1 | -0/+1 |
* | Bump version number to 5.9.4 | Rafael Garcia-Suarez | 2006-01-30 | 2 | -8/+8 |
* | Updates to various configurations courtesy of Jarkko. | Steve Peters | 2006-01-04 | 1 | -0/+55 |
* | Make PerlLIOUtime()'s filename const | Steve Hay | 2005-11-01 | 2 | -2/+2 |
* | Change to use sv_force_normal_flags() directly, rather than calling | Steve Peters | 2005-10-29 | 1 | -1/+1 |
* | Add a new file, mathoms.c, to hold old code kept around for binary | Steve Peters | 2005-10-28 | 1 | -0/+1 |
* | Add a probe for whether sprintf returns the length of the buffer. | Nicholas Clark | 2005-10-24 | 1 | -0/+1 |
* | Update to the config boilerplates, by Jarkko | Rafael Garcia-Suarez | 2005-10-12 | 1 | -0/+3 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -5/+5 |
* | Make opendir() filename const in Win32-land & friends | Steve Hay | 2005-06-24 | 3 | -3/+3 |
* | Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc | Rafael Garcia-Suarez | 2005-06-23 | 2 | -0/+6 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -1/+7 |
* | Bump version to 5.9.3 | Rafael Garcia-Suarez | 2005-04-04 | 2 | -8/+8 |