Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New XBT module: file
[simgrid.git] / src / xbt / xbt_str.c
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-07 mquinsonStupid me. One day, I'll be able to compute array indic...
2007-05-07 mquinsonKeep within the declared matrix, don't go to (-1,j...
2007-05-02 mquinsonThree new functions in xbt_str module: split&join ...
2007-04-30 mquinsonMake sure we don't went out of the string to handle...
2007-04-29 mquinsonDo not call strcpy but memmove since both zone may...
2007-04-26 mquinsonfurther cleanups in the xbt_str module: add a proper...
2007-04-26 mquinsonconcatenate getline.c at the end of xbt_str.c
2007-04-26 mquinsonRename trim.c to xbt_str.c, so that we can have all...