ChangeSet ID: 14774
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/09 18:21:22
Modified files:
. : appdbStats.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Show the number of maintainers in the appdb stats
Patch: http://cvs.winehq.org/patch.py?id=14774
Old revision New revision Changes Path
1.2 1.3 +6 -0 appdb/appdbStats.php
ChangeSet ID: 14772
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/09 18:11:10
Modified files:
admin : index.php
Log message:
Stefan Pflüger <stefan(a)homepage4us.de>
admin/index.php should ensure the user is an admin, otherwise normal users
can display the userlist and see the email addresses of all users.
Patch: http://cvs.winehq.org/patch.py?id=14772
Old revision New revision Changes Path
1.1.1.1 1.2 +1 -2 appdb/admin/index.php
ChangeSet ID: 14768
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/09 10:51:26
Modified files:
dlls/msvcrt : msvcrt.spec file.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
- implement _dup, _dup2, and _pipe
- make max file descriptors 2048 to match MS
- increase max file streams to match
Patch: http://cvs.winehq.org/patch.py?id=14768
Old revision New revision Changes Path
1.93 1.94 +1 -1 wine/dlls/msvcrt/msvcrt.spec
1.75 1.76 +133 -30 wine/dlls/msvcrt/file.c