1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.core
Doug Schaefer bff475c968 Patch for Andrew Niefer:
Fixed Bug36475 - Scanner does not concatenate strings
Fixed Bug36509 - Scanner turns strings into identifiers when expanding macros
Fixed Bug36521 - Scanner gets confused over commas in function like macros
Fixed Bug36695 - Scanner looses escaping on chars (ie '\4' to '4')
 
 
Moved ScannerFailedTest::testBug36475 to ScannerTestCase::testBug36475() 
Moved ScannerFailedTest::testBug36509 to ScannerTestCase::testBug36509()
Moved ScannerFailedTest::testBug36521 to ScannerTestCase::testBug36521()
Added ScannerTestCase::testBug36695()
 
Updated ScannerTestCase::testBug36047
Updated ScannerTestCase::testBug36045
2003-04-21 18:04:53 +00:00
..
build/org/eclipse/cdt Update to build model. 2003-04-17 19:21:40 +00:00
dom/org/eclipse/cdt/internal/core/dom Patch for John Camelon: 2003-04-17 18:59:18 +00:00
index/org/eclipse/cdt remove unused methods. 2003-04-10 01:12:42 +00:00
model/org/eclipse/cdt Patch for Hoda Amer: 2003-04-21 14:49:26 +00:00
parser Patch for Andrew Niefer: 2003-04-21 18:04:53 +00:00
schema Fleshing out the build model. 2003-04-09 20:56:21 +00:00
src/org/eclipse/cdt remove console mode, not used 2003-04-21 17:09:03 +00:00
utils/org/eclipse/cdt/utils Check if the line number == 0 and keep on trying. 2003-03-12 15:09:23 +00:00
.classpath Merge new parser into HEAD branch. 2003-03-04 18:25:45 +00:00
.cvsignore Added doc to CVS Ignore 2002-09-16 20:06:10 +00:00
.project cleanup 2002-09-17 18:53:40 +00:00
about.html Add license file 2002-07-10 21:49:08 +00:00
build.properties Added the dom source folder to the build.properties. 2003-04-10 18:28:37 +00:00
ChangeLog updated. 2003-04-17 12:59:33 +00:00
plugin.properties only support one platform from project for now. 2002-09-23 17:08:16 +00:00
plugin.xml Yet Another Build Model. 2003-04-07 02:47:01 +00:00