summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-24use Dir.mktmpdir.akr
2007-10-24doc. wording fix.akr
2007-10-24use Dir.mktmpdir.akr
2007-10-23rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.akr
2007-10-23* parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.nobu
2007-10-23* ChangeLog: reorderd.nobu
2007-10-23* ruby.c (process_options): encoding set by command line option takesnobu
2007-10-22* ruby.c (proc_options): allow space after -E (encoding) option.matz
2007-10-22* enum.c (enum_cycle): hide temporary array from ObjectSpace.matz
2007-10-22add a test for [ruby-dev:32084].akr
2007-10-22* encoding.c (rb_to_encoding_index, rb_to_encoding): commit miss.nobu
2007-10-22* encoding.c (enc_check_encoding): returns index now.nobu
2007-10-22* encoding.c (rb_enc_compatible): check if two objects have compatiblenobu
2007-10-21* encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu
2007-10-20* file.c (rb_get_path): returns frozen string.nobu
2007-10-19* encoding.c (rb_id_encoding): returns ID "encoding".nobu
2007-10-19* parse.y (parser_regx_options, reg_compile_gen): relaxened encodingnobu
2007-10-19* ruby.c (process_options): set primary encoding from the parsernobu
2007-10-19* range.c (range_last): commit miss.nobu
2007-10-19* range.c (range_last): removed unused variables.nobu
2007-10-18* range.c (Init_Range): typo fixed.matz
2007-10-18* enum.c (enum_find_index): update RDoc. a patch from David Flanaganmatz
2007-10-18* lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): morematz
2007-10-18* range.c (range_first): takes first n element if argument ismatz
2007-10-17* ruby.c (proc_options): fixed reversed condition. [ruby-core:12722]nobu
2007-10-17* re.c (rb_reg_s_union): the last check was not complete.matz
2007-10-17* encoding.c (rb_enc_from_encoding, rb_enc_register): associate indexnobu
2007-10-16* encoding.c (rb_enc_alias, rb_enc_find_index): changednobu
2007-10-16* encoding.c (enc_list): seems a commit miss.nobu
2007-10-16* encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu
2007-10-16* re.c (rb_reg_desc): set encoding.nobu
2007-10-16* enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode tonobu
2007-10-16* string.c (rb_str_ord): use encoding.nobu
2007-10-16* re.c (rb_reg_initialize_m): allow binary encoding option.nobu
2007-10-16It should be ArgumentError thatakr
2007-10-16* re.c (rb_reg_s_union): check for encoding of original object.nobu
2007-10-16Regexp.union("a", "a") causes SEGV.akr
2007-10-16NODE_LMASK is also possible for enum.akr
2007-10-16* debug.c: use enum for constants for gdb if possible.akr
2007-10-16* ruby.c, debug.c: move debug enum and constants to debug.c.akr
2007-10-16* ruby.c (RUBY_ENCODING_SHIFT): added as enum.akr
2007-10-16* parse.y (parser_regx_options): check if regexp encoding optionnobu
2007-10-16* re.c (rb_reg_s_union): encoding of all regexp objects shouldmatz
2007-10-16* encoding.c (enc_to_s): rename function.matz
2007-10-16* string.c (rb_str_new4): should copy encoding. a patch from NARUSE,nobu
2007-10-15* enum.c (enum_inject): RDoc update. a patch from David Flanaganmatz
2007-10-15* encoding.c (Init_Encoding): define #to_s to show encoding namematz
2007-10-15* numeric.c (flo_round): should be number but not rounding factor.nobu
2007-10-15* marshal.c (r_bytes0): refined length check. [ruby-dev:32059]nobu
2007-10-15* process.c (pst_to_s): returns a string such as "pid 10220 exit 1"akr