Changeset 843054c2 for src


Ignore:
Timestamp:
May 21, 2015, 9:44:51 PM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
76f2e97f
Parents:
a08ba92
Message:

licencing: seventh groups of files

Location:
src
Files:
418 moved

Legend:

Unmodified
Added
Removed
  • src/ArgTweak/FunctionFixer.cc

    ra08ba92 r843054c2  
    77// FunctionFixer.cc --
    88//
    9 // Author           : Peter A. Buhr
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Sat May 16 08:12:38 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May 18 23:30:39 2015
    13 // Update Count     : 6
     12// Last Modified On : Thu May 21 21:11:45 2015
     13// Update Count     : 7
    1414//
    1515
  • src/ArgTweak/FunctionFixer.h

    ra08ba92 r843054c2  
    77// FunctionFixer.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ArgTweak/Mutate.cc

    ra08ba92 r843054c2  
    77// Mutate.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ArgTweak/Mutate.h

    ra08ba92 r843054c2  
    77// Mutate.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/CodeGen/CodeGenerator2.cc

    ra08ba92 r843054c2  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May 18 23:34:27 2015
    13 // Update Count     : 1
     12// Last Modified On : Thu May 21 17:13:35 2015
     13// Update Count     : 7
    1414//
    1515
     
    656656                        before << "register ";
    657657                        break;
    658                   case Declaration::Inline:
    659                         before << "inline ";
    660                         break;
    661                   case Declaration::Fortran:
    662                         before << "fortran ";
    663                         break;
    664                 }
     658                } // switch
    665659        }
    666660} // namespace CodeGen
  • src/ControlStruct/CaseRangeMutator.cc

    ra08ba92 r843054c2  
    77// CaseRangeMutator.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/CaseRangeMutator.h

    ra08ba92 r843054c2  
    77// CaseRangeMutator.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/ChooseMutator.cc

    ra08ba92 r843054c2  
    77// ChooseMutator.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/ChooseMutator.h

    ra08ba92 r843054c2  
    77// ChooseMutator.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/ForExprMutator.cc

    ra08ba92 r843054c2  
    77// ForExprMutator.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/ForExprMutator.h

    ra08ba92 r843054c2  
    77// ForExprMutator.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/LabelFixer.cc

    ra08ba92 r843054c2  
    77// LabelFixer.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/LabelFixer.h

    ra08ba92 r843054c2  
    77// LabelFixer.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/LabelGenerator.cc

    ra08ba92 r843054c2  
    77// LabelGenerator.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/LabelGenerator.h

    ra08ba92 r843054c2  
    77// LabelGenerator.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/LabelTypeChecker.cc

    ra08ba92 r843054c2  
    77// LabelTypeChecker.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/LabelTypeChecker.h

    ra08ba92 r843054c2  
    77// LabelTypeChecker.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/MLEMutator.cc

    ra08ba92 r843054c2  
    77// MLEMutator.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/MLEMutator.h

    ra08ba92 r843054c2  
    77// MLEMutator.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/Mutate.cc

    ra08ba92 r843054c2  
    77// Mutate.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/ControlStruct/Mutate.h

    ra08ba92 r843054c2  
    77// Mutate.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Designators/Processor.cc

    ra08ba92 r843054c2  
    77// Processor.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Designators/Processor.h

    ra08ba92 r843054c2  
    77// Processor.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/Association.cc

    ra08ba92 r843054c2  
    77// Association.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/Association.h

    ra08ba92 r843054c2  
    77// Association.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/BasicInit.cc

    ra08ba92 r843054c2  
    77// BasicInit.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/BasicInit.h

    ra08ba92 r843054c2  
    77// BasicInit.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/DeclarationHoister.cc

    ra08ba92 r843054c2  
    77// DeclarationHoister.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/DeclarationHoister.h

    ra08ba92 r843054c2  
    77// DeclarationHoister.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/InitExpander.cc

    ra08ba92 r843054c2  
    77// InitExpander.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/InitExpander.h

    ra08ba92 r843054c2  
    77// InitExpander.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/InitModel.cc

    ra08ba92 r843054c2  
    77// InitModel.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/InitModel.h

    ra08ba92 r843054c2  
    77// InitModel.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/Mutate.cc

    ra08ba92 r843054c2  
    77// Mutate.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/Mutate.h

    ra08ba92 r843054c2  
    77// Mutate.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/RemoveInit.cc

    ra08ba92 r843054c2  
    77// RemoveInit.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/RemoveInit.h

    ra08ba92 r843054c2  
    77// RemoveInit.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/InitTweak/diet_map.h

    ra08ba92 r843054c2  
    77// diet_map.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Makefile.in

    ra08ba92 r843054c2  
    88## Makefile.in --
    99##
    10 ## Author           : Peter A. Buhr
     10## Author           : Richard C. Bilson
    1111## Created On       : Sat May 16 08:37:37 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sat May 16 08:38:52 2015
    14 ## Update Count     : 2
     13## Last Modified On : Thu May 21 21:17:32 2015
     14## Update Count     : 3
    1515###############################################################################
    1616
  • src/Parser/DeclarationNode.cc

    ra08ba92 r843054c2  
    1010// Created On       : Sat May 16 12:34:05 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat May 16 12:38:20 2015
    13 // Update Count     : 4
     12// Last Modified On : Thu May 21 09:28:54 2015
     13// Update Count     : 13
    1414//
    1515
     
    751751                        newnode->type = ret;
    752752                        return newnode;
    753                 } else {
    754                         return 0;
    755                 }
    756         } else {
    757                 return 0;
    758         }
     753                } // if
     754        } // if
     755        return 0;
    759756}
    760757
     
    770767                                if ( decl ) {
    771768                                        *out++ = decl;
    772                                 }
    773                         }
     769                                } // if
     770                        } // if
    774771                        Declaration *decl = cur->build();
    775772                        if ( decl ) {
    776773                                *out++ = decl;
    777                         }
     774                        } // if
    778775                } catch( SemanticError &e ) {
    779776                        errors.append( e );
    780                 }
     777                } // try
    781778                cur = dynamic_cast< DeclarationNode* >( cur->get_link() );
    782         }
     779        } // while
    783780        if ( ! errors.isEmpty() ) {
    784781                throw errors;
    785         }
     782        } // if
    786783}
    787784
     
    811808                                        UnionInstType *inst = new UnionInstType( Type::Qualifiers(), agg->get_name() );
    812809                                        *out++ = new ObjectDecl( "", Declaration::NoStorageClass, linkage, 0, inst, 0 );
    813                                 }
    814                         }
     810                                } // if
     811                        } // if
    815812                } catch( SemanticError &e ) {
    816813                        errors.append( e );
    817                 }
     814                } // try
    818815                cur = dynamic_cast< DeclarationNode* >( cur->get_link() );
    819         }
     816        } // while
    820817        if ( ! errors.isEmpty() ) {
    821818                throw errors;
    822         }
     819        } // if
    823820}
    824821
     
    832829                } catch( SemanticError &e ) {
    833830                        errors.append( e );
    834                 }
     831                } // try
    835832                cur = dynamic_cast< DeclarationNode* >( cur->get_link() );
    836         }
     833        } // while
    837834        if ( ! errors.isEmpty() ) {
    838835                throw errors;
    839         }
     836        } // if
    840837}
    841838
    842839Declaration *DeclarationNode::build() const {
    843 
    844         if ( ! type ) {
    845                 if ( buildInline() ) {
    846                         throw SemanticError( "invalid inline specification in declaration of ", this );
    847                 } else {
    848                         return new ObjectDecl( name, buildStorageClass(), linkage, maybeBuild< Expression >( bitfieldWidth ), 0, maybeBuild< Initializer >( initializer ) );
    849                 }
    850         } else {
     840        if ( type ) {
    851841                Declaration *newDecl = type->buildDecl( name, buildStorageClass(), maybeBuild< Expression >( bitfieldWidth ), buildInline(), linkage, maybeBuild< Initializer >(initializer) );
    852842                return newDecl;
    853         }
    854         // we should never get here
    855         assert( false );
    856         return 0;
     843        } // if
     844        if ( ! buildInline() ) {
     845                return new ObjectDecl( name, buildStorageClass(), linkage, maybeBuild< Expression >( bitfieldWidth ), 0, maybeBuild< Initializer >( initializer ) );
     846        } // if
     847        throw SemanticError( "invalid inline specification in declaration of ", this );
    857848}
    858849
     
    904895        for ( std::list< StorageClass >::const_iterator i = storageClasses.begin(); i != storageClasses.end(); ++i ) {
    905896                assert( unsigned( *i ) < sizeof( scMap ) / sizeof( scMap[0] ) );
    906                 if ( *i == Inline ) continue;
    907                 if ( ret == Declaration::NoStorageClass ) {
    908                         ret = scMap[ *i ];
    909                 } else {
     897          if ( *i == Inline ) continue;
     898          if ( ret != Declaration::NoStorageClass ) {
    910899                        throw SemanticError( "invalid combination of storage classes in declaration of ", this );
    911900                }
     901                ret = scMap[ *i ];
    912902        }
    913903        return ret;
     
    916906bool DeclarationNode::buildInline() const {
    917907        std::list< StorageClass >::const_iterator first = std::find( storageClasses.begin(), storageClasses.end(), Inline );
    918         if ( first == storageClasses.end() ) {
    919                 return false;
    920         } else {
    921                 std::list< StorageClass >::const_iterator next = std::find( ++first, storageClasses.end(), Inline );
    922                 if ( next == storageClasses.end() ) {
    923                         return true;
    924                 } else {
    925                         throw SemanticError( "duplicate inline specification in declaration of ", this );
    926                 }
    927         }
    928         // we should never get here
    929         return false;
     908  if ( first == storageClasses.end() ) return false;
     909        std::list< StorageClass >::const_iterator next = std::find( ++first, storageClasses.end(), Inline );
     910  if ( next == storageClasses.end() ) return true;
     911        throw SemanticError( "duplicate inline specification in declaration of ", this );
    930912}
    931913
  • src/Parser/module.mk

    ra08ba92 r843054c2  
    88## module.mk --
    99##
    10 ## Author           : Peter A. Buhr
     10## Author           : Richard C. Bilson
    1111## Created On       : Sat May 16 15:29:09 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sat May 16 15:29:50 2015
    14 ## Update Count     : 1
     13## Last Modified On : Thu May 21 21:17:07 2015
     14## Update Count     : 2
    1515###############################################################################
    1616
  • src/SynTree/FunctionDecl.cc

    ra08ba92 r843054c2  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May 18 08:48:46 2015
    13 // Update Count     : 1
     12// Last Modified On : Thu May 21 21:31:16 2015
     13// Update Count     : 11
    1414//
    1515
     
    2222
    2323FunctionDecl::FunctionDecl( const std::string &name, StorageClass sc, LinkageSpec::Type linkage, FunctionType *type, CompoundStmt *statements, bool isInline )
    24         : Parent( name, sc, linkage ), type( type ), statements( statements ), isInline( isInline ) {
     24                : Parent( name, sc, linkage ), type( type ), statements( statements ), isInline( isInline ) {
    2525        // this is a brazen hack to force the function "main" to have C linkage
    2626        if ( name == "main" ) {
     
    3030
    3131FunctionDecl::FunctionDecl( const FunctionDecl &other )
    32         : Parent( other ), type( maybeClone( other.type ) ), statements( maybeClone( other.statements ) ), isInline( other.isInline ) {
     32                : Parent( other ), type( maybeClone( other.type ) ), statements( maybeClone( other.statements ) ), isInline( other.isInline ) {
    3333}
    3434
     
    6868                os << "untyped entity ";
    6969        } // if
     70
    7071        if ( ! oldIdents.empty() ) {
    7172                os << string( indent+2, ' ' ) << "with parameter names" << endl;
     
    7475                } // for
    7576        } // if
     77
    7678        if ( ! oldDecls.empty() ) {
    7779                os << string( indent+2, ' ' ) << "with parameter declarations" << endl;
  • src/Tuples/AssignExpand.cc

    ra08ba92 r843054c2  
    77// AssignExpand.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/AssignExpand.h

    ra08ba92 r843054c2  
    77// AssignExpand.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/FlattenTuple.cc

    ra08ba92 r843054c2  
    77// FlattenTuple.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/FlattenTuple.h

    ra08ba92 r843054c2  
    77// FlattenTuple.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/FunctionChecker.cc

    ra08ba92 r843054c2  
    77// FunctionChecker.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/FunctionChecker.h

    ra08ba92 r843054c2  
    77// FunctionChecker.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/FunctionFixer.cc

    ra08ba92 r843054c2  
    77// FunctionFixer.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/FunctionFixer.h

    ra08ba92 r843054c2  
    77// FunctionFixer.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/MultRet.cc

    ra08ba92 r843054c2  
    77// MultRet.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/MultRet.h

    ra08ba92 r843054c2  
    77// MultRet.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/Mutate.cc

    ra08ba92 r843054c2  
    77// Mutate.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/Mutate.h

    ra08ba92 r843054c2  
    77// Mutate.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/NameMatcher.cc

    ra08ba92 r843054c2  
    77// NameMatcher.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/NameMatcher.h

    ra08ba92 r843054c2  
    77// NameMatcher.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/TupleAssignment.cc

    ra08ba92 r843054c2  
    77// TupleAssignment.cc --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/Tuples/TupleAssignment.h

    ra08ba92 r843054c2  
    77// TupleAssignment.h --
    88//
    9 // Author           : Richard C. Bilson
     9// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
  • src/main.cc

    ra08ba92 r843054c2  
    77// main.cc --
    88//
    9 // Author           : Peter A. Buhr
     9// Author           : Richard C. Bilson
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat May 16 07:42:27 2015
    13 // Update Count     : 8
     12// Last Modified On : Thu May 21 21:15:54 2015
     13// Update Count     : 9
    1414//
    1515
Note: See TracChangeset for help on using the changeset viewer.