aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-0132-1051/+0
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-014-3/+8
* * ext/ripper/MANIFEST: typofix(src.rb -> src_rb).eban2004-10-311-1/+1
* add WIN32OLE.codepage, WIN32OLE.codepage=suke2004-10-312-6/+103
* * ext/nkf/nkf-utf8/nkf.c: add "\075?UTF-8?Q?" for Gmail.eban2004-10-311-3/+4
* * ext/win32ole/MANIFEST: added tests/testOLETYPELIB.rb.eban2004-10-301-0/+1
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-1/+1
* ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. addsuke2004-10-305-190/+965
* obsoleted by nkf-utf8/nkf.c.naruse2004-10-291-1900/+0
* from nkf 2.0.4naruse2004-10-293-0/+9424
* follow to nkf 2.0.4naruse2004-10-294-148/+782
* follow to nkf 2.0.4naruse2004-10-291-1/+1
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-1/+7
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-272-7/+25
* * ext/tk/sample/tkextlib/bwidget/tree.rb: bug fixnagai2004-10-242-1/+5
* * ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz2004-10-231-3/+11
* Use NUM2INT to convert short values.ttate2004-10-231-2/+2
* * ext/zlib/zlib.c (zstream_run): always use zstream_append_input()matz2004-10-221-9/+3
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-1/+4
* remove ext/win32ole/.document.suke2004-10-215-2/+17
* * ext/dbm/dbm.c (fdbm_delete_if): should check if deleting elementmatz2004-10-192-0/+2
* * array.c (rb_ary_times): Array#* should return an instance ofmatz2004-10-192-5/+8
* Commit missed file.. Sorry folksdave2004-10-191-0/+5
* * ext/win32ole.c(ole_invoke): retrieve the result value whensuke2004-10-191-6/+8
* * io.c (read_all): block string buffer modification duringmatz2004-10-196-18/+14
* * ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.eban2004-10-181-0/+1
* * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai2004-10-171-5/+11
* * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke2004-10-172-14/+22
* * ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7nagai2004-10-163-0/+118
* .document : entry win32ole.c for rdoc.suke2004-10-151-0/+1
* .document : entry win32ole.c for rdoc.suke2004-10-151-0/+1
* * ext/openssl/ossl_x509store.cgotoyuzo2004-10-151-3/+30
* * ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai2004-10-151-14/+37
* * ext/tk/lib/tk/*: untabifynagai2004-10-11295-13878/+13907
* * ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.aamine2004-10-091-2/+2
* * ext/tk/lib/tk/optiondb.rb: make it more securenagai2004-10-071-21/+34
* * ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai2004-10-071-2/+11
* * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai2004-10-071-1/+10
* * ext/stringio/stringio.c: use FMODE_APPEND.nobu2004-10-061-5/+4
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-064-2/+18
* * ext/tk/lib/tk/image.rb: bug fixnagai2004-10-045-1/+83
* * ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai2004-10-013-3/+6
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-297-10/+122
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-0/+2
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-13/+30
* * ext/ripper/Makefile.dev: removed.aamine2004-09-239-903/+936
* * parse.y [ripper]: on__scan event removed.aamine2004-09-229-279/+306
* should use 'c' for 'unsigned char ref'.ttate2004-09-211-2/+2
* * ext/ripper/lib/ripper/tokenizer.rb: fix typo.aamine2004-09-201-1/+0
* * test/ripper/test_scanner_events.rb: tokens must be reordered.aamine2004-09-201-7/+54