Here's the Win32 version of Signals.cpp. -------------- next part -------------- A non-text attachment was scrubbed... Name: Signals.cpp Type: application/octet-stream Size: 20861 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040915/d3b43059/attachment.obj>
Jeff, Thanks for the patch. It looks good except for the code copied from Microsoft. That software is copyrighted by Microsoft and cannot be entered into the LLVM code base without some kind of license. Was there an MSDN license that came with this software? If so, could you please send it to me? Also, the formatting of that code needs to be adapted to LLVM coding standards, like the rest of the file. Thanks, Reid. On Wed, 2004-09-15 at 20:05, Jeff Cohen wrote:> Here's the Win32 version of Signals.cpp. > > ______________________________________________________________________ > _______________________________________________ > 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/20040915/19c5e488/attachment.sig>
No, there isn't. It was originally published in Microsoft Systems Journal. There's no license I can find in any of the files that accompany the article. If publication in MSJ or MSDN doesn't make it fair game, then I guess I'll have to rewrite it. On Wed, 15 Sep 2004 21:28:04 -0700 Reid Spencer <reid at x10sys.com> wrote:> Jeff, > > Thanks for the patch. It looks good except for the code copied from > Microsoft. That software is copyrighted by Microsoft and cannot be > entered into the LLVM code base without some kind of license. Was there > an MSDN license that came with this software? If so, could you please > send it to me? > > Also, the formatting of that code needs to be adapted to LLVM coding > standards, like the rest of the file. > > Thanks, > > Reid. > > On Wed, 2004-09-15 at 20:05, Jeff Cohen wrote: > > Here's the Win32 version of Signals.cpp. > > > > ______________________________________________________________________ > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >
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: 20861 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040916/683eee9c/attachment.obj>
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>