summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * hash.c (rb_hash): always return a fixnum value because a returnmame2009-02-141-0/+8
* * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu2009-02-141-0/+5
* * array.c (ary_resize_capa): should not overwrite outside embeddednobu2009-02-141-0/+5
* * test/test_time.rb: extracted from lib/time.rb.akr2009-02-141-0/+4
* * lib/pathname.rb: obsolete methods removed.akr2009-02-141-0/+5
* * iseq.c: remove nil parameter from Proc#parameterstakano322009-02-141-0/+5
* * string.c (rb_external_str_new_with_enc): change evaluatioin ordernaruse2009-02-131-0/+5
* * ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing aakr2009-02-131-0/+5
* * ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopennobu2009-02-131-0/+5
* * ext/socket/socket.c (Init_socket): define TCPServer#listen andakr2009-02-131-0/+5
* * ext/socket/ancdata.c (extract_ipv6_pktinfo): set sa_len for 4.4BSD.akr2009-02-131-0/+4
* fix typo (1 -> 0).ko12009-02-131-1/+1
* * iseq.c (simple_default_value): removed. default values of optionalnobu2009-02-131-0/+5
* * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp()ko12009-02-131-0/+9
* * cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko12009-02-131-0/+7
* * configure.in (ac_cv_func_flock): using flock defined innobu2009-02-131-0/+5
* * ChangeLog: typo.nobu2009-02-121-1/+1
* * compile.c (iseq_compile_each): just freeze xstr.nobu2009-02-121-1/+3
* * compile.c (iseq_set_sequence, compile_dstr_fragments),nobu2009-02-121-0/+5
* * insns.def (defineclass): try to autoload const to be overridden.nobu2009-02-121-0/+4
* * test/socket/test_socket.rb (test_udp_server): filter out unreachableakr2009-02-121-0/+5
* * compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patchnobu2009-02-121-0/+7
* * ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solarisakr2009-02-121-0/+9
* * compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu2009-02-121-0/+12
* * ext/stringio/stringio.c (strio_ungetc): calculates new positionnobu2009-02-121-0/+5