summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2016-07-081-4/+4
|\
| * Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-4/+4
| * Remove Tcl_Main() function, since it's no longer being used: It has been a ma...jan.nijtmans2016-06-291-18/+5
| * Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-2/+4
* | merge trunkjan.nijtmans2015-09-291-2/+2
|\ \ | |/
| * Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-2/+2
| |\
* | \ merge trunkjan.nijtmans2015-09-221-0/+3
|\ \ \ | |/ /
| * | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ...jan.nijtmans2015-08-191-0/+3
| |\ \ | | |/
| | * Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ...jan.nijtmans2015-08-191-0/+3
* | | Merge trunkjan.nijtmans2014-02-111-1/+1
|\ \ \ | |/ /
| * | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-1/+1
* | | merge trunk. jan.nijtmans2013-06-271-0/+3
|\ \ \ | |/ /
| * | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings.jan.nijtmans2013-06-271-1/+3
| |\ \ | | |/
| | * Proposed solution for [9b2e636361]jan.nijtmans2013-06-261-2/+3
* | | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversionsjan.nijtmans2013-02-111-2/+2
* | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-12-211-1/+1
|\ \ \
| * | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
* | | | allow novem to use installed Tcl8 .tm packages, such as tcltest and msgcatjan.nijtmans2012-12-121-17/+1
* | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-2/+6
| |/ / |/| |
* | | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-231-2/+2
|/ /
* | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-46/+52
* | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-10/+13
* | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx())jan.nijtmans2011-09-061-4/+5
|\ \
| * | Tcl_MainEx() (like Tk_MainEx())rfe_1711975jan.nijtmans2011-08-301-1/+2
|/ /
* | Fixed the C99/C++ comments introduced by [8d3f0fb215] which break strict C89 ...andreask2011-08-161-2/+2
* | compiler error on Windows: there should be only one TclFullFinalizationReques...jan.nijtmans2011-08-101-1/+1
* | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin...ferrieux2011-08-091-15/+72
* | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.cjan.nijtmans2011-03-171-155/+130
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-3/+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/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-051-67/+67
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-3/+9
| | * * generic/tclMain.c: Separate encoding conversion of command linedgp2005-09-301-26/+23
| * | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | | reverted previous commit: it has effect on the Windows consolenijtmans2010-11-151-23/+33
* | | Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-151-33/+23
* | | fix TCL_ASCII_MAIN usage, as the name suggestsnijtmans2010-11-051-5/+7
* | | * generic/tclMain.c: Added missing conditional on _WIN32 around codeKevin B Kenny2010-11-041-2/+2
* | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-041-10/+26
* | | tclMain.c: make compilable with -DUNICODE as wellnijtmans2010-09-291-24/+72
* | | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | | Unnecessary TCL_STORAGE_CLASS re-definition.nijtmans2010-04-301-4/+1
* | | * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of thedkf2010-02-271-34/+70
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-11/+11
* | | TIP #338 IMPLEMENTATIONdgp2008-12-151-118/+29
* | | Reduce the number of (pointless) type-casts.dkf2008-10-021-38/+39
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-11/+13
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1