Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
3 check-ins using file auto.def version c30a4ce4f2
|
2013-09-16
| ||
| 03:54 | Merge updates from trunk. check-in: fc1442ca60 user: mistachkin tags: tcl-stubs | |
|
2013-09-13
| ||
| 21:17 |
Add the 3 header files from Tcl. Now win32 fossil.exe can be cross-compiled on any system which has a suitble mingw-w64 compiler.
E.g. on Ubuntu: * sudo apt-get install mingw-w64 * cd compat;tar xfz <path-to>/openssl-1.0.1e.tar.gz * make -f win/Makefile.mingw.mistachkin PREFIX=i686-w64-mingw32- openssl fossil.exe * i686-w64-mingw32-strip fossil.ex... check-in: d0ef76037b user: jan.nijtmans tags: tcl-stubs | |
| 11:55 | Eliminate the need for the Tcl stub library to be linked with. Fossil uses public Tcl functions only, so tclStubPtr is the only variable which needs to be present and initialized. The function Tcl_InitStubs reduces to only 15 lines of code, which as well can be put in directly. Advantage: Presence of 3 header files (tcl.h, tclDecls.h and tclPlat... check-in: 9f77be88a2 user: jan.nijtmans tags: tcl-stubs | |