summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-04-03* test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa
2012-04-03* process.c (setreuid, setregid): suppress warnings.nobu
2012-04-03* enumerator.c (inspect_enumerator): suppress uninitializednobu
2012-04-02fix typoskazu
2012-04-02* lib/optparse/ac.rb: autoconf-like options.nobu
2012-04-02* string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu
2012-04-01* lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
2012-03-31* lib/net/ftp.rb: fixed the domain name in examples.shugo
2012-03-31* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse
2012-03-31* hash.c (hash_default_value): extract from rb_hash_aref(), to benobu
2012-03-31* hash.c: do not allocate st_table when it is not necessary.nobu
2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-31* hash.c: remove unnecessary checks for Qundef in hash iterations.nobu
2012-03-31* ext/openssl/ossl_x509cert.c: Fix doc typo.emboss
2012-03-31* st.c (st_foreach_check, st_foreach): remove ancient check. Thisnobu
2012-03-31* st.c (st_delete): use real_entries in st_delete for packed tablesnobu
2012-03-30* st.c (st_foreach_check): remove the entry by replacing with nevernobu
2012-03-30* hash.c (st_foreach_safe): since table is not for VALUE, Qundef isnobu
2012-03-30* hash.c: Qundef cannot be passed from st_foreach_check().nobu
2012-03-30* hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu
2012-03-29* st.c (st_update): pass pointer to key to the callback function.nobu
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