From 7161eb819dfae3bb3413229cf70b6b47548cc2f9 Mon Sep 17 00:00:00 2001 From: hobbs Date: Sun, 20 Jan 2008 21:19:56 +0000 Subject: * unix/README: minor typo fixes [Bug 1853072] --- ChangeLog | 2 ++ unix/README | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8454627..0542ff0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-01-20 Jeff Hobbs + * unix/README: minor typo fixes [Bug 1853072] + * generic/tclIO.c (TclGetsObjBinary): operate on topmost channel. [Bug 1869405] (Ficicchia) diff --git a/unix/README b/unix/README index 783a55d..45e51ae 100644 --- a/unix/README +++ b/unix/README @@ -1,7 +1,7 @@ Tcl UNIX README --------------- -RCS: @(#) $Id: README,v 1.29 2007/12/13 15:28:40 dgp Exp $ +RCS: @(#) $Id: README,v 1.30 2008/01/20 21:19:57 hobbs Exp $ This is the directory where you configure, compile, test, and install UNIX versions of Tcl. This directory also contains source files for Tcl @@ -93,7 +93,7 @@ How To Compile And Install Tcl: using naked fork (i.e. not followed by execve). Note: by default gcc will be used if it can be located on the PATH. - if you want to use cc instead of gcc, set the CC environment variable + If you want to use cc instead of gcc, set the CC environment variable to "cc" before running configure. It is not safe to edit the Makefile to use gcc after configure is run. Also note that you should use the same compiler when building extensions. @@ -112,8 +112,8 @@ How To Compile And Install Tcl: for your site or possibly modify the distribution in other ways. First check the porting Web page above to see if there are hints for compiling on your system. If you need to modify Makefile, - are comments at the beginning of it that describe the things you - might want to change and how to change them. + there are comments at the beginning of it that describe the things + you might want to change and how to change them. (f) Type "make install" to install Tcl binaries and script files in standard places. You'll need write permission on the installation -- cgit v0.12