Overview
Comment: | Updated to initialize stubs in Tcl if they are in use |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cd9acf4116094f45ba2cc4c13fa6748f |
User & Date: | rkeene on 2014-06-21 05:20:28 |
Other Links: | manifest | tags |
Context
2014-06-21
| ||
05:23 | Updated to use fully qualified path names for headers to be included check-in: 34edc27785 user: rkeene tags: trunk | |
05:20 | Updated to initialize stubs in Tcl if they are in use check-in: cd9acf4116 user: rkeene tags: trunk | |
05:06 | Updated to do a "distclean" in TCC upon clean check-in: ed19d6d085 user: rkeene tags: trunk | |
Changes
Modified build/tcc-patches/0.9.26/tcc-0.9.26-tclio.diff from [714434e0ff] to [9fa4659f91].
︙ | |||
93 94 95 96 97 98 99 | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | - - + + + + + + + + + + + + + + + + + + + + + + | + size = Tcl_Read(fd, (char *)&ehdr, sizeof(ehdr)); + Tcl_Seek(fd, 0, SEEK_SET); if (size <= 0) { tcc_error_noabort("could not read header"); goto the_end; diff -uNr tcc-0.9.26.orig/tcc.c tcc-0.9.26-1tclio/tcc.c --- tcc-0.9.26.orig/tcc.c 2013-02-15 08:24:00.000000000 -0600 |
︙ |