Changeset 527 for CMT/HEAD/ChangeLog


Ignore:
Timestamp:
Nov 20, 2009, 10:45:54 AM (15 years ago)
Author:
rybkin
Message:

See C.L. 414

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r526 r527  
     12009-11-20    <rybkin@lal.in2p3.fr> 414
     2
     3        * source/cmt_system.h: In class CmtSystem, introduce functions
     4        close_ostream, close_stdout in order check whether there are file write
     5        errors, and exit with an error if that is the case
     6        * source/cmt_system.cxx: Implement introduced functions, in function
     7        CmtSystem::compare_and_update_files, check file stream status
     8        * source/cmt_generators.cxx: Set file_access_error error if file cannot be
     9        opened for writing, close file streams on writing making use of
     10        close_ostream
     11        * source/cmt_generator.cxx: idem
     12        * source/cmt_parser.cxx: idem, in setup.[c]sh, cleanup.[c]sh scripts, check
     13        CMT command exit status, on failure, print the command and exit,
     14        for "cmt filter" command, set path_not_found error, when appropriate
     15        * source/cmt.cxx: Close stdout with CmtSystem::close_stdout before exiting
     16        the program
     17        * source/cmt_string.cxx: In function cmt_string::write, check file stream
     18        status
     19        * src/Makefile.header: Improve a diagnostic message by using the standard
     20        macros
     21        * mgr/cmt_dependencies.make: Update
     22       
    1232009-11-13    <rybkin@lal.in2p3.fr> 413
    224
Note: See TracChangeset for help on using the changeset viewer.