Changeset 1310
- Timestamp:
- 01/31/09 11:48:47 (3 years ago)
- Location:
- trunk/tigcc/tools
- Files:
-
- 28 edited
-
Makefile (modified) (1 diff)
-
bin2oth.c (modified) (2 diffs)
-
packhead.h (modified) (2 diffs)
-
revtools.h (modified) (3 diffs)
-
strhead.h (modified) (2 diffs)
-
tt.h (modified) (2 diffs)
-
ttarchive.c (modified) (2 diffs)
-
ttarchive.h (modified) (2 diffs)
-
ttbin2bin.c (modified) (2 diffs)
-
ttbin2hex.c (modified) (2 diffs)
-
ttbin2oth.c (modified) (2 diffs)
-
ttbin2str.c (modified) (2 diffs)
-
ttchecksum.c (modified) (2 diffs)
-
ttextract.c (modified) (2 diffs)
-
tthelp.c (modified) (2 diffs)
-
tthex2bin.c (modified) (2 diffs)
-
ttinfo.c (modified) (2 diffs)
-
ttpack.c (modified) (2 diffs)
-
ttppggen.c (modified) (3 diffs)
-
ttsetname.c (modified) (3 diffs)
-
ttsplit.c (modified) (3 diffs)
-
ttstrip.c (modified) (2 diffs)
-
tttiler.c (modified) (3 diffs)
-
ttunarchive.c (modified) (3 diffs)
-
ttunpack.c (modified) (3 diffs)
-
ttunpack.h (modified) (2 diffs)
-
ttversion.h (modified) (1 diff)
-
unpack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tigcc/tools/Makefile
r1308 r1310 1 # GCC4TI Tools Makefile1 # TI-68k Developer Utilities Makefile 2 2 # Copyright (C) 2009, Lionel Debroux 3 3 -
trunk/tigcc/tools/bin2oth.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: bin2oth.c 5 5 * initial date: 22/08/2000 … … 16 16 17 17 /* 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. 19 19 20 20 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/packhead.h
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: packhead.h 5 5 * initial date: 14/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/revtools.h
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: revtools.h 5 5 * initial date: 23/08/2000 … … 12 12 13 13 /* 14 This file is part of GCC4TI Tools.14 This file is part of TI-68k Developer Utilities. 15 15 16 16 This file is free software; you can redistribute it and/or … … 42 42 #define PRINT_ID(name) {fprintf(stdout,"\n");fprintf(stdout, name" ");\ 43 43 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" \ 45 45 "(c) thomas.nussbaumer@gmx.net "__DATE__" "__TIME__"\n\n");} 46 46 -
trunk/tigcc/tools/strhead.h
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: strhead.h 5 5 * initial date: 13/08/2000 … … 11 11 12 12 /* 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. 14 14 15 15 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/tt.h
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: tt.h 5 5 * initial date: 13/08/2000 6 6 * author: thomas.nussbaumer@gmx.net 7 * description: generic definitions for GCC4TI Tools7 * description: generic definitions for TI-68k Developer Utilities 8 8 * 9 9 ******************************************************************************/ 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or … … 17 17 version 2.1 of the License, or (at your option) any later version. 18 18 19 As a special exception, UNMODIFIED copies of the GCC4TI Tools may also be19 As a special exception, UNMODIFIED copies of the TI-68k Developer Utilities may also be 20 20 redistributed or sold without source code, for any purpose. (The Lesser 21 21 General Public License restrictions do apply in other respects; for example, -
trunk/tigcc/tools/ttarchive.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttarchive.c 5 5 * initial date: 16/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttarchive.h
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttarchive.h 5 5 * initial date: 20/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttbin2bin.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttbin2bin.c 5 5 * initial date: 21/08/2000 … … 12 12 13 13 /* 14 This file is part of GCC4TI Tools.14 This file is part of TI-68k Developer Utilities. 15 15 16 16 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttbin2hex.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttbin2hex.c 5 5 * initial date: 13/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttbin2oth.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttbin2oth.c 5 5 * initial date: 14/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttbin2str.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttbin2str.c 5 5 * initial date: 13/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttchecksum.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttchecksum.c 5 5 * initial date: 21/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttextract.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttextract.c 5 5 * initial date: 13/08/2000 … … 11 11 12 12 /* 13 This file is part of GCC4TI Tools.13 This file is part of TI-68k Developer Utilities. 14 14 15 15 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/tthelp.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: tthelp.c 5 5 * initial date: 21/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/tthex2bin.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: tthex2bin.c 5 5 * initial date: 18/03/2002 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttinfo.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttchecksum.c 5 5 * initial date: 21/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttpack.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttpack.c 5 5 * initial date: 14/08/2000 … … 45 45 46 46 #include "tt.h" // generic defines 47 #include "ttversion.h" // GCC4TI Tools version info47 #include "ttversion.h" // TI-68k Developer Utilities version info 48 48 #include "revtools.h" // used for id displaying 49 49 #include "packhead.h" // compressed header definition -
trunk/tigcc/tools/ttppggen.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttppggen.c 5 5 * initial date: 28/09/2000 … … 11 11 12 12 /* 13 This file is part of GCC4TI Tools.13 This file is part of TI-68k Developer Utilities. 14 14 15 15 This file is free software; you can redistribute it and/or … … 41 41 42 42 #include "tt.h" // generic defines 43 #include "ttversion.h" // GCC4TI Tools version info43 #include "ttversion.h" // TI-68k Developer Utilities version info 44 44 #include "revtools.h" // automatic cvs version extraction 45 45 -
trunk/tigcc/tools/ttsetname.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttsetname.c 5 5 * initial date: 18/10/2002 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or … … 177 177 // 178 178 // 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) 180 180 // Adapt to new version display (revtools.h). 181 181 // -
trunk/tigcc/tools/ttsplit.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttsplit.c 5 5 * initial date: 23/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or … … 45 45 46 46 #include "tt.h" // generic defines 47 #include "ttversion.h" // GCC4TI Tools version info47 #include "ttversion.h" // TI-68k Developer Utilities version info 48 48 #include "revtools.h" 49 49 -
trunk/tigcc/tools/ttstrip.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttstrip.c 5 5 * initial date: 13/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/tttiler.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: tttiler.c 5 5 * initial date: 24/11/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or … … 40 40 41 41 #include "tt.h" // generic defines 42 #include "ttversion.h" // GCC4TI Tools version info42 #include "ttversion.h" // TI-68k Developer Utilities version info 43 43 #include "revtools.h" 44 44 -
trunk/tigcc/tools/ttunarchive.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttunarchive.c 5 5 * initial date: 29/01/2002 … … 21 21 22 22 /* 23 This file is part of GCC4TI Tools.23 This file is part of TI-68k Developer Utilities. 24 24 25 25 This file is free software; you can redistribute it and/or … … 52 52 53 53 #include "tt.h" // generic defines 54 #include "ttversion.h" // GCC4TI Tools version info54 #include "ttversion.h" // TI-68k Developer Utilities version info 55 55 #include "revtools.h" 56 56 #include "ttunpack.h" // errorcodes definition -
trunk/tigcc/tools/ttunpack.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttunpack.c 5 5 * initial date: 18/08/2000 … … 17 17 18 18 /* 19 This file is part of GCC4TI Tools.19 This file is part of TI-68k Developer Utilities. 20 20 21 21 This file is free software; you can redistribute it and/or … … 48 48 49 49 #include "tt.h" // generic defines 50 #include "ttversion.h" // GCC4TI Tools version info50 #include "ttversion.h" // TI-68k Developer Utilities version info 51 51 #include "revtools.h" 52 52 #include "ttunpack.h" // errorcodes definition -
trunk/tigcc/tools/ttunpack.h
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttunpack.h 5 5 * initial date: 14/08/2000 … … 10 10 11 11 /* 12 This file is part of GCC4TI Tools and ExtGraph.12 This file is part of TI-68k Developer Utilities and ExtGraph. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/ttversion.h
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: ttversion.h 5 5 * initial date: 13/08/2000 6 6 * author: thomas.nussbaumer@gmx.net 7 * description: GCC4TI Tools (formerly TIGCC Tools Suite) version definitions7 * description: TI-68k Developer Utilities (formerly TIGCC Tools Suite) version definitions 8 8 * 9 9 ******************************************************************************/ 10 10 11 11 /* 12 This file is part of GCC4TI Tools.12 This file is part of TI-68k Developer Utilities. 13 13 14 14 This file is free software; you can redistribute it and/or -
trunk/tigcc/tools/unpack.c
r1308 r1310 1 1 /****************************************************************************** 2 2 * 3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite)3 * project name: TI-68k Developer Utilities (formerly TIGCC Tools Suite) 4 4 * file name: unpack.c 5 5 * initial date: 14/08/2000
Note: See TracChangeset
for help on using the changeset viewer.
