dyncyg-cvs Mailing List for DynCyg
Status: Pre-Alpha
Brought to you by:
fletch
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
---|
From: <fl...@us...> - 2003-11-07 19:33:28
|
Update of /cvsroot/dyncyg/dyncyg/src In directory sc8-pr-cvs1:/tmp/cvs-serv1109/src Modified Files: RegistryEntry.cxx Log Message: RegistryEntry::set now flushes after writing registry keys. Index: RegistryEntry.cxx =================================================================== RCS file: /cvsroot/dyncyg/dyncyg/src/RegistryEntry.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RegistryEntry.cxx 10 Oct 2003 07:28:38 -0000 1.4 --- RegistryEntry.cxx 7 Nov 2003 19:33:24 -0000 1.5 *************** *** 58,61 **** --- 58,62 ---- printf ("Set registry value '%s' = '%s' failed with code %d.\n", this->key, value, code);*/ } + RegFlushKey(this->entry); } |
From: <fl...@us...> - 2003-10-30 23:27:54
|
Update of /cvsroot/dyncyg/dyncyg-site/dyncyg-site In directory sc8-pr-cvs1:/tmp/cvs-serv18275 Added Files: Makefile Log Message: Added Makefile with an upload command for refreshing dyncyg.sourceforge.net after an update. --- NEW FILE: Makefile --- upload: scp *.php *.inc fl...@sh...:/home/groups/d/dy/dyncyg/htdocs scp images/*.gif fl...@sh...:/home/groups/d/dy/dyncyg/htdocs/images |
From: <fl...@us...> - 2003-10-30 23:17:20
|
Update of /cvsroot/dyncyg/dyncyg-site/dyncyg-site In directory sc8-pr-cvs1:/tmp/cvs-serv16283 Modified Files: index.php Log Message: added images directory Index: index.php =================================================================== RCS file: /cvsroot/dyncyg/dyncyg-site/dyncyg-site/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.php 11 Oct 2003 01:43:57 -0000 1.1.1.1 --- index.php 30 Oct 2003 23:17:13 -0000 1.2 *************** *** 27,39 **** <tr> ! <td class='bodycopy'><a href='dyncyg.php'>DynCyg</td> <td class='bodycopy'>The core program. A console application.</td> <td class='bodycopy' valign='center' align='center'>*</td> <td class='bodycopy' valign='center' align='center'>*</td> ! <td class='bodycopy'>98%<br/>(<a href='https://sourceforge.net/cvs/?group_id=92094'>CVS</a>)</td> </tr> <tr> ! <td class='bodycopy'><a href='startcyg.php'>StartCyg</td> <td class='bodycopy'>A GUI front-end to DynCyg with many features.</td> <td class='bodycopy' valign='center' align='center'>*</td> --- 27,47 ---- <tr> ! <td class='bodycopy'><a href='dyncyg.php'>DynCyg</a></td> <td class='bodycopy'>The core program. A console application.</td> <td class='bodycopy' valign='center' align='center'>*</td> <td class='bodycopy' valign='center' align='center'>*</td> ! <td class='bodycopy'>100%<br/>(<a href='https://sourceforge.net/cvs/?group_id=92094'>CVS</a>)</td> </tr> <tr> ! <td class='bodycopy'>Configuration</td> ! <td class='bodycopy'>The default configuration for distribution which handles most situations.</td> ! <td class='bodycopy' valign='center' align='center'>*</td> ! <td class='bodycopy' valign='center' align='center'>*</td> ! <td class='bodycopy'>50%</td> ! </tr> ! ! <tr> ! <td class='bodycopy'><a href='startcyg.php'>StartCyg</a></td> <td class='bodycopy'>A GUI front-end to DynCyg with many features.</td> <td class='bodycopy' valign='center' align='center'>*</td> *************** *** 43,47 **** <tr> ! <td class='bodycopy'><a href='minicyg.php'>MiniCyg</td> <td class='bodycopy'>A very small Cygwin distrubtion including only `bash` and `ls`.</td> --- 51,55 ---- <tr> ! <td class='bodycopy'><a href='minicyg.php'>MiniCyg</a></td> <td class='bodycopy'>A very small Cygwin distrubtion including only `bash` and `ls`.</td> *************** *** 52,56 **** <tr> ! <td class='bodycopy'><a href='minixcyg.php'>MiniXCyg</td> <td class='bodycopy'>A smallish Cygwin distrubtion including only `bash`, `ls`, XFree86, and Xfce.</td> --- 60,64 ---- <tr> ! <td class='bodycopy'><a href='minixcyg.php'>MiniXCyg</a></td> <td class='bodycopy'>A smallish Cygwin distrubtion including only `bash`, `ls`, XFree86, and Xfce.</td> |