cvsuser 04/10/14 16:21:24
Modified: . MANIFEST Log: variety of tcl updates. Revision Changes Path 1.752 +1 -17 parrot/MANIFEST Index: MANIFEST =================================================================== RCS file: /cvs/public/parrot/MANIFEST,v retrieving revision 1.751 retrieving revision 1.752 diff -u -w -r1.751 -r1.752 --- MANIFEST 13 Oct 2004 14:37:58 -0000 1.751 +++ MANIFEST 14 Oct 2004 23:21:24 -0000 1.752 @@ -2412,7 +2412,6 @@ languages/tcl/examples/hello.tcl [tcl] languages/tcl/examples/koohii.tcl [tcl] languages/tcl/examples/power.tcl [tcl] -languages/tcl/lib/backslash_newline_subst.imc [tcl] languages/tcl/lib/commands/append.imc [tcl] languages/tcl/lib/commands/array.imc [tcl] languages/tcl/lib/commands/break.imc [tcl] @@ -2441,23 +2440,9 @@ languages/tcl/lib/commands/while.imc [tcl] languages/tcl/lib/expression.imc [tcl] languages/tcl/lib/tcllib.imc [tcl] -languages/tcl/lib/functions/abs.imc [tcl] -languages/tcl/lib/functions/acos.imc [tcl] -languages/tcl/lib/functions/asin.imc [tcl] -languages/tcl/lib/functions/atan.imc [tcl] -languages/tcl/lib/functions/cos.imc [tcl] -languages/tcl/lib/functions/cosh.imc [tcl] -languages/tcl/lib/functions/exp.imc [tcl] -languages/tcl/lib/functions/log.imc [tcl] -languages/tcl/lib/functions/log10.imc [tcl] -languages/tcl/lib/functions/sin.imc [tcl] -languages/tcl/lib/functions/sinh.imc [tcl] -languages/tcl/lib/functions/sqrt.imc [tcl] -languages/tcl/lib/functions/tan.imc [tcl] -languages/tcl/lib/functions/tanh.imc [tcl] languages/tcl/lib/get_var.imc [tcl] languages/tcl/lib/interpret.imc [tcl] -languages/tcl/lib/macros/debug.imc [tcl] +languages/tcl/lib/macros/boolean.imc [tcl] languages/tcl/lib/macros/is_space.imc [tcl] languages/tcl/lib/match_close.imc [tcl] languages/tcl/lib/parse.imc [tcl] @@ -2486,7 +2471,6 @@ languages/tcl/t/cmd_time.t [tcl] languages/tcl/t/cmd_unset.t [tcl] languages/tcl/t/cmd_while.t [tcl] -languages/tcl/t/pir_backslash_newline.t [tcl] languages/tcl/t/pir_match_close.t [tcl] languages/tcl/t/tcl_backslash.t [tcl] languages/tcl/t/tcl_command_subst.t [tcl]
