From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27294 invoked by alias); 21 Dec 2001 04:09:15 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 27257 invoked from network); 21 Dec 2001 04:09:14 -0000 Subject: SN 5.0 Patch: standard C++ keywords, take 2 From: "Timothy M. Shead" To: Source-Navigator Group Content-Type: multipart/mixed; boundary="=-YRsOKquN+y+IEDe4Sb9b" X-Mailer: Evolution/1.0 (Preview Release) Date: Fri, 07 Dec 2001 06:46:00 -0000 Message-Id: <1008907443.29604.9.camel@kathy> Mime-Version: 1.0 X-SW-Source: 2001-q4/txt/msg00061.txt.bz2 --=-YRsOKquN+y+IEDe4Sb9b Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 326 Gang: The enclosed patch updates SN5.0.0 highlighting to conform to the complete set of C++ keywords defined in ISO/IEC 14882-1998, Table 3. Specifically, it: * Adds dynamic_cast, explicit, export, false, mutable, true, typeid, typename, and wchar_t * Removes interface and overload Comments welcome, Timothy M. Shead --=-YRsOKquN+y+IEDe4Sb9b Content-Disposition: attachment; filename=keywords.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; charset=ISO-8859-1 Content-length: 1157 diff -c --recursive oldsource/snavigator/hyper/c_high.l source/snavigator/h= yper/c_high.l *** oldsource/snavigator/hyper/c_high.l Sun Feb 25 16:48:08 2001 --- source/snavigator/hyper/c_high.l Thu Dec 20 19:48:06 2001 *************** *** 142,150 **** --- 142,154 ---- delete | do | double | + dynamic_cast | else | enum | + explicit | + export | extern | + false | float | for | friend | *************** *** 152,168 **** if | inline | int | - interface | long | namespace | new | operator | - overload | private | protected | public | - reinterpret_cast | register | return | short | signed | --- 156,171 ---- if | inline | int | long | + mutable | namespace | new | operator | private | protected | public | register | + reinterpret_cast | return | short | signed | *************** *** 174,187 **** --- 177,194 ---- template | this | throw | + true | try | typedef | + typeid | + typename | union | unsigned | using | virtual | void | volatile | + wchar_t | while { paf_high_pos.beg_lineno =3D lineNumber; paf_high_pos.beg_charno =3D charNumber; --=-YRsOKquN+y+IEDe4Sb9b-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Timothy M. Shead" To: Source-Navigator Group Subject: SN 5.0 Patch: standard C++ keywords, take 2 Date: Thu, 20 Dec 2001 20:09:00 -0000 Message-ID: <1008907443.29604.9.camel@kathy> X-SW-Source: 2001-q4/msg00087.html Message-ID: <20011220200900.j5DZAdZavmbKT4CYvD_b9XW4NKuRRvECY-DvlZsBygQ@z> Gang: The enclosed patch updates SN5.0.0 highlighting to conform to the complete set of C++ keywords defined in ISO/IEC 14882-1998, Table 3. Specifically, it: * Adds dynamic_cast, explicit, export, false, mutable, true, typeid, typename, and wchar_t * Removes interface and overload Comments welcome, Timothy M. Shead