summaryrefslogtreecommitdiff
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 13779:13782:shyouhei2008-06-071-1/+1
* merge revision(s) 13774:shyouhei2008-06-071-1/+1
* merge revision(s) 13771:shyouhei2008-06-071-1/+1
* merge revision(s) 13699:13704:shyouhei2008-06-071-1/+1
* merge revision(s) 13699:shyouhei2008-06-071-1/+1
* merge revision(s) 13694:shyouhei2008-06-071-1/+1
* merge revision(s) 13688:shyouhei2008-06-071-1/+1
* merge revision(s) 13687:shyouhei2008-06-071-1/+1
* merge revision(s) 13678:shyouhei2008-06-071-1/+1
* merge revision(s) 13657:shyouhei2008-06-071-4/+4
* merge revision(s) 13602:shyouhei2008-06-051-1/+1
* merge revision(s) 13601:shyouhei2008-06-051-1/+1
* merge revision(s) 13587:shyouhei2008-06-051-4/+4
* merge revision(s) 13586:shyouhei2008-06-041-1/+1
* merge revision(s) 13515:shyouhei2008-06-041-4/+4
* merge revision(s) 13513:shyouhei2008-06-031-1/+1
* merge revision(s) 13497:shyouhei2008-06-031-1/+1
* merge revision(s) 13479:13481:shyouhei2008-06-031-5/+5
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-201-2/+2
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-05-171-4/+4
* * file.c (file_expand_path): fix for short file name on Cygwin.nobu2008-05-171-1/+1
* * file.c (OpenFile): prevent conflict on Windows.nobu2008-05-171-1/+1
* * file.c (file_expand_path): rb_str_set_len is not backported.nobu2008-05-171-1/+1
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-171-4/+4
* merge revision(s) 15677:shyouhei2008-03-031-6/+6
* * lib/net/http.rb: fix typo.shyouhei2007-09-241-4/+4
* * ext/stringio/stringio.c (strio_init): separate from strio_initializeshyouhei2007-09-221-1/+1
* * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei2007-09-221-4/+4
* * ruby.c (proc_options): -W should be allowed in RUBYOPTshyouhei2007-09-161-1/+1
* * range.c (range_step): fixed integer overflow. [ruby-dev:31763]shyouhei2007-09-161-4/+4
* * ruby.c (rubylib_mangled_path): eliminate RSTRING_PTRshyouhei2007-09-071-1/+1
* * array.c (rb_ary_subseq): need integer overflow check.shyouhei2007-09-071-1/+1
* * array.c (rb_ary_fill): need integer overflow check.shyouhei2007-09-071-1/+1
* * string.c (rb_str_splice): integer overflow for length.shyouhei2007-09-071-1/+1
* * eval.c (mnew): should preserve noex as safe_level.shyouhei2007-09-071-1/+1
* * configure.in (group_member): check if presents.shyouhei2007-09-071-1/+1
* * include/ruby/defines.h (flush_register_windows): call "ta 0x03"shyouhei2007-09-071-1/+1
* * ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, shyouhei2007-09-071-1/+1
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().shyouhei2007-09-071-1/+1
* * process.c (detach_process_watcher): should not pass the pointershyouhei2007-09-071-1/+1
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepshyouhei2007-09-071-1/+1
* * bignum.c (big_lshift): make shift offset long type.shyouhei2007-09-071-5/+5
* * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei2007-08-151-1/+1
* * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei2007-08-151-1/+1
* * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei2007-08-151-1/+1
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.shyouhei2007-08-151-1/+1
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.shyouhei2007-08-151-1/+1
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13047 b2dd03c...shyouhei2007-08-151-1/+1
* * ext/extmk.rb (extmake): save all CONFIG values.shyouhei2007-08-151-1/+1
* * sprintf.c (rb_f_sprintf): should not check positional number asshyouhei2007-08-151-1/+1