|
From: Pascal B. <pb...@us...> - 2001-10-31 10:39:18
|
Update of /cvsroot/mpkg/mpkg In directory usw-pr-cvs1:/tmp/cvs-serv18089 Modified Files: NEWS TODO Log Message: New informations Index: NEWS =================================================================== RCS file: /cvsroot/mpkg/mpkg/NEWS,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NEWS 2001/10/31 10:20:59 1.6 --- NEWS 2001/10/31 10:39:16 1.7 *************** *** 12,15 **** --- 12,19 ---- * New mailing list was open for bug report (mpk...@li...). + * New mailing list was open for cvs commit (mpk...@li...). + + * Mpkg works on Cygwin. + Changes in version 1.0: Index: TODO =================================================================== RCS file: /cvsroot/mpkg/mpkg/TODO,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TODO 2001/10/26 16:48:01 1.8 --- TODO 2001/10/31 10:39:16 1.9 *************** *** 37,43 **** ** See to use more package options (and informations) like BUILD_INFO, ... ! * Use libtool, and live ar and ranlib. * Document new option --output-dir. * Use flex/bison parser, to read configuration file. --- 37,46 ---- ** See to use more package options (and informations) like BUILD_INFO, ... ! * Use libtool, and leave ar and ranlib. * Document new option --output-dir. + ** --help [ok] + ** man + ** texinfo * Use flex/bison parser, to read configuration file. *************** *** 45,47 **** ** Support quote and double quote for variables like sh-shell. ** On parsing error return line. ! ** Add tool with %if. --- 48,50 ---- ** Support quote and double quote for variables like sh-shell. ** On parsing error return line. ! ** Add tool with %if. [Now support operator `='] |