diff options
author | hobbs <hobbs> | 2000-02-10 08:55:14 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-02-10 08:55:14 (GMT) |
commit | dd33cec55f8d2792c7b628594c4f0f2d4df7f669 (patch) | |
tree | 096ac7fd2b5cc84fae1c4869d6fbbf4e5848c4d2 /unix/porting.notes | |
parent | 4541ee11ae166c9c275bd5162a5cf79839415b93 (diff) | |
download | tcl-dd33cec55f8d2792c7b628594c4f0f2d4df7f669.zip tcl-dd33cec55f8d2792c7b628594c4f0f2d4df7f669.tar.gz tcl-dd33cec55f8d2792c7b628594c4f0f2d4df7f669.tar.bz2 |
* unix/README:
* unix/Makefile.in (dist): removed porting.notes and porting.old
from distribution and CVS. The information was very outdated. Now
refer to http://dev.scriptics.com/services/support/platforms.html
* tests/unixInit.test: fixed japanese LANG encoding test [Bug: 3549]
* unix/configure.in:
* unix/tcl.m4: correct CFLAG_WARNING setting,
fixed gcc config for AIX,
added -export-dynamic to LDFLAGS for FreeBSD-3+ [Bug: 2998]
* win/tclWinLoad.c (TclpLoadFile): improved error message for load
failures, could perhaps be even more intelligent.
Diffstat (limited to 'unix/porting.notes')
-rw-r--r-- | unix/porting.notes | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/unix/porting.notes b/unix/porting.notes deleted file mode 100644 index 5376663..0000000 --- a/unix/porting.notes +++ /dev/null @@ -1,11 +0,0 @@ -RCS: @(#) $Id: porting.notes,v 1.3 1999/04/16 00:48:03 stanton Exp $ - -This file used to contain a collection of notes that various people -had provided about porting Tcl to various machines and operating -systems. This information is now available in the Tcl porting -database at the following location: - - http://www.scriptics.com/software/install.html#Database - -If you port Tcl or Tk to a new platform, you can share any information -you might have by adding a new entry to this database. |