aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-251-0/+6
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-251-0/+6
* * enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]naruse2009-07-241-0/+5
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-241-0/+14
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-241-0/+8
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-231-0/+11
* * lib/irb/ruby-lex.rb: make irb be able to parsekeiju2009-07-231-1/+6
* * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai2009-07-231-0/+4
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-231-0/+5
* Remove useless extra directory. Bug #1343drbrain2009-07-221-0/+5
* * random.c (random_{state,left}): internal/debug use.nobu2009-07-221-1/+5
* * test/ruby/test_module.rb (TestModule#test_alias): warningmatz2009-07-221-0/+5
* * test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz2009-07-221-0/+5
* * common.mk (class.o): depends on vm_core.h.nobu2009-07-221-0/+4
* * time.c (init_leap_second_info): checks the result of gmtime tonobu2009-07-221-0/+5
* * ChangeLog: fixed a typo.nobu2009-07-221-1/+1
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-0/+14
* * method.h : Commas at end of enum list not allowed as of C89shyouhei2009-07-221-0/+8
* * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windowsusa2009-07-221-0/+5
* * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6usa2009-07-221-0/+5
* * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.usa2009-07-221-0/+4
* * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addressesusa2009-07-221-0/+5
* * ext/socket/extconf.rb: enable ipv6 support for win32.usa2009-07-221-0/+4
* * hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune.yugui2009-07-221-0/+5
* * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa2009-07-221-0/+4
* * lib/irb.rb: forget svn commit.keiju2009-07-211-0/+4
* * bootstraptest/test_io.rb: block write may block for long time.matz2009-07-211-1/+4
* * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju2009-07-211-3/+8
* * random.c (rand_init): array length of random seed was broken, whichmame2009-07-211-0/+7
* * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].keiju2009-07-211-0/+4
* * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],keiju2009-07-211-0/+5
* * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object suke2009-07-211-0/+11
* * lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]nobu2009-07-211-0/+4
* * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa2009-07-211-0/+6
* * win32/Makefile.sub (TEST_RUNNABLE): follow r24209.usa2009-07-211-0/+4
* * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.nobu2009-07-211-0/+4
* * variable.c (rb_generic_ivar_memsize): should not remove genericnobu2009-07-211-0/+5
* * io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.naruse2009-07-201-0/+4
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-201-1/+9
* * lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoidwanabe2009-07-201-0/+5
* * configure.in, Makefile.in (TEST_RUNNABLE): tests are notnobu2009-07-201-0/+7
* * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in akr2009-07-201-0/+5
* * rational.c (float_to_r): an improvement.tadf2009-07-191-0/+4
* * complex.c (make_patterns): do not use \d.tadf2009-07-191-0/+6
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-191-0/+4
* * vm_method.c (me_opts): fixed optimized method aliasing.nobu2009-07-191-0/+5
* * ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr2009-07-191-0/+6
* use rb_enc_get to get the encoding of a Regexp object.naruse2009-07-181-0/+7
* * string.c (rb_str_hash_cmp): got rid of overflow.nobu2009-07-181-0/+4
* * include/ruby/defines.h (TRUE, FALSE): for internal use.nobu2009-07-181-0/+4