summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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 (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-16* re.c (rb_reg_s_union): check for encoding of original object.nobu
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
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-10-14* ext/socket/socket.c (s_accept_nonblock): make accepted fdakr
2007-10-14* encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu
2007-10-14* lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash isakr
2007-10-13* configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu
2007-10-13* win32/mkexports.rb: deal with __fastcall name decorations.nobu
2007-10-13* inits.c (rb_call_inits): call Init_Encoding.nobu
2007-10-13* encoding.c (rb_cEncoding): new Encoding class.nobu
2007-10-13* lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.akr
2007-10-13* ext/win32ole/win32ole.c (foletype_s_ole_classes, suke
2007-10-13* parse.y (set_file_encoding): case-insensitive search, a patch fromnobu
2007-10-13* {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108]nobu
2007-10-12* lib/rexml/document.rb (REXML::Document::write): leakymatz
2007-10-12* parse.y: encoding specifier should work if the line matchesmatz
2007-10-12* re.c (match_values_at): make #select to be alias to #values_atmatz
2007-10-12* array.c (rb_ary_combination): fixed memory corruption due to toomatz
2007-10-12* trunk/parse.y (magic_comments): add "encoding" as same as "coding".nobu
2007-10-11* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz
2007-10-11* bcc32/Makefile.sub, too.usa
2007-10-11 * win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug.usa
2007-10-10* Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu
2007-10-10* include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz
2007-10-10* re.c (rb_reg_s_quote): no longer takes optional second argumentmatz
2007-10-10* encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.akr
2007-10-10* string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu
2007-10-09* array.c (rb_ary_permutation): use frozen shared hidden array.nobu