Overview
| Comment: | Updated to include all headers |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
b871b65c647d3b426478b8c457af5e1d |
| User & Date: | rkeene on 2014-06-13 02:52:26.239 |
| Other Links: | manifest | tags |
Context
|
2014-06-13
| ||
| 02:52 | tcc4tcl 0.17 check-in: d50c5210a0 user: rkeene tags: trunk, 0.17 | |
| 02:52 | Updated to include all headers check-in: b871b65c64 user: rkeene tags: trunk | |
|
2014-05-23
| ||
| 19:11 | Added missing srcdir reference for test target check-in: 385e536150 user: rkeene tags: trunk | |
Changes
Modified headers.awk
from [d4ffca3dc2]
to [2628bc220f].
| ︙ | ︙ | |||
71 72 73 74 75 76 77 |
destcopy[dest,idx] = src;
destcopyfiles[dest] = 1;
}
for (destfile in destcopyfiles) {
outidx = 0;
| | | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
destcopy[dest,idx] = src;
destcopyfiles[dest] = 1;
}
for (destfile in destcopyfiles) {
outidx = 0;
for (idx = 0; idx < searchidx + 1; idx++) {
if (destcopy[destfile,idx]) {
srcfile = destcopy[destfile,idx];
newcopy[srcfile,outidx] = destfile;
outidx++;
}
}
|
| ︙ | ︙ |