summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* TIP#258 IMPLEMENTATIONdgp2006-02-081-13/+13
* ANSIfy function declarations and definitionsdkf2005-10-181-399/+384
* * unix/tclUnixSock.c (InitializeHostName): Synchronized use ofandreas_kupries2005-09-021-3/+3
* Getting more systematic about styledkf2005-07-171-447/+520
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call.dgp2005-04-121-119/+114
* * generic/tclInt.h (TclGetEncodingFromObj): New function todgp2005-04-081-1/+87
* * generic/tclEncoding.c: Plugged some memory leaks. Thanks todgp2004-12-131-2/+3
* * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-041-2/+2
* * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the casedgp2004-12-021-3/+3
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-7/+6
* * generic/tclEncoding.c: Moved TclpSetInitialEncodings()dgp2004-12-011-3/+2
* Patch 976520 reworks several of the details involved withdgp2004-11-301-276/+396
* * generic/tclEncoding.c (TableFromUtfProc): correct crashhobbs2004-11-121-2/+13
* Simplify LoadTableEncodingdkf2004-10-061-21/+10
* * generic/tclBasic.c:dgp2004-10-061-8/+3
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-181-13/+15
* * generic/tclEncoding.c:rmax2004-05-071-5/+131
* (TclFinalizeEncodingSubsystem): FreeEncoding(systemEncoding); moved todavygrvy2004-05-051-2/+2
* Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystemdavygrvy2004-04-201-1/+2
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-071-22/+37
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
* * generic/tclEncoding.c (LoadTableEncoding):hobbs2003-02-211-1/+46