aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu2012-03-301-0/+5
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-291-0/+4
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-0/+4
* * lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu2012-03-291-0/+5
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-1/+8
* * thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]usa2012-03-291-0/+5
* * thread.c (rb_threadptr_execute_interrupts_common): use definedusa2012-03-291-0/+8
* * test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss2012-03-291-0/+8
* * NEWS: add note about unified behavior of encoding nil values inemboss2012-03-281-0/+5
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-0/+9
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-281-0/+5
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-281-0/+6
* * ext/psych/lib/psych.rb: updating version to match gemtenderlove2012-03-271-0/+6
* * io.c (io_unread): fixed memory leak. report by nagachika via IRC.usa2012-03-271-0/+4
* * configure.in (verconf.h): separate load path specific stuff fromnobu2012-03-271-0/+5
* * win32/Makefile.sub: fix config.h path to include.nobu2012-03-271-0/+4
* * win32/win32.c (check_if_dir): fix memory leak.kazu2012-03-271-0/+4
* fix typokazu2012-03-271-1/+1
* * string.c (str_new_empty): should copy also the encoding as annobu2012-03-271-0/+5
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo2012-03-261-0/+4
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo2012-03-261-0/+6
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-0/+4
* * test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo2012-03-261-0/+5
* * lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo2012-03-261-0/+4
* * enumerator.c (inspect_enumerator): show method arguments ofshugo2012-03-261-0/+5
* * win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu2012-03-261-0/+7
* * ruby.c (load_file_internal): bail out if the script is a directory.nobu2012-03-261-1/+4
* * win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is anobu2012-03-261-0/+5
* * string.c (tr_setup_table): fix multiple non latin argument fornaruse2012-03-251-0/+6
* * enumerator (lazy_initialize): set the instance variable "receiver"shugo2012-03-241-0/+8
* * enumerator (enumerator_inspect): include the original receiver andshugo2012-03-241-0/+10
* * time.c (time_init_1): Time.new will accept seconds as string ornobu2012-03-241-0/+5
* transcode.c (documentation for str_encode): Explainduerst2012-03-231-0/+7
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-231-0/+7
* Refix Bug #6094: use unsigned long integer literal.naruse2012-03-231-0/+5
* Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse2012-03-231-5/+0
* * transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu2012-03-221-0/+6
* * io.c (static int io_fflush): add the definition.shirosaki2012-03-221-0/+17
* * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIMEnobu2012-03-221-0/+8
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu2012-03-221-0/+5
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa2012-03-221-0/+5
* * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse2012-03-211-0/+5
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-211-0/+5
* * enumerator.c (lazy_flat_map_func): convert the block value toshugo2012-03-191-1/+7
* * enum.c (zip_i): variadic argument needs explicit cast on theshugo2012-03-191-0/+5
* * enumerator.c (enumerable_lazy): add an example of take and firstshugo2012-03-191-1/+8
* * compile.c (iseq_specialized_instruction): DRY and replace chainnobu2012-03-191-0/+6
* * test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei2012-03-191-0/+5
* fix condition for freenobu2012-03-181-0/+5
* * gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui2012-03-181-0/+5