summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-3/+1
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-291-1/+1
* socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>matz2006-09-261-0/+8
* * common.mk (no-install): not install rdoc actually.nobu2006-09-211-1/+1
* * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz2006-09-211-2/+11
* * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Petermatz2006-09-201-38/+374
* * ext/pty/pty.c (establishShell): remove remaining unused line.matz2006-09-161-1/+0
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-161-19/+12
* * ext/io/wait/extconf.rb: suspicious checking_for.nobu2006-09-161-1/+1
* * ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu2006-09-161-34/+26
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-9/+1
* * ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu2006-09-081-2/+2
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-9/+30
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jpnaruse2006-09-061-3/+3
* * ext/dbm/extconf.rb: create makefile according to the result of checknobu2006-09-041-4/+4
* revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-4/+0
* * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr2006-09-021-1/+2
* * ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr2006-09-022-1/+6
* * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-1/+4
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-012-6/+6
* * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai2006-08-312-2/+8
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-074-3/+4
* * ext/syck/syck.c (syck_move_tokens): should avoid negativematz2006-08-071-1/+2
* * configure.in, common.mk: AIX link issue. a patch from Yutakamatz2006-08-071-0/+6
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-281-1/+1
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-9/+9
* * ext/strscan/strscan.c: sync with HEAD (rev 1.25).aamine2006-07-261-170/+131
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-22/+29
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-241-1/+3
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-1/+4
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-181-1/+1
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-171-0/+3
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-142-4/+34
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-132-5/+15
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-132-1/+102
* * ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai2006-07-111-2/+4
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-112-3/+7
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-101-1/+1
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-108-40/+517
* Test class name should not be duplicated.suke2006-07-072-2/+2
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-061-16/+62
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-035-11/+301
* * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu2006-07-031-4/+3
* * ext/racc/cparse/cparse.c: sync with original code (rev 1.7).aamine2006-07-021-94/+56
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz2006-06-291-2/+0
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-296-38/+699
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-272-7/+7
* * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu2006-06-272-7/+20
* * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai2006-06-261-2/+0
* add extconf.h.akr2006-06-251-0/+1