summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-12-01* original nkf2 revision 1.47naruse
2004-12-01* add constant NKF::VERSIONnaruse
2004-12-01* add --no-cp932naruse
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* ext/ripper/.cvsignore: add entries.aamine
2004-11-20* ext/ripper/depend: fix ripper.o dependency.aamine
2004-11-19* follow original nkf.c 1.40.(improve mime encode/decode support)naruse
2004-11-19* ext/readline/readline.c (readline_s_set_completion_append_character):shugo
2004-11-18* ext/ripper/depend: Never regenerate lib/ripper/core.rb automatically. [ruby...aamine
2004-11-18* ext/readline/readline.c: check $SAFE.shugo
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* string.c (rb_str_clear): avoid revealing NULL pointer.matz
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-09* remove dump listnaruse
2004-11-09* nkf_test.pl rev:1.7naruse
2004-11-09* fix bug arround parse optionsnaruse
2004-11-09* nkf.c rev:1.38naruse
2004-11-07* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai
2004-11-06* ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help tosuke
2004-11-05follow CVS Head of original nkf.naruse
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* string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz
2004-11-04* string.c (str_gsub): string modify check no longer based onmatz
2004-11-04ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke
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-03add rdoc style document.suke
2004-11-03* ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai
2004-11-02* ext/enumerator/enumerator.c (each_cons_i): pass copy of anmatz
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-10-31* ext/ripper/MANIFEST: typofix(src.rb -> src_rb).eban
2004-10-31add WIN32OLE.codepage, WIN32OLE.codepage=suke
2004-10-31* ext/nkf/nkf-utf8/nkf.c: add "\075?UTF-8?Q?" for Gmail.eban
2004-10-30* ext/win32ole/MANIFEST: added tests/testOLETYPELIB.rb.eban
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-30ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. addsuke