aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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-72/+408
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-161-19/+13
* * 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/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110.naruse2006-09-153-31/+117
* * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15.naruse2006-09-141-254/+495
* * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binaryakr2006-09-141-1/+1
* add a document for Digest::Base.file.akr2006-09-141-0/+4
* * ext/digest/lib/digest.rb (Digest::Base.file): new method.akr2006-09-141-0/+13
* * ext/digest/digest.c (rb_digest_base_inspect): new method.akr2006-09-131-0/+22
* * ext/digest/lib/digest.rb: new file.akr2006-09-131-0/+8
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-11/+32
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-081-1/+1
* * ext/nkf/lib/kconv.rb (Kconv::toeuc): remove -m0 [ruby-dev:29505]naruse2006-09-061-1/+1
* * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu2006-09-052-107/+75
* * ext/dbm/extconf.rb: create makefile according to the result of checknobu2006-09-041-4/+4
* * lib/cgi.rb (CGI::out): specify -x option for nkf.matz2006-09-041-1/+0
* 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
* * ruby.h (struct RArray): embed small arrays.matz2006-09-0219-143/+138
* * ext/socket/socket.c (socks_init): typo fixed. a patch from Svenmatz2006-09-011-1/+1
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-012-6/+6
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-313-3/+3
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-315-133/+132
* * ruby.h (struct RString): embed small strings.matz2006-08-3143-512/+484
* * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai2006-08-312-2/+8
* Add digest.cdrbrain2006-08-281-0/+1
* Make RDoc show up.drbrain2006-08-281-1/+1
* Fix call-seq in RDoc.drbrain2006-08-281-5/+3
* Include attributiondrbrain2006-08-273-34/+37
* add regint.h and oniguruma.h to dependencekosako2006-08-251-1/+2
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp [ruby-dev:...naruse2006-08-221-2/+2
* accept hash argument of Symbol key.suke2006-08-191-6/+9
* * ext/socket/socket.c: ANSIfied. [ruby-core:08601]akr2006-08-131-4/+2
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-075-4/+6
* * 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/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu2006-07-281-14/+12
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-9/+9
* * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine2006-07-261-1/+4
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-20/+27
* * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine2006-07-261-7/+0
* * 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
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-1/+1