summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2003-05-29* ext/syck/token.c: preserve any indentation passed an explicitwhy
2003-05-29* ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why
2003-05-27* ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu
2003-05-26* eval.c (Init_Proc): Block/Proc separation. [huge change]matz
2003-05-23* eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz
2003-05-22* lib/token.c: single- and double-quoted root-level fix.why
2003-05-22* ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy
2003-05-22* ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy
2003-05-20* st.h: define ST_DATA_T_DEFINED for portability.eban