Crap, I thought I queued up these downloads a week or so ago. Someone must have rebooted taz and killed my downloads. Argh, if it didn't take so long to dl these ISO's.
Anyway, I restarted the downloads again, I hopefully should have them by the end of today. I'll move them into /home/public/iso when done. The CD keys are already in the cd keys txt file.
On Tue, 2005-01-18 at 11:26 +0900, Mike McCormack wrote:
ChangeLog:
- Add Alexandre's comment about the strncpy janitorial project
plain text document attachment (janitorial-strncpy-update.diff) Index: templates/en/janitorial.template =================================================================== RCS file: /home/wine/lostwages/templates/en/janitorial.template,v retrieving revision 1.63 diff -u -r1.63 janitorial.template --- templates/en/janitorial.template 13 Jan 2005 19:35:16 -0000 1.63 +++ templates/en/janitorial.template 18 Jan 2005 02:23:57 -0000 @@ -25,6 +25,13 @@ the <i>dst</i> buffer, and always nul terminate the buffer when we intended to.<p>
Julliard
<a href="http://www.winehq.org/hypermail/wine-devel/2005/01/0390.html">says</a>:
"A careful review of the code to ensure that lstrcpyn semantics are really what
we want. In several cases we know that we are copying less than the full string,
and in that case we have to use memcpy instead, lstrcpyn won't do the right
thing."<p>
<h2>Regedit fixes</h2>
Regedit lacks a few features. We need to improve regedit to: