diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-09-10 21:31:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-09-10 21:31:08 (GMT) |
commit | 1adfd2db6853d9dd134f333270bf20d6aadbb457 (patch) | |
tree | 6d6049275a28940e827a95adab235c1f12b3e7a9 /ChangeLog | |
parent | a8ea078b1aaee70e57f034aab43682b62874411a (diff) | |
download | tcl-1adfd2db6853d9dd134f333270bf20d6aadbb457.zip tcl-1adfd2db6853d9dd134f333270bf20d6aadbb457.tar.gz tcl-1adfd2db6853d9dd134f333270bf20d6aadbb457.tar.bz2 |
Correct handling of quoted charset names. [Bug 2849860]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 25 insertions, 20 deletions
@@ -1,3 +1,8 @@ +2009-09-10 Donal K. Fellows <dkf@users.sf.net> + + * library/http/http.tcl (http::Event): [Bug 2849860]: Handle charset + names in double quotes; some servers like generating them like that. + 2009-09-01 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision @@ -7,38 +12,38 @@ 2009-08-27 Don Porter <dgp@users.sourceforge.net> - * generic/tclStringObj.c: A few more string overflow cases in - [format]. [Bug 2845535] + * generic/tclStringObj.c: [Bug 2845535]: A few more string + overflow cases in [format]. 2009-08-25 Andreas Kupries <andreask@activestate.com> - * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, - EvalTokensStandard, Tcl_EvalEx, EvalEx, TclAdvanceContinuations, - TclEvalObjEx): + * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard) + (EvalTokensStandard, Tcl_EvalEx, EvalEx, TclAdvanceContinuations) + (TclEvalObjEx): * generic/tclCmdMZ.c (Tcl_SwitchObjCmd, TclListLines): * generic/tclCompCmds.c (*): - * generic/tclCompile.c (TclSetByteCodeFromAny, TclInitCompileEnv, - TclFreeCompileEnv, TclCompileScript): + * generic/tclCompile.c (TclSetByteCodeFromAny, TclInitCompileEnv) + (TclFreeCompileEnv, TclCompileScript): * generic/tclCompile.h (CompileEnv): * generic/tclInt.h (ContLineLoc, Interp): - * generic/tclObj.c (ThreadSpecificData, ContLineLocFree, - TclThreadFinalizeObjects, TclInitObjSubsystem, - TclContinuationsEnter, TclContinuationsEnterDerived, - TclContinuationsCopy, TclContinuationsGet, TclFreeObj): + * generic/tclObj.c (ThreadSpecificData, ContLineLocFree) + (TclThreadFinalizeObjects, TclInitObjSubsystem, TclContinuationsEnter) + (TclContinuationsEnterDerived, TclContinuationsCopy) + (TclContinuationsGet, TclFreeObj): * generic/tclParse.c (TclSubstTokens, Tcl_SubstObj): * generic/tclProc.c (TclCreateProc): * generic/tclVar.c (TclPtrSetVar): * tests/info.test (info-30.0-24): - Extended parser, compiler, and execution with code and attendant - data structures tracking the positions of continuation lines which - are not visible in script Tcl_Obj*'s, to properly account for them - while counting lines for #280. + Extended parser, compiler, and execution with code and attendant data + structures tracking the positions of continuation lines which are not + visible in script Tcl_Obj*'s, to properly account for them while + counting lines for #280. 2009-08-24 Daniel Steffen <das@users.sourceforge.net> - * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops - when CoreFoundation notifier is running in embedded mode. (fixes + * macosx/tclMacOSXNotify.c: Fix multiple issues with nested event loops + when CoreFoundation notifier is running in embedded mode. (Fixes problems in TkAqua Cocoa reported by Youness Alaoui on tcl-mac) 2009-08-21 Don Porter <dgp@users.sourceforge.net> @@ -48,10 +53,10 @@ 2009-08-20 Don Porter <dgp@users.sourceforge.net> - * generic/tclFileName.c: Correct result from [glob */test] when * - matches something like ~foo. [Bug 2837800] + * generic/tclFileName.c: [Bug 2837800]: Get the correct result from + [glob */test] when * matches something like ~foo. - * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings + * generic/tclPathObj.c: [Bug 2806250]: Prevent the storage of strings starting with ~ in the "tail" part (normPathPtr field) of the path intrep when PATHFLAGS != 0. This establishes the assumptions relied on elsewhere that the name stored there is a relative path. Also |