utf8proc
annotate 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 | 
| rev | line source | 
|---|---|
| jbe@0 | 1 Changelog | 
| jbe@0 | 2 | 
| jbe@0 | 3 2006-06-02: | 
| jbe@0 | 4 - initial release of version 0.1 | 
| jbe@0 | 5 | 
| jbe@1 | 6 2006-06-05: | 
| jbe@1 | 7 - changed behaviour of PostgreSQL function to return NULL in case of invalid | 
| jbe@1 | 8 input, rather than raising an exceptional condition | 
| jbe@1 | 9 - improved efficiency of PostgreSQL function (no transformation to C string is done) | 
| jbe@0 | 10 | 
| jbe@1 | 11 2006-06-20: | 
| jbe@1 | 12 - added -fpic compiler flag in Makefile | 
| jbe@1 | 13 - fixed bug in the C code for the ruby library (usage of non-existent function) | 
| jbe@1 | 14 |