summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2008-06-29merge revision(s) 17108:shyouhei
2008-06-29merge revision(s) 17074:shyouhei
2008-06-28merge revision(s) 17625:shyouhei
2008-06-282008-06-28svn
2008-06-20merge revision(s) 17483:shyouhei
2008-06-20merge revision(s) 17470:17472:shyouhei
2008-06-19* array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei
2008-06-17* file.c (file_expand_path): no need to expand root path which has noknu
2008-06-15* configure.in: Fix $LOAD_PATH. Properly expand vendor_rubyknu
2008-06-09patchlevel 17knu
2008-06-08* ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix upknu
2008-06-08* NEWS: Mention new constants.knu
2008-06-08* hash.c (hash_i): make Hash#hash order insensitive.knu
2008-06-08* configure.in (VENDOR_DIR): use LIBDIR instead of PREFIX as well asknu
2008-06-08* gc.c (os_obj_of): assure to not free the scanning heap.knu
2008-06-08* io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.knu
2008-06-06Merge changes from ruby_1_8 that fixes build with Visual C++ 8 withknu
2008-06-06Merge changes from ruby_1_8 to reduce warnings and potentially improveknu
2008-06-06* file.c (file_expand_path): fix for non-existent files and SFN ofknu
2008-06-06* test/iconv: Tests fixed.knu
2008-06-06* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-06-06* ext/iconv/iconv.c (iconv_iconv): fix for length argument and nowknu
2008-06-03* enumerator.c (enumerator_init_copy): Take care ofknu
2008-06-03* enumerator.c (enumerator_allocate, enumerator_ptr): Properlyknu
2008-06-03* lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu
2008-06-02* lib/delegate.rb (DelegateClass, Delegator#respond_to?):knu
2008-05-31Merge from ruby_1_8.knu
2008-05-31Merge from ruby_1_8.knu
2008-05-29Merge from ruby_1_8.knu
2008-05-28Merge from ruby_1_8.knu
2008-05-27Merge from ruby_1_8.knu
2008-05-25Merge from ruby_1_8.knu
2008-05-24Merge from ruby_1_8.knu
2008-05-22Merge from ruby_1_8.knu
2008-05-21Merge from ruby_1_8.knu
2008-05-18Merge a NEWS entry from ruby_1_8.knu
2008-05-18Merge r16206 and r16239 from ruby_1_8.knu
2008-04-25Merge from ruby_1_8.knu
2008-04-22Merge from ruby_1_8.knu
2008-04-21Merge from ruby_1_8.knu
2008-04-2020080420knu
2008-04-19Merge everything from ruby_1_8.knu
2008-04-18* 2008-04-18usa
2008-04-15Begin the 1.8.7 series.knu
2008-04-15* 2008-04-15nobu
2008-04-10* marshal.c (w_object): add volatile to avoid potential GC bug. amatz
2008-04-09 * enum.c (iterate_method): add prototype to avoid warning on VC++.usa
2008-04-0920080409knu
2008-04-08* re.c (rb_reg_quote): should always copy the quoting string.matz
2008-04-06* dir.c (dir_tell): check if closed. [ruby-core:16223]nobu