summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-31misplaced rescuenobu
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-30* 2012-03-31svn
2012-03-30descriptive assertionsnobu
2012-03-30join LocalBarriernobu
2012-03-29Ignore generated file verconf.hdrbrain
2012-03-29* 2012-03-30svn
2012-03-29* test/ruby/lbtest.rb: print at once including newlines.nobu
2012-03-29* st.c (st_update): pass pointer to key to the callback function.nobu
2012-03-29* lib/rdoc/task.rb: suppress overriding deprecated class warning.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* 2012-03-29svn
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-28* marshal.c (r_symreal): no longer need volatile modifier, as usingnobu
2012-03-28* process.c: no cuddle up else's.nobu
2012-03-27* 2012-03-28svn
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-27* tool/make-snapshot (package): EXEEXT is now used in mkmf.rb.nobu
2012-03-27* tool/make-snapshot (package): suppress constant overwritting warnings.nobu
2012-03-27* 2012-03-27svn
2012-03-27* test/net/ftp/test_ftp.rb: property.nobu
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/Makefile.sub (newline.c, miniprelude.c): search from sourcenobu
2012-03-26* win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu
2012-03-26* tool/merger.rb (interactive): allow editing commit message.nobu
2012-03-26* tool/merger.rb (default_merge_branch): use IO.popen to invoke pager.nobu