Tcl Source Code

Check-in [9aa06360d3]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment: * generic/tclVar.c: * generic/tclEnv.c: Moved the "array set" C level code into a common routine (TclArraySet). The TclSetupEnv routine now uses this API to create an env array w/ no elements. * generic/tclEnv.c: * generic/tclWinInit.h: * generic/tclUnixInit.h: * generic/tclInt.h: Made the Env module I18N compliant. Changed the FindVariable routine to TclpFindVariable, that now does a case insensitive string comparison on Windows, and not on UNIX. [Bug: 1299, 1500]
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-1-branch-old
Files: files | file ages | folders
SHA1: 9aa06360d3d689bb265ee5c3508f4d4f03fc24c2
User & Date: surles 1999-04-06 19:06:50.000
Context
1999-04-06
19:19
unchange the makefile.vc check-in: d0c3b3bdcb user: surles tags: core-8-1-branch-old
19:06
* generic/tclVar.c: * generic/tclEnv.c: Moved the "array set" C level code into a common routine ... check-in: 9aa06360d3 user: surles tags: core-8-1-branch-old
19:03
skip tests that require test* commands when running in standard tclsh interp. check-in: 1467d41628 user: hershey tags: core-8-1-branch-old
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ChangeLog.
Changes to changes.
Changes to generic/tclEnv.c.
Changes to generic/tclInt.h.
Changes to generic/tclVar.c.
Changes to tests/env.test.
Changes to unix/tclUnixInit.c.
Changes to win/makefile.vc.
Changes to win/tclWinInit.c.