index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* gc.c (ruby_init_stack): decrease "stack level too deep" in Windows.
usa
2006-09-13
1
-0
/
+5
*
* ext/digest/lib/digest.rb: new file.
akr
2006-09-13
1
-0
/
+4
*
* README.EXT: English adjustment. [ruby-core:08851] and
matz
2006-09-13
1
-0
/
+5
*
* misc/ruby-mode.el (ruby-parse-partial): better here-doc support.
matz
2006-09-13
1
-4
/
+6
*
* string.c (rb_str_intern): allow symbols to contains nul.
matz
2006-09-13
1
-0
/
+4
*
* string.c (rb_str_intern): prohibit interning tainted string.
matz
2006-09-13
1
-0
/
+4
*
* lib/optparse.rb (OptionParser#getopts): works with pre-registered
nobu
2006-09-12
1
-0
/
+5
*
* hash.c (rb_hash_compare_by_identity): rename Hash#identical to
matz
2006-09-11
1
-0
/
+5
*
* hash.c (rb_hash_identical): a new method to make a hash to
matz
2006-09-11
1
-0
/
+10
*
* lib/rexml/source.rb (REXML::Source::encoding): should not
matz
2006-09-11
1
-0
/
+16
*
* string.c (sym_equal): "sym == str" should compare them as
matz
2006-09-10
1
-0
/
+5
*
* instruby.rb (parse_args): remove splat.
nobu
2006-09-10
1
-0
/
+4
*
updated based on date2 3.9.1.
tadf
2006-09-10
1
-0
/
+4
*
* file.c: ISPRINT() needs ctype.h
nobu
2006-09-10
1
-0
/
+4
*
* lib/optparse.rb: splat parsed arguments.
nobu
2006-09-10
1
-0
/
+4
*
* eval.c (rb_require_safe): prevent extension from loading twice.
nobu
2006-09-10
1
-0
/
+5
*
* file.c (rb_f_test): test(0) should not have any special
matz
2006-09-09
1
-0
/
+7
*
Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]
drbrain
2006-09-09
1
-0
/
+5
*
* lib/pstore.rb: open all in binary mode, and get rid of the quirk of
nobu
2006-09-08
1
-0
/
+5
*
* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.
nobu
2006-09-08
1
-0
/
+9
*
* string.c (str_alloc): should allocate a String object, even when
matz
2006-09-08
1
-0
/
+5
*
* ext/extmk.rb (extmake): follow Array#to_s.
usa
2006-09-08
1
-0
/
+8
*
* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new
gotoyuzo
2006-09-08
1
-0
/
+7
*
* win32/Makefile.sub, win32/configure.bat win32/setup.mak: program
nobu
2006-09-08
1
-0
/
+5
*
* lib/optparse.rb: suppress `assigning void value' warning.
nobu
2006-09-07
1
-0
/
+4
*
* array.c (Init_Array): #to_s to be an alias to #inspect.
matz
2006-09-07
1
-0
/
+12
*
* object.c (nil_to_s): returns the empty string again.
matz
2006-09-07
1
-0
/
+5
*
* time.c (time_to_s): adopt new date format using digits
matz
2006-09-07
1
-0
/
+5
*
* file.c (path_check_0, fpath_check): disable path check on cygwin.
nobu
2006-09-07
1
-0
/
+5
*
* string.c (sym_equal): override. check equivalence.
matz
2006-09-06
1
-0
/
+4
*
* parse.y (symbols_i): need to initialize early-created symbols.
matz
2006-09-06
1
-0
/
+5
*
* ext/nkf/lib/kconv.rb (Kconv::toeuc): remove -m0 [ruby-dev:29505]
naruse
2006-09-06
1
-0
/
+4
*
* ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.
nobu
2006-09-05
1
-0
/
+7
*
* time.c (time_to_s): variable declaration after an execution
nobu
2006-09-04
1
-0
/
+5
*
* file.c (path_check_0): check if sticky bit is set on parent
nobu
2006-09-04
1
-0
/
+5
*
* numeric.c (fix_plus): addition in Fixnum will never overflow
matz
2006-09-04
1
-0
/
+11
*
* time.c (time_to_s): make it conform to RFC2822 date format.
matz
2006-09-04
1
-0
/
+5
*
* ext/dbm/extconf.rb: create makefile according to the result of check
nobu
2006-09-04
1
-0
/
+5
*
updated based on date2 3.9.
tadf
2006-09-04
1
-0
/
+4
*
* time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]
nobu
2006-09-04
1
-0
/
+4
*
* lib/cgi.rb (CGI::out): specify -x option for nkf.
matz
2006-09-04
1
-0
/
+11
*
* parse.y (rb_id2sym): intern if id is attrset_id.
matz
2006-09-04
1
-0
/
+5
*
* eval.c (rb_f_local_variables): list symbols.
matz
2006-09-04
1
-0
/
+12
*
* ruby.h (SYMBOL_P): Qnil and Qfalse are not Symbol.
nobu
2006-09-03
1
-0
/
+4
*
* lib/mkmf.rb: get rid of nil.to_s.
nobu
2006-09-03
1
-2
/
+6
*
revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.
akr
2006-09-02
1
-4
/
+0
*
* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.
akr
2006-09-02
1
-0
/
+4
*
* ext/socket/extconf.rb: check arpa/inet.h for ntohs.
akr
2006-09-02
1
-0
/
+6
*
* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.
akr
2006-09-02
1
-0
/
+4
*
* string.c (Init_String): undef Symbol#new.
matz
2006-09-02
1
-0
/
+6
[next]