| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 1 | -2/+2 |
|\ |
|
| * | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 1 | -2/+2 |
| |\ |
|
| | * | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-19 | 1 | -2/+2 |
|
|
| * | | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+1 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -17/+17 |
|
|
* | | | 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 |
|
|
| | * | (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/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -3/+3 |
|
|
* | | | Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ... | nijtmans | 2010-09-16 | 1 | -2/+2 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -4/+4 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -15/+15 |
|
|
* | | | Use 'const' more often for pointers to read-only structures. | dkf | 2010-02-05 | 1 | -177/+203 |
|
|
* | | | Updated freeIntRepProc routines so | nijtmans | 2009-11-19 | 1 | -2/+3 |
|
|
* | | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 1 | -6/+22 |
|
|
* | | | - 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 |
|
|