summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-11Missed MANIFEST change and addition of ext/syck/emitter.c.why
2003-07-11* ext/syck/emitter.c: new emitter code.why
2003-07-11*** empty log message ***nobu
2003-07-11additionnobu
2003-07-11* eval.c (avalue_to_svalue): typo.nobu
2003-07-11* configure.in (aix): needs ruby.imp even with gcc.nobu
2003-07-11* ChangeLog: typo fix.eban
2003-07-11* instruby: do not handle directories. [ruby-dev:20613]eban
2003-07-112003-07-11eban
2003-07-11tk.rb :nagai
2003-07-11* util.c (ruby_strtod): exp should be less than MDMAXEXPT.matz
2003-07-11* rename 'Shift-JIS' to 'SHIFT-JIS'matz
2003-07-10* math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0.eban
2003-07-102003-07-10eban
2003-07-10* eval.c (rb_thread_schedule): parse error.eban
2003-07-10* lib/rexml/encodings/EUC-JP.rb (Encoding): use join.matz
2003-07-09* lib/rexml/encoding.rb (encoding=): oops, shouldn't havematz
2003-07-09* eval.c (rb_load): put rb_load_file() in a thread criticalmatz
2003-07-09* regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu
2003-07-09* mkconfig.rb: support text-mount on Cygwin.eban
2003-07-09* instruby.rb: refactoring.eban
2003-07-09* instruby.rb: do not install shared libraries as man pages.eban
2003-07-09* re.c (match_entry): add prototype to avoid VC++ warnings.usa
2003-07-072003-07-07eban
2003-07-07* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz
2003-07-07* ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compateban
2003-07-04* node.h (NEW_NODE): cast arguments to rb_node_newnode().matz
2003-07-04* ext/syck/rubyext.c, ext/syck/syck.c, ext/syck/syck.h,nobu
2003-07-04*** empty log message ***nobu
2003-07-04* ext/curses/extconf.rb: updated for tinfo check.matz
2003-07-03* Changelog, lib/debug.rb: fix typo.matz
2003-07-03* lib/timeout.rb: add optional exception argument for compatibilityakr
2003-07-03lib/mkmf.rb (VPATH): use '&&' instead of 'and'.eban
2003-07-032003-07-03eban
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-07-03* lib/mkmf.rb (VPATH): convert from Windows form to Unix form oneban
2003-07-022003-07-02eban
2003-07-02* string.c (rb_str_shared_replace): clear flags before copy.matz
2003-07-02* lib/net/smtp.rb: synchronize document with source code.aamine
2003-07-02* lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine
2003-07-02* lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...aamine
2003-07-01tk.rb :nagai
2003-07-01* lib/net/pop.rb (Net::POP3#start): typofix.eban
2003-07-01Precision for '**' enhanced (bug).shigek
2003-07-01* parse.y (rb_intern): should use mbclen instead of mblen.eban
2003-07-012003-07-01nobu
2003-07-01* class.c (rb_define_class, rb_define_module): also set constant undernobu
2003-06-302003-06-30nobu
2003-06-30* eval.c (mnew): ignore metaclasses have no influence, for rklass.nobu
2003-06-29Bug in '/' fixed by Tadashi Saito.shigek