summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-29* lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu
2012-03-29* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss
2012-03-29* thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]usa
2012-03-29* thread.c (rb_threadptr_execute_interrupts_common): use definedusa
2012-03-29* test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss
2012-03-28* NEWS: add note about unified behavior of encoding nil values inemboss
2012-03-28* ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss
2012-03-28* process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu
2012-03-28* marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu
2012-03-27* ext/psych/lib/psych.rb: updating version to match gemtenderlove
2012-03-27* io.c (io_unread): fixed memory leak. report by nagachika via IRC.usa
2012-03-27* configure.in (verconf.h): separate load path specific stuff fromnobu
2012-03-27* win32/Makefile.sub: fix config.h path to include.nobu
2012-03-27* win32/win32.c (check_if_dir): fix memory leak.kazu
2012-03-27fix typokazu
2012-03-27* string.c (str_new_empty): should copy also the encoding as annobu
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo
2012-03-26* lib/net/ftp.rb (parse_pasv_port): refactored.shugo
2012-03-26* test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo
2012-03-26* enumerator.c (inspect_enumerator): show method arguments ofshugo
2012-03-26* win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu
2012-03-26* ruby.c (load_file_internal): bail out if the script is a directory.nobu
2012-03-26* win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is anobu
2012-03-25* string.c (tr_setup_table): fix multiple non latin argument fornaruse
2012-03-24* enumerator (lazy_initialize): set the instance variable "receiver"shugo
2012-03-24* enumerator (enumerator_inspect): include the original receiver andshugo
2012-03-24* time.c (time_init_1): Time.new will accept seconds as string ornobu
2012-03-23transcode.c (documentation for str_encode): Explainduerst
2012-03-23* bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu
2012-03-23Refix Bug #6094: use unsigned long integer literal.naruse
2012-03-23Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse
2012-03-22* transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu
2012-03-22* io.c (static int io_fflush): add the definition.shirosaki
2012-03-22* win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIMEnobu
2012-03-22* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu
2012-03-22* test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa
2012-03-21* regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse
2012-03-21* test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa
2012-03-19* enumerator.c (lazy_flat_map_func): convert the block value toshugo
2012-03-19* enum.c (zip_i): variadic argument needs explicit cast on theshugo
2012-03-19* enumerator.c (enumerable_lazy): add an example of take and firstshugo
2012-03-19* compile.c (iseq_specialized_instruction): DRY and replace chainnobu
2012-03-19* test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei
2012-03-18fix condition for freenobu
2012-03-18* gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui
2012-03-18* bignum.c (rb_big_pow): estimate result bit size more precisely.nobu
2012-03-18* gc.c (free_method_entry_i): method entry may be innobu