summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-02-18* array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu
2009-02-18* file.c (rb_file_s_extname): fix for spaces before extention.nobu
2009-02-18* file.c (file_expand_path): suppress a warning. named magicnobu
2009-02-18* thread.c (thread_start_func_2): do not delete main thread fromnobu
2009-02-17* ext/openssl: avoid cyclic require.akr
2009-02-17* ext/etc/etc.c (Etc::Passwd.each, Etc::Group.each): new methods.nobu
2009-02-17* ext/socket/ancdata.c (bsock_sendmsg_internal): make the paddingakr
2009-02-17* ext/socket/ancdata.c (bsock_sendmsg_internal): should not remove theakr
2009-02-17* string.c (rb_str_shared_replace): no need fornobu
2009-02-16* compile.c: fix to add "ensure" codes across "while" clauseko1
2009-02-16* ext/socket/mkconstants.rb: generate rb_define_const directly forakr
2009-02-16mention OpenBSD version.akr
2009-02-16* ext/socket/ancdata.c (bsock_sendmsg_internal) [OpenBSD]: don't removeakr
2009-02-16* symbian/setup: Update Symbian config to match recent changes in missing/all...azav
2009-02-16* class.c (rb_scan_args), README.EXT, README.EXT.ja: Add supportknu
2009-02-16* debug.c (set_debug_option): added rtc_error option.nobu
2009-02-15* win32/win32.c (_CrtDbgReportW): prevent from false positivenobu
2009-02-15* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu
2009-02-15* lib/test/unit/assertions.rb (Test::Unit::Assertions): aliasesnobu
2009-02-15* lib/securerandom.rb (SecureRandom.urlsafe_base64): new method.akr
2009-02-15* hash.c (hash_i): use Murmurhash.akr
2009-02-15* variable.c (rb_define_hooked_variable): suppress false assertionnobu
2009-02-14* test/test_pp.rb: extract from lib/pp.rb.akr
2009-02-14* lib/time.rb (Time.parse): raise ArgumentError if Date._parse don'takr
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2009-02-14* hash.c (rb_hash): always return a fixnum value because a returnmame
2009-02-14* array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu
2009-02-14* array.c (ary_resize_capa): should not overwrite outside embeddednobu
2009-02-14* test/test_time.rb: extracted from lib/time.rb.akr
2009-02-14* lib/pathname.rb: obsolete methods removed.akr
2009-02-14* iseq.c: remove nil parameter from Proc#parameterstakano32
2009-02-13* string.c (rb_external_str_new_with_enc): change evaluatioin ordernaruse
2009-02-13* ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing aakr
2009-02-13* ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopennobu
2009-02-13* ext/socket/socket.c (Init_socket): define TCPServer#listen andakr
2009-02-13* ext/socket/ancdata.c (extract_ipv6_pktinfo): set sa_len for 4.4BSD.akr
2009-02-13fix typo (1 -> 0).ko1
2009-02-13* iseq.c (simple_default_value): removed. default values of optionalnobu
2009-02-13* vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp()ko1
2009-02-13* cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko1
2009-02-13* configure.in (ac_cv_func_flock): using flock defined innobu
2009-02-12* ChangeLog: typo.nobu
2009-02-12* compile.c (iseq_compile_each): just freeze xstr.nobu
2009-02-12* compile.c (iseq_set_sequence, compile_dstr_fragments),nobu
2009-02-12* insns.def (defineclass): try to autoload const to be overridden.nobu
2009-02-12* test/socket/test_socket.rb (test_udp_server): filter out unreachableakr
2009-02-12* compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patchnobu
2009-02-12* ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solarisakr
2009-02-12* compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu
2009-02-12* ext/stringio/stringio.c (strio_ungetc): calculates new positionnobu