summaryrefslogtreecommitdiff
path: root/mkppport.lst
Commit message (Collapse)AuthorAgeFilesLines
* amigaos4: AmigaOS extensions need no ppport.h since in ext/Andy Broad2015-09-161-2/+0
|
* amigaos4: ppport.h for the AmigaOS extensionsAndy Broad2015-09-051-0/+2
|
* Move Cwd and List-Util to folders named as per their CPAN distributionsSteve Hay2013-10-241-2/+2
|
* Update List-Util to CPAN version 1.25Chris 'BinGOs' Williams2012-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.25 -- Sat Mar 24 13:10:13 UTC 2012 * Restore back-compat. to perl 5.6 (thanks to Zefram) 1.24 -- Thu Mar 22 18:10:10 UTC 2012 * Update to 1.24 release version (no other changes since 1.23_04). 1.23_04 -- Sat Mar 10 00:16:16 UTC 2012 * RT#72700 Fix off-by-two on string literal length 1.23_03 -- Tue Sep 14 10:09:59 CDT 2010 * Min perl version supported for build is not 5.008 * Dropped the pure-Perl implementation of both Scalar::- and List::Util. * RT#61118 Fix assumption in sum() that once magic, always magic 1.23_02 -- Tue Mar 30 11:09:15 CDT 2010 * Fix first() and reduce() to check the callback first; &first(1) is now illigal. [gfx] * Fix reduce() to allow XSUB callbacks [gfx] * Fix first() to allow XSUB callbacks [gfx] * Resolve RT #55763: tainted() doesn't do SvGETMAGIC(sv) [gfx] * define CvISXSUB so older perl versions will still compile 1.23_01 -- Mon Mar 22 08:24:11 CDT 2010 * Add failing tests; SVt_RV is not directly SvROK [gfx] * Implement openhandle() in XS (with extra tests) [gfx] * Modernize *.pm [gfx] * Modernize ListUtil.xs [gfx] * Add ppport.h [gfx] * Fix an overloading issue on sum(), and add tests for overloading [gfx] * Small tweaks for minstr()/maxstr() [gfx] * Optimize dualvar() [gfx] * Use sv_copypv() instead of SvPV() and sv_setpv() [gfx] * avoid non-portable warnings
* Move PathTools from cpan/ to dist/Florian Ragwitz2010-07-241-1/+1
|
* Change e40af2cd omitted to update mkpport.lst's path to Win32API::File.Nicholas Clark2009-10-021-1/+1
|
* Move Time::HiRes from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
|
* Add Cwd/PathTools to mkppport.lstSteffen Mueller2009-09-291-0/+1
|
* Update mkpport.lst to reflect the moves from ext/ to cpan/Nicholas Clark2009-09-241-2/+2
| | | | | This was missed because currently make distclean doesn't remove ppport.h files on Unix.
* Rename ext/Time/HiRes to ext/Time-HiResNicholas Clark2009-02-091-1/+1
|
* Rename ext/Win32API/File to ext/Win32API-FileNicholas Clark2009-02-081-1/+1
|
* Rename ext/IPC/SysV to ext/IPC-SysVNicholas Clark2009-02-061-1/+1
|
* ext/DB_File needs a ppport.hNicholas Clark2009-02-021-0/+1
|
* Upgrade to IPC::SysV 1.99_07Marcus Holland-Moritz2007-12-221-0/+1
| | | p4raw-id: //depot/perl@32709
* Cwd doesn't need ppport.h in coreJerry D. Hedden2007-03-231-1/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com> p4raw-id: //depot/perl@30718
* Sys::Syslog doesn't need ppport.h in coreJerry D. Hedden2007-03-211-1/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <203426.48736.qm@web30214.mail.mud.yahoo.com> p4raw-id: //depot/perl@30657
* Data::Dumper doesn't need ppport.h in coreJerry D. Hedden2007-03-211-1/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <627715.37131.qm@web30212.mail.mud.yahoo.com> p4raw-id: //depot/perl@30656
* Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]Jerry D. Hedden2007-03-211-1/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <855257.38889.qm@web30205.mail.mud.yahoo.com> p4raw-id: //depot/perl@30655
* Re: ppport.h in coreJerry D. Hedden2007-03-201-1/+0
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <319763.15276.qm@web30202.mail.mud.yahoo.com> Digest::SHA no longer uses ppport.h p4raw-id: //depot/perl@30651
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-2/+1
| | | | | | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122> Also includes integration & deletion of win32/ext/Win32API to ext/Win32API, and addition of copyright message and corrections to spacing/tabbing as suggested by Jan Dubois. p4raw-id: //depot/perl@30379
* threads::shared doesn't use ppport.h in the coreRafael Garcia-Suarez2006-10-311-1/+0
| | | p4raw-id: //depot/perl@29172
* Upgrade to threads-shared-1.03Steve Peters2006-10-031-0/+1
| | | p4raw-id: //depot/perl@28923
* Replace some sprintf()'s in Data::Dumper with my_snprintf()'sSteve Peters2006-07-241-0/+1
| | | p4raw-id: //depot/perl@28614
* Integrate mkppport. All ppport.h files in the core will nowMarcus Holland-Moritz2006-07-091-0/+14
be autogenerated at build time (and removed during cleanup). p4raw-id: //depot/perl@28513