aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * numeric.c: Infinity.numerator returns self. [experimental]tadf2008-12-292-0/+26
* * man/ri.1: new manpage.yugui2008-12-292-0/+184
* arrangementtadf2008-12-291-2/+2
* * rational.c: floor, ceil, truncate and round accept an extratadf2008-12-292-16/+76
* * Makefile.in (distclean-local): removes Doxyfile andyugui2008-12-292-0/+7
* * bin/erb: accepts options in more flexible styles.yugui2008-12-292-7/+21
* * lib/erb.rb (ERB): m17n of ERB. adds rdoc.yugui2008-12-295-10/+370
* * ext/io/wait/wait.c (io_nread): returns number of bytes availablematz2008-12-292-0/+31
* * ext/io/wait/wait.c (io_ready_p): updated to follow RDoc.matz2008-12-292-5/+10
* * ext/socket/socket.c (s_recvfrom_nonblock): revert r21162.matz2008-12-292-15/+7
* * ext/socket/socket.c (s_recvfrom_nonblock): fixed awesome typo.matz2008-12-292-1/+4
* * vm.c (vm_set_eval_stack, vm_set_main_stack, vm_set_top_stack):ko12008-12-292-0/+11
* * ext/socket/socket.c (s_recvfrom_nonblock): default maxlen to bematz2008-12-292-2/+13
* merges r21134 from ruby_1_9_1 into trunk.yugui2008-12-292-3/+9
* * Makefile.in (ext-clean): ext-clean always fails.yugui2008-12-293-2/+12
* * thread.c (rb_mutex_trylock): return false if Mutex ownedko12008-12-293-4/+26
* revert previous changes.naruse2008-12-292-22/+21
* * file.c (rb_get_path): move encoding conversion of file pathnaruse2008-12-293-21/+29
* * cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>matz2008-12-282-1/+6
* add ML index ([ruby-dev:37634]).ko12008-12-281-1/+1
* * ruby.c (process_options): set th->base_block only whileko12008-12-282-11/+35
* * 2008-12-29svn2008-12-281-2/+2
* add a test for OpenSSL::SSL::SSLSocket#read_nonblock.akr2008-12-281-0/+12
* * ChangeLog: adds the author name of a patch.yugui2008-12-281-0/+1
* * test/ext/dl/test_base.rb : add BSD's case.naruse2008-12-282-0/+7
* * ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui2008-12-282-1/+6
* * ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui2008-12-283-3/+23
* * win32/Makefile.sub (config.h): do not use snprintf/vsnprintf innobu2008-12-282-5/+4
* * test/ruby/test_sprintf.rb (test_invalid): suppress warning.nobu2008-12-281-0/+3
* * sprintf.c: not force to override snprintf/vsnprintf.nobu2008-12-282-3/+5
* * test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):naruse2008-12-282-1/+6
* * commit ChangeLogtakano322008-12-281-0/+6
* Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322008-12-282-6/+3
* * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano322008-12-282-0/+7
* * thread.c (mutex_free, mutex_unlock): add qualifiers.mame2008-12-282-3/+7
* * thread.c (mutex_free): GC thread (main thread) has failed to unlockmame2008-12-282-7/+17
* Imported minitest 1.3.1 r4505.ryan2008-12-275-15/+95
* * 2008-12-28svn2008-12-271-2/+2
* * runruby.rb: refactored to modify ENV as once.akr2008-12-272-5/+17
* * test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu2008-12-273-4/+11
* * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano322008-12-272-0/+7
* * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa2008-12-272-1/+6
* * add Doxyfile to svn:ignore.mame2008-12-270-0/+0
* * process.c (after_exec): needs to reset before restart timernobu2008-12-273-2/+11
* * thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.nobu2008-12-272-24/+25
* * vm_eval.c (rb_f_loop): return enumerator if no block given.matz2008-12-272-1/+7
* * .gdbinit (dummy_gdb_enums.special_consts): forces to load debugnobu2008-12-272-0/+14
* * eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee()ko12008-12-272-1/+17
* * transcode.c (make_econv_exception): show source and destinationakr2008-12-272-0/+13
* * vm_insnhelper.c (vm_yield_with_cfunc): rename parameter nameko12008-12-272-5/+10