aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-025-221/+260
* * lib/webrick/https.rb: change an option name.gotoyuzo2003-08-022-2/+7
* * lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]aamine2003-08-022-1/+6
* * (bug fix) forgot to entry a widget class name of 'labelframe' widgetnagai2003-08-0212-6/+650
* * gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.matz2003-08-022-0/+9
* * ext/extmk.rb (--no-undefined): annoying option removed.eban2003-08-022-11/+4
* * lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu2003-08-023-8/+28
* 2003-08-02eban2003-08-021-3/+3
* * (bug fix) TkEntry#deletenagai2003-08-0233-134/+297
* * variable.c (classname): find regular class name if not set.nobu2003-08-022-20/+20
* * lib/un.rb: add each descriptions for the -v option.eban2003-08-021-0/+13
* type fixnobu2003-08-021-10/+10
* * eval.c (rb_yield_0): code clean up according to Nobu's patch.matz2003-08-011-2/+2
* * class.c (rb_obj_singleton_methods): should not go up tomatz2003-08-016-288/+404
* * (bug fix) preprocessor errors occur on OpenBSD-currentnagai2003-08-011-4/+4
* * lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy2003-08-012-1/+6
* forgot to check in.aamine2003-08-011-0/+4
* * lib/net/http.rb: refine document.aamine2003-08-011-118/+174
* * gc.c (rb_gc_mark_locations): no need to swap arguments.nobu2003-08-012-11/+15
* set dldpath on darwinseki2003-08-012-0/+6
* * lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine2003-08-012-591/+571
* 030801matz2003-08-011-2/+2
* * gc.c (rb_gc): typo.matz2003-08-011-1/+1
* * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz2003-08-013-7/+35
* *** empty log message ***nobu2003-08-011-1/+1
* * ext/openssl/extconf.rb: should replace literally.nobu2003-08-012-3/+11
* Forgot pointer to original mail of ruby-talk.usa2003-08-011-0/+1
* * io.c (rb_io_check_readable, rb_io_check_writable): ensure notnobu2003-08-012-6/+14
* * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu2003-08-013-1/+9
* * win32/win32.c (isInternalCmd): shouldn't return if find end of str.usa2003-08-012-1/+5
* * forgot to commit a sample scriptnagai2003-08-012-0/+19
* Specs adjusted for FLoat.shigek2003-08-014-74/+87
* * eval.c (rb_call_super): propagate previous block if a block isnobu2003-08-012-1/+6
* * bug fix : forget to eval given block to TkRoot.new methodnagai2003-08-011-2/+3
* backoff eval.c 1.498matz2003-08-011-1/+1
* * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz2003-08-016-34/+61
* * doc/NEWS: typo fix.eban2003-08-011-1/+1
* 2003-08-01eban2003-08-011-4/+4
* MANIFESTnobu2003-08-011-0/+139
* * bug fix : wrong resource file format (resource.{en,jp})nagai2003-07-315-12/+72
* * (IMPORTANT BUG FIX) scan of event keywords doesn't work on recentnagai2003-07-31141-25/+19495
* * gc.c (Init_stack): wrong magic number.matz2003-07-311-1/+1
* * gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz2003-07-314-4/+18
* import erb-2.0.4b4seki2003-07-312-9/+13
* * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa2003-07-312-1/+8
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-317-83/+91
* * wrap the command-proc of TkScale : pass the numeric object to the procnagai2003-07-314-24/+117
* 2003-07-31nobu2003-07-311-4/+4
* * array.c (rb_ary_collect): must get length of array for eachusa2003-07-312-4/+9
* * ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo2003-07-312-26/+31