Santa Brings MS Patents for Editing, Compiling Code
from the good-work,-patent-examiners dept
theodp writes "Courtesy of the USPTO, Microsoft found two new patents under the tree this holiday season. The first covers Editing a software program in a common language runtime environment, while the second lays claims to Compiling multiple source language files that share a common library, which must come as a real shocker to members of the DEC OpenVMS Common Language Environment, IBM Language Environment (LE), and IBM Integrated Language Environment (ILE) teams. Gotta teach those patent examiners to use Wikipedia instead of Microsoft Encarta for their prior art searches! "Thank you for reading this Techdirt post. With so many things competing for everyone’s attention these days, we really appreciate you giving us your time. We work hard every day to put quality content out there for our community.
Techdirt is one of the few remaining truly independent media outlets. We do not have a giant corporation behind us, and we rely heavily on our community to support us, in an age when advertisers are increasingly uninterested in sponsoring small, independent sites — especially a site like ours that is unwilling to pull punches in its reporting and analysis.
While other websites have resorted to paywalls, registration requirements, and increasingly annoying/intrusive advertising, we have always kept Techdirt open and available to anyone. But in order to continue doing so, we need your support. We offer a variety of ways for our readers to support us, from direct donations to special subscriptions and cool merchandise — and every little bit helps. Thank you.
–The Techdirt Team
Reader Comments
Subscribe: RSS
View by: Time | Thread
HAHA! Another ridiculous patent suit in the making
"Trading Technologies, a software vendor for futures and options, Tuesday asked the world's four major futures marts for a slice of their revenues in return for protection from patent lawsuits."
This sounds like the SCO of the futures industry. Awesome!
[ link to this | view in chronology ]
Correction
The first patent seems to cover things like Apple's "Fix and continue" feature (http://developer.apple.com/documentation/DeveloperTools/Conceptual/Xcode QuickTour/qt_fix/chapter_ 5_section_1.html).
The second one however does seem to cover the combination of the C preprocessor and the C compiler (whereby the preprocessor processes the "meta-information", whose results are then used by the C compiler). I'm not sure though.
Note that I'm not trying to defend these patents (e.g. like pretty much every other software patent, they claim the problem and not the solution), but these are not patents on the principles of compiling or editing source code.
[ link to this | view in chronology ]
No Subject Given
Prior art to this may be the GNU compiler, which has multiple frontends (that process C, C++, Fortran, etc) that produce an intermediate format (LISPish) that is then fed into a backend for the actual compilation, but the patent itself is rather hard to parse.
[ link to this | view in chronology ]