Uh, use this version instead... (It's way past my bedtime :)) On Thu, 16 Sep 2004 01:05:52 -0700 Jeff Cohen <jeffc at jolt-lang.org> wrote:> Here's the free-of-copyrighted-Microsoft-code version of Signals.cpp. > > Actually, I'm not sure if the original would work on NT/2000/XP. It was doing > stuff that's only supposed to be done on Win95/98/ME. >-------------- next part -------------- A non-text attachment was scrubbed... Name: Signals.cpp Type: application/octet-stream Size: 6474 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040916/04361853/attachment.obj>
This version has been committed to CVS with one minor change: I made the warning about caller calling LeaveCriticalSection a little more prominent. Patch is here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040913/018371.html Reid. On Thu, 2004-09-16 at 01:08, Jeff Cohen wrote:> Uh, use this version instead... (It's way past my bedtime :)) > > On Thu, 16 Sep 2004 01:05:52 -0700 > Jeff Cohen <jeffc at jolt-lang.org> wrote: > > > Here's the free-of-copyrighted-Microsoft-code version of Signals.cpp. > > > > Actually, I'm not sure if the original would work on NT/2000/XP. It was doing > > stuff that's only supposed to be done on Win95/98/ME. > > > > ______________________________________________________________________ > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040916/b68745df/attachment.sig>
Alas, you missed a serious bug in that same function. Patch attached to fix it and improve some comments. No more late night coding for me :) That leaves Path.cpp. Once that's done I can actually try and execute this stuff. On Thu, 16 Sep 2004 08:55:28 -0700 Reid Spencer <reid at x10sys.com> wrote:> This version has been committed to CVS with one minor change: > I made the warning about caller calling LeaveCriticalSection a little > more prominent. Patch is here: > > http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040913/018371.html > > Reid.-------------- next part -------------- A non-text attachment was scrubbed... Name: Signals.diff Type: application/octet-stream Size: 1572 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040916/62975626/attachment.obj>