utf8proc
diff 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 diff
1.1 --- a/Changelog Fri Jun 02 12:00:00 2006 +0200 1.2 +++ b/Changelog Tue Jun 20 12:00:00 2006 +0200 1.3 @@ -3,4 +3,12 @@ 1.4 2006-06-02: 1.5 - initial release of version 0.1 1.6 1.7 +2006-06-05: 1.8 +- changed behaviour of PostgreSQL function to return NULL in case of invalid 1.9 + input, rather than raising an exceptional condition 1.10 +- improved efficiency of PostgreSQL function (no transformation to C string is done) 1.11 1.12 +2006-06-20: 1.13 +- added -fpic compiler flag in Makefile 1.14 +- fixed bug in the C code for the ruby library (usage of non-existent function) 1.15 +