Fossil SCM
Created fossil in Tcl branch
Commit
2f165897f6bdce694ccad9398ff2d411948a7bd0
Parent
abbdb0e8c935a87…
1 file changed
+6
| --- a/tools/tclfossil/goals.txt | ||
| +++ b/tools/tclfossil/goals.txt | ||
| @@ -0,0 +1,6 @@ | ||
| 1 | +* use Tcl and the sqlite3 extensions to provide a CLI to fossil | |
| 2 | +* use Tcl sockets and events to prevent having to use non-portable things like fork | |
| 3 | +* get fossil on all platforms that support Tcl and SQlite | |
| 4 | +* allow easy extensibility using Tcl | |
| 5 | +* provide performance critical parts as TEA extensions | |
| 6 | +* allow apps to use DVCS by package require fossil |
| --- a/tools/tclfossil/goals.txt | |
| +++ b/tools/tclfossil/goals.txt | |
| @@ -0,0 +1,6 @@ | |
| --- a/tools/tclfossil/goals.txt | |
| +++ b/tools/tclfossil/goals.txt | |
| @@ -0,0 +1,6 @@ | |
| 1 | * use Tcl and the sqlite3 extensions to provide a CLI to fossil |
| 2 | * use Tcl sockets and events to prevent having to use non-portable things like fork |
| 3 | * get fossil on all platforms that support Tcl and SQlite |
| 4 | * allow easy extensibility using Tcl |
| 5 | * provide performance critical parts as TEA extensions |
| 6 | * allow apps to use DVCS by package require fossil |