Changes In Branch support-altroot Excluding Merge-Ins
This is equivalent to a diff from 3d037ffb60 to 975c25c193
2017-10-18
| ||
20:00 | Always build LibreSSL as PIC (in case we are building a shared object) check-in: 78c713f659 user: rkeene tags: trunk | |
2017-10-17
| ||
04:03 | Started work on a stringify that does not use as much RAM Leaf check-in: bf2b430faa user: rkeene tags: less-memory-stringify | |
04:02 | Started work on supporting alternate roots Leaf check-in: 975c25c193 user: rkeene tags: support-altroot | |
04:01 | Removed obsolete files from initialization check-in: 3d037ffb60 user: rkeene tags: trunk | |
2017-10-13
| ||
20:39 | Updated to the latest version of tcc4tcl check-in: 5d9fc82c1f user: rkeene tags: trunk | |
Modified kitsh/buildsrc/kitsh-0.0/kitInit.c from [4efdf6eacc] to [b6990a4d65].
︙ | ︙ | |||
83 84 85 86 87 88 89 | Tcl_AppInitProc Dde_Init, Registry_Init; #endif #ifdef TCLKIT_DLL # define TCLKIT_MOUNTPOINT "/.KITDLL_TCL" # define TCLKIT_VFSSOURCE "$::tclKitFilename" #else | > | | > > > > | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | Tcl_AppInitProc Dde_Init, Registry_Init; #endif #ifdef TCLKIT_DLL # define TCLKIT_MOUNTPOINT "/.KITDLL_TCL" # define TCLKIT_VFSSOURCE "$::tclKitFilename" #else # if 0 # define TCLKIT_MOUNTPOINT "[info nameofexecutable]" # define TCLKIT_VFSSOURCE "[info nameofexecutable]" # else # define TCLKIT_MOUNTPOINT "/.TCLKIT" # define TCLKIT_VFSSOURCE "[info nameofexecutable]" # endif #endif /* TCLKIT_DLL */ #ifndef TCLKIT_DLL # ifdef HAVE_ACCEPTABLE_DLADDR # ifdef KITSH_NEED_WINMAIN # ifdef _WIN32_WCE int wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow); |
︙ | ︙ |