Commit Graph

12 Commits

Author SHA1 Message Date
Diogo Cordeiro ff7404a58a cfulist_delete_data_with_free_fn was updated because of cfulist_set_free_function()
Now the doc explains better what happens with (if) a free function was previously set.
2018-06-08 19:48:02 +01:00
Diogo Cordeiro 483ef917df Merge remote-tracking branch 'upstream/master' into cfulist_set_free_function
This merge was necessary because cfulist_delete_data_with_free_fn
is directly related with the free_fn functionality.
2018-06-08 19:44:48 +01:00
Diogo Cordeiro 703622e03d Fix cfulist_destroy_with_free_fn() doc.
It was declared again as cfulist_destroy() and didn't mention the effects related to cfulist_set_free_function().
2018-06-08 13:46:11 +01:00
Diogo Cordeiro 4f4439828f Added cfulist_set_free_fn()
In analogy with cfuhash_set_free_fn()
2018-06-08 12:52:10 +01:00
Diogo Cordeiro 9d8fbcf53d There is no cfulist_set_free_function 2018-06-08 11:52:35 +01:00
Diogo Cordeiro 4d6a4c0a16 Add cfulist_delete_data_with_free_fn
Conditionals tests in cfulist_delete_data(_with_free_fn) were simplified
2018-06-08 11:43:15 +01:00
Diogo Cordeiro d4528b8334 Fixed typo on cfulist_delete_data documentation
The return type should be in curly brackets
2018-06-07 23:38:48 +01:00
Diogo Cordeiro b4faaca915 Add cfulist_delete_data
It is important to let the programmer remove a node from the linked list, as it is a very common operation.
2018-05-22 16:16:15 +01:00
Matthew Brush 5b2f19e1c4 Fix some wrong formatting characters for size_t
The '%lu' isn't stricly right either, but now this commit can be
referred to find locations to fix with the more correct '%zu' or
'PRIuMAX' or whatever is the right thing to use.
2013-03-04 02:46:04 -08:00
Matthew Brush 1a19591a67 Start fixing up the build system 2013-03-04 01:57:54 -08:00
Matthew Brush bd619f4226 Cleanup built files from initial commit
Add myself to AUTHORS.
There might still be generated files in the doc dir but I don't
know enough about that setup yet to start deleting files.
2013-03-04 01:46:56 -08:00
Matthew Brush f660e3460a Initial commit
All of the files from the tarball downloaded from SourceForge are
being checked in so there's a record of the changes made compared
to it (since I can't find the libcfu source repository). The
generated files will be removed in the following commit.
2013-03-04 01:40:58 -08:00