aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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