| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | (Backport) Fix [Bug 2891556] and improve test to detect similar manifestation... | ferrieux | 2009-11-16 | 1 | -6/+22 |
|
|
| * | UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 | jenglish | 2008-07-04 | 1 | -3/+3 |
|
|
| * | * generic/tclEncoding.c (EscapeFromUtfProc): Applied patch | andreas_kupries | 2007-02-12 | 1 | -3/+15 |
|
|
| * | (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 | -24/+35 |
|
|
| * | * 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 | -2/+12 |
|
|
| * | * generic/tclEncoding.c: Report error when an escape encoding | dgp | 2006-03-13 | 1 | -5/+24 |
|
|
| * | * generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make static | hobbs | 2005-10-05 | 1 | -4/+4 |
|
|
| * | * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered) | dgp | 2005-07-05 | 1 | -1/+89 |
|
|
| * | * generic/tclEncoding.c (TableFromUtfProc): correct crash | hobbs | 2004-11-12 | 1 | -2/+13 |
|
|
| * | * generic/tclEncoding.c: | rmax | 2004-05-27 | 1 | -5/+131 |
|
|
| * | * generic/tclEncoding.c: Added FreeEncoding(systemEncoding) in | davygrvy | 2004-05-06 | 1 | -1/+2 |
|
|
| * | * generic/tclInt.h: | hobbs | 2004-03-29 | 1 | -19/+34 |
|
|
| * | * tests/unixInit.test (unixInit-2.10): mark as knownBug | hobbs | 2003-11-06 | 1 | -13/+7 |
|
|
| * | * generic/tclEncoding.c (TclFindEncodings): Normalize the path | dgp | 2003-11-05 | 1 | -5/+9 |
|
|
* | | Fix [Bug 2891556] and improve test to detect similar manifestations in the fu... | ferrieux | 2009-11-16 | 1 | -6/+22 |
|
|
* | | UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 | jenglish | 2008-07-04 | 1 | -2/+2 |
|
|
* | | * 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 |
|
|