comparison readme.txt @ 1889:fef27d312696

Updated the readme with latest changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 11 Sep 2013 17:40:21 +0000
parents 71780cf68aa2
children 951356ced7d5
comparison
equal deleted inserted replaced
1888:0df3fc47002e 1889:fef27d312696
43 dw_container_delete_row() which take (char *) now function in text compare mode. 43 dw_container_delete_row() which take (char *) now function in text compare mode.
44 Added dw_container_cursor_by_data() and dw_container_delete_row_by_data() 44 Added dw_container_cursor_by_data() and dw_container_delete_row_by_data()
45 functions which do the same things except in pointer comparison mode. 45 functions which do the same things except in pointer comparison mode.
46 Added DW_CR_RETDATA flag to dw_container_query_*() functions to return the 46 Added DW_CR_RETDATA flag to dw_container_query_*() functions to return the
47 data pointer instead of the string pointer, this may change in the future. 47 data pointer instead of the string pointer, this may change in the future.
48 Added exported internal functions _dw_init_thread() and _dw_deinit_thread()
49 for language bindings to setup/cleanup threads created for DW use.
48 Fixed some memory leaks. 50 Fixed some memory leaks.
49 WARNING: Changed how tree and container titles are returned, they are now duplicated 51 WARNING: Changed how tree and container titles are returned, they are now duplicated
50 and need to be freed with dw_free(). This affects the following functions: 52 and need to be freed with dw_free(). This affects the following functions:
51 dw_tree_get_title(), dw_container_query_start() and dw_container_query_next() 53 dw_tree_get_title(), dw_container_query_start() and dw_container_query_next()
52 You should audit any code using these functions for leaks if using verison 3. 54 You should audit any code using these functions for leaks if using verison 3.
53 55
54 Dynamic Windows Documentation is available at: 56 Dynamic Windows Documentation is available at:
55 57
56 http://dbsoft.org/dw_help.php 58 http://dbsoft.org/dw_help.php
57 59
58 I would like to dedicate this release to my father, James Smith.
59 He passed away this summer and was the most amazing individual I
60 have ever had in my life. Without him this software would not be
61 able to exist in so many different ways. Love you Dad.
62
63 If you have any questions or suggestions feel free to email me at: 60 If you have any questions or suggestions feel free to email me at:
64 61
65 brian@dbsoft.org 62 brian@dbsoft.org
66 63
67 Thanks! 64 Thanks!