Files
libguestfs/builder
Richard W.M. Jones 0944acf90c mllib: Replace various ad hoc string_* functions with String.*
This is just a straight refactoring.  Various ad hoc string_*
functions that appeared in Common_utils have been renamed and placed
in the String.* namespace.  The old vs "new" functions are:

string_prefix  -> String.is_prefix
string_suffix  -> String.is_suffix
string_find    -> String.find
replace_str    -> String.replace
string_nsplit  -> String.nsplit
string_split   -> String.split
string_lines_split -> String.lines_split
string_random8 -> String.random8
2015-10-06 13:40:34 +01:00
..
2015-08-13 16:45:30 +01:00
2015-09-08 09:51:48 +02:00
2015-09-08 09:51:48 +02:00
2015-09-08 09:51:48 +02:00
2015-09-08 09:51:48 +02:00
2015-09-08 09:51:48 +02:00
2015-01-17 09:08:15 +00:00
2015-10-05 14:28:33 +01:00
2014-01-30 17:05:34 +01:00
2014-01-30 17:05:34 +01:00
2015-09-08 09:51:48 +02:00
2015-09-08 09:51:49 +02:00
2015-09-08 09:51:49 +02:00