=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/usage.c,v retrieving revision 1.22 retrieving revision 1.28 diff -u -p -r1.22 -r1.28 --- OpenXM/src/kan96xx/Kan/usage.c 2003/08/26 12:46:05 1.22 +++ OpenXM/src/kan96xx/Kan/usage.c 2004/05/13 04:38:28 1.28 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/kan96xx/Kan/usage.c,v 1.21 2003/08/26 07:42:52 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/Kan/usage.c,v 1.27 2003/12/03 09:00:46 takayama Exp $ */ #include #include "datatype.h" #include "stackm.h" @@ -68,6 +68,7 @@ void Kusage2(fp,s) }else if (strcmp(s,"closefile")==0) { fppp(fp,"<< fd closefile >>\n"); fppp(fp,"file fd;\n"); + fppp(fp,"cf. file (open a file)\n"); }else if (strcmp(s,"coefficients")==0 || strcmp(s,"coeff")==0) { fppp(fp,"<< f v coeff [exponents coefficients] >>\n"); fppp(fp,"poly f,v; list of integers exponents; list of poly coefficients;\n"); @@ -98,6 +99,8 @@ void Kusage2(fp,s) fppp(fp," map, orderMatrix, error, \n"); fppp(fp," or [(class) (class-name)].\n"); fppp(fp,"The primitive reports and converts the data type of obj.\n"); + fppp(fp,"Special combinations of obj and keyword.\n"); + fppp(fp," ring (oxRingStructure) data_conversion list\n"); fppp(fp,"Example: (2) (integer) data_conversion ===> 2\n"); }else if (strcmp(s,"def")==0 || strcmp(s,"set")==0) { fppp(fp,"<< /name object def >> or << object /name set >>\n"); @@ -166,6 +169,7 @@ void Kusage2(fp,s) fppp(fp,"It opens the <> with the <>. <> is the\n"); fppp(fp,"file descripter and is used in writestring and closefile.\n"); fppp(fp,"If filename part is an integer, it calls fdopen() and returns the file descripter.\n"); + fppp(fp,"cf. closefile, writestring, pushfile \n"); }else if (strcmp(s,"for")==0) { fppp(fp,"<>\n"); fppp(fp,"integer init inc limit;\n"); @@ -323,6 +327,10 @@ void Kusage2(fp,s) }else if (strcmp(s,"newstack") == 0) { fppp(fp,"<< size newstack class.OperandStack >>\n"); /*:*/ fppp(fp,"cf. setstack, stdstack.\n"); + }else if (strcmp(s,"oxshell") == 0) { + fppp(fp,"<< cmds oxshell result >>\n"); /*:*/ + fppp(fp,"cmds is an array of strings.\n"); + KoxShellHelp((char *)NULL,fp); }else if (strcmp(s,"pop")==0) { fppp(fp,"<< obj pop >> \n"); /*:*/ fppp(fp,"It removes the obj from the stack.\n"); @@ -486,7 +494,7 @@ void Kusage2(fp,s) fppp(fp,"ReduceLowerTerms, CheckHomogenization, Homogenize, Sugar, Homogenize_vec,\n"); fppp(fp,"Statistics, StackPointer, StandardOperandStack,\n"); fppp(fp,"ErrorStack, ErrorMessageMode, WarningMessageMode,\n"); - fppp(fp,"CatchCtrlC, Strict, CurrentContextp, NullContextp, Strict2,\n"); + fppp(fp,"CatchCtrlC, Strict, CurrentContextp, NullContextp, Strict2, QuoteMode\n"); fppp(fp,"SigIgn, KSPushEnvMode, PrimitiveContextp, KanGBmessage,\n"); fppp(fp,"orderMatrix, gbListTower, Schreyer, \n"); fppp(fp,"outputOrder, multSymbol, variableNames, Version,\n"); @@ -503,6 +511,7 @@ void Kusage2(fp,s) fppp(fp," Set the global variable PrintDollar to 0\n"); fppp(fp,"DebugReductionEcart (bit): (2) *% (1) find_reducer,in(r) \n"); fppp(fp," (any) cont (4) #+[rat division, + ecartd] \n"); + fppp(fp," (8) check the order. \n"); fppp(fp,"DoCancel (bit): (2) always_reduce_content (1) Noro_strategy \n"); fppp(fp," (4) DoCancel_in_reduction1 \n"); }else if (strcmp(s,"tlimit")==0) {