aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai2004-12-179-39/+152
* * ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo2004-12-161-1/+2
* * ext/tk/sample/demos-en/widget: modify version check for supporting featuresnagai2004-12-161-4/+4
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-1624-100/+187
* * ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25...aamine2004-12-151-2/+4
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz2004-12-151-6/+9
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-1518-118/+137
* devided DL::Types#encode_type into three methods.ttate2004-12-143-48/+56
* * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo2004-12-141-3/+3
* * ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-121-6/+10
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-1/+3
* * ext/sdbm/init.c (GetDBM): typo.usa2004-12-091-1/+1
* * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz2004-12-093-155/+106
* * ext/tk/ChangeLog.tkextlib: forgot to commitnagai2004-12-081-0/+22
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-0824-119/+640
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-083-4/+1
* * ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f.gotoyuzo2004-12-071-3/+16
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-12/+14
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-065-71/+47
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-051-25/+40
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-026-5/+71
* * original nkf2 revision 1.47naruse2004-12-011-20/+30
* * add constant NKF::VERSIONnaruse2004-12-011-4/+4
* * add --no-cp932naruse2004-12-011-2/+2
* * ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu2004-11-291-1/+1
* String::IO -> StringIOakr2004-11-271-1/+1
* * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai2004-11-269-15/+57
* bugfix for [ruby-talk:121309].ttate2004-11-253-13/+21
* Use 'P' instead of 'p' in types.rb.ttate2004-11-253-6/+6
* improved encode_type() in types.rb for [ruby-talk:121175].ttate2004-11-243-67/+128
* * ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai2004-11-221-18/+41
* * ext/ripper/.cvsignore: add entries.aamine2004-11-201-0/+2
* * ext/ripper/depend: fix ripper.o dependency.aamine2004-11-201-1/+1
* * follow original nkf.c 1.40.(improve mime encode/decode support)naruse2004-11-192-82/+412
* * ext/readline/readline.c (readline_s_set_completion_append_character):shugo2004-11-191-4/+9
* * ext/ripper/depend: Never regenerate lib/ripper/core.rb automatically. [ruby...aamine2004-11-181-3/+2
* * 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