wine/dlls/kernel volume.c virtual.c time.c thu ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 8 05:01:04 CST 2005


ChangeSet ID:	21157
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/08 05:01:04

Modified files:
	dlls/kernel    : volume.c virtual.c time.c thunk.c thread.c 
	                 sync.c string.c path.c module.c locale.c heap.c 
	                 global16.c file16.c file.c environ.c console.c 
	                 computername.c comm.c 

Log message:
	Markus Amsler <markus.amsler at oribi.org>
	Improve c2man Documented-Total count. Changes:
	- add missing description
	- add missing returns section
	- complete missing A/W pairs
	- reformate comments, to match c2man requirements

Patch: http://cvs.winehq.org/patch.py?id=21157

Old revision  New revision  Changes     Path
 1.33          1.34          +4 -0       wine/dlls/kernel/volume.c
 1.10          1.11          +21 -3      wine/dlls/kernel/virtual.c
 1.56          1.57          +1 -2       wine/dlls/kernel/time.c
 1.62          1.63          +11 -0      wine/dlls/kernel/thunk.c
 1.31          1.32          +15 -3      wine/dlls/kernel/thread.c
 1.90          1.91          +2 -0       wine/dlls/kernel/sync.c
 1.12          1.13          +4 -4       wine/dlls/kernel/string.c
 1.25          1.26          +2 -0       wine/dlls/kernel/path.c
 1.20          1.21          +2 -0       wine/dlls/kernel/module.c
 1.68          1.69          +1 -1       wine/dlls/kernel/locale.c
 1.19          1.20          +94 -11     wine/dlls/kernel/heap.c
 1.14          1.15          +20 -0      wine/dlls/kernel/global16.c
 1.14          1.15          +10 -5      wine/dlls/kernel/file16.c
 1.44          1.45          +6 -0       wine/dlls/kernel/file.c
 1.6           1.7           +1 -1       wine/dlls/kernel/environ.c
 1.44          1.45          +11 -21     wine/dlls/kernel/console.c
 1.17          1.18          +7 -1       wine/dlls/kernel/computername.c
 1.98          1.99          +2 -2       wine/dlls/kernel/comm.c




More information about the wine-cvs mailing list