index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
doc. wording fix.
akr
2007-10-24
1
-1
/
+1
*
use Dir.mktmpdir.
akr
2007-10-24
3
-27
/
+23
*
rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.
akr
2007-10-23
1
-4
/
+4
*
* parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.
nobu
2007-10-23
2
-1
/
+6
*
* ChangeLog: reorderd.
nobu
2007-10-23
1
-4
/
+4
*
* ruby.c (process_options): encoding set by command line option takes
nobu
2007-10-23
2
-1
/
+13
*
* ruby.c (proc_options): allow space after -E (encoding) option.
matz
2007-10-22
2
-1
/
+6
*
* enum.c (enum_cycle): hide temporary array from ObjectSpace.
matz
2007-10-22
3
-7
/
+15
*
add a test for [ruby-dev:32084].
akr
2007-10-22
1
-0
/
+4
*
* encoding.c (rb_to_encoding_index, rb_to_encoding): commit miss.
nobu
2007-10-22
1
-3
/
+2
*
* encoding.c (enc_check_encoding): returns index now.
nobu
2007-10-22
2
-13
/
+18
*
* encoding.c (rb_enc_compatible): check if two objects have compatible
nobu
2007-10-22
4
-4
/
+34
*
* encoding.c (rb_enc_default, rb_enc_primary): return pointers to
nobu
2007-10-21
4
-15
/
+31
*
* file.c (rb_get_path): returns frozen string.
nobu
2007-10-20
3
-10
/
+17
*
* encoding.c (rb_id_encoding): returns ID "encoding".
nobu
2007-10-19
3
-21
/
+68
*
* parse.y (parser_regx_options, reg_compile_gen): relaxened encoding
nobu
2007-10-19
3
-37
/
+71
*
* ruby.c (process_options): set primary encoding from the parser
nobu
2007-10-19
2
-9
/
+8
*
* range.c (range_last): commit miss.
nobu
2007-10-19
1
-4
/
+1
*
* range.c (range_last): removed unused variables.
nobu
2007-10-19
2
-3
/
+7
*
* range.c (Init_Range): typo fixed.
matz
2007-10-18
2
-1
/
+3
*
* enum.c (enum_find_index): update RDoc. a patch from David Flanagan
matz
2007-10-18
2
-15
/
+29
*
* lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more
matz
2007-10-18
2
-6
/
+13
*
* range.c (range_first): takes first n element if argument is
matz
2007-10-18
6
-13
/
+82
*
* ruby.c (proc_options): fixed reversed condition. [ruby-core:12722]
nobu
2007-10-17
2
-1
/
+5
*
* re.c (rb_reg_s_union): the last check was not complete.
matz
2007-10-17
2
-3
/
+13
*
* encoding.c (rb_enc_from_encoding, rb_enc_register): associate index
nobu
2007-10-17
3
-6
/
+24
*
* encoding.c (rb_enc_alias, rb_enc_find_index): changed
nobu
2007-10-16
3
-12
/
+83
*
* encoding.c (enc_list): seems a commit miss.
nobu
2007-10-16
1
-1
/
+0
*
* encoding.c (rb_primary_encoding): added Encoding.primary_encoding.
nobu
2007-10-16
6
-11
/
+108
*
* re.c (rb_reg_desc): set encoding.
nobu
2007-10-16
2
-2
/
+7
*
* enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode to
nobu
2007-10-16
2
-5
/
+6
*
* string.c (rb_str_ord): use encoding.
nobu
2007-10-16
2
-1
/
+5
*
* re.c (rb_reg_initialize_m): allow binary encoding option.
nobu
2007-10-16
3
-4
/
+19
*
It should be ArgumentError that
akr
2007-10-16
1
-0
/
+12
*
* re.c (rb_reg_s_union): check for encoding of original object.
nobu
2007-10-16
2
-3
/
+9
*
Regexp.union("a", "a") causes SEGV.
akr
2007-10-16
1
-0
/
+3
*
NODE_LMASK is also possible for enum.
akr
2007-10-16
1
-1
/
+1
*
* debug.c: use enum for constants for gdb if possible.
akr
2007-10-16
2
-34
/
+37
*
* ruby.c, debug.c: move debug enum and constants to debug.c.
akr
2007-10-16
3
-46
/
+51
*
* ruby.c (RUBY_ENCODING_SHIFT): added as enum.
akr
2007-10-16
3
-1
/
+23
*
* parse.y (parser_regx_options): check if regexp encoding option
nobu
2007-10-16
4
-399
/
+112
*
* re.c (rb_reg_s_union): encoding of all regexp objects should
matz
2007-10-16
2
-0
/
+9
*
* encoding.c (enc_to_s): rename function.
matz
2007-10-16
2
-3
/
+7
*
* string.c (rb_str_new4): should copy encoding. a patch from NARUSE,
nobu
2007-10-16
2
-0
/
+6
*
* enum.c (enum_inject): RDoc update. a patch from David Flanagan
matz
2007-10-15
2
-55
/
+43
*
* encoding.c (Init_Encoding): define #to_s to show encoding name
matz
2007-10-15
3
-3
/
+9
*
* numeric.c (flo_round): should be number but not rounding factor.
nobu
2007-10-15
2
-1
/
+6
*
* marshal.c (r_bytes0): refined length check. [ruby-dev:32059]
nobu
2007-10-15
2
-1
/
+5
*
* process.c (pst_to_s): returns a string such as "pid 10220 exit 1"
akr
2007-10-15
2
-38
/
+63
*
* bootstraptest/test_knownbug.rb: a test for [ruby-dev:32054] moved to test/r...
nobu
2007-10-15
1
-15
/
+0
[prev]
[next]