summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-03* modify macro to detect 'MacOS X' based on [ruby-talk:77849]nagai
2003-08-03*bug fix ( NOT MAINTAINED : only for running 'line2.rb' demo. )nagai
2003-08-02* add or modify some widget demo scriptsnagai
2003-08-02* numeric.c (flo_to_s): get rid of buffer overflow.matz
2003-08-02* lib/webrick/https.rb: change an option name.gotoyuzo
2003-08-02* lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]aamine
2003-08-02* (bug fix) forgot to entry a widget class name of 'labelframe' widgetnagai
2003-08-02* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.matz
2003-08-02* ext/extmk.rb (--no-undefined): annoying option removed.eban
2003-08-02* lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu
2003-08-022003-08-02eban
2003-08-02* (bug fix) TkEntry#deletenagai
2003-08-02* variable.c (classname): find regular class name if not set.nobu
2003-08-02* lib/un.rb: add each descriptions for the -v option.eban
2003-08-02type fixnobu
2003-08-01* eval.c (rb_yield_0): code clean up according to Nobu's patch.matz
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-08-01* (bug fix) preprocessor errors occur on OpenBSD-currentnagai
2003-08-01* lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy
2003-08-01forgot to check in.aamine
2003-08-01* lib/net/http.rb: refine document.aamine
2003-08-01* gc.c (rb_gc_mark_locations): no need to swap arguments.nobu
2003-08-01set dldpath on darwinseki
2003-08-01* lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine
2003-08-01030801matz
2003-08-01* gc.c (rb_gc): typo.matz
2003-08-01* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz
2003-08-01*** empty log message ***nobu
2003-08-01* ext/openssl/extconf.rb: should replace literally.nobu
2003-08-01Forgot pointer to original mail of ruby-talk.usa
2003-08-01* io.c (rb_io_check_readable, rb_io_check_writable): ensure notnobu
2003-08-01* io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu
2003-08-01* win32/win32.c (isInternalCmd): shouldn't return if find end of str.usa
2003-08-01* forgot to commit a sample scriptnagai
2003-08-01Specs adjusted for FLoat.shigek
2003-08-01* eval.c (rb_call_super): propagate previous block if a block isnobu
2003-08-01* bug fix : forget to eval given block to TkRoot.new methodnagai
2003-08-01backoff eval.c 1.498matz
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-08-01* doc/NEWS: typo fix.eban
2003-08-012003-08-01eban
2003-08-01MANIFESTnobu
2003-07-31* bug fix : wrong resource file format (resource.{en,jp})nagai
2003-07-31* (IMPORTANT BUG FIX) scan of event keywords doesn't work on recentnagai
2003-07-31* gc.c (Init_stack): wrong magic number.matz
2003-07-31* gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz
2003-07-31import erb-2.0.4b4seki
2003-07-31 * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-31* wrap the command-proc of TkScale : pass the numeric object to the procnagai