|
From: Pascal B. <pb...@us...> - 2001-11-27 14:27:13
|
Update of /cvsroot/mpkg/mpkg In directory usw-pr-cvs1:/tmp/cvs-serv17716 Modified Files: ChangeLog Log Message: * dist.c (_get_line): Prefer this function to fgets, this one is better optimize, and provide better debugging informations. (get_line): Call _get_line. Index: ChangeLog =================================================================== RCS file: /cvsroot/mpkg/mpkg/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** ChangeLog 2001/11/14 09:50:17 1.21 --- ChangeLog 2001/11/27 14:27:08 1.22 *************** *** 1,2 **** --- 1,17 ---- + 2001-11-27 Pascal Bart <pas...@ep...> + + * dist.c (_get_line): Prefer this function to fgets, this one is + better optimize, and provide better debugging informations. + (get_line): Call _get_line. + + 2001-11-27 Pascal Bart <pas...@ep...> + + * src/main.c (main): Don't show informations about GNU License, if + Verbose mode is active. + (info_version): Only show version number for verbose mode. + + * src/dist.c: Add verbose information level 4. This level show user + informations about config file parsing. + 2001-11-14 Pascal Bart <pas...@ep...> |