diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-03 15:40:08 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-03 15:40:08 +0000 |
commit | 6d4b757765946e75e6540611b0e503fd8f8825b1 (patch) | |
tree | d4dfe4c711f66700691cf1e4835294d9bcf1d5ed /devel/tigcc | |
parent | a20f7e3314b17ad96405f5163f4e1dfe2171326d (diff) | |
download | ports-6d4b757765946e75e6540611b0e503fd8f8825b1.tar.gz ports-6d4b757765946e75e6540611b0e503fd8f8825b1.zip |
- Update to 0.96.b6
- New maintainer
Approved by: gabor (former maintainer)
Notes
Notes:
svn path=/head/; revision=164299
Diffstat (limited to 'devel/tigcc')
-rw-r--r-- | devel/tigcc/Makefile | 26 | ||||
-rw-r--r-- | devel/tigcc/distinfo | 15 | ||||
-rw-r--r-- | devel/tigcc/files/patch-scripts | 266 | ||||
-rw-r--r-- | devel/tigcc/files/patch-sources-a68k-A68kdef.h | 17 | ||||
-rw-r--r-- | devel/tigcc/pkg-descr | 6 | ||||
-rw-r--r-- | devel/tigcc/pkg-plist | 174 |
6 files changed, 419 insertions, 85 deletions
diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile index 1af51452d141..68ee8b20c282 100644 --- a/devel/tigcc/Makefile +++ b/devel/tigcc/Makefile @@ -6,20 +6,18 @@ # PORTNAME= tigcc -PORTVERSION= 0.96.b5 +PORTVERSION= 0.96.b6 CATEGORIES= devel MASTER_SITES= http://tigcc.ticalc.org/sources/:src \ http://tigcc.ticalc.org/linux/:linux DISTNAME= tigcc_src -DISTFILES= tigcc_src.tar.bz2:linux gcc-3.3.3.tar.bz2:src gas-2.14.tar.bz2:src +DISTFILES= tigcc_src.tar.bz2:linux gcc-4.0.2.tar.bz2:src gas-2.16.1.tar.bz2:src -MAINTAINER= gkovesdan@t-hosting.hu +MAINTAINER= walkingshadow@grummel.net COMMENT= C compiler for the TI89, 92, and 92+ calculators BUILD_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog \ - bash:${PORTSDIR}/shells/bash2 - -BROKEN= Size mismatch + bash:${PORTSDIR}/shells/bash IS_INTERACTIVE= yes USE_BZIP2= yes @@ -28,14 +26,16 @@ NO_WRKSUBDIR= yes post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/scripts/Install +do-extract: + @${MKDIR} ${WRKSRC} + @${TAR} xjf ${DISTDIR}/tigcc_src.tar.bz2 -C ${WRKSRC} + do-build: - (cd ${WRKSRC}/; \ - ${MKDIR} download; \ - ${CP} ${DISTDIR}/gcc-3.3.3.tar.bz2 ${DISTDIR}/gas-2.14.tar.bz2 download; \ - cd download; \ - ${TAR} yxf gas-2.14.tar.bz2; \ - ${TAR} yxf gcc-3.3.3.tar.bz2; \ - ${LN} -s binutils-2.14 binutils.ti) + @${MKDIR} ${WRKSRC}/download + @${TAR} xjf ${DISTDIR}/gcc-4.0.2.tar.bz2 -C ${WRKSRC}/download + @${TAR} xjf ${DISTDIR}/gas-2.16.1.tar.bz2 -C ${WRKSRC}/download + @${LN} -s ${WRKSRC}/download/gcc-4.0.2 ${WRKSRC}/download/gcc.ti + @${LN} -s ${WRKSRC}/download/binutils-2.16.1 ${WRKSRC}/download/binutils.ti do-install: (cd ${WRKSRC}/scripts; ./Install) diff --git a/devel/tigcc/distinfo b/devel/tigcc/distinfo index aeb7e6b4a508..6cc44077a1c1 100644 --- a/devel/tigcc/distinfo +++ b/devel/tigcc/distinfo @@ -1,6 +1,9 @@ -MD5 (tigcc_src.tar.bz2) = 45a8fcad2d535b79d1410ee745f925ad -SIZE (tigcc_src.tar.bz2) = 3310282 -MD5 (gcc-3.3.3.tar.bz2) = 1308c1c0d81d5e1f15725db52ee205a6 -SIZE (gcc-3.3.3.tar.bz2) = 4871291 -MD5 (gas-2.14.tar.bz2) = 795348753e29aa4c0374d1f3c4206e1a -SIZE (gas-2.14.tar.bz2) = 2340594 +MD5 (tigcc_src.tar.bz2) = 8e3b5bccc5b6db920f6ae5206166de23 +SHA256 (tigcc_src.tar.bz2) = 6bf55b375cee57685a2958cd18735f1be32c176ce043ac5444b2f80e7d5c2f2e +SIZE (tigcc_src.tar.bz2) = 3307224 +MD5 (gcc-4.0.2.tar.bz2) = 2755dbe9fe58794f463b7451f570765c +SHA256 (gcc-4.0.2.tar.bz2) = df57704d39266220744d65f55a254951f8e6ca5ac2e2acd8ec8f6bc0db540e1f +SIZE (gcc-4.0.2.tar.bz2) = 7199622 +MD5 (gas-2.16.1.tar.bz2) = 0d9f044b6cf75b31d9d39103bf2cb288 +SHA256 (gas-2.16.1.tar.bz2) = 1c66ba40a497efa0e4c5de9f6b6444d56242c211c5fe209d3b818fdb857fce50 +SIZE (gas-2.16.1.tar.bz2) = 2634551 diff --git a/devel/tigcc/files/patch-scripts b/devel/tigcc/files/patch-scripts new file mode 100644 index 000000000000..7adc278e8ea4 --- /dev/null +++ b/devel/tigcc/files/patch-scripts @@ -0,0 +1,266 @@ +Only in ../scripts: Install +Only in ../scripts: Install_All +Only in ../scripts: Install_All_nopatch +Only in ../scripts: Install_step_1 +Only in ../scripts: Install_step_2 +Only in ../scripts: Install_step_3 +Only in ../scripts: Install_step_4 +Only in ../scripts: Install_step_5 +Only in ../scripts: SCRIPTS +diff -u ../scripts/launch.a68k scripts/launch.a68k +--- ../scripts/launch.a68k Tue Feb 1 23:36:52 2005 ++++ scripts/launch.a68k Tue Mar 21 15:24:04 2006 +@@ -2,9 +2,18 @@ + # + # Compile and install the A68K assembler + # ++ ++isbsd=`uname | grep "BSD"` ++if [ $isbsd = "" ]; then ++ #Assume GNU make ++ make=make ++else ++ make=gmake ++fi ++ + echo Installing a68k assembler... + cd ../sources/a68k/ +-make -e ++${make} -e + cp A68k $TIGCC/bin/a68k +-make clean ++${make} clean + echo Done. +diff -u ../scripts/launch.binutils scripts/launch.binutils +--- ../scripts/launch.binutils Sat Jul 2 23:05:42 2005 ++++ scripts/launch.binutils Tue Mar 21 15:09:11 2006 +@@ -3,6 +3,15 @@ + # This script launch configure with the right arguments + # The tree must have been patched before doing this. + # ++ ++isbsd=`uname | grep "BSD"` ++if [ $isbsd = "" ]; then ++ #Assume GNU make ++ make=make ++else ++ make=gmake ++fi ++ + echo TIGCC script: Configuring, compiling and installing binutils... + mkdir ../build; mkdir ../build/binutils; + cd ../build/binutils; ../../download/binutils.ti/configure --disable-serial-configure --prefix=$TIGCC --target=m68k-coff --disable-shared --enable-static --disable-multilib --disable-nls --disable-win32-registry +@@ -16,7 +25,7 @@ + #This keeps us from patching the generated makefile in advance. + #So we have to call make 5 times to get it to work with our removed directories. + +-make ++${make} + + echo You should have seen an error. This is normal. TIGCC installation continues. + +@@ -24,7 +33,7 @@ + rm -f libiberty/testsuite/Makefile + echo all: >libiberty/testsuite/Makefile + +-make ++${make} + + echo You should have seen an error. This is normal. TIGCC installation continues. + +@@ -36,7 +45,7 @@ + rm -f bfd/po/Makefile + echo all: >bfd/po/Makefile + +-make ++${make} + + echo You should have seen an error. This is normal. TIGCC installation continues. + +@@ -44,7 +53,7 @@ + rm -f opcodes/po/Makefile + echo all: >opcodes/po/Makefile + +-make ++${make} + + echo You should have seen an error. This is normal. TIGCC installation continues. + +@@ -58,7 +67,7 @@ + echo all: >gas/po/Makefile + + #Now this one should really work... +-make ++${make} + if [ $? -ne 0 ] + then echo "TIGCC script: Error while making" + exit 2 +diff -u ../scripts/launch.envreg scripts/launch.envreg +--- ../scripts/launch.envreg Sat Jan 24 03:58:25 2004 ++++ scripts/launch.envreg Tue Mar 21 15:09:21 2006 +@@ -2,9 +2,18 @@ + # + # Compile and install the TIGCC environment registrator + # ++ ++isbsd=`uname | grep "BSD"` ++if [ $isbsd = "" ]; then ++ #Assume GNU make ++ make=make ++else ++ make=gmake ++fi ++ + echo Installing tigcc environment registrator... + cd ../sources/envreg/src/ +-make -e ++${make} -e + cp envreg $TIGCC/bin +-make clean ++${make} clean + echo Done. +diff -u ../scripts/launch.gcc scripts/launch.gcc +--- ../scripts/launch.gcc Thu Mar 24 02:48:25 2005 ++++ scripts/launch.gcc Tue Mar 21 15:09:46 2006 +@@ -3,6 +3,15 @@ + # This script launches configure with the right arguments + # The tree must have been patched before doing this. + # ++ ++isbsd=`uname | grep "BSD"` ++if [ $isbsd = "" ]; then ++ #Assume GNU make ++ make=make ++else ++ make=gmake ++fi ++ + echo TIGCC script: Configuring, compiling and installing gcc... + + CFLAGS_FOR_BUILD="$CFLAGS" +@@ -22,21 +31,21 @@ + #This keeps us from patching the generated makefile in advance. + #So we have to call make 3 times to get it to work with our removed directories. + +-make ++${make} + echo You should have seen an error. This is normal. TIGCC installation continues. + + # Create dummy libiberty testsuite makefile + rm -f libiberty/testsuite/Makefile + echo all: >libiberty/testsuite/Makefile + +-make ++${make} + echo You should have seen an error. This is normal. TIGCC installation continues. + + # Create dummy build-libiberty testsuite makefile + rm -f `ls -d build-*`/libiberty/testsuite/Makefile + echo all: >`ls -d build-*`/libiberty/testsuite/Makefile + +-make ++${make} + echo You should have seen an error. This is normal. TIGCC installation continues. + + cd ../../scripts +diff -u ../scripts/launch.ld-tigcc scripts/launch.ld-tigcc +--- ../scripts/launch.ld-tigcc Thu Sep 25 05:35:03 2003 ++++ scripts/launch.ld-tigcc Tue Mar 21 15:10:32 2006 +@@ -2,10 +2,19 @@ + # + # Compile and install the TIGCC linker + # ++ ++isbsd=`uname | grep "BSD"` ++if [ $isbsd = "" ]; then ++ #Assume GNU make ++ make=make ++else ++ make=gmake ++fi ++ + echo Installing TIGCC linker... + cd ../sources/ld-tigcc +-make -e ++${make} -e + cp ld-tigcc $TIGCC/bin + cp ar-tigcc $TIGCC/bin +-make clean ++${make} clean + echo Done. +diff -u ../scripts/launch.patcher scripts/launch.patcher +--- ../scripts/launch.patcher Thu Sep 25 05:35:13 2003 ++++ scripts/launch.patcher Tue Mar 21 15:11:51 2006 +@@ -2,9 +2,18 @@ + # + # Compile and install the TIGCC patcher + # ++ ++isbsd=`uname | grep "BSD"` ++if [ $isbsd = "" ]; then ++ #Assume GNU make ++ make=make ++else ++ make=gmake ++fi ++ + echo Installing tigcc patcher... + cd ../sources/patcher/src/ +-make -e ++${make} -e + cp patcher $TIGCC/bin +-make clean ++${make} clean + echo Done. +diff -u ../scripts/launch.tigcc scripts/launch.tigcc +--- ../scripts/launch.tigcc Thu Sep 25 05:35:23 2003 ++++ scripts/launch.tigcc Tue Mar 21 15:12:09 2006 +@@ -2,9 +2,18 @@ + # + # Compile and install the TIGCC front-end + # ++ ++isbsd=`uname | grep "BSD"` ++if [ $isbsd = "" ]; then ++ #Assume GNU make ++ make=make ++else ++ make=gmake ++fi ++ + echo Installing tigcc front-end... + cd ../sources/tigcc/src/ +-make -e ++${make} -e + cp tigcc $TIGCC/bin +-make clean ++${make} clean + echo Done. +diff -u ../scripts/launch.tprbuilder scripts/launch.tprbuilder +--- ../scripts/launch.tprbuilder Thu Sep 25 05:35:31 2003 ++++ scripts/launch.tprbuilder Tue Mar 21 15:12:23 2006 +@@ -2,9 +2,18 @@ + # + # Compile and install the TIGCC project builder + # ++ ++isbsd=`uname | grep "BSD"` ++if [ $isbsd = "" ]; then ++ #Assume GNU make ++ make=make ++else ++ make=gmake ++fi ++ + echo Installing tigcc project builder... + cd ../sources/tprbuilder/src/ +-make -e ++${make} -e + cp tprbuilder $TIGCC/bin +-make clean ++${make} clean + echo Done. +Only in ../scripts: package_bin +Only in ../scripts: package_src +Only in ../scripts: updatedoc +Only in ../scripts: updatesrc diff --git a/devel/tigcc/files/patch-sources-a68k-A68kdef.h b/devel/tigcc/files/patch-sources-a68k-A68kdef.h new file mode 100644 index 000000000000..876496dcd10a --- /dev/null +++ b/devel/tigcc/files/patch-sources-a68k-A68kdef.h @@ -0,0 +1,17 @@ +--- sources/a68k/A68kdef.h.orig Wed Feb 2 00:00:10 2005 ++++ sources/a68k/A68kdef.h Tue Mar 21 14:16:27 2006 +@@ -38,11 +38,11 @@ + extern int /*open(), creat(),*/ read(), write(), close(), unlink(); + /* (2.71.F3u) open, creat should be declared in fcntl.h and cause a conflict + with GCC 3.4 */ +-#if defined(__MACH__) && defined(__APPLE__) /* Darwin / OS X */ +-/* On Darwin, the implicit declaration below won't work, so we need to include ++#if (defined(__MACH__) && defined(__APPLE__)) || defined (__OpenBSD__) || defined (__NetBSD__) || defined (__FreeBSD__) /* Darwin / OS X / BSD */ ++/* On BSD/Darwin, the implicit declaration below won't work, so we need to include + <unistd.h>. - v.2.71.F3j, Kevin Kofler (reported by Christian Walther) */ + #include <unistd.h> +-#else /* not Darwin / OS X */ ++#else /* not Darwin / OS X /BSD */ + extern long lseek(); + #endif + /* Win32 port in 2.71.F3a by Kevin Kofler for the TIGCC Team diff --git a/devel/tigcc/pkg-descr b/devel/tigcc/pkg-descr index f39a2063347c..3c358ccce2d5 100644 --- a/devel/tigcc/pkg-descr +++ b/devel/tigcc/pkg-descr @@ -1,3 +1,5 @@ -TIGCC compiles C for the TI89, TI92, and TI92+. +TIGCC is mainly a C compiler for the Texas Instruments TI-89, TI-89 Titanium, +TI-92 Plus and Voyage 200 calculators. It is based on GCC, +the GNU Compiler Collection. -WWW: http://tigcc.ticalc.org/ +WWW: http://tigcc.ticalc.org/ diff --git a/devel/tigcc/pkg-plist b/devel/tigcc/pkg-plist index 3f17d816ac96..d28520b32026 100644 --- a/devel/tigcc/pkg-plist +++ b/devel/tigcc/pkg-plist @@ -1,9 +1,14 @@ +tigcc/bin/a68k +tigcc/bin/ar-tigcc tigcc/bin/as +tigcc/bin/cc1 tigcc/bin/envreg -tigcc/bin/parser +tigcc/bin/gcc +tigcc/bin/ld-tigcc tigcc/bin/patcher tigcc/bin/tigcc tigcc/bin/tigccdoc +tigcc/bin/tprbuilder tigcc/bin/ttarchive tigcc/bin/ttbin2bin tigcc/bin/ttbin2hex @@ -289,10 +294,13 @@ tigcc/doc/html/basfunc_push_cumsum.html tigcc/doc/html/basfunc_push_czeros.html tigcc/doc/html/basfunc_push_def_int.html tigcc/doc/html/basfunc_push_denominator.html +tigcc/doc/html/basfunc_push_dense_poly_eval.html tigcc/doc/html/basfunc_push_desolve.html tigcc/doc/html/basfunc_push_determinant.html tigcc/doc/html/basfunc_push_diag.html tigcc/doc/html/basfunc_push_dimension.html +tigcc/doc/html/basfunc_push_div_dif_1c.html +tigcc/doc/html/basfunc_push_div_dif_1f.html tigcc/doc/html/basfunc_push_dotproduct.html tigcc/doc/html/basfunc_push_eigvc.html tigcc/doc/html/basfunc_push_eigvl.html @@ -715,18 +723,39 @@ tigcc/doc/html/default_import_binary.html tigcc/doc/html/dialogs.html tigcc/doc/html/dialogs_Buttons.html tigcc/doc/html/dialogs_CENTER.html +tigcc/doc/html/dialogs_DIALOG_ITEM.html +tigcc/doc/html/dialogs_DIALOG_STRUCT.html tigcc/doc/html/dialogs_Dialog.html tigcc/doc/html/dialogs_DialogAdd.html +tigcc/doc/html/dialogs_DialogAddDynamicPulldown.html +tigcc/doc/html/dialogs_DialogAddDynamicRequest.html +tigcc/doc/html/dialogs_DialogAddMenu.html tigcc/doc/html/dialogs_DialogAddPulldown.html +tigcc/doc/html/dialogs_DialogAddPulldownEx.html tigcc/doc/html/dialogs_DialogAddRequest.html +tigcc/doc/html/dialogs_DialogAddRequestEx.html +tigcc/doc/html/dialogs_DialogAddScrollRegion.html +tigcc/doc/html/dialogs_DialogAddStaticPulldown.html tigcc/doc/html/dialogs_DialogAddText.html +tigcc/doc/html/dialogs_DialogAddTextEx.html tigcc/doc/html/dialogs_DialogAddTitle.html +tigcc/doc/html/dialogs_DialogAddTitleEx.html +tigcc/doc/html/dialogs_DialogAddXFlags.html tigcc/doc/html/dialogs_DialogDo.html +tigcc/doc/html/dialogs_DialogFlags.html +tigcc/doc/html/dialogs_DialogMessages.html tigcc/doc/html/dialogs_DialogNew.html tigcc/doc/html/dialogs_DialogNewSimple.html -tigcc/doc/html/dialogs_DialogNew_t.html +tigcc/doc/html/dialogs_DialogTypes.html +tigcc/doc/html/dialogs_DialogXFlags.html +tigcc/doc/html/dialogs_Dialog_Callback_t.html +tigcc/doc/html/dialogs_Dialog_GetHandle_t.html tigcc/doc/html/dialogs_DlgMessage.html +tigcc/doc/html/dialogs_HI_WORD.html +tigcc/doc/html/dialogs_LO_WORD.html tigcc/doc/html/dialogs_NoCallBack.html +tigcc/doc/html/dialogs_OWNER_DRAW_STRUCT.html +tigcc/doc/html/dialogs_SIZED_DIALOG.html tigcc/doc/html/dialogs_VarNew.html tigcc/doc/html/dialogs_VarOpen.html tigcc/doc/html/dialogs_VarSaveAs.html @@ -959,7 +988,9 @@ tigcc/doc/html/events_MO_digestOptions.html tigcc/doc/html/events_MO_isMultigraphTask.html tigcc/doc/html/events_MO_modeDialog.html tigcc/doc/html/events_MO_notifyModeChange.html +tigcc/doc/html/events_MO_option.html tigcc/doc/html/events_MO_sendQuit.html +tigcc/doc/html/events_MoNotifyFlags.html tigcc/doc/html/events_ModeSettings.html tigcc/doc/html/events_PaintFlags.html tigcc/doc/html/events_StandardTaskIDs.html @@ -1065,6 +1096,30 @@ tigcc/doc/html/faq_misc.html tigcc/doc/html/faq_strings.html tigcc/doc/html/faq_tibasic.html tigcc/doc/html/faq_vat.html +tigcc/doc/html/files.html +tigcc/doc/html/files_FILES.html +tigcc/doc/html/files_FileStatusEnum.html +tigcc/doc/html/files_TIOS_FAccess.html +tigcc/doc/html/files_TIOS_FClose.html +tigcc/doc/html/files_TIOS_FCreate.html +tigcc/doc/html/files_TIOS_FDelete.html +tigcc/doc/html/files_TIOS_FEof.html +tigcc/doc/html/files_TIOS_FFindFirst.html +tigcc/doc/html/files_TIOS_FFindNext.html +tigcc/doc/html/files_TIOS_FGetC.html +tigcc/doc/html/files_TIOS_FGetPos.html +tigcc/doc/html/files_TIOS_FGetSize.html +tigcc/doc/html/files_TIOS_FOpen.html +tigcc/doc/html/files_TIOS_FPutC.html +tigcc/doc/html/files_TIOS_FRead.html +tigcc/doc/html/files_TIOS_FSetBufSize.html +tigcc/doc/html/files_TIOS_FSetPos.html +tigcc/doc/html/files_TIOS_FSetSize.html +tigcc/doc/html/files_TIOS_FSetVer.html +tigcc/doc/html/files_TIOS_FStatus.html +tigcc/doc/html/files_TIOS_FType.html +tigcc/doc/html/files_TIOS_FWrite.html +tigcc/doc/html/files_fileMode.html tigcc/doc/html/flash.html tigcc/doc/html/flash_BatTooLowFlash.html tigcc/doc/html/flash_EM_GC.html @@ -1413,7 +1468,6 @@ tigcc/doc/html/graph_DrawPix.html tigcc/doc/html/graph_DrawStr.html tigcc/doc/html/graph_DrawStrWidth.html tigcc/doc/html/graph_DrawStrWidthP.html -tigcc/doc/html/graph_DrawTo.html tigcc/doc/html/graph_FillLines2.html tigcc/doc/html/graph_FillTriangle.html tigcc/doc/html/graph_FontCharWidth.html @@ -1449,6 +1503,33 @@ tigcc/doc/html/graph_ScrToWin.html tigcc/doc/html/graph_SetCurAttr.html tigcc/doc/html/graph_SetCurClip.html tigcc/doc/html/graph_pICON.html +tigcc/doc/html/graphing.html +tigcc/doc/html/graphing_CkValidDelta.html +tigcc/doc/html/graphing_CptDeltax.html +tigcc/doc/html/graphing_CptDeltay.html +tigcc/doc/html/graphing_DB3.html +tigcc/doc/html/graphing_EQU_DS.html +tigcc/doc/html/graphing_EQU_DS_AMS1.html +tigcc/doc/html/graphing_FUNCID.html +tigcc/doc/html/graphing_GR_FLAGS_struct.html +tigcc/doc/html/graphing_GR_MODES.html +tigcc/doc/html/graphing_GR_WIN_VARS.html +tigcc/doc/html/graphing_GrFmtFlags.html +tigcc/doc/html/graphing_GrFmtFlags2.html +tigcc/doc/html/graphing_GrMode3dStyles.html +tigcc/doc/html/graphing_GrSides.html +tigcc/doc/html/graphing_GrWinFlags.html +tigcc/doc/html/graphing_StepCk.html +tigcc/doc/html/graphing_TABLE_WIN_VARS.html +tigcc/doc/html/graphing_TableFlags.html +tigcc/doc/html/graphing_WinVarEnum.html +tigcc/doc/html/graphing_gdb_len.html +tigcc/doc/html/graphing_gdb_recall.html +tigcc/doc/html/graphing_gdb_store.html +tigcc/doc/html/graphing_gr_active.html +tigcc/doc/html/graphing_gr_flags.html +tigcc/doc/html/graphing_gr_other.html +tigcc/doc/html/graphing_rngLen.html tigcc/doc/html/gray.html tigcc/doc/html/gray_GRAYDBUFFER_SIZE.html tigcc/doc/html/gray_GrayAdjust.html @@ -1530,6 +1611,10 @@ tigcc/doc/html/httigcc_advanced_kernelrelocs.html tigcc/doc/html/httigcc_advanced_kernelrom.html tigcc/doc/html/httigcc_advanced_linker.html tigcc/doc/html/httigcc_advanced_mergebss.html +tigcc/doc/html/httigcc_advanced_mlinkbss.html +tigcc/doc/html/httigcc_advanced_mlinkdata.html +tigcc/doc/html/httigcc_advanced_mlinkrelocs.html +tigcc/doc/html/httigcc_advanced_mlinkrom.html tigcc/doc/html/httigcc_advanced_optcalc.html tigcc/doc/html/httigcc_advanced_optrom.html tigcc/doc/html/httigcc_advanced_savescreen.html @@ -1546,6 +1631,7 @@ tigcc/doc/html/httigcc_amsdep_func_tech.html tigcc/doc/html/httigcc_amsdep_macro_ams.html tigcc/doc/html/httigcc_amsdep_macro_tech.html tigcc/doc/html/httigcc_comment.html +tigcc/doc/html/httigcc_comment_authors.html tigcc/doc/html/httigcc_comment_bw_icon.html tigcc/doc/html/httigcc_comment_gray_icon.html tigcc/doc/html/httigcc_comment_program_name.html @@ -1616,9 +1702,11 @@ tigcc/doc/html/kbd_BEGIN_KEYTEST.html tigcc/doc/html/kbd_CommonKeys.html tigcc/doc/html/kbd_END_KEYTEST.html tigcc/doc/html/kbd_GKeyDown.html +tigcc/doc/html/kbd_GKeyFlags.html tigcc/doc/html/kbd_GKeyFlush.html tigcc/doc/html/kbd_GKeyIn.html tigcc/doc/html/kbd_GetAlphaStatus.html +tigcc/doc/html/kbd_KB_AUTOREPEAT.html tigcc/doc/html/kbd_KeyYesOrNo.html tigcc/doc/html/kbd_OSFastArrows.html tigcc/doc/html/kbd_OSGetStatKeys.html @@ -1714,6 +1802,10 @@ tigcc/doc/html/ld_insert_kernel_libs.html tigcc/doc/html/ld_insert_kernel_ram_calls.html tigcc/doc/html/ld_insert_kernel_relocs.html tigcc/doc/html/ld_insert_kernel_rom_calls.html +tigcc/doc/html/ld_insert_mlink_bss_refs.html +tigcc/doc/html/ld_insert_mlink_data_refs.html +tigcc/doc/html/ld_insert_mlink_relocs.html +tigcc/doc/html/ld_insert_mlink_rom_calls.html tigcc/doc/html/ld_insert_nostub_comments.html tigcc/doc/html/ld_insert_preos_compressed_tables.html tigcc/doc/html/ld_invocation.html @@ -1755,6 +1847,7 @@ tigcc/doc/html/ld_symbols_ld_entry_point.html tigcc/doc/html/ld_symbols_ld_entry_point_plus_0x8000.html tigcc/doc/html/ld_symbols_ld_export_count.html tigcc/doc/html/ld_symbols_ld_file_version.html +tigcc/doc/html/ld_symbols_ld_hardware_id.html tigcc/doc/html/ld_symbols_ld_has.html tigcc/doc/html/ld_symbols_ld_kernel_bss_table.html tigcc/doc/html/ld_symbols_ld_kernel_export_table.html @@ -1805,13 +1898,8 @@ tigcc/doc/html/link_OSLinkTxQueueActive.html tigcc/doc/html/link_OSLinkTxQueueInquire.html tigcc/doc/html/link_OSReadLinkBlock.html tigcc/doc/html/link_OSWriteLinkBlock.html -tigcc/doc/html/link_flush_link.html tigcc/doc/html/link_getcalc.html -tigcc/doc/html/link_receive.html -tigcc/doc/html/link_reset_link.html tigcc/doc/html/link_sendcalc.html -tigcc/doc/html/link_transmit.html -tigcc/doc/html/link_tx_free.html tigcc/doc/html/math.html tigcc/doc/html/mem.html tigcc/doc/html/mem__memset.html @@ -1907,9 +1995,11 @@ tigcc/doc/html/peekpoke_peek_l.html tigcc/doc/html/peekpoke_peek_w.html tigcc/doc/html/peekpoke_poke.html tigcc/doc/html/peekpoke_pokeIO.html +tigcc/doc/html/peekpoke_pokeIO_bchg.html tigcc/doc/html/peekpoke_pokeIO_bclr.html tigcc/doc/html/peekpoke_pokeIO_bset.html tigcc/doc/html/peekpoke_pokeIO_w.html +tigcc/doc/html/peekpoke_poke_bchg.html tigcc/doc/html/peekpoke_poke_bclr.html tigcc/doc/html/peekpoke_poke_bset.html tigcc/doc/html/peekpoke_poke_l.html @@ -2129,7 +2219,9 @@ tigcc/doc/html/system_idle.html tigcc/doc/html/system_kbd_queue.html tigcc/doc/html/system_off.html tigcc/doc/html/textedit.html +tigcc/doc/html/textedit_ETE_FLAGS.html tigcc/doc/html/textedit_TEXT_EDIT.html +tigcc/doc/html/textedit_TE_FAR_RIGHT.html tigcc/doc/html/textedit_TE_checkSlack.html tigcc/doc/html/textedit_TE_close.html tigcc/doc/html/textedit_TE_empty.html @@ -2265,10 +2357,7 @@ tigcc/doc/html/unknown.html tigcc/doc/html/unknown_CTypeTable.html tigcc/doc/html/unknown_CharNumber.html tigcc/doc/html/unknown_CheckGraphRef.html -tigcc/doc/html/unknown_CkValidDelta.html tigcc/doc/html/unknown_CountGrFunc.html -tigcc/doc/html/unknown_CptDeltax.html -tigcc/doc/html/unknown_CptDeltay.html tigcc/doc/html/unknown_CptFuncX.html tigcc/doc/html/unknown_CptIndep.html tigcc/doc/html/unknown_CptLastIndepDE.html @@ -2277,10 +2366,7 @@ tigcc/doc/html/unknown_CustomBegin.html tigcc/doc/html/unknown_CustomEnd.html tigcc/doc/html/unknown_CustomFree.html tigcc/doc/html/unknown_CustomMenuItem.html -tigcc/doc/html/unknown_DB3.html tigcc/doc/html/unknown_DataTypeNames.html -tigcc/doc/html/unknown_EQU_DS.html -tigcc/doc/html/unknown_EQU_DS_AMS1.html tigcc/doc/html/unknown_EQU_SELECT_enum.html tigcc/doc/html/unknown_EQU_deStatus.html tigcc/doc/html/unknown_EQU_getNameInfo.html @@ -2298,10 +2384,8 @@ tigcc/doc/html/unknown_EV_errorCode.html tigcc/doc/html/unknown_EV_flags.html tigcc/doc/html/unknown_EV_quit.html tigcc/doc/html/unknown_EV_runningApp.html -tigcc/doc/html/unknown_FILES.html tigcc/doc/html/unknown_FLOATTAB.html tigcc/doc/html/unknown_FOLDER_TYPE.html -tigcc/doc/html/unknown_FUNCID.html tigcc/doc/html/unknown_FindFunc.html tigcc/doc/html/unknown_FindGrFunc.html tigcc/doc/html/unknown_FirstNonblank.html @@ -2326,10 +2410,7 @@ tigcc/doc/html/unknown_GM_Value.html tigcc/doc/html/unknown_GR3_addContours.html tigcc/doc/html/unknown_GR3_freeDB.html tigcc/doc/html/unknown_GR3_handleEvent.html -tigcc/doc/html/unknown_GR_FLAGS_struct.html -tigcc/doc/html/unknown_GR_MODES.html tigcc/doc/html/unknown_GR_Pan.html -tigcc/doc/html/unknown_GR_WIN_VARS.html tigcc/doc/html/unknown_GS_PlotAll.html tigcc/doc/html/unknown_GS_PlotTrace.html tigcc/doc/html/unknown_GT_BackupToScr.html @@ -2395,7 +2476,6 @@ tigcc/doc/html/unknown_LOC_formatDate.html tigcc/doc/html/unknown_LOC_getLocalDateFormat.html tigcc/doc/html/unknown_LOC_localVersionDate.html tigcc/doc/html/unknown_LoadSymFromFindHandle.html -tigcc/doc/html/unknown_MO_option.html tigcc/doc/html/unknown_NG_cleanup_graph_fun.html tigcc/doc/html/unknown_NG_control.html tigcc/doc/html/unknown_NG_setup_graph_fun.html @@ -2451,30 +2531,8 @@ tigcc/doc/html/unknown_SYM_LEN.html tigcc/doc/html/unknown_ScrRectDivide.html tigcc/doc/html/unknown_SearchExprStruct.html tigcc/doc/html/unknown_SetGraphMode.html -tigcc/doc/html/unknown_StepCk.html tigcc/doc/html/unknown_SymPG_S.html -tigcc/doc/html/unknown_TABLE_WIN_VARS.html tigcc/doc/html/unknown_TIOS_EV_getAppID.html -tigcc/doc/html/unknown_TIOS_FAccess.html -tigcc/doc/html/unknown_TIOS_FClose.html -tigcc/doc/html/unknown_TIOS_FCreate.html -tigcc/doc/html/unknown_TIOS_FDelete.html -tigcc/doc/html/unknown_TIOS_FEof.html -tigcc/doc/html/unknown_TIOS_FFindFirst.html -tigcc/doc/html/unknown_TIOS_FFindNext.html -tigcc/doc/html/unknown_TIOS_FGetC.html -tigcc/doc/html/unknown_TIOS_FGetPos.html -tigcc/doc/html/unknown_TIOS_FGetSize.html -tigcc/doc/html/unknown_TIOS_FOpen.html -tigcc/doc/html/unknown_TIOS_FPutC.html -tigcc/doc/html/unknown_TIOS_FRead.html -tigcc/doc/html/unknown_TIOS_FSetBufSize.html -tigcc/doc/html/unknown_TIOS_FSetPos.html -tigcc/doc/html/unknown_TIOS_FSetSize.html -tigcc/doc/html/unknown_TIOS_FSetVer.html -tigcc/doc/html/unknown_TIOS_FStatus.html -tigcc/doc/html/unknown_TIOS_FType.html -tigcc/doc/html/unknown_TIOS_FWrite.html tigcc/doc/html/unknown_TIOS_abs.html tigcc/doc/html/unknown_TIOS_div.html tigcc/doc/html/unknown_TIOS_labs.html @@ -2574,7 +2632,6 @@ tigcc/doc/html/unknown__ROM_CALL_48D.html tigcc/doc/html/unknown__ROM_CALL_494.html tigcc/doc/html/unknown__ROM_CALL_495.html tigcc/doc/html/unknown__ROM_CALL_49B.html -tigcc/doc/html/unknown__ROM_CALL_49C.html tigcc/doc/html/unknown__ROM_CALL_4B1.html tigcc/doc/html/unknown__ROM_CALL_4C2.html tigcc/doc/html/unknown__ROM_CALL_4C6.html @@ -2650,10 +2707,6 @@ tigcc/doc/html/unknown__ROM_CALL_5F7.html tigcc/doc/html/unknown__ROM_CALL_5FA.html tigcc/doc/html/unknown__ROM_CALL_5FE.html tigcc/doc/html/unknown__ROM_CALL_601.html -tigcc/doc/html/unknown__ROM_CALL_602.html -tigcc/doc/html/unknown__ROM_CALL_603.html -tigcc/doc/html/unknown__ROM_CALL_604.html -tigcc/doc/html/unknown__ROM_CALL_605.html tigcc/doc/html/unknown__ROM_CALL_606.html tigcc/doc/html/unknown__bcd_math.html tigcc/doc/html/unknown__ds16u16.html @@ -2695,9 +2748,6 @@ tigcc/doc/html/unknown_estack_to_float.html tigcc/doc/html/unknown_execute_graph_func.html tigcc/doc/html/unknown_fix_loop_displacements.html tigcc/doc/html/unknown_freeIdList.html -tigcc/doc/html/unknown_gdb_len.html -tigcc/doc/html/unknown_gdb_recall.html -tigcc/doc/html/unknown_gdb_store.html tigcc/doc/html/unknown_gen_version.html tigcc/doc/html/unknown_get_lb.html tigcc/doc/html/unknown_get_list_indices.html @@ -2707,7 +2757,6 @@ tigcc/doc/html/unknown_grFuncName.html tigcc/doc/html/unknown_gr_CptIndepInc.html tigcc/doc/html/unknown_gr_DelFolder.html tigcc/doc/html/unknown_gr_DispLabels.html -tigcc/doc/html/unknown_gr_active.html tigcc/doc/html/unknown_gr_add_fldpic.html tigcc/doc/html/unknown_gr_ck_solvergraph.html tigcc/doc/html/unknown_gr_de_axes_lbl.html @@ -2720,10 +2769,8 @@ tigcc/doc/html/unknown_gr_execute_seq.html tigcc/doc/html/unknown_gr_find_de_result.html tigcc/doc/html/unknown_gr_find_el.html tigcc/doc/html/unknown_gr_find_func_index.html -tigcc/doc/html/unknown_gr_flags.html tigcc/doc/html/unknown_gr_initCondName.html tigcc/doc/html/unknown_gr_openFolder.html -tigcc/doc/html/unknown_gr_other.html tigcc/doc/html/unknown_gr_remove_fldpic.html tigcc/doc/html/unknown_gr_seq_value.html tigcc/doc/html/unknown_gr_stopic.html @@ -2778,8 +2825,6 @@ tigcc/doc/html/unknown_push_constant_factors.html tigcc/doc/html/unknown_push_constant_terms.html tigcc/doc/html/unknown_push_dependent_factors.html tigcc/doc/html/unknown_push_dependent_terms.html -tigcc/doc/html/unknown_push_div_dif_1c.html -tigcc/doc/html/unknown_push_div_dif_1f.html tigcc/doc/html/unknown_push_float_qr_fact.html tigcc/doc/html/unknown_push_format.html tigcc/doc/html/unknown_push_gcd_then_cofactors.html @@ -2826,7 +2871,6 @@ tigcc/doc/html/unknown_replace_top2_with_ratio.html tigcc/doc/html/unknown_replace_top2_with_sum.html tigcc/doc/html/unknown_replace_top_with_post_simplified.html tigcc/doc/html/unknown_replace_top_with_reciprocal.html -tigcc/doc/html/unknown_rngLen.html tigcc/doc/html/unknown_run_one_seq.html tigcc/doc/html/unknown_seqStepCk.html tigcc/doc/html/unknown_seqWebInit.html @@ -3024,10 +3068,6 @@ tigcc/doc/html/wingraph_WinShow.html tigcc/doc/html/wingraph_WinStr.html tigcc/doc/html/wingraph_WinStrXY.html tigcc/doc/html/wingraph_WinWidth.html -tigcc/doc/parser/AUTHORS -tigcc/doc/parser/COPYING -tigcc/doc/parser/ChangeLog -tigcc/doc/parser/README tigcc/doc/patcher/AUTHORS tigcc/doc/patcher/COPYING tigcc/doc/patcher/ChangeLog @@ -3067,6 +3107,12 @@ tigcc/examples/Custom DLL Test.c tigcc/examples/Custom DLL Test.tpr tigcc/examples/Custom DLL.c tigcc/examples/Custom DLL.tpr +tigcc/examples/Dialog Items AMS1.c +tigcc/examples/Dialog Items AMS1.tpr +tigcc/examples/Dialog Items.c +tigcc/examples/Dialog Items.tpr +tigcc/examples/Dialog Struct.c +tigcc/examples/Dialog Struct.tpr tigcc/examples/Dialog Test.c tigcc/examples/Dialog Test.tpr tigcc/examples/Draw Line.c @@ -3197,10 +3243,12 @@ tigcc/include/c/doors.h tigcc/include/c/error.h tigcc/include/c/estack.h tigcc/include/c/events.h +tigcc/include/c/files.h tigcc/include/c/flash.h tigcc/include/c/float.h tigcc/include/c/gdraw.h tigcc/include/c/graph.h +tigcc/include/c/graphing.h tigcc/include/c/gray.h tigcc/include/c/homescr.h tigcc/include/c/intr.h @@ -3233,23 +3281,21 @@ tigcc/include/c/vat.h tigcc/include/c/version.h tigcc/include/c/wingraph.h tigcc/include/s/os.h -tigcc/lib/pstarter-titanium.o tigcc/lib/pstarter.o tigcc/lib/tigcc.a @dirrm tigcc/projects +@dirrm tigcc/lib @dirrm tigcc/include/s @dirrm tigcc/include/c @dirrm tigcc/include/asm +@dirrm tigcc/include @dirrm tigcc/examples @dirrm tigcc/doc/tprbuilder @dirrm tigcc/doc/tools @dirrm tigcc/doc/tigcc @dirrm tigcc/doc/patcher -@dirrm tigcc/doc/parser @dirrm tigcc/doc/html @dirrm tigcc/doc/a68k @dirrm tigcc/doc @dirrm tigcc/bin -@dirrm tigcc/include -@dirrm tigcc/lib @dirrm tigcc |