[Avl-cvs] avl ChangeLog,1.7,1.8 TODO,1.5,1.6
Brought to you by:
hetfield666,
jah2003
From: Patrizio B. <het...@us...> - 2004-09-06 14:12:14
|
Update of /cvsroot/avl/avl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7147 Modified Files: ChangeLog TODO Log Message: bug fix and updates Index: TODO =================================================================== RCS file: /cvsroot/avl/avl/TODO,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TODO 4 Sep 2004 15:30:39 -0000 1.5 --- TODO 6 Sep 2004 14:12:05 -0000 1.6 *************** *** 1,7 **** - Controllare e fixare i punti in cui freeza. dovrebbe essere in bst. non è solo quando l'albero è vuoto. - Finire di mettere i commenti in avlt.cpp ! - Quando chiudo la GUI va in segmentatio fault. ! - A volte mi da un sacco di errori di segmentation fault all'interno di funzioni GTK --- 1,12 ---- + Codice: - Controllare e fixare i punti in cui freeza. dovrebbe essere in bst. non è solo quando l'albero è vuoto. - Finire di mettere i commenti in avlt.cpp ! - controllare dove la stampa GTK perde i nodi (certe volte...) ! Documentazione: ! ! - ripulire e impaginare ! ! - aggiungere documentazione codice Index: ChangeLog =================================================================== RCS file: /cvsroot/avl/avl/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ChangeLog 21 Jul 2004 16:58:19 -0000 1.7 --- ChangeLog 6 Sep 2004 14:12:05 -0000 1.8 *************** *** 1,2 **** --- 1,13 ---- + --==06.09.2004==-- + <hetfield666>: + - Updated Test Class and client usage + - General Code cleaning and restyle + - fixed 2 warnings in avlt.cpp + - fixed a weird but in tree print + - completed relation (need review) + - Fixed Makefile for new Test class + - Added debug flags to CFLAGS + - Updated license and copyright + --==21.07.2004==-- <jah2003>: |