Changeset 607 for CMT/HEAD/ChangeLog


Ignore:
Timestamp:
Apr 3, 2012, 3:54:50 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 482

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r606 r607  
     12012-04-03    <rybkin@lal.in2p3.fr> 482
     2
     3        * source/cmt_syntax.cxx: In class SyntaxParser function
     4        do_parse_requirements, check return value of string read function and set
     5        error on failure, re-write function do_parse_text in order to optimise
     6        * source/cmt_awk.cxx: In class Parser, re-write function parse in order
     7        to optimise, in class Awk function run, test CMTTESTAWK environment
     8        variable in debug mode only, re-write function run in order to optimise
     9        * source/cmt_string.cxx: In class cmt_string, make function resize set size
     10        and terminate string with 0, optimise functions substr (int, int),
     11        substr (int, int, cmt_string&)
     12        * source/cmt_pattern.cxx: In class Pattern functions test CMTTESTPATTERN
     13        environment variable in debug mode only
     14        * source/cmt_regexp.cxx: In class cmt_and_node function match, class
     15        cmt_or_node function match, class cmt_regexp function set, test
     16        CMTTESTREGEXP environment variable in debug mode only
     17        * source/cmt_parser.cxx: In class Cmt function set_standard_macros, test
     18        TAGDEBUG environment variable once
     19        * source/cmt_system.cxx: In class CmtSystem, re-write function realpath_
     20        making use of system functions realpath (POSIX) and _fullpath (Windows)
     21        * source/cmt_use.cxx: In class Use function get_cmtpath_and_offset, check
     22        return value of CmtSystem::realpath_ and set error on failure
     23        * source/cmt_project.cxx: In class Project function find_in_cmt_paths check
     24        return value of CmtSystem::realpath_ and return on failure, do not test
     25        existence of project cmt paths as they must exist
     26        * source/cmt_symbol.cxx: In find_path_entry helper function, make use of
     27        CmtSystem::realpath_ for paths comparison
     28
    1292012-03-26    <rybkin@lal.in2p3.fr> 481
    230
Note: See TracChangeset for help on using the changeset viewer.