Overview
Comment: | Added TclUDP support |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
966987c964b043628b4e749557e7a585 |
User & Date: | rkeene on 2014-12-19 01:11:18 |
Other Links: | manifest | tags |
Context
2014-12-19
| ||
02:08 | Added yajltcl support check-in: eb2922d636 user: rkeene tags: trunk | |
01:11 | Added TclUDP support check-in: 966987c964 user: rkeene tags: trunk | |
00:43 | Added TclLib support check-in: bbe03c6049 user: rkeene tags: trunk | |
Changes
Modified .fossil-settings/ignore-glob from [137a3b1513] to [a196c5bbbb].
︙ | |||
110 111 112 113 114 115 116 117 118 119 120 121 122 123 | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | + + + + + + + + + | tcllib/build.log tcllib/inst tcllib/inst/* tcllib/out tcllib/out/* tcllib/src tcllib/src/* udp/build udp/build/* udp/build.log udp/inst udp/inst/* udp/out udp/out/* udp/src udp/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 [99ffc9d1a8] to [5f7e210f4a].
︙ | |||
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 udp/build.sh version [0751b83164].