| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the core output operations of channels. Reduce duplicative and dead ... | dgp | 2014-02-04 | 1 | -1/+3 |
|\ |
|
| * | Be sure to finalize the identity encoding.dgp_optimize_output_stage | dgp | 2014-02-04 | 1 | -0/+1 |
|
|
| * | Refactor WriteChars() and WriteBytes() into simple wrappers of a common | dgp | 2014-01-30 | 1 | -0/+2 |
|
|
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|
|
* | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -4/+4 |
|
|
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -59/+59 |
| |\ |
|
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
|
|
* | | | more result generation conversion | dkf | 2012-08-03 | 1 | -2/+4 |
|
|
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 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-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 |
|
|