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
*
* string.c (rb_str_shared_replace): remove corrupt noembed string
mame
2008-08-28
1
-0
/
+5
*
* common.mk: dependency updated.
akr
2008-08-28
1
-0
/
+4
*
* KNOWNBUGS.rb: add a test. see [ruby-dev:36028]
mame
2008-08-28
1
-0
/
+4
*
* win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file
usa
2008-08-28
1
-0
/
+13
*
* vm_method.c (rb_method_node): fail earlier if no method found.
matz
2008-08-28
1
-0
/
+2
*
* object.c (convert_type): call less rb_intern() less frequently
matz
2008-08-28
1
-0
/
+3
*
* vm_insnhelper.c (vm_yield_setup_args): object with to_ary should
matz
2008-08-28
1
-0
/
+6
*
* bootstraptest/test_io.rb: no need to create real file.
usa
2008-08-28
1
-0
/
+4
*
* file.c (rb_file_s_expand_path): new class method for class File.
matz
2008-08-28
1
-0
/
+7
*
mentioned CGIAlt.
naruse
2008-08-28
1
-0
/
+6
*
* test/cgi/test_cgi_multipart.rb: add test for multipart.
naruse
2008-08-28
1
-0
/
+5
*
* test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.
naruse
2008-08-28
1
-0
/
+5
*
* test/cgi/test_cgi_header.rb: add test for CGI::Header.
naruse
2008-08-28
1
-0
/
+5
*
* include/ruby/io.h (rb_io_t): refcnt field removed.
akr
2008-08-27
1
-0
/
+8
*
* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]
akr
2008-08-27
1
-0
/
+4
*
* ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=
suke
2008-08-27
1
-0
/
+7
*
* test/cgi/test_cgi_core.rb: add core test.
naruse
2008-08-27
1
-0
/
+5
*
* lib/cgi.rb (CGI::Cookie): remove delagate.
naruse
2008-08-27
1
-0
/
+2
*
* lib/cgi.rb (CGI::Cookie): remove delagate.
naruse
2008-08-27
1
-0
/
+6
*
* transcode.c (transcode_loop): simplified.
akr
2008-08-26
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_result_t): enumeration constant:
akr
2008-08-26
1
-0
/
+19
*
* include/ruby/io.h (rb_io_t): rename crbuf to cbuf.
akr
2008-08-26
1
-0
/
+6
*
* include/ruby/encoding.h (rb_econv_elem_t): move to transcode.c
akr
2008-08-26
1
-0
/
+8
*
* time.c (time_asctime): workaround for MSVCRT's bug.
usa
2008-08-26
1
-0
/
+8
*
* transcode.c (rb_econv_open): disable newline conversion for ASCII
akr
2008-08-26
1
-0
/
+6
*
* transcode.c (rb_econv_binmode): binmode is effective only once.
akr
2008-08-26
1
-0
/
+4
*
* test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):
knu
2008-08-26
1
-1
/
+6
*
* test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):
knu
2008-08-26
1
-0
/
+5
*
* test/cgi/test_cgi_tag_helper.rb: add more tests for html3.
naruse
2008-08-26
1
-0
/
+5
*
Mark the previous change as experimental.
knu
2008-08-26
1
-1
/
+1
*
* enumerator.c: Activate Enumerator#with_object and add
knu
2008-08-26
1
-0
/
+5
*
* enumerator.c (enumerator_initialize),
knu
2008-08-26
1
-0
/
+6
*
* test/ruby/test_transcode.rb: added test_euc_jp
duerst
2008-08-26
1
-0
/
+5
*
* test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.
naruse
2008-08-26
1
-0
/
+5
*
* lib/cgi.rb (nOE_element_def): fix error when cascade methods which
naruse
2008-08-26
1
-0
/
+11
*
* io.c (make_writeconv): copy invalid/undef flags.
akr
2008-08-25
1
-0
/
+4
*
fixed a comment.
tadf
2008-08-25
1
-2
/
+2
*
* common.mk (dist): tool/make-snapshot is executable.
yugui
2008-08-25
1
-0
/
+6
*
* include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.
akr
2008-08-25
1
-0
/
+7
*
* io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)
akr
2008-08-25
1
-0
/
+4
*
* io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.
akr
2008-08-25
1
-0
/
+5
*
* transcode.c (str_transcode0): disable newline conversion for ASCII
akr
2008-08-25
1
-0
/
+5
*
* transcode.c (str_transcode0): don't short cut for newline conversion.
akr
2008-08-25
1
-0
/
+4
*
* io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option for
akr
2008-08-25
1
-0
/
+5
*
* transcode.c (make_econv_exception): show readagain part for invalid
akr
2008-08-25
1
-0
/
+6
*
* ext/bigdecimal/bigdecimal.c (VpMult): fix double free.
mame
2008-08-25
1
-0
/
+4
*
* transcode.c (rb_econv_open): make last_tc NULL if there are only
akr
2008-08-25
1
-0
/
+8
*
* win32.c (init_stdhandle): set binmode.
usa
2008-08-25
1
-0
/
+4
*
* lib/date/format.rb(strftime): can print with given arbitrary
tadf
2008-08-25
1
-0
/
+8
*
* compile.c (defined_expr): default defined? should return
matz
2008-08-25
1
-0
/
+5
[next]