summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-11-01* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban
2004-10-31* ext/ripper/MANIFEST: typofix(src.rb -> src_rb).eban
2004-10-31add WIN32OLE.codepage, WIN32OLE.codepage=suke
2004-10-31* ext/nkf/nkf-utf8/nkf.c: add "\075?UTF-8?Q?" for Gmail.eban
2004-10-30* ext/win32ole/MANIFEST: added tests/testOLETYPELIB.rb.eban
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-30ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. addsuke
2004-10-29obsoleted by nkf-utf8/nkf.c.naruse
2004-10-29from nkf 2.0.4naruse
2004-10-29follow to nkf 2.0.4naruse
2004-10-29follow to nkf 2.0.4naruse
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-24* ext/tk/sample/tkextlib/bwidget/tree.rb: bug fixnagai
2004-10-23* ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz
2004-10-23Use NUM2INT to convert short values.ttate
2004-10-22* ext/zlib/zlib.c (zstream_run): always use zstream_append_input()matz
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-21remove ext/win32ole/.document.suke
2004-10-19* ext/dbm/dbm.c (fdbm_delete_if): should check if deleting elementmatz
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-19Commit missed file.. Sorry folksdave
2004-10-19 * ext/win32ole.c(ole_invoke): retrieve the result value whensuke
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-18* ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.eban
2004-10-17* ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai
2004-10-17 * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke
2004-10-16* ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7nagai
2004-10-15 .document : entry win32ole.c for rdoc.suke
2004-10-15 .document : entry win32ole.c for rdoc.suke
2004-10-15* ext/openssl/ossl_x509store.cgotoyuzo
2004-10-15* ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-10-09* ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.aamine
2004-10-07* ext/tk/lib/tk/optiondb.rb: make it more securenagai
2004-10-07* ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai
2004-10-07* ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai
2004-10-06* ext/stringio/stringio.c: use FMODE_APPEND.nobu
2004-10-06* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai
2004-10-04* ext/tk/lib/tk/image.rb: bug fixnagai
2004-10-01* ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai
2004-09-29* ext/tcltklib/tcltklib.c (ip_init): bug fixnagai
2004-09-29* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-24* parse.y (rb_parser_append_print): should handle prelude.matz
2004-09-23* ext/ripper/Makefile.dev: removed.aamine
2004-09-22* parse.y [ripper]: on__scan event removed.aamine
2004-09-21should use 'c' for 'unsigned char ref'.ttate
2004-09-20* ext/ripper/lib/ripper/tokenizer.rb: fix typo.aamine
2004-09-20* test/ripper/test_scanner_events.rb: tokens must be reordered.aamine
2004-09-20* parse.y [ripper]: do not delay dispatching.aamine