Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also include the str.h header from main xbt.h
[simgrid.git] / include / xbt / str.h
2008-10-01 mquinsonfix previous commits, bummer
2008-09-26 mquinsonNew function to substitute a char to another in a string:
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-10-27 mquinsonMac does not find the prototype of getline
2007-07-15 mquinsonAdd an alias to (char*) to help the parsing macro
2007-07-08 mquinsonMake sure this file can be included alone (it needs...
2007-06-04 mquinsonNew: xbt_str_split_quoted()
2007-06-04 mquinsondocument xbt_str
2007-05-10 mquinsonAllow to split const strings, and avoid a strdup in...
2007-05-10 mquinsonClarify from the API that the strings are modified...
2007-05-02 mquinsonThree new functions in xbt_str module: split&join ...
2007-04-26 mquinsonfurther cleanups in the xbt_str module: add a proper...
2007-04-16 mquinsonmerge trim.h into str.h, where it belongs to
2007-03-26 cheriermon windows getline function needs the stdio.h include...
2007-03-22 mquinsonSplit the string related function to their own header...