summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
Commit message (Expand)AuthorAgeFilesLines
* Version with all TCL_INIT_CREATE_XXX flags backjan.nijtmans2013-03-271-3/+43
|\
| * Looks like TCL_INIT_CUSTOM (previously known as TCL_INIT_STUFF) is not a bad ...jan.nijtmans2013-03-261-4/+6
| * Add TCL_INIT_STUFFjan.nijtmans2013-03-261-1/+6
* | Don't initialize the encoding subsystem any more in Tcl_InitSubsystems().jan.nijtmans2013-03-261-1/+0
|/
* Version having TCL_INIT_PANIC as only Tcl_InitSubsystems() flagjan.nijtmans2013-03-261-43/+1
* TCL_INIT_ENCODINGPATHjan.nijtmans2013-03-251-0/+7
* merge trunk. jan.nijtmans2013-02-231-5/+3
|\
* \ merge trunk. jan.nijtmans2013-02-231-4/+5
|\ \ | |/
* | Doc improvements. jan.nijtmans2013-02-171-6/+7
|\ \ | |/
* | merge trunkjan.nijtmans2013-02-141-1/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
| |\
| | * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* | | merge trunkjan.nijtmans2013-02-011-4/+4
|\ \ \ | |/ /
| * | merge core-8-5-branchjan.nijtmans2013-01-311-4/+4
| |\ \ | | |/
| | * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-4/+4
* | | merge trunkjan.nijtmans2013-01-211-0/+1
|\ \ \ | |/ /
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
| |\ \ | | |/
| | * 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
* | | | Implement TCL_INIT_CREATE_UTF8/TCL_INIT_CREATE_UNICODEjan.nijtmans2013-01-101-8/+18
|\ \ \ \ | |/ / /
* | | | New function Tcl_InitSubsystems, still to be TIP'edjan.nijtmans2013-01-091-1/+59
|/ / /
* | | 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