aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * version.c (ruby_show_version): flush for non-tty stdout.nobu2005-05-122-0/+5
* * 2005-05-12eban2005-05-111-3/+3
* * eval.c (unknown_node): ignore broken NODE to get rid of accessingnobu2005-05-112-2/+17
* * eval.c (break_jump): break should not cross functions.matz2005-05-115-4/+15
* * lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean2005-05-112-2/+6
* * 2005-05-11nobu2005-05-111-3/+3
* * eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings onnobu2005-05-102-2/+7
* * 2005-05-10eban2005-05-101-3/+3
* * ext/tk/lib/tkextlib/blt/winop.rb: fix typonagai2005-05-102-2/+6
* added a test.ttate2005-05-091-0/+6
* replaced the local variable 'entity' with an instance variable.ttate2005-05-091-7/+6
* * 2005-05-09eban2005-05-091-3/+3
* use DL::CStructBuilder instead of CStructBuilder.ttate2005-05-081-2/+2
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-0811-21/+29
* * hash.c (Init_Hash): remove custom "hash" and "eql?".ocean2005-05-082-72/+5
* * 2005-05-08eban2005-05-081-3/+3
* * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"ocean2005-05-082-29/+34
* * 2005-05-07nobu2005-05-071-3/+3
* * lib/mkmf.rb (have_var): no libs argument is given.nobu2005-05-072-2/+4
* * 2005-05-06nobu2005-05-051-3/+3
* * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]nobu2005-05-053-1/+9
* * 2005-05-01nobu2005-05-011-4/+4
* * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu2005-05-013-13/+20
* * ruby.c (process_sflag): replace '-' in variable names with '_'.nobu2005-05-012-11/+39
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.nobu2005-04-301-2/+2
* * ext/syck/rubyext.c: comment to be closed.nobu2005-04-301-1/+1
* * ext/stringio/stringio.c (strio_getline): suppress warnings.nobu2005-04-301-3/+2
* * 2005-04-30nobu2005-04-301-3/+3
* * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu2005-04-308-32/+75
* * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo2005-04-295-16/+41
* * 2005-04-28nobu2005-04-271-3/+3
* * ruby.c (set_arg0): use also environment variable space for settingnobu2005-04-272-10/+49
* * 2005-04-27nobu2005-04-271-3/+3
* * win32/Makefile.sub (OPTFLAGS): default global optimization tonobu2005-04-273-3/+12
* * 2005-04-26nobu2005-04-261-3/+3
* * ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"nagai2005-04-262-16/+66
* * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean2005-04-253-22/+27
* * 2005-04-25eban2005-04-241-3/+3
* * oniguruma.h (OnigWarnFunc): add a variadic argument.akr2005-04-243-3/+8
* commit missocean2005-04-232-2/+2
* * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status codeocean2005-04-232-2/+8
* * 2005-04-23nobu2005-04-231-3/+3
* * eval.c (rb_provided): should check also path name to be loaded.nobu2005-04-232-8/+23
* updated TCLTKLIB_RELEASE_DATEocean2005-04-221-1/+1
* * 2005-04-22eban2005-04-221-3/+3
* * ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.ocean2005-04-222-1/+8
* * configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improvenobu2005-04-206-2/+44
* * ruby.c (ruby_incpush_expand, proc_options): expand relative pathnobu2005-04-202-6/+42
* * 2005-04-21eban2005-04-201-3/+3
* * lib/net/http.rb: add rdoc.aamine2005-04-202-13/+52