summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-12-07* ext/socket/socket.c (bsock_setsockopt): [ruby-dev:25039]matz
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-05* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo
2004-12-03* ext/readline/readline.c: check $SAFE. (backported from CVS HEAD)shugo
2004-12-03* original nkf2 revision 1.47naruse
2004-12-03ext/nkf/test.rb(mime_out2): add --no-cp932naruse
2004-12-03* ext/nkf/nkf.c: add constant NKF::VERSIONnaruse
2004-12-02* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai
2004-11-29* ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu
2004-11-27String::IO -> StringIOakr
2004-11-26* ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai
2004-11-25bugfix for [ruby-talk:121309].ttate
2004-11-25Use 'P' instead of 'p' in types.rb.ttate
2004-11-24Improved encode_type() in types.rb for [ruby-talk:121175].ttate
2004-11-22* ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai
2004-11-20* original revision 1.7naruse
2004-11-19* add and change mime encode/decode testsnaruse
2004-11-19* original nkf.c rev:1.40naruse
2004-11-18* ext/stringio/stringio.c: needs fcntl.h for O_* constants.nobu
2004-11-18* io.c, rubyio.h (rb_io_modenum_flags): exported.nobu
2004-11-16* ext/stringio/stringio.c (strio_read): position was ignored when anobu
2004-11-14* ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter stringmatz
2004-11-12* ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-09* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai
2004-11-07* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai
2004-11-05* ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai
2004-11-05* ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai
2004-11-05* ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai
2004-11-05* ext/tk/lib/tk/text.rb: bug fixnagai
2004-11-04* ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-03* ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai
2004-11-03* follow nkf 2.0.4naruse
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-11-01* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban
2004-11-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz
2004-10-30some typo fixed.suke
2004-10-28* ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira
2004-10-28* ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-24* ext/tk/sample/tkextlib/bwidget/tree.rb: bug fixnagai
2004-10-23Use NUM2INT to convert short values.ttate
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-19This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
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-19* ext/tk/tkutil.c: backport from CVS HEADnagai