summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2003-07-17tk.rb :nagai
2003-07-17* eval.c (ruby_init): set ruby_running to true aftermatz
2003-07-16* eval.c (rb_disable_super, rb_enable_super): deprecate.matz
2003-07-15* ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.eban
2003-07-14* ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark thewhy
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-11tk.rb :nagai
2003-07-07* ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compateban
2003-07-04*** empty log message ***nobu
2003-07-04* ext/curses/extconf.rb: updated for tinfo check.matz
2003-07-02* string.c (rb_str_shared_replace): clear flags before copy.matz
2003-07-01tk.rb :nagai
2003-07-01Precision for '**' enhanced (bug).shigek
2003-06-29Bug in '/' fixed by Tadashi Saito.shigek
2003-06-27Changed according to Tadashi Saito's advice.shigek
2003-06-271.From Tadashi Saito's adviceshigek
2003-06-25tk.rb :nagai
2003-06-25tkcanvas.rb :nagai
2003-06-24tk.rb :nagai
2003-06-23* io.c (io_close): missing prototype.aamine
2003-06-23* MANIFEST: add wince files.eban
2003-06-23tk.rb :nagai
2003-06-22tk.rb :nagai
2003-06-21tk.rb :nagai
2003-06-21Ruby/Tk libraries except tk.rb :nagai
2003-06-20tcltklib.c :nagai
2003-06-19tcltklib.c :nagai
2003-06-18tk.rb :nagai
2003-06-18*** empty log message ***katsu
2003-06-18* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why
2003-06-17* ext/syck/gram.c: added grammar for certain empty sequence entries.why
2003-06-16 * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-12tk.rb : add 'no_create' option to widget initialize method.nagai
2003-06-12tk.rb : widget configure returns self (for method call chain)nagai
2003-06-10* ext/syck/token.c: preserve newlines prepended to a block.why
2003-06-10* lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz
2003-06-09fix : 100% CPU problem of Tk.mainloopnagai
2003-06-09renew Tk.mainloopnagai
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
2003-06-05* ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why
2003-06-05* ext/curses/curses.c (window_s_allocate,curses_finalize):eban
2003-06-05* ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]why
2003-06-05* ext/syck/token.c: directives choked on a period.why
2003-06-03* eval.c (rb_call_super): inheritance line adjustment moved frommatz
2003-06-01* ext/digest/defs.h: better support for old Cygwin, again.eban
2003-06-01* ext/digest/defs.h: better support for old Cygwin.eban
2003-06-01* ext/digest/defs.h: avoid warnings on Cygwin.eban
2003-05-30* ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why