summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
Commit message (Expand)AuthorAgeFilesLines
* Be sure to finalize the identity encoding.dgp_optimize_output_stagedgp2014-02-041-0/+1
* Refactor WriteChars() and WriteBytes() into simple wrappers of a commondgp2014-01-301-0/+2
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-4/+4
* revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
* make some more internal tables constjan.nijtmans2012-04-181-59/+59
|\
| * make some more internal tables CONSTjan.nijtmans2012-04-181-1/+1
* | [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
* | 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/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
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-5/+5
* | Fix some comments, make selected if/while bodies clearer by inserting comments.dkf2006-11-021-9/+11
* | Reverted tclEncoding.c commits that caused crashes and failures all overdgp2006-11-021-123/+128
* | Make better use of the core's internal macros.dkf2006-11-021-89/+96
* | Removed unnecessary casts and reworked some loops for more clarity.dkf2006-11-021-40/+28
* | (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-26/+34
* | TIP 27 changes for Tcl_CreateEncodingKevin B Kenny2006-09-261-2/+2
* | * 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-1/+11
* | revert most recent tclEncoding.c commit. It is suspected to havedgp2006-03-241-22/+6
* | * generic/tclEncoding.c: Report error when an escape encodingdgp2006-03-131-6/+22