diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-16 14:09:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-16 14:09:06 (GMT) |
commit | 85d00a55b79e0beebaf4875584cf7391abd05392 (patch) | |
tree | 234c6b8fd82fc5ae309eb0b98a09650886abdf0c /ChangeLog | |
parent | 66cdccbc5f5f8daf4985fedc138a7f147a0053e2 (diff) | |
download | tcl-85d00a55b79e0beebaf4875584cf7391abd05392.zip tcl-85d00a55b79e0beebaf4875584cf7391abd05392.tar.gz tcl-85d00a55b79e0beebaf4875584cf7391abd05392.tar.bz2 |
Update literal table to use FNV hash function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 24 insertions, 19 deletions
@@ -1,24 +1,29 @@ +2010-02-16 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclLiteral.c (HashString): Missed updating to FNV in one + place; the literal table (a copy of the hash table code...) + 2010-02-15 Jan Nijtmans <nijtmans@users.sf.net> - * tools/genStubs.tcl reverted earlier rename from tcl*Stubs to - * generic/tclBasic.c tcl*ConstStubs, it's not necessary at all. - * generic/tclOO.c - * generic/tclTomMathInterface.c - * generic/tclStubInit.c (regenerated) - * generic/tclOOStubInit.c (regenerated) - * generic/tclEnsemble.c Fix signed-unsigned mismatch - * win/tclWinInt.h make tclWinProcs "const" - * win/tclWin32Dll.c - * win/tclWinFCmd.c Eliminate all internal Tcl_WinUtfToTChar - * win/tclWinFile.c and Tcl_WinTCharToUtf calls, needed - * win/tclWinInit.c for mslu support. - * win/tclWinLoad.c - * win/tclWinPipe.c - * win/tclWinSerial.c - * win/.cvsignore - * compat/unicows/readme.txt Add first part of mslu support - * compat/unicows/license.txt See [Feature Request #2819611] - * compat/unicows/unicows.lib + * tools/genStubs.tcl: Reverted earlier rename from tcl*Stubs to + * generic/tclBasic.c: tcl*ConstStubs, it's not necessary at all. + * generic/tclOO.c: + * generic/tclTomMathInterface.c: + * generic/tclStubInit.c: (regenerated) + * generic/tclOOStubInit.c: (regenerated) + * generic/tclEnsemble.c:Fix signed-unsigned mismatch + * win/tclWinInt.h: make tclWinProcs "const" + * win/tclWin32Dll.c: + * win/tclWinFCmd.c: Eliminate all internal Tcl_WinUtfToTChar + * win/tclWinFile.c: and Tcl_WinTCharToUtf calls, needed + * win/tclWinInit.c: for mslu support. + * win/tclWinLoad.c: + * win/tclWinPipe.c: + * win/tclWinSerial.c: + * win/.cvsignore: + * compat/unicows/readme.txt: [FRQ 2819611]: Add first part of MSLU + * compat/unicows/license.txt: support. + * compat/unicows/unicows.lib: 2010-02-15 Donal K. Fellows <dkf@users.sf.net> |