Changeset 1310


Ignore:
Timestamp:
01/31/09 11:48:47 (3 years ago)
Author:
debrouxl
Message:

Following  http://www.yaronet.com/en/posts.php?s=118509 , rename "GCC4TI Tools" to "TI-68k Developer Utilities".

Location:
trunk/tigcc/tools
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/tigcc/tools/Makefile

    r1308 r1310  
    1 # GCC4TI Tools Makefile 
     1# TI-68k Developer Utilities Makefile 
    22# Copyright (C) 2009, Lionel Debroux 
    33 
  • trunk/tigcc/tools/bin2oth.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       bin2oth.c 
    55* initial date:    22/08/2000 
     
    1616 
    1717/* 
    18   This file is part of ttbin2oth, one of the GCC4TI Tools. 
     18  This file is part of ttbin2oth, one of the TI-68k Developer Utilities. 
    1919 
    2020  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/packhead.h

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       packhead.h 
    55* initial date:    14/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/revtools.h

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       revtools.h 
    55* initial date:    23/08/2000 
     
    1212 
    1313/* 
    14   This file is part of GCC4TI Tools. 
     14  This file is part of TI-68k Developer Utilities. 
    1515 
    1616  This file is free software; you can redistribute it and/or 
     
    4242#define PRINT_ID(name)  {fprintf(stdout,"\n");fprintf(stdout, name" ");\ 
    4343                         fprintf(stdout,FILE_REVISION);\ 
    44                          fprintf(stdout," - GCC4TI Tools v"TTV_MAIN TTV_SUB"\n" \ 
     44                         fprintf(stdout," - TI-68k Developer Utilities v"TTV_MAIN TTV_SUB"\n" \ 
    4545                                       "(c) thomas.nussbaumer@gmx.net "__DATE__" "__TIME__"\n\n");} 
    4646 
  • trunk/tigcc/tools/strhead.h

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       strhead.h 
    55* initial date:    13/08/2000 
     
    1111 
    1212/* 
    13   This file is part of ttbin2oth, one of the GCC4TI Tools. 
     13  This file is part of ttbin2oth, one of the TI-68k Developer Utilities. 
    1414 
    1515  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/tt.h

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       tt.h 
    55* initial date:    13/08/2000 
    66* author:          thomas.nussbaumer@gmx.net 
    7 * description:     generic definitions for GCC4TI Tools 
     7* description:     generic definitions for TI-68k Developer Utilities 
    88* 
    99******************************************************************************/ 
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
     
    1717  version 2.1 of the License, or (at your option) any later version. 
    1818 
    19   As a special exception, UNMODIFIED copies of the GCC4TI Tools may also be 
     19  As a special exception, UNMODIFIED copies of the TI-68k Developer Utilities may also be 
    2020  redistributed or sold without source code, for any purpose. (The Lesser 
    2121  General Public License restrictions do apply in other respects; for example, 
  • trunk/tigcc/tools/ttarchive.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttarchive.c 
    55* initial date:    16/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttarchive.h

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttarchive.h 
    55* initial date:    20/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttbin2bin.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttbin2bin.c 
    55* initial date:    21/08/2000 
     
    1212 
    1313/* 
    14   This file is part of GCC4TI Tools. 
     14  This file is part of TI-68k Developer Utilities. 
    1515 
    1616  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttbin2hex.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttbin2hex.c 
    55* initial date:    13/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttbin2oth.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttbin2oth.c 
    55* initial date:    14/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttbin2str.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttbin2str.c 
    55* initial date:    13/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttchecksum.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttchecksum.c 
    55* initial date:    21/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttextract.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttextract.c 
    55* initial date:    13/08/2000 
     
    1111 
    1212/* 
    13   This file is part of GCC4TI Tools. 
     13  This file is part of TI-68k Developer Utilities. 
    1414 
    1515  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/tthelp.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       tthelp.c 
    55* initial date:    21/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/tthex2bin.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       tthex2bin.c 
    55* initial date:    18/03/2002 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttinfo.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttchecksum.c 
    55* initial date:    21/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttpack.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttpack.c 
    55* initial date:    14/08/2000 
     
    4545 
    4646#include "tt.h"          // generic defines 
    47 #include "ttversion.h"   // GCC4TI Tools version info 
     47#include "ttversion.h"   // TI-68k Developer Utilities version info 
    4848#include "revtools.h"    // used for id displaying 
    4949#include "packhead.h"    // compressed header definition 
  • trunk/tigcc/tools/ttppggen.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttppggen.c 
    55* initial date:    28/09/2000 
     
    1111 
    1212/* 
    13   This file is part of GCC4TI Tools. 
     13  This file is part of TI-68k Developer Utilities. 
    1414 
    1515  This file is free software; you can redistribute it and/or 
     
    4141 
    4242#include "tt.h"          // generic defines 
    43 #include "ttversion.h"   // GCC4TI Tools version info 
     43#include "ttversion.h"   // TI-68k Developer Utilities version info 
    4444#include "revtools.h"    // automatic cvs version extraction 
    4545 
  • trunk/tigcc/tools/ttsetname.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttsetname.c 
    55* initial date:    18/10/2002 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
     
    177177// 
    178178// Revision 1.2  2009/01/25           Lionel Debroux 
    179 // Initial import in the GCC4TI Tools (this tool used to be in TI-Chess) 
     179// Initial import in the TI-68k Developer Utilities (this tool used to be in TI-Chess) 
    180180// Adapt to new version display (revtools.h). 
    181181// 
  • trunk/tigcc/tools/ttsplit.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttsplit.c 
    55* initial date:    23/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
     
    4545 
    4646#include "tt.h"          // generic defines 
    47 #include "ttversion.h"   // GCC4TI Tools version info 
     47#include "ttversion.h"   // TI-68k Developer Utilities version info 
    4848#include "revtools.h" 
    4949 
  • trunk/tigcc/tools/ttstrip.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttstrip.c 
    55* initial date:    13/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/tttiler.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       tttiler.c 
    55* initial date:    24/11/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
     
    4040 
    4141#include "tt.h"          // generic defines 
    42 #include "ttversion.h"   // GCC4TI Tools version info 
     42#include "ttversion.h"   // TI-68k Developer Utilities version info 
    4343#include "revtools.h" 
    4444 
  • trunk/tigcc/tools/ttunarchive.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttunarchive.c 
    55* initial date:    29/01/2002 
     
    2121 
    2222/* 
    23   This file is part of GCC4TI Tools. 
     23  This file is part of TI-68k Developer Utilities. 
    2424 
    2525  This file is free software; you can redistribute it and/or 
     
    5252 
    5353#include "tt.h"          // generic defines 
    54 #include "ttversion.h"   // GCC4TI Tools version info 
     54#include "ttversion.h"   // TI-68k Developer Utilities version info 
    5555#include "revtools.h" 
    5656#include "ttunpack.h"    // errorcodes definition 
  • trunk/tigcc/tools/ttunpack.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttunpack.c 
    55* initial date:    18/08/2000 
     
    1717 
    1818/* 
    19   This file is part of GCC4TI Tools. 
     19  This file is part of TI-68k Developer Utilities. 
    2020 
    2121  This file is free software; you can redistribute it and/or 
     
    4848 
    4949#include "tt.h"          // generic defines 
    50 #include "ttversion.h"   // GCC4TI Tools version info 
     50#include "ttversion.h"   // TI-68k Developer Utilities version info 
    5151#include "revtools.h" 
    5252#include "ttunpack.h"    // errorcodes definition 
  • trunk/tigcc/tools/ttunpack.h

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttunpack.h 
    55* initial date:    14/08/2000 
     
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools and ExtGraph. 
     12  This file is part of TI-68k Developer Utilities and ExtGraph. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/ttversion.h

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       ttversion.h 
    55* initial date:    13/08/2000 
    66* author:          thomas.nussbaumer@gmx.net 
    7 * description:     GCC4TI Tools (formerly TIGCC Tools Suite) version definitions 
     7* description:     TI-68k Developer Utilities (formerly TIGCC Tools Suite) version definitions 
    88* 
    99******************************************************************************/ 
    1010 
    1111/* 
    12   This file is part of GCC4TI Tools. 
     12  This file is part of TI-68k Developer Utilities. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
  • trunk/tigcc/tools/unpack.c

    r1308 r1310  
    11/****************************************************************************** 
    22* 
    3 * project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
     3* project name:    TI-68k Developer Utilities (formerly TIGCC Tools Suite) 
    44* file name:       unpack.c 
    55* initial date:    14/08/2000 
Note: See TracChangeset for help on using the changeset viewer.