aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban2003-07-172-1/+5
* * eval.c (rb_proc_new): call svalue_to_avalue for yield argument.matz2003-07-162-1/+27
* 2003-07-16eban2003-07-161-3/+3
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-166-61/+78
* * eval.c (rb_add_method, rb_alias): need to clear cache bynobu2003-07-152-3/+24
* * ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.eban2003-07-151-1/+1
* 2003-07-15eban2003-07-151-3/+3
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-156-59/+98
* * ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark thewhy2003-07-142-1/+10
* commit missnobu2003-07-141-0/+5
* * struct.c (struct_entry): add prototype to avoid VC++ warnings.usa2003-07-123-10/+15
* BaseEmitter left out as well.why2003-07-111-0/+241
* Missed MANIFEST change and addition of ext/syck/emitter.c.why2003-07-112-0/+318
* * ext/syck/emitter.c: new emitter code.why2003-07-119-271/+359
* *** empty log message ***nobu2003-07-111-19/+20
* additionnobu2003-07-111-5/+4
* * eval.c (avalue_to_svalue): typo.nobu2003-07-113-31/+38
* * configure.in (aix): needs ruby.imp even with gcc.nobu2003-07-112-1/+6
* * ChangeLog: typo fix.eban2003-07-111-1/+1
* * instruby: do not handle directories. [ruby-dev:20613]eban2003-07-112-1/+5
* 2003-07-11eban2003-07-111-3/+3
* tk.rb :nagai2003-07-111-2/+2
* * util.c (ruby_strtod): exp should be less than MDMAXEXPT.matz2003-07-112-1/+5
* * rename 'Shift-JIS' to 'SHIFT-JIS'matz2003-07-114-33/+18
* * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0.eban2003-07-102-2/+10
* 2003-07-10eban2003-07-101-3/+3
* * eval.c (rb_thread_schedule): parse error.eban2003-07-101-1/+2
* * lib/rexml/encodings/EUC-JP.rb (Encoding): use join.matz2003-07-102-4/+4
* * lib/rexml/encoding.rb (encoding=): oops, shouldn't havematz2003-07-091-3/+1
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-0911-46/+111
* * 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