Differences From Artifact [645e9d1143b50ccb]:
- File
auto.def
-
2011-12-12 03:44:00
- part of checkin
[86b0fd4e61]
on branch trunk
- Enable more extensions by default
For a better "out-of-the-box" experience, most extensions such as binary, tree and tclprefix are enabled by default. Also jim-regexp is enabled by default for better Tcl compatibility.
It is still possible to disable any of these with --without-ext=... and --disable-jim-regexp
Signed-off-by: Steve Bennett <steveb@workware.net.au> (user: steveb@workware.net.au
-
2011-12-12 03:44:00
- part of checkin
[86b0fd4e61]
on branch trunk
- Enable more extensions by default
To Artifact [121f5a3aafbe7b6d]:
- File
auto.def
-
2011-12-12 03:44:00
- part of checkin
[f7c3a8e37e]
on branch trunk
- Remove old sqlite0 extension
Anything older than sqlite3 is no longer worth supporting
Signed-off-by: Steve Bennett <steveb@workware.net.au> (user: steveb@workware.net.au
-
2011-12-12 03:44:00
- part of checkin
[f7c3a8e37e]
on branch trunk
- Remove old sqlite0 extension
42 42 oo - Jim OO extension
43 43 tree - OO tree structure, similar to tcllib ::struct::tree
44 44 binary - Tcl-compatible 'binary' command
45 45 readline - Interface to libreadline
46 46 rlprompt - Tcl wrapper around the readline extension
47 47 mk - Interface to Metakit
48 48 tclprefix - Support for the tcl::prefix command
49 - sqlite - Interface to sqlite
50 49 sqlite3 - Interface to sqlite3
51 50 win32 - Interface to win32
52 51 }
53 52 with-out-jim-ext: {without-ext:"default|ext1 ext2 ..."} => {
54 53 Specify jim extensions to exclude.
55 54 If 'default' is given, the default extensions will not be added.
56 55 }