| Commit message (Expand) | Author | Age | Files | Lines |
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -3/+3 |
|
|
* | * generic/tclEncoding.c: Use "iso8859-1" and not "identity" | dgp | 2008-10-27 | 1 | -5/+4 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -47/+37 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -2/+2 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -2/+2 |
|
|
* | UtfToUtfProc: Avoid unwanted sign extension when converting | jenglish | 2008-06-11 | 1 | -2/+2 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -62/+62 |
|
|
* | * generic/tclEncoding.c (LoadEscapeEncoding): avoid leaking escape | das | 2008-03-11 | 1 | -4/+9 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclEncoding.c: Version of the embedded iso8859-1 | Miguel Sofer | 2007-11-06 | 1 | -13/+210 |
|
|
* | Embed the definition of the iso8859-1 encoding directly in Tcl. | dkf | 2007-10-28 | 1 | -2/+46 |
|
|
* | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -9/+7 |
|
|
* | Don't use C++ keywords | dkf | 2007-04-10 | 1 | -4/+4 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -3/+4 |
|
|
* | * generic/tclEncoding.c (EscapeFromUtfProc): | mdejong | 2006-12-27 | 1 | -3/+14 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -5/+5 |
|
|
* | Fix some comments, make selected if/while bodies clearer by inserting comments. | dkf | 2006-11-02 | 1 | -9/+11 |
|
|
* | Reverted tclEncoding.c commits that caused crashes and failures all over | dgp | 2006-11-02 | 1 | -123/+128 |
|
|
* | Make better use of the core's internal macros. | dkf | 2006-11-02 | 1 | -89/+96 |
|
|
* | Removed unnecessary casts and reworked some loops for more clarity. | dkf | 2006-11-02 | 1 | -40/+28 |
|
|
* | (UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems | hobbs | 2006-10-06 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: note limitation on changing Tcl_UniChar size | hobbs | 2006-10-05 | 1 | -26/+34 |
|
|
* | TIP 27 changes for Tcl_CreateEncoding | Kevin B Kenny | 2006-09-26 | 1 | -2/+2 |
|
|
* | * generic/tclEncoding.c: Replace buffer copy in for loop | dgp | 2006-08-09 | 1 | -4/+2 |
|
|
* | * generic/tclIO.c (ReadChars): Added check and panic and | andreas_kupries | 2006-04-05 | 1 | -1/+11 |
|
|
* | revert most recent tclEncoding.c commit. It is suspected to have | dgp | 2006-03-24 | 1 | -22/+6 |
|
|
* | * generic/tclEncoding.c: Report error when an escape encoding | dgp | 2006-03-13 | 1 | -6/+22 |
|
|
* | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -13/+13 |
|
|
* | ANSIfy function declarations and definitions | dkf | 2005-10-18 | 1 | -399/+384 |
|
|
* | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of | andreas_kupries | 2005-09-02 | 1 | -3/+3 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -447/+520 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. | dgp | 2005-04-12 | 1 | -119/+114 |
|
|
* | * generic/tclInt.h (TclGetEncodingFromObj): New function to | dgp | 2005-04-08 | 1 | -1/+87 |
|
|
* | * generic/tclEncoding.c: Plugged some memory leaks. Thanks to | dgp | 2004-12-13 | 1 | -2/+3 |
|
|
* | * generic/tclEncoding.c: Different fix for [Bug 1077005]. | dgp | 2004-12-04 | 1 | -2/+2 |
|
|
* | * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case | dgp | 2004-12-02 | 1 | -3/+3 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -7/+6 |
|
|
* | * generic/tclEncoding.c: Moved TclpSetInitialEncodings() | dgp | 2004-12-01 | 1 | -3/+2 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -276/+396 |
|
|
* | * generic/tclEncoding.c (TableFromUtfProc): correct crash | hobbs | 2004-11-12 | 1 | -2/+13 |
|
|
* | Simplify LoadTableEncoding | dkf | 2004-10-06 | 1 | -21/+10 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -8/+3 |
|
|
* | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. | dgp | 2004-06-18 | 1 | -13/+15 |
|
|
* | * generic/tclEncoding.c: | rmax | 2004-05-07 | 1 | -5/+131 |
|
|
* | (TclFinalizeEncodingSubsystem): FreeEncoding(systemEncoding); moved to | davygrvy | 2004-05-05 | 1 | -2/+2 |
|
|
* | Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystem | davygrvy | 2004-04-20 | 1 | -1/+2 |
|
|
* | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE | hobbs | 2004-04-07 | 1 | -22/+37 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -2/+2 |
|
|