Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-22 | Spelling fixes for libutil | Brad Hards | 1 | -4/+4 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-14 | lib: use TYPESAFE_QSORT() in lib/ and libcli/ | Andrew Tridgell | 1 | -1/+2 | |
2009-12-01 | util/util_strlist - add a call "const_str_list" for making "unconst" lists ↵ | Matthias Dieter Wallnöfer | 1 | -0/+9 | |
"const" | |||||
2009-11-20 | util/strlist: Fix up "const" warnings in the string list and test code | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
This work I did using suggestions by Jelmer. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-13 | util: str_list_unique() bugfix | Kamen Mazdrashki | 1 | -1/+1 | |
j is actually the index of the last element in the list size of the list though is j+1 <- to make room for the terminating NULL element | |||||
2009-09-24 | Remove the const from the str_list_XXX functions that | Jeremy Allison | 1 | -19/+19 | |
allocate both list and containing strings. This fixes problems that people have tried to cast away and are not needed. Jeremy. | |||||
2009-09-10 | util_strlist: Add some more "const"s - small correction | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-09-10 | util_strlist: Add some more "const"s | Matthias Dieter Wallnöfer | 1 | -17/+19 | |
2009-05-14 | Remove two unused variables | Volker Lendecke | 1 | -2/+0 | |
2009-05-14 | Add new functions and tests: str_list_make_empty(), str_list_make_single() | Andrew Bartlett | 1 | -0/+41 | |
2009-05-03 | Clean up after Tridge's util_strlist changes | Volker Lendecke | 1 | -18/+21 | |
2009-04-09 | added _const versions of some of the str_list_*() functions | Andrew Tridgell | 1 | -0/+64 | |
These const versions don't copy the strings themselves, which is useful when those strings point at known constant data (into the schema in this case) | |||||
2009-04-09 | added str_list_unique() and str_list_show() | Andrew Tridgell | 1 | -28/+49 | |
I also undid some of the const changes from Andrew, as they didn't in fact resolve the const warnings. | |||||
2009-04-08 | Rework util_strlist prototypes to use a bit more and less const | Andrew Bartlett | 1 | -7/+32 | |
Hopefully this produces less warnings, but it might produce more... Andrew Bartlett | |||||
2009-04-07 | added a str_list_append() function | Andrew Tridgell | 1 | -0/+23 | |
2008-10-12 | Add extra const. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -8/+10 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -0/+308 | |
Conflicts: source4/Makefile |