~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to man/irb.1

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2010-07-31 17:08:39 UTC
  • mfrom: (1.1.4 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100731170839-j034dmpdqt1cc4p6
Tags: 1.9.2~svn28788-1
* New release based on upstream snapshot from the 1.9.2 branch,
  after 1.9.2 RC2. That branch is (supposed to be) binary-compatible
  with the 1.9.1 branch.
  + Builds fine on i386. Closes: #580852.
* Upgrade to Standards-Version: 3.9.1. No changes needed.
* Updated generated incs.
* Patches that still need work:
  + Unclear status, need more investigation:
   090729_fix_Makefile_deps.dpatch
   090803_exclude_rdoc.dpatch
   203_adjust_base_of_search_path.dpatch
   902_define_YAML_in_yaml_stringio.rb.dpatch
   919_common.mk_tweaks.dpatch
   931_libruby_suffix.dpatch
   940_test_thread_mutex_sync_shorter.dpatch
  + Maybe not needed anymore, keeping but not applying.
   102_skip_test_copy_stream.dpatch (test doesn't block anymore?)
   104_skip_btest_io.dpatch (test doesn't block anymore?)
   201_gem_prelude.dpatch (we don't use that rubygems anyway?)
   202_gem_default_dir.dpatch (we don't use that rubygems anyway?)
   940_test_file_exhaustive_fails_as_root.dpatch
   940_test_priority_fails.dpatch
   100518_load_libc_libm.dpatch
* Add disable-tests.diff: disable some tests that cause failures on FreeBSD.
  Closes: #590002, #543805, #542927.
* However, many new failures on FreeBSD. Since that version is still an
  improvement, add the check that makes test suite failures non-fatal on
  FreeBSD again. That still needs to be investigated.
* Re-add 903_skip_base_ruby_check.dpatch
* Add build-dependency on ruby1.8 and drop all pre-generated files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
.It Fl -encoding Ar external Ns Op : Ns Ar internal
41
41
Same as `ruby -E' .
42
42
Specifies the default value(s) for external encodings and internal encoding. Values should be separated with colon (:).
43
 
 
 
43
.Pp
44
44
You can ommit the one for internal encodings, then the value
45
45
.Pf ( Li "Encoding.default_internal" ) will be nil.
46
46
.Pp
62
62
to true.
63
63
.Pp
64
64
.It Fl f
65
 
Suppresses read of 
 
65
Suppresses read of
66
66
.Pa ~/.irbrc .
67
67
.Pp
68
68
.It Fl h
93
93
Switch prompt mode. Pre-defined prompt modes are
94
94
`default', `simple', `xmp' and `inf-ruby'.
95
95
.Pp
96
 
.It Fl -inf-ruby-mode 
97
 
Uses prompt appropriate for inf-ruby-mode on emacs. 
98
 
Suppresses --readline. 
 
96
.It Fl -inf-ruby-mode
 
97
Uses prompt appropriate for inf-ruby-mode on emacs.
 
98
Suppresses --readline.
99
99
.Pp
100
100
.It Fl -simple-prompt
101
101
Makes prompts simple.
111
111
.Ar n
112
112
and tail
113
113
.Ar n Ns .
114
 
The default value is 16. 
 
114
The default value is 16.
115
115
.Pp
116
116
.It Fl -irb_debug Ar n
117
117
Sets internal debug level to n (not for popular use)
152
152
.Dl :ok
153
153
.Dl => :ok
154
154
.Dl irb(main):009:0> Ic quit
155
 
.Dl % 
 
155
.Dl %
156
156
.Pp
157
157
.Sh SEE ALSO
158
158
.Xr ruby 1 .
159
159
.Pp
160
160
.Sh REPORTING BUGS
161
161
.Bl -bullet
162
 
.Li Security vulnerabilities should be reported via an email to 
 
162
.Li Security vulnerabilities should be reported via an email to
163
163
.Aq security@ruby-lang.org Ns
164
164
.Li .
165
165
Reported problems will be published after fixed.