Dual-Life / Time-Piece

Object Oriented time objects
Other
15 stars 33 forks source link

static funcs in Piece.xs #20

Closed bulk88 closed 8 years ago

bulk88 commented 8 years ago

Less indirection on ELF.

bulk88 commented 8 years ago

Bump.

smith153 commented 8 years ago

Sorry, kind of forgot about this PR. I can merge it, it is not a bad idea. I almost did it myself (adding static functions) awhile back. Only issue is most of the strptime() stuff I plan on moving into pure perl. Most all the bug reports are against strptime(), which is just a cut and paste of a butchered gnu strptime from 15 years ago. No point in having it in C. So just keep in mind that strptime in XS form might be going away in the future.