summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add a couple of newlines for tidier regen output, consistent with theNicholas Clark2005-12-261-3/+3
* Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,Nicholas Clark2005-12-262-31/+88
* The values for proxy constant subroutines need to be read only.Nicholas Clark2005-12-261-0/+1
* Rework constant.pm to take advantage of the space savings of proxyNicholas Clark2005-12-261-12/+25
* The value from caller doesn't change, so my $pkg = caller;Nicholas Clark2005-12-241-1/+1
* Tests for creating constants where prototypes or other symbols of theNicholas Clark2005-12-241-2/+72
* Using a hash reference rather than a hash can save a hash copy.Nicholas Clark2005-12-241-6/+6
* Provide support for types PVN and UNDEF inNicholas Clark2005-12-231-10/+24
* ExtUtils::ParseXS needs to stack $filepathname to make #line directivesNicholas Clark2005-12-231-2/+7
* Add support for PV to ExtUtils::Constant::ProxySubs, and enable itsNicholas Clark2005-12-231-1/+11
* [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functionschromatic2005-12-231-51/+63
* Need to be more careful with the symbol table manipulation - if thereNicholas Clark2005-12-231-6/+14
* SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VALNicholas Clark2005-12-231-3/+13
* Use inlineable proxy constant subs for SocketNicholas Clark2005-12-231-2/+8
* Create a sub LC_ALL with the correct prototype.Nicholas Clark2005-12-231-1/+1
* Make hostname.t deal with undefined or blank hostnames and domain Steve Peters2005-12-231-2/+8
* Fix for pod2man() in ExtUtils::Command::MM to work with Steve Peters2005-12-231-3/+2
* Use inlineable proxy constant subs for POSIX.Nicholas Clark2005-12-222-28/+89
* Missing ; in Tie::FileNicholas Clark2005-12-222-3/+3
* Make ExtUtils::Constant generate the inlineable proxy constant subs.Nicholas Clark2005-12-222-17/+284
* Break out the code to generate #ifdef/#endif into new methodsNicholas Clark2005-12-221-21/+33
* Break out the item normalisation code into a method normalise_items.Nicholas Clark2005-12-221-76/+92
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-223-5/+2
* Add documentation for method domainname() in Net::Domain. Add someSteve Peters2005-12-222-4/+17
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-11/+54
* make failing cygwin test TODO'dYitzchak Scott-Thoennes2005-12-201-2/+3
* sort.pm deserves a new version numberRafael Garcia-Suarez2005-12-191-1/+1
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-193-91/+85
* latest switch/say/~~Robin Houston2005-12-194-197/+134
* Two test workarounds for VMSCraig A. Berry2005-12-181-4/+8
* More general fix for bug [perl #37915]Rafael Garcia-Suarez2005-12-151-2/+5
* [perl #37915] Bad select error handling in Net::Ping alexander_bluhm@genua.de2005-12-151-2/+2
* Upgrade to Getopt-Long-2.35Steve Peters2005-12-151-23/+32
* lib/Pod/t/man.t should use TODO with not ok to express its intentionsNicholas Clark2005-12-141-1/+1
* Renaming of some of Pod::Simple's test files to make it more 8.3 Steve Peters2005-12-1311-5/+5
* Changes to Pod::Simple's tests to get rid of the "^"s in the Steve Peters2005-12-1332-63/+63
* Fix lib/File/Compare.t test failures on Win32Steve Hay2005-12-131-4/+5
* Pod::Man's tests aren't Unicode friendly. Let's skip the unfriendlySteve Peters2005-12-121-25/+53
* Re-instate the old perl getcwd as _perl_getcwd, and use it if loadingNicholas Clark2005-12-101-1/+11
* Upgrade to PathTools-3.14_01Steve Peters2005-12-105-20/+42
* Re: Pod::Simple integrationAndreas König2005-12-095-303/+0
* Upgrade to CGI.pm-3.15Steve Peters2005-12-092-3/+6
* One final Pod::Usage yak to shave...Steve Peters2005-12-081-1/+1
* Version bump for Pod::UsageSteve Peters2005-12-081-1/+1
* Further yak-shaving on Pod::Usage. Now, t/pod/pod2usage2.t tests Steve Peters2005-12-081-2/+4
* Fix to Pod::Usage to work with all recent Pod::Text versions. AlsoSteve Peters2005-12-082-7/+12
* One quick fix to the test for differences in error output.Steve Peters2005-12-071-1/+1
* Upgrade to podlators-2.00Steve Peters2005-12-0718-1843/+2228
* Assimilate Pod-Simple-3.03 to the Perl coreSteve Peters2005-12-07170-0/+25647
* Upgrade to CGI-3.14.Steve Peters2005-12-073-4/+17