aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in ($MANTYPE): followed ruby.1, which had moved.yugui2008-10-254-3/+11
* * man/irb.1: new manual page.yugui2008-10-252-0/+131
* * man/ruby.1: moved into man/. added some descriptions.yugui2008-10-254-3/+58
* * 2008-10-26svn2008-10-251-3/+3
* * ruby.1 (ENVIRONMENT): refered gem help.yugui2008-10-251-1/+9
* * gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.nari2008-10-252-3/+7
* * test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu2008-10-252-0/+18
* * ruby.c (usage): updated the description of -E option.yugui2008-10-252-1/+5
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-255-14/+33
* Import RDoc 2.2.2 r192drbrain2008-10-2422-54/+115
* * enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch bynobu2008-10-242-2/+5
* * signal.c (signal_buff): made static. a patch by Tadashi Saitonobu2008-10-242-2/+5
* * util.c (freedtoa): made static to get rid of name clash. a patch bynobu2008-10-243-3/+10
* * parse.y (lambda): need to adjust lpar_beg for both of the parser andnobu2008-10-242-1/+6
* * ext/mathn/rational/rational.c: undef duplicated macro definitionmatz2008-10-242-1/+11
* * array.c (rb_ary_sample): fixed sizes and randomness.nobu2008-10-243-20/+22
* * configure.in (sitedir): considers --program-prefix andyugui2008-10-246-19/+38
* * test/ruby/test_array.rb (test_sample): add tests for size ofmame2008-10-242-0/+22
* * id.h, template/id.h.tmpl (enum ruby_method_ids): reordered.nobu2008-10-243-10/+14
* * ext/mathn/rational.c: change several global functions.keiju2008-10-242-11/+23
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-243-2/+9
* * common.mk (exts): renamed to get rid of the existent directory.nobu2008-10-242-2/+6
* properties.nobu2008-10-240-0/+0
* * ext/mathn/rational.c: change several global functions to statickeiju2008-10-242-0/+23
* fix test for 1.8xibbar2008-10-241-3/+6
* * string.c (rb_str_dump): should have removed commented outmatz2008-10-242-3/+3
* * string.c (rb_str_dump): do not use C++ comment.shyouhei2008-10-242-1/+5
* * id.h (enum ruby_method_ids): ISO C forbids comma at end ofshyouhei2008-10-242-3/+8
* * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju2008-10-246-95/+3123
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-243-2/+12
* ChangeLog: adjust indent.matz2008-10-241-2/+2
* * parse.y (lambda): need to adjust lpar_beg for ripper as well. matz2008-10-242-2/+7
* fix typoxibbar2008-10-241-2/+2
* * lib/cgi/core.rb (read_multipart): change field value as Stringxibbar2008-10-243-7/+53
* * common.mk (ext): split out the target for extension library.nobu2008-10-242-2/+5
* * common.mk (encs): depends on enc and trans.nobu2008-10-242-0/+5
* * 2008-10-24svn2008-10-241-3/+3
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu2008-10-242-1/+6
* * distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9yugui2008-10-232-59/+5
* * class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]matz2008-10-232-3/+7
* * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz2008-10-232-2/+8
* * ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu2008-10-232-0/+9
* * string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz2008-10-232-9/+38
* * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu2008-10-232-8/+11
* * ext/socket/socket.c (sock_s_getservbyport): the port should benobu2008-10-232-4/+12
* * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa2008-10-232-1/+6
* * ext/socket/socket.c (sock_s_getservbyport): port should bematz2008-10-222-1/+6
* * string.c (rb_str_conv_enc_opts): new function to convert withmatz2008-10-223-26/+103
* * lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu2008-10-222-2/+8
* * cont.c: separate data structure between rb_fiber_t andko12008-10-223-71/+161