summaryrefslogtreecommitdiffstats
path: root/win/tclAppInit.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ...jan.nijtmans2022-07-191-10/+15
|\
| * Updste stdlib.h (add missing functions). Restructure tclAppInit.cjan.nijtmans2022-07-181-12/+14
| * Merge 8.7jan.nijtmans2022-07-171-14/+19
| |\
| * | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All buil...jan.nijtmans2019-10-241-2/+5
* | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-3/+3
| |/ |/|
* | Merge 8.6jan.nijtmans2022-02-011-5/+4
|\ \
| * | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ...jan.nijtmans2022-02-011-9/+17
* | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-8/+12
* | | In configure/make Windows build, static builds include dde and registry exten...jan.nijtmans2020-12-071-2/+2
* | | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-2/+2
|\ \ \ | |/ /
| * | Correct casing of "packageName" argument in Tcl_StaticPackage() call and "loa...jan.nijtmans2020-11-061-2/+2
* | | Merge 8.6 Eliminate some (correct but actually harmless) warnings only happen...jan.nijtmans2020-10-131-2/+2
|\ \ \ | |/ /
| * | Fix warning, doing a static build on Windowsjan.nijtmans2020-10-131-2/+2
| * | Merge 8.5jan.nijtmans2020-10-091-1/+1
| |\ \
* | | | Fix windows build (with older compilers)jan.nijtmans2020-04-141-1/+2
* | | | TCL_UNUSED for win sources.dgp2020-03-091-2/+1
* | | | Merge 8.7 and (hopefully) fix Travis build with C++jan.nijtmans2019-12-131-1/+3
|\ \ \ \ | | |_|/ | |/| |
* | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+1
|/ / /
* | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"...jan.nijtmans2018-10-121-1/+1
* | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-1/+2
* | | TIP #430 implementationjan.nijtmans2018-09-121-0/+2
|\ \ \
| * | | First pass on the Msys style windows build. Moving Zipfs features closer toge...hypnotoad2017-11-171-0/+2
* | | | merge 8.6sebres2018-08-291-1/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | small amend to [cae24931ed] (no _CRT_glob in both cases __GNUC__ || TCL_BROKE...sebres2018-08-291-5/+3
| * | partially cherry-picking of [5099a81b50], never reached 8.6, so for example b...sebres2018-08-291-0/+4
* | | Finish libtommath's constification work. All done (hopefully). And make sure ...jan.nijtmans2017-09-181-2/+2
|/ /
* | Upon further review, due the order of #include of headers, we do not havedgp2015-03-131-0/+2
* | Disable command line globbing on MinGW compiles: this saves startup time, sin...jan.nijtmans2013-09-301-0/+1
|\ \ | |/
| * Disable command line globbing on MinGW compiles: this saves startup time, sin...jan.nijtmans2013-09-301-0/+1
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n...jan.nijtmans2013-06-141-10/+11
|\ \ | |/
| * get rid of _ANSI_ARGS_jan.nijtmans2012-04-261-2/+2
| |\
* | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U...jan.nijtmans2013-02-171-3/+7
* | | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-231-15/+15
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls todgp2007-03-191-2/+2
| | * Punt gracefully if exitToken was already destroyed.davygrvy2003-10-141-1/+7
| | * fix for [Bugs 733221, 733156]Joe Mistachkin2003-05-101-21/+70
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-181-43/+51
* | | Bring compilation under mingw-w64 a bit closer to reality (but don't break mi...nijtmans2010-11-171-3/+3
* | | Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-161-28/+28
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-041-6/+6
* | | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-2/+2
* | | Make compilable with -DUNICODE (not actived yet)nijtmans2010-09-231-74/+89
* | | For MINGW/CYGWIN, use GetCommandLineA explicitelynijtmans2010-05-031-2/+2
* | | * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that addedKevin B Kenny2009-11-271-5/+1
* | | Fix [Bug 2902965] stub related changesnijtmans2009-11-261-2/+6
* | | * unix/tclAppInit.c: Repair broken build of the tcltest executable.dgp2009-11-191-13/+3