aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * template/fake.rb.in: extracted from Makefile.in.nobu2009-02-191-0/+6
* * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verifynobu2009-02-191-0/+5
* * lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths.nobu2009-02-191-0/+4
* * ext/etc/etc.c (etc_each_group): defines only when Etc::Group isnobu2009-02-191-0/+5
* * eval_intern.h (translit_char): moved from ruby.c.nobu2009-02-191-0/+9
* * configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.cnobu2009-02-191-0/+4
* * configure.in (darwin): uses -unexported_symbol option of ld insteadnobu2009-02-191-1/+4
* * configure.in (darwin): makes dylib instead of so.nobu2009-02-191-0/+4
* * lib/mkmf.rb (create_makefile): added phony targets.nobu2009-02-191-1/+3
* * lib/mkmf.rb (create_makefile): removes directories in the depthnobu2009-02-191-1/+4
* * lib/mkmf.rb (create_makefile): creates target directories beforenobu2009-02-191-0/+5
* * file.c (rb_home_dir): checks if HAVE_PWD_H. [ruby-dev:38049] nobu2009-02-191-0/+4
* * ext/socket/rubysocket.h: add "#include <sys/stat.h>"takano322009-02-181-0/+4
* * ext/socket/ancdata.c (ancillary_rights): new method.akr2009-02-181-0/+8
* * README.EXT, README.EXT.ja: Improve the document aboutknu2009-02-181-0/+5
* * test/ruby/test_file_exhaustive.rb: skip some tests if euid == 0.mame2009-02-181-1/+6
* * README.EXT, README.EXT.ja: Improve the document aboutknu2009-02-181-0/+5
* * ext/socket/ancdata.c (discard_cmsg_resource): new function to closeakr2009-02-181-0/+7
* * ext/socket/ancdata.c (bsock_recvmsg_internal): prevent misalignment.akr2009-02-181-1/+5
* * ext/socket/ancdata.c (bsock_sendmsg_internal): avoid misalignment.akr2009-02-181-1/+5
* * ext/socket/ancdata.c (bsock_recvmsg_internal): reduce code onakr2009-02-181-0/+5
* * configure.in (OBJCOPY): set ac_cv_prog_ac_ct_OBJCOPY to do nothingnobu2009-02-181-0/+5
* * file.c (rb_file_chown): use chown unless HAVE_FCHOWN.nobu2009-02-181-1/+3
* * io.c (pipe_open): sarg is always used unless HAVE_FORK.nobu2009-02-181-0/+4
* * bootstraptest/runner.rb: Use RUBY_DESCRIPTION if defined.knu2009-02-181-0/+4
* * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu2009-02-181-0/+9
* * file.c (rb_file_s_extname): fix for spaces before extention.nobu2009-02-181-0/+5
* * file.c (file_expand_path): suppress a warning. named magicnobu2009-02-181-0/+5
* * thread.c (thread_start_func_2): do not delete main thread fromnobu2009-02-181-0/+5
* * ext/openssl: avoid cyclic require.akr2009-02-171-0/+14
* * ext/etc/etc.c (Etc::Passwd.each, Etc::Group.each): new methods.nobu2009-02-171-0/+5
* * ext/socket/ancdata.c (bsock_sendmsg_internal): make the paddingakr2009-02-171-0/+5
* * ext/socket/ancdata.c (bsock_sendmsg_internal): should not remove theakr2009-02-171-0/+5
* * string.c (rb_str_shared_replace): no need fornobu2009-02-171-0/+5
* * compile.c: fix to add "ensure" codes across "while" clauseko12009-02-161-0/+7
* * ext/socket/mkconstants.rb: generate rb_define_const directly forakr2009-02-161-0/+11
* mention OpenBSD version.akr2009-02-161-1/+1
* * ext/socket/ancdata.c (bsock_sendmsg_internal) [OpenBSD]: don't removeakr2009-02-161-0/+6
* * symbian/setup: Update Symbian config to match recent changes in missing/all...azav2009-02-161-1/+5
* * class.c (rb_scan_args), README.EXT, README.EXT.ja: Add supportknu2009-02-161-0/+6
* * debug.c (set_debug_option): added rtc_error option.nobu2009-02-161-3/+10
* * win32/win32.c (_CrtDbgReportW): prevent from false positivenobu2009-02-151-0/+5
* * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu2009-02-151-0/+5
* * lib/test/unit/assertions.rb (Test::Unit::Assertions): aliasesnobu2009-02-151-0/+5
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): new method.akr2009-02-151-0/+4
* * hash.c (hash_i): use Murmurhash.akr2009-02-151-0/+4
* * variable.c (rb_define_hooked_variable): suppress false assertionnobu2009-02-151-0/+5
* * test/test_pp.rb: extract from lib/pp.rb.akr2009-02-141-0/+8
* * lib/time.rb (Time.parse): raise ArgumentError if Date._parse don'takr2009-02-141-0/+5
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-0/+10