| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-04-14 | 1 | -1/+1 |
|\ |
|
| * | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl... | jan.nijtmans | 2023-04-14 | 1 | -1/+1 |
|
|
* | | Fix [1d074b177a]. Failure to read .tclshrc | apnadkarni | 2023-02-25 | 1 | -5/+6 |
|/ |
|
* | Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ... | jan.nijtmans | 2022-07-19 | 1 | -6/+9 |
|\ |
|
| * | Updste stdlib.h (add missing functions). Restructure tclAppInit.c | jan.nijtmans | 2022-07-18 | 1 | -4/+6 |
|
|
| * | Merge 8.7 | jan.nijtmans | 2022-07-17 | 1 | -5/+10 |
| |\ |
|
| * | | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All buil... | jan.nijtmans | 2019-10-24 | 1 | -5/+6 |
|
|
| * | | Improvements to tip430 to embed the /library file system within a shared library | hypnotoad | 2017-11-11 | 1 | -0/+2 |
|
|
| * | | Removed the package style loader from tclAppInit. Zipfs now loads as part of ... | hypnotoad | 2017-09-05 | 1 | -5/+0 |
|
|
| * | | Start with a few simple basic test-cases | jan.nijtmans | 2015-12-21 | 1 | -0/+5 |
|
|
* | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 1 | -5/+5 |
| |/
|/| |
|
* | | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ... | jan.nijtmans | 2022-02-01 | 1 | -4/+11 |
|/ |
|
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n... | jan.nijtmans | 2013-06-14 | 1 | -7/+7 |
|\ |
|
| * | get rid of _ANSI_ARGS_ | jan.nijtmans | 2012-04-26 | 1 | -4/+4 |
| |\ |
|
* | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U... | jan.nijtmans | 2013-02-17 | 1 | -3/+5 |
|
|
* | | | no longer depend on MODULE_SCOPE being defined | jan.nijtmans | 2011-05-05 | 1 | -0/+3 |
|
|
* | | | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no re... | jan.nijtmans | 2011-04-06 | 1 | -1/+4 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
* | | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 1 | -2/+2 |
|
|
* | | | Make compilable with -DUNICODE (not actived yet) | nijtmans | 2010-09-23 | 1 | -41/+36 |
|
|
* | | | revert 2902965 tclAppInit.c change | das | 2009-11-29 | 1 | -5/+1 |
|
|
* | | | Fix [Bug 2902965] stub related changes | nijtmans | 2009-11-26 | 1 | -1/+5 |
|
|
* | | | * unix/tclAppInit.c: Repair broken build of the tcltest executable. | dgp | 2009-11-19 | 1 | -3/+3 |
|
|
* | | | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 1 | -13/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -5/+5 |
|/ / |
|
* | | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -6/+6 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-20 | 1 | -31/+41 |
|
|
* | | * unix/tclAppInit.c: Removed tclConfig.h #include, now that tcl.h | dgp | 2004-11-12 | 1 | -8/+1 |
|
|
* | | * unix/config.h.in: | rmax | 2004-11-12 | 1 | -2/+2 |
|
|
* | | Adapt Tcl so it uses a config.h header instead of stuffing all #defs on the | dkf | 2004-11-12 | 1 | -1/+8 |
|
|
* | | * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting called | davygrvy | 2004-10-28 | 1 | -13/+5 |
|/ |
|
* | * Removed internal routine | dgp | 2002-05-31 | 1 | -10/+1 |
|
|
* | * djgpp/ (new directory) | davygrvy | 2002-02-12 | 1 | -1/+5 |
|
|
* | * unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the | hobbs | 2000-04-18 | 1 | -18/+5 |
|
|
* | * generic/tcl.decls : | redman | 1999-12-02 | 1 | -2/+29 |
|
|
* | * unix/Makefile.in: purify has to use -best-effort to instrument | hobbs | 1999-10-13 | 1 | -1/+4 |
|
|
* | * unix/Makefile.in: | stanton | 1999-05-14 | 1 | -5/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -2/+27 |
|
|
* | * win/tclAppInit.c: | stanton | 1999-02-03 | 1 | -6/+6 |
|
|
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -1/+8 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+136 |
|
|