matz
bd00bb3ef7
* include/ruby/defines.h: no longer provide DEFAULT_KCODE.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-05 17:39:59 +00:00
akr
b5b6d1f0ea
add ML ref.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-05 13:25:50 +00:00
akr
dea669cf4e
* re.c (rb_reg_s_union_m): Regexp.union accepts single argument which
...
is an array of patterns.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-05 12:26:35 +00:00
akr
ef1d280a4c
* bootstraptest/runner.rb (assert_not_match): new method.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-05 07:43:34 +00:00
knu
4005af4520
* configure.in: Turn on --enable-pthread by default for FreeBSD
...
5.2.1-RELEASE and later, and remove pthread support for older
versions which has never worked perfectly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-05 07:24:19 +00:00
knu
f3e7ae5696
* time.c (time_to_s): Fix documentation. Time format changed.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-05 07:12:54 +00:00
knu
ee6901b199
2007-10-05
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 19:56:35 +00:00
knu
228bb8ea4c
* lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minor
...
code optimization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 19:03:56 +00:00
knu
2a3528a051
* lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddr
...
comparable.
* lib/ipaddr.rb (succ): Implement IPAddr#succ. You can now create
a range between two IPAddr's, which (Range) object is
enumeratable.
* lib/ipaddr.rb (to_range): A new method to create a Range object
for the (network) address.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 18:56:32 +00:00
knu
7a796ddefc
* lib/ipaddr.rb (coerce_other): Support type coercion and make &,
...
|, == and include? accept a string or an integer instead of an
IPAddr object as the argument.
* lib/ipaddr.rb (initialize): Give better error messages.
* lib/ipaddr.rb: Improve documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 18:23:22 +00:00
usa
57831cebe1
* process.c (Init_process): win32 has our own WNOHANG definition, so
...
remove unnecessary #ifdef guard.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 11:47:18 +00:00
usa
b618f011b7
* array.c (rb_ary_permutation, rb_ary_product): support non C99
...
compilers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 11:18:14 +00:00
matz
1d758debe0
replace rb_memcicmp()
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 09:59:56 +00:00
matz
c953283d7e
revert rb_memcmp() change to pacify GCC optimizer
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 09:54:53 +00:00
matz
1677425e9d
* re.c (rb_memcmp): no longer useful without ruby_ignorecase.
...
* re.c (rb_reg_prepare_re): revert recompile condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 09:24:00 +00:00
matz
506cdbf64a
* re.c (kcode_setter): restore erroneously removed setter.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 08:34:06 +00:00
matz
dbcc539602
* re.c (ignorecase_setter): change warning message.
...
* re.c (ignorecase_getter): now gives warning.
* string.c (rb_str_cmp_m): update RDoc document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 08:09:06 +00:00
matz
7b28e82f6f
* time.c (Init_Time): remove obsolete Time::times.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 07:56:55 +00:00
matz
9a2a45cd69
* re.c (Init_Regexp): remove obsolete const alias: MatchingData.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 07:54:53 +00:00
matz
150a8b4fe0
* io.c (Init_IO): remove obsolete variables: $defout, $deferr.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 07:53:32 +00:00
matz
1c9a2e1154
* re.c (kcode_setter): Perl-ish global variable `$=' no longer
...
effective.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 07:31:50 +00:00
nobu
47732dbd2b
* parse.y (reg_compile_gen): copy encoding from source string if
...
non-empty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 07:28:35 +00:00
nobu
0f09f59ef7
* parse.y (reg_compile_gen): copy encoding from source string.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 07:16:04 +00:00
nobu
19dee8af57
* encoding.c (rb_obj_encoding): returns encoding of the given object.
...
* re.c (Init_Regexp): new method Regexp#encoding.
* string.c (str_encoding): moved to encoding.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 06:57:19 +00:00
matz
612b2ed6a7
* array.c (rb_ary_permutation): remove C99 dependency.
...
[ruby-dev:31934]
* array.c (rb_ary_product): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 06:51:17 +00:00
akr
137edebc4a
fix typos.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-04 03:40:40 +00:00
matz
ebe0e986c4
add ML number
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-03 14:42:35 +00:00
matz
f63aae063a
* ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.
...
a patch from Eugene Ossintsev <eugoss AT gmail.com>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-03 14:39:54 +00:00
ko1
c5f2bbaf82
* benchmark/driver.rb: enable specify label to executable.
...
(-e "ruby1::/path/to/ruby1; ruby2::/path/to/ruby2; ...")
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-03 08:58:56 +00:00
nobu
5dd4990d0e
* parse.y (parser_str_new, parser_yylex, rb_intern3): set code-range
...
bits.
* parse.y (parser_tokadd_string): check code-range.
* parse.y (parser_parse_string, parser_here_document): ditto.
* parse.y (parser_set_encode): check if valid encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-03 07:58:50 +00:00
matz
8ba5375af1
* sample/test.rb: should update class variable tests
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-03 06:49:56 +00:00
matz
91a079cc86
* variable.c (rb_cvar_set): check whether class variable is
...
defined in superclasses. root classes have higher priority.
removes lower class variable entry from IV_TBL (if it's defined
in classes, not modules).
* variable.c (rb_cvar_get): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-03 06:48:06 +00:00
nobu
ee2ac58e4d
* ruby.c (ruby_process_options): push frame with program name.
...
[ruby-core:12351]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-03 01:06:57 +00:00
usa
50c7751b60
* win32/win32.c (init_env): refactoring. remove unused code.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-02 11:17:23 +00:00
matz
77a6c82eab
* array.c (rb_ary_product): generalized product, now takes
...
arbitrary number of arrays. a patch from David Flanagan
<david AT davidflanagan.com>. [ruby-core:12346]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-02 03:33:53 +00:00
ser
437565235f
r1368@bean: ser | 2007-10-01 21:24:36 -0400
...
r1356@bean: ser | 2007-10-01 20:58:34 -0400
Fix for ticket:115
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-02 01:47:08 +00:00
ser
9a39093337
r1367@bean: ser | 2007-10-01 21:24:35 -0400
...
r1354@bean: ser | 2007-09-13 08:23:09 -0400
Eggbeater missed one.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-02 01:46:50 +00:00
ser
9acf1749fb
r1366@bean: ser | 2007-10-01 21:24:33 -0400
...
r1352@bean: ser | 2007-07-29 11:33:07 -0400
Implements namespace validation in the baseparser. This means that, as per
the XML namespace spec, unbound prefixes generate UndefinedNamespaceException.
Also, as per the namespace spec, the 'xml' prefix must be bound to
http://www.w3.org/XML/1998/namespace , and the 'xmlns' prefix must not be declared.
in the XML.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-02 01:46:32 +00:00
ser
c1b7ca8fec
r1365@bean: ser | 2007-10-01 21:24:32 -0400
...
r1346@bean: ser | 2007-07-28 10:00:36 -0400
Fixes ticket:102.
Fix provided by kevinj -- thanks! Great job.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-02 01:46:13 +00:00
ser
a6c2c86b24
r1364@bean: ser | 2007-10-01 21:24:31 -0400
...
r1344@bean: ser | 2007-07-28 09:37:44 -0400
Fixes ticket:99, and adds Henrik's unit test (with minor modifications)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-02 01:45:55 +00:00
ser
efe8edf32c
r1361@bean: ser | 2007-10-01 21:24:28 -0400
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-02 01:45:19 +00:00
matz
209b950f3f
* array.c (rb_ary_permutation): small dirty hack by Matz to avoid
...
arrays on stack.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 23:37:02 +00:00
matz
04bc87e582
* array.c (rb_ary_permutation): implementation contributed from
...
David Flanagan. [ruby-core:12344]
* array.c (rb_ary_combination): RDoc update to clarify. a patch
from David Flanagan. [ruby-core:12344]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 23:35:30 +00:00
ko1
88f570d9ae
* proc.c (proc_dup): proc->block.proc should be self.
...
* bootstraptest/test_knownbug.rb, test_method.rb:
move a fixed test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 22:02:23 +00:00
matz
25ff7ef4c6
* array.c (rb_ary_combination): revisit #combination behavior.
...
suggested by David Flanagan.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 14:46:07 +00:00
akr
5838fff334
check exception on Process.setrlimit.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 07:43:21 +00:00
akr
adcd9f7ea1
* bootstraptest/test_method.rb: use assert_normal_exit to test
...
[ruby-dev:31818].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 07:18:26 +00:00
nobu
36585f17fb
* gc.c (id2ref): skip ICLASS.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 06:57:56 +00:00
akr
e5a15da799
* bootstraptest/runner.rb (assert_normal_exit): use `` instead of
...
system.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 06:30:39 +00:00
nobu
7d0787116d
* gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-10-01 06:17:50 +00:00