summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2003-05-19* lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why
2003-05-19* lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-05-17add WIN32OLE_TYPE#to_s method.suke
2003-05-16* ext/socket/socket.c (ruby_connect): connect() after EINPROGRESSnobu
2003-05-15* lib/gram.c: fixes to one-line documents and end of stream documents.why
2003-05-15* ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs towhy
2003-05-15* ext/syck/syck.c (syck_parser_pop_level): add prototype.usa
2003-05-14* ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy
2003-05-14* ext/syck/rubyext.c: add prototypes to avoid VC++ warnings.usa
2003-05-13* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy
2003-05-13ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning.eban
2003-05-13* ext/syck/handler.c: add proper casts.eban
2003-05-13* lib/yaml/rubytypes.rb: object and struct loadingwhy