2003-05-01 Guilhem BONNEFILLE * Makefile.am: handle the new cflow2dot and write_dot.c * write_dot.c: new file to handle the dot output format 2003-03-26 Guilhem BONNEFILLE * cflow2vcg.c: some writing functions extracted in order to prepare a pluggable output generator * cflow2vcg.h: new file * write_vcg.c, write_vcg.h: new file 2002-02-06 Guilhem BONNEFILLE * Makefile.am (cflow2vcg_SOURCES): add all headers. 2002-01-30 Guilhem BONNEFILLE * cflow2vcg.c (main): add line number and error message. Add auto scanning. * read_sun.c, read_sun.h (scan_sun): change return type. No assert but return. * read_free.c, read_free.h (scan_free): change return type. No assert but return. * cflow_struct.h, read_free.c, read_sun.c, cflow2vcg.c: rename deep attribute in depth. 2002-01-29 Guilhem BONNEFILLE * cflow2vcg.c (get_input_type): new function to parse the -f option argument. (scan_line): new function to manage the line scanning. (main): Manage '-f' option. Use scan_line. * cflow2vcg.c (usage): Describe -v, -i and -e. Add -f option. 2002-01-28 Guilhem BONNEFILLE * Makefile.am (cflow2vcg_SOURCES): new modules added. * read_tools.c, read_tools.h (str_count_char): function compte_car renamed. * cflow_struct.h: modularization. * cflow2vcg.c (main): calls to new functions. * read_sun.c, read_sun.h (scan_sun): scanning function for Sun's cflow. 2001-12-22 Guilhem BONNEFILLE * cflow2vcg.c (main): managing infos type, file and line. 2001-06-10 Guilhem BONNEFILLE * src/cflow2vcg.c (main): new -v option.