Skip to content

Commit

Permalink
* doc/globals.rdoc: $? is thread-local
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
drbrain committed Mar 14, 2013
1 parent 2f7ca89 commit 2e3b394
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Thu Mar 14 10:01:12 2013 Eric Hodel <[email protected]>

* doc/globals.rdoc: $? is thread-local

Wed Mar 13 23:25:59 2013 Narihiro Nakamura <[email protected]>

* gc.c: allow to tune growth of heap by environment variable
Expand Down
3 changes: 2 additions & 1 deletion doc/globals.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ $_:: The last input line of string by gets or readline.
$0:: Contains the name of the script being executed. May be assignable.
$*:: Command line arguments given for the script sans args.
$$:: The process number of the Ruby running this script.
$?:: The status of the last executed child process.
$?:: The status of the last executed child process. This value is
thread-local.
$::: Load path for scripts and binary modules by load or require.
$":: The array contains the module names loaded by require.
$DEBUG:: The debug flag, which is set by the -d switch. Enabling debug
Expand Down

0 comments on commit 2e3b394

Please sign in to comment.