utf8proc
view Changelog @ 1:61a89ecc2fb9
Version 0.2
- changed behaviour of PostgreSQL function to return NULL in case of invalid input, rather than raising an exceptional condition
- improved efficiency of PostgreSQL function (no transformation to C string is done)
- added -fpic compiler flag in Makefile
- fixed bug in the C code for the ruby library (usage of non-existent function)
- changed behaviour of PostgreSQL function to return NULL in case of invalid input, rather than raising an exceptional condition
- improved efficiency of PostgreSQL function (no transformation to C string is done)
- added -fpic compiler flag in Makefile
- fixed bug in the C code for the ruby library (usage of non-existent function)
| author | jbe | 
|---|---|
| date | Tue Jun 20 12:00:00 2006 +0200 (2006-06-20) | 
| parents | a0368662434c | 
| children | aaad485d5335 | 
 line source
     1 Changelog
     3 2006-06-02:
     4 - initial release of version 0.1
     6 2006-06-05:
     7 - changed behaviour of PostgreSQL function to return NULL in case of invalid
     8   input, rather than raising an exceptional condition
     9 - improved efficiency of PostgreSQL function (no transformation to C string is done)
    11 2006-06-20:
    12 - added -fpic compiler flag in Makefile
    13 - fixed bug in the C code for the ruby library (usage of non-existent function)
