1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00
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
..
org.eclipse.cdt.core Patch for Andrew Niefer: 2003-04-21 18:04:53 +00:00
org.eclipse.cdt.core.linux Updated. 2003-02-02 03:29:29 +00:00
org.eclipse.cdt.core.qnx Updated all build.properties files 2003-01-06 19:46:51 +00:00
org.eclipse.cdt.core.solaris Fixed a typo 2003-01-06 20:32:01 +00:00
org.eclipse.cdt.core.win32 updated 2003-02-25 16:06:02 +00:00
org.eclipse.cdt.ui remove console mode, not used 2003-04-21 17:09:03 +00:00
org.eclipse.cdt.ui.tests Patch for Andrew Niefer: 2003-04-21 18:04:53 +00:00