aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu2003-07-092-2/+7
* * mkconfig.rb: support text-mount on Cygwin.eban2003-07-092-1/+3
* * instruby.rb: refactoring.eban2003-07-091-1/+1
* * instruby.rb: do not install shared libraries as man pages.eban2003-07-092-1/+7
* * re.c (match_entry): add prototype to avoid VC++ warnings.usa2003-07-093-3/+8
* 2003-07-07eban2003-07-071-3/+3
* * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz2003-07-075-12/+38
* * ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compateban2003-07-072-1/+6
* * node.h (NEW_NODE): cast arguments to rb_node_newnode().matz2003-07-044-113/+116
* * ext/syck/rubyext.c, ext/syck/syck.c, ext/syck/syck.h,nobu2003-07-041-0/+6
* *** empty log message ***nobu2003-07-044-121/+137
* * ext/curses/extconf.rb: updated for tinfo check.matz2003-07-041-2/+1
* * Changelog, lib/debug.rb: fix typo.matz2003-07-032-4/+1
* * lib/timeout.rb: add optional exception argument for compatibilityakr2003-07-032-2/+10
* lib/mkmf.rb (VPATH): use '&&' instead of 'and'.eban2003-07-031-1/+1
* 2003-07-03eban2003-07-031-3/+3
* * array.c (rb_values_at): extract common procedure frommatz2003-07-0313-96/+157
* * lib/mkmf.rb (VPATH): convert from Windows form to Unix form oneban2003-07-032-1/+6
* 2003-07-02eban2003-07-021-3/+3
* * string.c (rb_str_shared_replace): clear flags before copy.matz2003-07-024-11/+26
* * lib/net/smtp.rb: synchronize document with source code.aamine2003-07-023-171/+325
* * lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine2003-07-024-327/+408
* * lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...aamine2003-07-023-1/+20
* tk.rb :nagai2003-07-012-10/+24
* * lib/net/pop.rb (Net::POP3#start): typofix.eban2003-07-012-1/+5
* Precision for '**' enhanced (bug).shigek2003-07-011-2/+2
* * parse.y (rb_intern): should use mbclen instead of mblen.eban2003-07-012-2/+6
* 2003-07-01nobu2003-07-011-4/+4
* * class.c (rb_define_class, rb_define_module): also set constant undernobu2003-07-014-27/+15
* 2003-06-30nobu2003-06-301-3/+3
* * eval.c (mnew): ignore metaclasses have no influence, for rklass.nobu2003-06-302-0/+9
* Bug in '/' fixed by Tadashi Saito.shigek2003-06-291-2/+4
* import drb-2.0.4 (use LocalJumpeError#reason)seki2003-06-283-56/+8
* 2003-06-28nobu2003-06-281-3/+3
* * configure.in (rb_cv_stack_grow_dir): check stack growing direction.nobu2003-06-284-26/+82
* * string.c (rb_str_split_m): remove white spaces on the head ofnobu2003-06-272-1/+7
* Changed according to Tadashi Saito's advice.shigek2003-06-271-4/+4
* 1.From Tadashi Saito's adviceshigek2003-06-274-614/+740
* 2003-06-27eban2003-06-271-3/+3
* * io.c (io_fflush): need to check if closed after thread switch.nobu2003-06-263-2/+21
* 2003-06-26nobu2003-06-261-3/+3
* * class.c (class_instance_method_list): get rid of warning aboutnobu2003-06-262-25/+27
* tk.rb :nagai2003-06-252-2/+154
* * class.c (rb_generic_class_instance_methods): merge argumentmatz2003-06-252-38/+24
* tkcanvas.rb :nagai2003-06-253-40/+128
* 2003-06-25eban2003-06-251-3/+3
* * variable.c (autoload_delete): should delete Qundef from iv_tbl.matz2003-06-253-3/+11
* tk.rb :nagai2003-06-245-22/+204
* * lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hashwhy2003-06-242-1/+6
* * eval.c (rb_yield_0): show yielded block position not only yieldingnobu2003-06-242-8/+17