summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2006-10-21* ext/digest/lib/digest.rb: Follow the framework updates.knu
2006-10-20* ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu
2006-10-20* ext/digest: Prefix C constants with RUBY_ and C type names withknu
2006-10-19* ext/extmk.rb: Borland make needs also -D flags to override variablesnobu
2006-10-19* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-10-13* ext/digest/digest.c, ext/digest/digest.h,knu
2006-10-13* ext/digest/digest.c: Improve RDoc documentation further more.knu
2006-10-13* ext/digest/digest.c: Improve RDoc documentation.knu
2006-10-13Add .cvsignoreknu
2006-10-13* ext/digest/lib/digest.rb (Digest): Try to auto-load non-standardknu
2006-10-13* ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu
2006-10-13* ext/digest/digest.c, ext/digest/md5/md5init.c,knu
2006-10-13* ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabbleknu
2006-10-13* ext/digest/digest.c (rb_digest_base_equal): Again, should callknu
2006-10-12* ext/digest/digest.c (rb_digest_base_equal): Should call digest()knu
2006-10-12* ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz
2006-10-11* ext/digest/lib/digest/hmac.rb: Make use of String#bytes.knu
2006-10-11* ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu
2006-10-11* ext/digest/digest.c (rb_digest_base_alloc,knu
2006-10-11* ext/digest/lib/digest/hmac.rb: Add digest/hmac, which implementsknu
2006-10-11* ext/digest/digest.c (rb_digest_base_reset): Do not makeknu
2006-10-11* ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines nomatz
2006-10-11* ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu
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 obsoleteknu
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 buildknu
2006-10-05* ext/digest/depend: Install digest.h.knu
2006-10-05* ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove thoseknu
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 ofknu
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: keepnobu
2006-09-29* ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu
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-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): 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 binaryakr