Age | Commit message (Expand) | Author |
2006-10-11 | * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add | knu |
2006-10-10 | * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new): | knu |
2006-10-10 | * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsolete | knu |
2006-10-09 | * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb, | nobu |
2006-10-06 | * ext/digest/depend: Fix header installation when the build | knu |
2006-10-05 | * ext/digest/depend: Install digest.h. | knu |
2006-10-05 | * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove those | knu |
2006-10-05 | * ext/digest/digest.c: Make hexdigest() always call digest() internally. | knu |
2006-10-05 | * ext/digest/digest.c: Allow subclassing in Ruby. | knu |
2006-10-05 | * ext/digest/digest.c (hexdigest_str_new): Add a string size check. | knu |
2006-10-05 | * ext/digest/digest.[ch]: Since the argument order of | knu |
2006-10-04 | * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6. | nagai |
2006-10-01 | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu |
2006-09-29 | * ext/digest/lib/digest.rb (Digest): Require digest.so and fix the | knu |
2006-09-29 | * ext/extmk.rb: extout is needed for also clean. | nobu |
2006-09-27 | * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb, | knu |
2006-09-26 | socket.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 in | matz |
2006-09-20 | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | 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-15 | * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110. | naruse |
2006-09-14 | * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15. | naruse |
2006-09-14 | * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binary | akr |
2006-09-14 | add a document for Digest::Base.file. | akr |
2006-09-14 | * ext/digest/lib/digest.rb (Digest::Base.file): new method. | akr |
2006-09-13 | * ext/digest/digest.c (rb_digest_base_inspect): new method. | akr |
2006-09-13 | * ext/digest/lib/digest.rb: new file. | akr |
2006-09-08 | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu |
2006-09-08 | * ext/extmk.rb (extmake): follow Array#to_s. | usa |
2006-09-06 | * ext/nkf/lib/kconv.rb (Kconv::toeuc): remove -m0 [ruby-dev:29505] | naruse |
2006-09-05 | * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value. | nobu |
2006-09-04 | * ext/dbm/extconf.rb: create makefile according to the result of check | nobu |
2006-09-04 | * lib/cgi.rb (CGI::out): specify -x option for nkf. | matz |
2006-09-02 | revert 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-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-09-01 | * ext/socket/socket.c (socks_init): typo fixed. a patch from Sven | matz |
2006-09-01 | * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x. | nagai |
2006-08-31 | * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. | usa |
2006-08-31 | * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and | usa |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-08-31 | * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't work | nagai |
2006-08-28 | Add digest.c | drbrain |
2006-08-28 | Make RDoc show up. | drbrain |