Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-02-04RESOLVED - bug 237176: XL C/C++ Compiler Preferences page is annoyingChris Recoskie1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237176
2009-02-04Bug 259015 - Ctrl-click and F3 (Navigate) should have the same semanticsAnton Leherbauer1-2/+38
2009-02-04Bug 259073 - Duplicate wizard shortcuts in File > New menuAnton Leherbauer4-130/+6
2009-02-04Bug 228236 - ConcurrentModificationException when opening source file - ↵Anton Leherbauer1-13/+11
follow up
2009-02-04Fixes a few problems related to bug 260830.Markus Schorn7-12/+45
2009-02-04API cleanup - bug 260830Anton Leherbauer2-2/+8
2009-02-04Replace CCorePlugin.log() with CUIPlugin.log()Markus Schorn20-53/+50
2009-02-04API tags for org.eclipse.cdt.core.parser.*, bug 260830.Markus Schorn15-50/+61
2009-02-04API tags for org.eclipse.cdt.core.index.*, bug 260830.Markus Schorn19-99/+65
2009-02-04API tags for org.eclipse.cdt.core.dom.ast.*, bug 260830.Markus Schorn227-708/+728
2009-02-04API tags for org.eclipse.cdt.core.dom.*, bug 260830.Markus Schorn7-25/+17
2009-02-04API tags for org.eclipse.cdt.core.dom, bug 260830.Markus Schorn6-21/+23
2009-02-04API tags for org.eclipse.cdt.core.utils.*, bug 260830.Markus Schorn17-26/+69
2009-02-04API tags for org.eclipse.cdt.core.envvar, errorparser, formatter, parser, ↵Markus Schorn15-19/+48
resources, bug 260830.
2009-02-04API tags for org.eclipse.cdt.core.cdtvariables, bug 260830.Markus Schorn5-0/+13
2009-02-04API tags for org.eclipse.cdt.core, bug 260830.Markus Schorn29-65/+104
2009-02-04API tags for org.eclipse.cdt.core.model + language, bug 260830.Markus Schorn79-175/+328
2009-02-04Fix warnings.Markus Schorn1-1/+1
2009-02-04API cleanup - bug 260830Anton Leherbauer1-1/+3
2009-02-04API tags for org.eclipse.cdt.core.browser.*, bug 260830.Markus Schorn19-611/+806
2009-02-04Fix warnings.Markus Schorn1-6/+1
2009-02-04API cleanup - bug 260830Anton Leherbauer1-1/+3
2009-02-04Restore deprecated ICompletionContributorAnton Leherbauer1-0/+48
2009-02-04Bug 263159.Sergey Prigogin3-27/+42
2009-02-03added support for IBuiltinBindingsProvider to LR parsersMike Kucera8-4/+119
2009-02-03GNU extensions: Optional positive expression in conditional expression (bug ↵Mike Kucera18-7587/+8250
212905). Case ranges (bug 211882). Compound statement expressions (bug 226274).
2009-02-03RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to ↵Chris Recoskie12-9/+1015
extend / override persistence mechanism https://bugs.eclipse.org/bugs/show_bug.cgi?id=252966
2009-02-03Fixing URISyntaxExceptions due to improperly parsed URI.Chris Recoskie1-5/+5
2009-02-03Bug 263507 - [menus] DSF UI icons are missing from the built plugin.Pawel Piech1-1/+3
2009-02-03Bug 264498 - [pda] The PDA Virtual Machine sources are not included in the ↵Pawel Piech1-2/+4
Ant build.
2009-02-03improved several interfaces in LR parserMike Kucera58-725/+686
2009-02-03[124456] - drag & drop looses argument, patch appliedAlena Laskavaia1-3/+9
2009-02-03[124421] - applied clean-up patchAlena Laskavaia6-89/+89
2009-02-03API cleanup - bug 260830Anton Leherbauer90-143/+289
2009-02-03Ambiguity handling for c++ conditions, bug 263158.Markus Schorn9-126/+235
2009-02-02bug 39698 min and max operators for LR parserMike Kucera13-5986/+6115
2009-02-02support for GNU declaration specifiers (typeof) for LR parsersMike Kucera51-16300/+16811
2009-02-02Position trackers for non-local external files, bug 261912.Markus Schorn3-26/+106
2009-02-02More efficient way of reading large files, bug 263210.Markus Schorn2-157/+218
2009-02-02Reduce testcase to 2500 else if constructs, bug 256125.Markus Schorn1-2/+2
2009-02-02Specialization scope caches specialized bases.Markus Schorn1-14/+24
2009-02-01Simplified test case for bug 263159.Sergey Prigogin1-8/+5
2009-02-01Test case for bug 263159.Sergey Prigogin1-5/+16
2009-02-01Test case for bug 263158.Sergey Prigogin1-1/+14
2009-01-31Test case for bug 263154.Sergey Prigogin1-0/+11
2009-01-31Test case for bug 263152.Sergey Prigogin1-5/+21
2009-01-30[261277] patch for make target dialogAlena Laskavaia2-18/+44
2009-01-30- avoid thrown exception by doing preventive checkAlena Laskavaia1-4/+6
2009-01-30Store linkage rather than pdom in pdom nodes, bug 263022.Markus Schorn94-1427/+1344
2009-01-30bug 219337Vivian Kong5-52/+62

Back to the top