Skip to content
Snippets Groups Projects
Commit a73e9a17 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added some missing options and a reference to "Pike: an Introduction".

Rev: man/pike.1:1.28
parent 7f7f7904
No related branches found
No related tags found
No related merge requests found
.\" $Id: pike.1,v 1.27 2008/07/31 18:13:17 mast Exp $ .\" $Id: pike.1,v 1.28 2008/08/12 20:18:50 grubba Exp $
.\" name section last-modified title section-name product/status architecture .\" name section last-modified title section-name product/status architecture
.ds ]L Pike .ds ]L Pike
.TH pike 1 "$Date: 2008/07/31 18:13:17 $" Pike "Pike Manual" Pike .TH pike 1 "$Date: 2008/08/12 20:18:50 $" Pike "Pike Manual" Pike
.\" On Solaris ]L will contain "Last modified $Date: 2008/07/31 18:13:17 $" .\" On Solaris ]L will contain "Last modified $Date: 2008/08/12 20:18:50 $"
.\" while HPUX uses ]L to contain "Pike". .\" while HPUX uses ]L to contain "Pike".
.\" On OSF/1 ]L will already contain the wanted string. .\" On OSF/1 ]L will already contain the wanted string.
.if !\*(]LPike .ds ]L $Date: 2008/07/31 18:13:17 $ \" Solaris nroff .if !\*(]LPike .ds ]L $Date: 2008/08/12 20:18:50 $ \" Solaris nroff
.\" Major (mj) and minor (mn) version of Pike .\" Major (mj) and minor (mn) version of Pike
.nr mj 7 .nr mj 7
.nr mn 7 .nr mn 8
.SH NAME .SH NAME
pike \- pike compiler and interpreter pike \- pike compiler and interpreter
.SH SYNOPSIS .SH SYNOPSIS
...@@ -58,18 +58,6 @@ Increase the debug level of the Pike compiler (debug). ...@@ -58,18 +58,6 @@ Increase the debug level of the Pike compiler (debug).
.B \-dg .B \-dg
Resets the debug malloc at every garbage collection (debug). Resets the debug malloc at every garbage collection (debug).
.TP .TP
.B \-dp
Turns off the peep hole optimization (debug).
.TP
.B \-ds
Debug signals (debug).
.TP
.B \-dt
Turn off tail recursion optimization (debug).
.TP
.B \-dT
Enable extra checks in the thread library, e.g. mutex sanity checks (debug).
.TP
.B \-dL .B \-dL
.B Windows only: .B Windows only:
Enable Windows error dialogs when dll files cannot be loaded. Enable Windows error dialogs when dll files cannot be loaded.
...@@ -83,6 +71,18 @@ However, the error dialogs are the only way to see which dll's that ...@@ -83,6 +71,18 @@ However, the error dialogs are the only way to see which dll's that
could not be loaded, so this option may be necessary to find out why a could not be loaded, so this option may be necessary to find out why a
certain module does not load. certain module does not load.
.TP .TP
.B \-dp
Turns off the peep hole optimization (debug).
.TP
.B \-ds
Debug signals (debug).
.TP
.B \-dt
Turn off tail recursion optimization (debug).
.TP
.B \-dT
Enable extra checks in the thread library, e.g. mutex sanity checks (debug).
.TP
.B \-l .B \-l
Increase the debug level of the global optimizer with 1 (debug). Increase the debug level of the global optimizer with 1 (debug).
.TP .TP
...@@ -146,7 +146,9 @@ and exit. ...@@ -146,7 +146,9 @@ and exit.
.BI \-x toolname .BI \-x toolname
Execute internal tool Execute internal tool
.I toolname .I toolname
from Tools.Standalone. Omit from
.B Tools.Standalone.
Omit
.I toolname .I toolname
for a list of available tools. for a list of available tools.
.TP .TP
...@@ -184,6 +186,11 @@ Disable warnings. ...@@ -184,6 +186,11 @@ Disable warnings.
.B \-\-assembler\-debug .B \-\-assembler\-debug
Set the peephole optimizer debug level (debug). Set the peephole optimizer debug level (debug).
.TP .TP
.B \-\-autoreload
Turn on the
.I autoreload
mode of the master.
.TP
.B \-\-compiler\-trace .B \-\-compiler\-trace
Turn on tracing of the Pike compiler (debug). Turn on tracing of the Pike compiler (debug).
.TP .TP
...@@ -196,7 +203,7 @@ Hide ...@@ -196,7 +203,7 @@ Hide
from the resolver (debug). from the resolver (debug).
.TP .TP
.B \-\-dumpversion .B \-\-dumpversion
Print the Pike version number to stderr, e.g. "7.8.10\\n" Print the Pike version number to stderr, e.g. "\n(mj.\n(mn.10\\n"
.TP .TP
.B \-\-features .B \-\-features
List some of the features that are enabled in this Pike binary List some of the features that are enabled in this Pike binary
...@@ -208,6 +215,11 @@ Show various information about this Pike installation and exit (debug). ...@@ -208,6 +215,11 @@ Show various information about this Pike installation and exit (debug).
.B \-\-optimizer\-debug .B \-\-optimizer\-debug
Set the global optimizer debug level (debug). Set the global optimizer debug level (debug).
.TP .TP
.B \-\-show\-all\-cpp\-warnings, \-\-picky\-cpp
Enable warnings for failing
.B #if constant()
expressions.
.TP
.B \-\-show\-paths .B \-\-show\-paths
Show the paths pike will use and exit (debug). Show the paths pike will use and exit (debug).
.TP .TP
...@@ -224,7 +236,9 @@ The following operand is supported: ...@@ -224,7 +236,9 @@ The following operand is supported:
.I script .I script
A path to a script written in Pike to be compiled and then executed. A path to a script written in Pike to be compiled and then executed.
Everything on the commandline after the script is passed as arguments Everything on the commandline after the script is passed as arguments
to the script. to the
.I main()
function in the script.
.LP .LP
If no script is specified, pike will start in interactive- (Hilfe) mode. If no script is specified, pike will start in interactive- (Hilfe) mode.
.SH REGISTRY KEYS .SH REGISTRY KEYS
...@@ -331,9 +345,17 @@ manual pages for pike ...@@ -331,9 +345,17 @@ manual pages for pike
.SH SEE ALSO .SH SEE ALSO
.BR hilfe (1), .BR hilfe (1),
.BR Getopt (3P), .BR Getopt (3P),
.BR environ (5) .BR environ (5).
.\" Force a linebreak .\" Force a linebreak
.sp 0vu .sp 0vu
.I Pike Programming Tutorial .I Pike Programming Tutorial
.sp 0vu .sp 0vu
.I Pike Reference Manual .I Pike Reference Manual
.sp 0vu
.I Pike: an Introduction
by H. William Welliver III and Martin Bähr, 2007.
.sp 0vu
.I http://pike.ida.liu.se/
.sp 0vu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment