Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ChangeLog update
[simgrid.git] / include / xbt / str.h
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 Martin Quinsonfurther remove GRAS and friends (from the doxygen confi...
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-09-11 navarroAdd a function ls to storage
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-12 Arnaud GierschRename functions xbt_dict_hash*() to xbt_str_hash().
2012-06-12 Arnaud GierschInline functions without their definitions don't make...
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-11 jbrvMove XBT hash functions to xbt_str.c and make them...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-02 Arnaud GierschEradicate strange characters...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-20 Martin Quinsonfix warnings during the documentation generation
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Martin Quinsonfix the constness of xbt_strbuff_new_from(), it's too...
2011-10-20 Martin Quinsonmerge branches
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-28 Pierre Nicolas CLAUSSMerge branch 'master' into smpi
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...