Author: coke Date: Tue Nov 15 06:21:26 2005 New Revision: 9984 Modified: trunk/CREDITS trunk/languages/tcl/README Log: s/Partcl/partcl/g
Modified: trunk/CREDITS ============================================================================== --- trunk/CREDITS (original) +++ trunk/CREDITS Tue Nov 15 06:21:26 2005 @@ -283,7 +283,7 @@ D: httpd.imc, bugfixes N: Matt Diephouse D: Turn off buffering layer in forth.pasm D: Various patches for pmc2c.pl -D: Run Tcl test suite in ParTcl, and add various ParTcl bits +D: Run Tcl test suite in partcl, and add various partcl bits N: Matt Fowles D: Resizable*Array classes @@ -420,7 +420,7 @@ N: Stig Brautaset D: Patch to repair 'make clean' N: Thilo Planz -D: ParTcl tests and inspiration +D: partcl tests and inspiration N: TOGoS D: Some FAQ questions and answers @@ -439,8 +439,8 @@ D: Lot of general Parrot design hints N: Vladimir Lipsky D: Win32, IO fixes -N: Will Coleda +N: Will "Coke" Coleda E: [EMAIL PROTECTED] -D: Tcl language (partcl) and misc fixes +D: Tcl language (partcl), website, various languages/ upkeep, misc. N: Zach Lipton Modified: trunk/languages/tcl/README ============================================================================== --- trunk/languages/tcl/README (original) +++ trunk/languages/tcl/README Tue Nov 15 06:21:26 2005 @@ -1,6 +1,6 @@ -=head1 ParTcl +=head1 partcl -A from scratch implementation of Tcl on Parrot. (partcl) +A from scratch implementation of Tcl on Parrot. To build the tcl compiler, first build parrot and the parrot utilities. From the top level parrot directory:
