aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/readline/readline.c: check $SAFE.shugo2004-11-181-15/+50
* * ext/stringio/stringio.c: needs fcntl.h for O_* constants.nobu2004-11-181-0/+5
* * io.c, rubyio.h (rb_io_modenum_flags): exported.nobu2004-11-181-10/+12
* * ext/stringio/stringio.c (strio_read): position was ignored when anobu2004-11-161-1/+1
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-143-3/+4
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-122-14/+12
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-7/+0
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-093-0/+15
* * remove dump listnaruse2004-11-091-2/+2
* * nkf_test.pl rev:1.7naruse2004-11-091-135/+246
* * fix bug arround parse optionsnaruse2004-11-091-9/+12
* * nkf.c rev:1.38naruse2004-11-091-86/+98
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-079-74/+83
* * ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help tosuke2004-11-062-6/+15
* follow CVS Head of original nkf.naruse2004-11-052-19/+131
* * ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai2004-11-053-17/+28
* * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai2004-11-051-2/+6
* * ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai2004-11-051-1/+1
* * ext/tk/lib/tk/text.rb: bug fixnagai2004-11-051-2/+2
* * string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz2004-11-041-0/+3
* * string.c (str_gsub): string modify check no longer based onmatz2004-11-041-5/+7
* ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke2004-11-041-5/+31
* * ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai2004-11-041-0/+7
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-0/+2
* add rdoc style document.suke2004-11-031-68/+371
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-0314-47/+89
* * ext/enumerator/enumerator.c (each_cons_i): pass copy of anmatz2004-11-021-8/+5
* * 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