Overview
Comment: | Added yajltcl support |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
eb2922d6369200bd20f160b0bb4a0c87 |
User & Date: | rkeene on 2014-12-19 02:08:04 |
Other Links: | manifest | tags |
Context
2014-12-19
| ||
02:18 | Added recently added extensions to the web interface check-in: 7be354cf06 user: rkeene tags: trunk | |
02:08 | Added yajltcl support check-in: eb2922d636 user: rkeene tags: trunk | |
01:11 | Added TclUDP support check-in: 966987c964 user: rkeene tags: trunk | |
Changes
Modified .fossil-settings/ignore-glob from [a196c5bbbb] to [e36d46f2b3].
︙ | |||
119 120 121 122 123 124 125 126 127 128 129 130 131 132 | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | + + + + + + + + + | udp/build.log udp/inst udp/inst/* udp/out udp/out/* udp/src udp/src/* yajltcl/build yajltcl/build/* yajltcl/build.log yajltcl/inst yajltcl/inst/* yajltcl/out yajltcl/out/* yajltcl/src yajltcl/src/* kitdll/buildsrc/kitdll-0.0/starpack.vfs kitdll/buildsrc/kitdll-0.0/starpack.vfs/* kitdll/buildsrc/kitdll-0.0/test kitdll/buildsrc/kitdll-0.0/configure kitdll/buildsrc/kitdll-0.0/libtcl*.so kitdll/buildsrc/kitdll-0.0/Makefile kitdll/buildsrc/kitdll-0.0/*.o |
︙ |
Modified kitcreator from [5f7e210f4a] to [c1ea36ee46].
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | if [ -f 'build/pre.sh' ]; then if ! find 'kitsh/buildsrc/' -name configure -type f 2>/dev/null | grep configure >/dev/null; then echo "Please remember to run 'build/pre.sh' if you expect this build to work." >&2 fi fi # Define the list of all packages, for cleaning purposes |
︙ |
Added yajltcl/build.sh version [ba99dc5121].