Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
added RubyGcPerRequest to documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Feb 19, 2006
1 parent e8cc86f commit 4754b5a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/directives.en.rd
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* ((<RubySafeLevel|RubySafeLevel level>)) * ((<RubySafeLevel|RubySafeLevel level>))
* ((<RubyOutputMode|RubyOutputMode mode>)) * ((<RubyOutputMode|RubyOutputMode mode>))
* ((<RubyRestrictDirectives|RubyRestrictDirectives flag>)) * ((<RubyRestrictDirectives|RubyRestrictDirectives flag>))
* ((<RubyGcPerRequest|RubyGcPerRequest flag>))
* ((<RubyKanjiCode|RubyKanjiCode kcode>)) * ((<RubyKanjiCode|RubyKanjiCode kcode>))


--- RubyAddPath directory... --- RubyAddPath directory...
Expand Down Expand Up @@ -258,6 +259,13 @@


RubyRestrictDirectives on RubyRestrictDirectives on


--- RubyGcPerRequest flag
Specifies whether to call GC at the end of each request.

example:

RubyGcPerRequest on

--- RubyKanjiCode kcode --- RubyKanjiCode kcode
Specifies the value of ((|$KCODE|)). Specifies the value of ((|$KCODE|)).


Expand Down
8 changes: 8 additions & 0 deletions doc/directives.ja.euc.rd
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* ((<RubySafeLevel|RubySafeLevel level>)) * ((<RubySafeLevel|RubySafeLevel level>))
* ((<RubyOutputMode|RubyOutputMode mode>)) * ((<RubyOutputMode|RubyOutputMode mode>))
* ((<RubyRestrictDirectives|RubyRestrictDirectives flag>)) * ((<RubyRestrictDirectives|RubyRestrictDirectives flag>))
* ((<RubyGcPerRequest|RubyGcPerRequest flag>))
* ((<RubyKanjiCode|RubyKanjiCode kcode>)) * ((<RubyKanjiCode|RubyKanjiCode kcode>))


--- RubyAddPath directory... --- RubyAddPath directory...
Expand Down Expand Up @@ -253,6 +254,13 @@


RubyRestrictDirectives on RubyRestrictDirectives on


--- RubyGcPerRequest flag
各リクエストの処理後にGCを実行するかどうかを指定する。

:

RubyGcPerRequest on

--- RubyKanjiCode kcode --- RubyKanjiCode kcode
Rubyの((|$KCODE|))を指定する。デフォルト値は(({"NONE"}))。 Rubyの((|$KCODE|))を指定する。デフォルト値は(({"NONE"}))。


Expand Down

0 comments on commit 4754b5a

Please sign in to comment.