aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (RMDIRS): use rmdir -p if possible.nobu2010-03-221-1/+3
* * Makefile.in ({dist,real}clean-ext): fix for removing extnobu2010-03-221-0/+5
* * ext/socket/.document: extracted from ext/.document.akr2010-03-221-0/+4
* * ext/socket/rubysocket.h (rsock_revlookup_flag): declared.akr2010-03-211-0/+4
* * symbian/setup (config.h): RUBY_EXEC_PREFIX defined.azav2010-03-211-0/+4
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-0/+13
* * lib/resolv-replace.rb: specify super class for rdoc.akr2010-03-211-0/+6
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-0/+7
* * ext/socket: make sources rdoc friendly.akr2010-03-211-0/+4
* * io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu2010-03-211-0/+6
* * tool/transcode-tblgen.rb: reuse hash object.akr2010-03-211-0/+4
* * tool/transcode-tblgen.rb (transcode_compile_tree): makeakr2010-03-211-0/+26
* * io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu2010-03-211-0/+4
* * object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation.akr2010-03-211-0/+4
* * string.c (rb_str_sum): use UCHAR_MAX.akr2010-03-201-0/+4
* * tool/transcode-tblgen.rb (ActionMap.unambiguous_action): useakr2010-03-201-0/+8
* * array.c (rb_ary_uniq_bang): the array is already unique if theakr2010-03-201-0/+6
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-201-0/+4
* * tool/transcode-tblgen.rb (each_firstbyte_range): tuned for lessakr2010-03-201-0/+5
* * ext/dl/lib/dl/pack.rb (DL#pack): allow LLP64.wanabe2010-03-191-0/+4
* * string.c (rb_str_sum): don't call method for each byte.akr2010-03-181-0/+4
* * Makefile.in (miniruby): link $(NORMALMAINOBJ).nobu2010-03-181-0/+4
* * tool/transcode-tblgen.rb: scan singleton mappings sequentially.akr2010-03-181-0/+4
* Add NEWS and fix ChangeLog.naruse2010-03-181-7/+7
* * configure.in (RUBY_EXEC_PREFIX): added to config.h.nobu2010-03-171-0/+9
* * ext/bigdecimal/bigdecimal.c (BigDecimal_{to_i,mod,divmod,div2}):nobu2010-03-171-0/+5
* * parse.y (rb_intern3): get rid of type-punning cast.nobu2010-03-171-0/+4
* * compile.c (iseq_build_body): add mark to jump table hash of case.mame2010-03-171-0/+4
* * util.c (ruby_strtod): Add support for Hexadecimalnaruse2010-03-171-0/+5
* fix typos.akr2010-03-171-2/+2
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-171-0/+19
* * hash.c (rb_hash_aset): allow recursive key. [ruby-core:24648]nobu2010-03-171-0/+4
* * ruby.h (rb_warning, rb_sys_warning): fixed typo in rdoc.nobu2010-03-161-0/+5
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-161-0/+14
* * parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame2010-03-161-0/+7
* * tool/transcode-tblgen.rb: specialize for singletom mappings.akr2010-03-161-0/+4
* * enc/trans/emoji.trans: added codepoints leading 0xf4 into nomap_table.muraken2010-03-161-0/+5
* * ext/bigdecimal/bigdecimal.c (VpCtoV): keep e's sign.naruse2010-03-161-0/+6
* * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype.nobu2010-03-161-0/+4
* * ext/tmpdir: split from lib/tmpdir.rb.nobu2010-03-161-1/+5
* * win32/win32.c (rb_w32_getcwd): remvoed duplicated code.nobu2010-03-161-0/+4
* * include/ruby/encoding.h (ENC_TO_ENCINDEX): suppress warnings.nobu2010-03-161-0/+4
* * configure.in (RSHIFT): parenthesize the argument of cast insteadnobu2010-03-161-0/+5
* * file.c (file_expand_path): ignore dname if it has differentnobu2010-03-161-0/+5
* fix typos.akr2010-03-151-3/+3
* * tool/transcode-tblgen.rb: redundant loop removed.akr2010-03-151-0/+4
* * tool/transcode-tblgen.rb: refactored to use tree as memo key.akr2010-03-151-0/+4
* * tool/transcode-tblgen.rb: more info in generating macro names.akr2010-03-151-0/+4
* * tool/transcode-tblgen.rb: ActionMap#each_firstbyte inlined.akr2010-03-151-0/+4
* * tool/transcode-tblgen.rb (transcode_tblgen): add valid_encodingakr2010-03-151-0/+10