Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make bprintf abort on error, and define bvprintf accordingly.
[simgrid.git] / src / xbt / xbt_str.c
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-01-28 mquinsonpoor man's try to save some memory in actions. Does...
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-10-28 mquinsontry to ensure that stdio is loaded when str.h is loaded...
2009-07-14 mquinsonDo not ignore fread results to keep ubuntu compiler...
2009-07-13 mquinsonbe a bit more paranoid: if a line looks like something...
2009-07-13 mquinsonreset memory before reuse
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-10-01 mquinsonnew function: xbt_str_varsubst(), which call xbt_strbuf...
2008-09-26 mquinsonNew function to substitute a char to another in a string:
2008-09-10 mquinsonreindent (with eclipse)
2008-06-04 mquinsonMake sure all the source files have an reference of...
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-04-30 mquinsonDocumentation fixups: do not mess with doxygen by addin...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-11-27 mquinsonDupplicate the string we put into the returned dynar...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-27 mquinsonMac does not find the prototype of getline
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-06-08 mquinsonDamn, this code gets annoying. Each time I'm sure it...
2007-06-06 mquinsonthe matrix may have 0 columns...
2007-06-06 mquinsonCheck what happens when splitting empty strings, and...
2007-06-04 mquinsonAdd xbt_str_split_quoted(), add an automatic test for...
2007-06-04 mquinsondocument xbt_str
2007-05-31 mquinsonbuglet
2007-05-29 mquinsonFixups to the diff computation (again), and kill the...
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...