diff options
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tclMacResource.r | 6 | ||||
-rw-r--r-- | mac/tclMacTclCode.r | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mac/tclMacResource.r b/mac/tclMacResource.r index f9376db..acfae99 100644 --- a/mac/tclMacResource.r +++ b/mac/tclMacResource.r @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacResource.r,v 1.3 1999/04/16 00:47:21 stanton Exp $ + * RCS: @(#) $Id: tclMacResource.r,v 1.4 1999/08/16 00:09:30 jingham Exp $ */ #include <Types.r> @@ -44,14 +44,14 @@ resource 'vers' (1) { TCL_MAJOR_VERSION, MINOR_VERSION, RELEASE_LEVEL, 0x00, verUS, TCL_PATCH_LEVEL, - TCL_PATCH_LEVEL ", by Ray Johnson © Sun Microsystems" + TCL_PATCH_LEVEL ", by Ray Johnson & Jim Ingham © Scriptics Inc." }; resource 'vers' (2) { TCL_MAJOR_VERSION, MINOR_VERSION, RELEASE_LEVEL, 0x00, verUS, TCL_PATCH_LEVEL, - "Simple Tcl Shell " TCL_PATCH_LEVEL " © 1996" + "Simple Tcl Shell " TCL_PATCH_LEVEL " © 1996 - 1999" }; diff --git a/mac/tclMacTclCode.r b/mac/tclMacTclCode.r index 1a8f3ca..c3a0c22 100644 --- a/mac/tclMacTclCode.r +++ b/mac/tclMacTclCode.r @@ -34,3 +34,4 @@ read 'TEXT' (TCL_LIBRARY_RESOURCES + 1, "Auto", purgeable) "::library:auto.tcl"; read 'TEXT' (TCL_LIBRARY_RESOURCES + 2, "Package", purgeable,preload) "::library:package.tcl"; read 'TEXT' (TCL_LIBRARY_RESOURCES + 3, "History", purgeable) "::library:history.tcl"; read 'TEXT' (TCL_LIBRARY_RESOURCES + 4, "Word", purgeable,preload) "::library:word.tcl"; +read 'TEXT' (TCL_LIBRARY_RESOURCES + 5, "Parray", purgeable,preload) "::library:parray.tcl"; |