M                8839 gc.c           	C(OLDMALLOC, M);
M                2523 object.c           M(int),
M                2524 object.c           M(ary),
M                2525 object.c           M(str),
M                2526 object.c           M(sym),
M                2527 object.c           M(hash),
M                2528 object.c           M(proc),
M                2529 object.c           M(io),
M                2530 object.c           M(a),
M                2531 object.c           M(s),
M                2532 object.c           M(i),
M                 172 random.c           for (j=N-M+1; --j; p++)
M                 173 random.c               *p = p[M] ^ TWIST(p[0], p[1]);
M                 175 random.c           for (j=M; --j; p++)
M                 176 random.c               *p = p[M-N] ^ TWIST(p[0], p[1]);
M                 178 random.c           *p = p[M-N] ^ TWIST(p[0], mt->state[0]);
M                 211 ruby.c         	M("-0[octal]",	   "",			   "specify record separator (\\0, if no argument)"),
M                 212 ruby.c         	M("-a",		   "",			   "autosplit mode with -n or -p (splits $_ into $F)"),
M                 213 ruby.c         	M("-c",		   "",			   "check syntax only"),
M                 214 ruby.c         	M("-Cdirectory",   "",			   "cd to directory before executing your script"),
M                 215 ruby.c         	M("-d",		   ", --debug",		   "set debugging flags (set $DEBUG to true)"),
M                 216 ruby.c         	M("-e 'command'",  "",			   "one line of script. Several -e's allowed. Omit [programfile]"),
M                 217 ruby.c         	M("-Eex[:in]",     ", --encoding=ex[:in]", "specify the default external and internal character encodings"),
M                 218 ruby.c         	M("-Fpattern",	   "",			   "split() pattern for autosplit (-a)"),
M                 219 ruby.c         	M("-i[extension]", "",			   "edit ARGV files in place (make backup if extension supplied)"),
M                 220 ruby.c         	M("-Idirectory",   "",			   "specify $LOAD_PATH directory (may be used more than once)"),
M                 221 ruby.c         	M("-l",		   "",			   "enable line ending processing"),
M                 222 ruby.c         	M("-n",		   "",			   "assume 'while gets(); ... end' loop around your script"),
M                 223 ruby.c         	M("-p",		   "",			   "assume loop like -n but print line also like sed"),
M                 224 ruby.c         	M("-rlibrary",	   "",			   "require the library before executing your script"),
M                 225 ruby.c         	M("-s",		   "",			   "enable some switch parsing for switches after script name"),
M                 226 ruby.c         	M("-S",		   "",			   "look for the script using PATH environment variable"),
M                 227 ruby.c         	M("-T[level=1]",   "",			   "turn on tainting checks"),
M                 228 ruby.c         	M("-v",		   ", --verbose",	   "print version number, then turn on verbose mode"),
M                 229 ruby.c         	M("-w",		   "",			   "turn warnings on for your script"),
M                 230 ruby.c         	M("-W[level=2]",   "",			   "set warning level; 0=silence, 1=medium, 2=verbose"),
M                 231 ruby.c         	M("-x[directory]", "",			   "strip off text before #!ruby line and perhaps cd to directory"),
M                 232 ruby.c         	M("-h",		   "",			   "show this message, --help for more info"),
M                 235 ruby.c         	M("--copyright",                   "", "print the copyright"),
M                 236 ruby.c         	M("--enable=feature[,...]",	   ", --disable=feature[,...]",
M                 238 ruby.c         	M("--external-encoding=encoding",  ", --internal-encoding=encoding",
M                 240 ruby.c         	M("--version",                     "", "print the version"),
M                 241 ruby.c         	M("--help",			   "", "show this message, -h for short message"),
M                 244 ruby.c         	M("gems",    "",        "rubygems (default: "DEFAULT_RUBYGEMS_ENABLED")"),
M                 245 ruby.c         	M("did_you_mean", "",   "did_you_mean (default: "DEFAULT_RUBYGEMS_ENABLED")"),
M                 246 ruby.c         	M("rubyopt", "",        "RUBYOPT environment variable (default: enabled)"),
M                 247 ruby.c         	M("frozen-string-literal", "", "freeze all string literals (default: disabled)"),