summaryrefslogtreecommitdiff
path: root/ext/Time/Piece/Piece.xs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ext/Time/Piece to ext/Time-PieceNicholas Clark2009-02-091-950/+0
|
* Time-Piece-1.13 test failures on HP-UXGisle Aas2008-05-241-0/+34
| | | | | | | | | Message-Id: <EB1DA83A-AA9C-4BA4-A09D-AB6DC5E00EB9@activestate.com> Don't rely on strptime being able to parse illegal dates. Also being tracked via <http://rt.cpan.org/Public/Bug/Display.html?id=36106> so this also brings blead closer to the next (as yet unreleased) version of Time::Piece. p4raw-id: //depot/perl@33918
* Re-apply part of #33370 to Time::PieceRafael Garcia-Suarez2008-03-101-0/+4
| | | p4raw-id: //depot/perl@33469
* Upgrade to Time::Piece 1.13Rafael Garcia-Suarez2008-03-101-66/+46
| | | p4raw-id: //depot/perl@33468
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-251-0/+4
| | | | | http://www.nntp.perl.org/group/perl.daily-build.reports/2008/02/msg53937.html p4raw-id: //depot/perl@33370
* Time::Piece & matherr on qnx4Alexander Gough2007-10-081-1/+5
| | | | | | | Message-ID: <20071008121004.GB24241@the.earth.li> Plus, bump version number of Time::Piece to 1.11_03 p4raw-id: //depot/perl@32069
* C++: regcomp.c and ext/Time/Piece/Piece.xsJarkko Hietaniemi2006-12-181-1/+1
| | | | | Message-ID: <45860ED9.9090808@iki.fi> p4raw-id: //depot/perl@29576
* Silence a warning from (MinGW's) gccSteve Hay2006-12-141-1/+1
| | | p4raw-id: //depot/perl@29556
* Silence 4 "unreferenced local variable" warnings from VC++Steve Hay2006-11-281-4/+1
| | | p4raw-id: //depot/perl@29406
* Adding Time::Piece to the core...again.Steve Peters2006-11-261-0/+927
| | | p4raw-id: //depot/perl@29383
* Decommission Time::Piece; unnecessary Yet Another Time-Date Module.Jarkko Hietaniemi2001-08-101-43/+0
| | | p4raw-id: //depot/perl@11631
* gcc -Wall sweep.Jarkko Hietaniemi2001-06-181-3/+1
| | | p4raw-id: //depot/perl@10700
* ext/ + -WallDoug MacEachern2001-06-121-7/+17
| | | | | Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10534
* Fix for a segfault, from Marc Lehmann.Jarkko Hietaniemi2001-05-021-1/+1
| | | p4raw-id: //depot/perl@9962
* Time::Piece work continues. $t->day removed sinceJarkko Hietaniemi2001-04-231-1/+1
| | | | | | | | | | | I think it's too confusing. Now has normal and abbreviated length weekday names and month names, the names change with _names(), not _list(). Now has strftime() in Perl, _strftime() is the libc version (to which strftime() falls back if it doesn't know the format. To do: the reverse of strftime, strptime(), and the localisation of both. p4raw-id: //depot/perl@9785
* Document and test Time::Piece.Jarkko Hietaniemi2001-04-191-2/+4
| | | p4raw-id: //depot/perl@9756
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-191-0/+33
from Matt Sergeant. p4raw-id: //depot/perl@9748