summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
Commit message (Expand)AuthorAgeFilesLines
* more result generation conversiondkf2012-08-031-2/+4
* Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-2/+2
* [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-291-2/+2
|\
| * [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-291-2/+2
| |\
| | * [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-191-2/+2
| * | Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-17/+17
* | | 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
| | * (Backport) Fix [Bug 2891556] and improve test to detect similar manifestation...ferrieux2009-11-161-6/+22
| | * UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8jenglish2008-07-041-3/+3
| | * * generic/tclEncoding.c (EscapeFromUtfProc): Applied patchandreas_kupries2007-02-121-3/+15
| | * (UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systemshobbs2006-10-061-2/+2
| | * * generic/tcl.h: note limitation on changing Tcl_UniChar sizehobbs2006-10-051-24/+35
| | * * generic/tclEncoding.c: Replace buffer copy in for loopdgp2006-08-091-4/+2
| | * * generic/tclIO.c (ReadChars): Added check and panic andandreas_kupries2006-04-051-2/+12
| | * * generic/tclEncoding.c: Report error when an escape encodingdgp2006-03-131-5/+24
| | * * generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make statichobbs2005-10-051-4/+4
| | * * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)dgp2005-07-051-1/+89
| | * * generic/tclEncoding.c (TableFromUtfProc): correct crashhobbs2004-11-121-2/+13
| | * * generic/tclEncoding.c:rmax2004-05-271-5/+131
| | * * generic/tclEncoding.c: Added FreeEncoding(systemEncoding) indavygrvy2004-05-061-1/+2
| | * * generic/tclInt.h:hobbs2004-03-291-19/+34
| | * * tests/unixInit.test (unixInit-2.10): mark as knownBughobbs2003-11-061-13/+7
| | * * generic/tclEncoding.c (TclFindEncodings): Normalize the pathdgp2003-11-051-5/+9
| * | Fix [Bug 2891556] and improve test to detect similar manifestations in the fu...ferrieux2009-11-161-6/+22
| * | UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8jenglish2008-07-041-2/+2
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-3/+3
* | | Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ...nijtmans2010-09-161-2/+2
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-4/+4
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-15/+15
* | | Use 'const' more often for pointers to read-only structures.dkf2010-02-051-177/+203
* | | Updated freeIntRepProc routines sonijtmans2009-11-191-2/+3
* | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-161-6/+22
* | | - eliminate some unnessary type castsnijtmans2009-02-101-3/+3
* | | * generic/tclEncoding.c: Use "iso8859-1" and not "identity"dgp2008-10-271-5/+4
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-47/+37
* | | Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-2/+2
* | | Add "const" to many internalnijtmans2008-10-161-2/+2
* | | UtfToUtfProc: Avoid unwanted sign extension when convertingjenglish2008-06-111-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-62/+62
|/ /
* | * generic/tclEncoding.c (LoadEscapeEncoding): avoid leaking escapedas2008-03-111-4/+9
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclEncoding.c: Version of the embedded iso8859-1Miguel Sofer2007-11-061-13/+210
* | Embed the definition of the iso8859-1 encoding directly in Tcl.dkf2007-10-281-2/+46
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-9/+7
* | Don't use C++ keywordsdkf2007-04-101-4/+4
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-3/+4
* | * generic/tclEncoding.c (EscapeFromUtfProc):mdejong2006-12-271-3/+14