summaryrefslogtreecommitdiffstats
path: root/Modules
stat options
Period:
Authors:

Commits per author per week (path 'Modules')

AuthorW04 2026W05 2026W06 2026W07 2026Total
Total00000
8'>bug_1224888 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
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-12