summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2006-10-01* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu
2006-09-29* ext/extmk.rb: extout is needed for also clean.nobu
2006-09-26socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>matz
2006-09-21* common.mk (no-install): not install rdoc actually.nobu
2006-09-21* ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz
2006-09-20* ext/gdbm/gdbm.c: add RDoc documentation. a patch from Petermatz
2006-09-16* ext/pty/pty.c (establishShell): remove remaining unused line.matz
2006-09-16* ext/pty/pty.c (establishShell): parent pid is not used.nobu
2006-09-16* ext/io/wait/extconf.rb: suspicious checking_for.nobu
2006-09-16* ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-08* ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-06* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jpnaruse
2006-09-04* ext/dbm/extconf.rb: create makefile according to the result of checknobu
2006-09-02revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr
2006-09-02* ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr
2006-09-02* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-01* ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai
2006-08-31* ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz
2006-08-07* ext/syck/syck.c (syck_move_tokens): should avoid negativematz
2006-08-07* configure.in, common.mk: AIX link issue. a patch from Yutakamatz
2006-07-28* ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai
2006-07-27* ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz
2006-07-26* ext/strscan/strscan.c: sync with HEAD (rev 1.25).aamine
2006-07-26* ext/pty/pty.c (getDevice): retry once after GC on failure.nobu
2006-07-24* ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr
2006-07-21* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu
2006-07-18* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz
2006-07-17* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu
2006-07-14* ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai
2006-07-13* array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz
2006-07-13* ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai
2006-07-11* ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai
2006-07-11* ext/tk/lib/multi-tk.rb: security fix.nagai
2006-07-10* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai
2006-07-10* ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai
2006-07-07Test class name should not be duplicated.suke
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine
2006-07-03* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai
2006-07-03* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu
2006-07-02* ext/racc/cparse/cparse.c: sync with original code (rev 1.7).aamine
2006-06-29* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz
2006-06-29* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz
2006-06-27* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai
2006-06-27* ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu
2006-06-26* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai
2006-06-25add extconf.h.akr