Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
9188be09
Commit
9188be09
authored
16 years ago
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Documented -rl. Some small tweaks.
Rev: man/pike.1:1.26
parent
8196fb4b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
man/pike.1
+22
-9
22 additions, 9 deletions
man/pike.1
with
22 additions
and
9 deletions
man/pike.1
+
22
−
9
View file @
9188be09
.\" $Id: pike.1,v 1.2
5
200
5
/07/
22 20:31:03 nilsson
Exp $
.\" $Id: pike.1,v 1.2
6
200
8
/07/
31 18:02:28 mast
Exp $
.\" name section last-modified title section-name product/status architecture
.ds ]L Pike
.TH pike 1 "$Date: 200
5
/07/
22 20:31:03
$" Pike "Pike Manual" Pike
.\" On Solaris ]L will contain "Last modified $Date: 200
5
/07/
22 20:31:03
$"
.TH pike 1 "$Date: 200
8
/07/
31 18:02:28
$" Pike "Pike Manual" Pike
.\" On Solaris ]L will contain "Last modified $Date: 200
8
/07/
31 18:02:28
$"
.\" while HPUX uses ]L to contain "Pike".
.\" On OSF/1 ]L will already contain the wanted string.
.if !\*(]LPike .ds ]L $Date: 200
5
/07/
22 20:31:03
$ \" Solaris nroff
.if !\*(]LPike .ds ]L $Date: 200
8
/07/
31 18:02:28
$ \" Solaris nroff
.\" Major (mj) and minor (mn) version of Pike
.nr mj 7
.nr mn 7
...
...
@@ -119,6 +119,19 @@ Turn on runtime checking of arguments to function calls, and soft casts.
Turn on
.B #pragma strict_types
for all files.
.TP
.B \-rl
.B Windows only:
Enable Windows error dialogs when dll files cannot be loaded.
It is common that Pike has modules which are linked to dll files that
are not available in all installations. Therefore these error dialogs
are disabled by default so that Pike does not hang on them when
attempting to load certain modules.
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
certain module does not load.
.LP
The following options are supported by the default master program:
.TP
...
...
@@ -215,22 +228,22 @@ to the script.
.LP
If no script is specified, pike will start in interactive- (Hilfe) mode.
.SH REGISTRY KEYS
On
NT
, Pike is affected by the following keys in the registry:
On
Windows
, Pike is affected by the following keys in the registry:
.B HKEY_CURRENT_USER\eSoftware\ePike\e\n(mj.\n(mn\ePIKE_MASTER
.B HKEY_LOCAL_MACHINE\eSoftware\ePike\e\n(mj.\n(mn\ePIKE_MASTER
.RS
Specifies the name of the master program (overridden by
.BI \-m master_program
).
.BR \-m ).
If these keys are not set (the default), then Pike finds the master
by relative path from pike.exe.
.RE
.SH ENVIRONMENT
Pike is affected by the following environment variables:
.TP
.B PIKE_MASTER
Specifies the name of the master program (overridden by
.BI \-m master_program
).
.BR \-m ).
.LP
Depending on operating system Pike may be affected by the following
environment variables:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment