aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * .cvsignore: ignore timestamp files and installed list file.nobu2006-09-211-0/+4
* * instruby.rb: include FileUtils unconditionally.nobu2006-09-211-0/+4
* * numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum.nobu2006-09-211-0/+5
* * common.mk (no-install): not install rdoc actually.nobu2006-09-211-0/+10
* * string.c (rb_str_startwith): a new method to check if a stringmatz2006-09-211-0/+7
* * rubytest.rb: use each_line instead of each.eban2006-09-211-1/+5
* * numeric.c (int_odd_p): a new method to check even or odd.matz2006-09-211-0/+7
* * string.c (Init_String): Strings are no longer Enumerable. usematz2006-09-211-0/+5
* * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz2006-09-211-0/+8
* * string.c (rb_str_partition): RDoc typo fixed. [ruby-core:08898]matz2006-09-211-0/+6
* * string.c (rb_str_lines): new method to split a string into lines.matz2006-09-211-0/+4
* * string.c (rb_str_partition): a new method to separate the stringmatz2006-09-201-0/+7
* * common.mk (pre-install-doc): create data directory before install.nobu2006-09-201-0/+8
* * numeric.c (fix_mul): typo again. patch from Tadashi Saitonobu2006-09-201-0/+5
* * string.c (sym_eql): fail early to gain performance.matz2006-09-201-1/+14
* * swapped ChangeLog entries. Sorry....shugo2006-09-201-5/+5
* * forgot to commit ChangeLog. Sorry.shugo2006-09-201-0/+5
* * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to defineusa2006-09-201-0/+5
* * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Petermatz2006-09-201-0/+6
* * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu2006-09-181-3366/+3376
* * dir.c (dir_s_glob): restore GC protection volatile variable.matz2006-09-181-0/+7
* * numeric.c (fix_mul): get rid of shift overflow.nobu2006-09-181-0/+4
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-0/+12
* * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu2006-09-171-0/+5
* * common.mk (install-doc): reverted.nobu2006-09-171-0/+8
* * numeric.c (fix_mul): fixed typo. fixed: [ruby-core:08885]nobu2006-09-171-0/+4
* * README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN,matz2006-09-161-0/+7
* * ChangeLog: commit miss.nobu2006-09-161-0/+4
* * lib/mkmf.rb (checking_for): improved the messages.nobu2006-09-161-2/+0
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-161-1/+5
* * ext/io/wait/extconf.rb: suspicious checking_for.nobu2006-09-161-1/+3
* * ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu2006-09-161-1/+3
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-6/+13
* * array.c (ary_shared_first): should create embedded copiesmatz2006-09-161-0/+5
* * struct.c (inspect_struct): do not display a class name formatz2006-09-161-0/+5
* * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110.naruse2006-09-151-0/+14
* * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15.naruse2006-09-141-0/+6
* * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binaryakr2006-09-141-0/+5
* * numeric.c (fix_mul): avoid bignum multiplication as far asmatz2006-09-141-0/+6
* * string.c (rb_str_intern): allow zero length symbols.matz2006-09-141-0/+5
* * string.c (rb_str_intern): raise SecurityError only when $SAFEmatz2006-09-141-0/+10
* * ext/digest/lib/digest.rb (Digest::Base.file): new method.akr2006-09-141-0/+5
* add ML ref.akr2006-09-141-0/+2
* * ext/digest/digest.c (rb_digest_base_inspect): new method.akr2006-09-131-0/+4
* * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows.usa2006-09-131-0/+5
* * ext/digest/lib/digest.rb: new file.akr2006-09-131-0/+4
* * README.EXT: English adjustment. [ruby-core:08851] andmatz2006-09-131-0/+5
* * misc/ruby-mode.el (ruby-parse-partial): better here-doc support.matz2006-09-131-4/+6
* * string.c (rb_str_intern): allow symbols to contains nul.matz2006-09-131-0/+4
* * string.c (rb_str_intern): prohibit interning tainted string.matz2006-09-131-0/+4