Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add const qualifier to parameters of xbt_str_diff.
[simgrid.git] / include / xbt / str.h
2011-07-19 Arnaud GierschAdd const qualifier to parameters of xbt_str_diff.
2011-02-11 agierschReview const attribute for pointers..
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-07 mquinsonnew function: xbt_str_split_quoted_in_place (w/o mallocs)
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-01 mquinsonnope, dudes, this function is a standard one.
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2009-12-15 alegrandUse the right header for the getline management.
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-11-10 mquinsonKill portability to MAC for sake of compiling on linux...
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
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...