Revision history for Perl extension Sort::Key.
0.05 May 16 2005
- everything rewritten in pure C
- ikeysort and lkeysort reimplemented
- keysort_inplace function family implemented
0.04 May 12 2005
- INCOMPATIBLE CHANGE: ikeysort and lkeysort removed, they are
not needed anymore
- nkeysort honours "use integer" pragma
- keysort honours "use locale" pragma
- use PERL_NO_GET_CONTEXT on XS code
- use constants instead of hard coded numbers internally
0.03 May 10 2005
- INCOMPATIBLE CHANGE: do not export anything by default.
0.02 Apr 27 2005
- minor corrections to the module documentation.
- Makefile.PL clean up, required modules added.
0.01 Fri Mar 25 13:30:31 2005
- original version; created by h2xs 1.23 with options
-A -n Sort::Key