Module Name:xsrc
Committed By: apb
Date: Fri Oct 18 17:33:18 UTC 2013
Modified Files:
xsrc/external/mit/xdm/dist/xdm: xdmauth.c
Log Message:
Fix error in previous. strlen's result is unsigned, so the
correct format is "%zu".
To generate a diff of this commit:
cvs rdiff
Module Name:xsrc
Committed By: apb
Date: Fri Oct 18 16:31:40 UTC 2013
Modified Files:
xsrc/external/mit/xdm/dist/xdm: xdmauth.c
Log Message:
The result from strlen() has type size_t, so print it with "%zd" format.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1
Module Name:xsrc
Committed By: apb
Date: Fri Oct 18 15:59:38 UTC 2013
Modified Files:
xsrc/external/mit/xdm/dist/xdm: dm.c
Log Message:
Print time_t values by casting to intmax_t and using "%ji" format.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/ext
Module Name:xsrc
Committed By: wiz
Date: Fri Jun 28 17:25:47 UTC 2013
Modified Files:
xsrc/external/mit/xdm/dist/xdm: dm.c xdmauth.c
Log Message:
Improvements to format strings from upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/m
Module Name:xsrc
Committed By: mrg
Date: Thu Jun 6 09:08:11 UTC 2013
Modified Files:
xsrc/external/mit/xdm/dist/xdm: session.c
Log Message:
allow for static linking of the greeter library.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit
Module Name:xsrc
Committed By: mrg
Date: Fri May 31 22:48:13 UTC 2013
Modified Files:
xsrc/external/mit/xdm/dist/xdm: prngc.c
Log Message:
add a cast to avoid a compiler error (code is bogus, but fixing it
would be more pain than is worth.)
To generate a diff of this com