summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/depend: Install digest.h.knu2006-10-051-0/+6
* * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove thoseknu2006-10-052-28/+0
* * ext/digest/digest.c: Make hexdigest() always call digest() internally.knu2006-10-051-45/+72
* * ext/digest/digest.c: Allow subclassing in Ruby.knu2006-10-051-12/+82
* * ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu2006-10-051-1/+8
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-0527-631/+92
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-049-42/+142
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-3/+1
* * ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu2006-09-291-0/+2
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-291-1/+1
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-274-4/+4
* 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-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