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
*
* configure.in ($MANTYPE): followed ruby.1, which had moved.
yugui
2008-10-25
1
-0
/
+8
*
* man/irb.1: new manual page.
yugui
2008-10-25
1
-0
/
+4
*
* man/ruby.1: moved into man/. added some descriptions.
yugui
2008-10-25
1
-0
/
+8
*
* gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.
nari
2008-10-25
1
-0
/
+4
*
* ruby.c (usage): updated the description of -E option.
yugui
2008-10-25
1
-0
/
+4
*
* lib/csv.rb: Fixed a bug in read_to_char() that would slurp
jeg2
2008-10-25
1
-0
/
+10
*
Import RDoc 2.2.2 r192
drbrain
2008-10-24
1
-0
/
+4
*
* enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch by
nobu
2008-10-24
1
-1
/
+4
*
* signal.c (signal_buff): made static. a patch by Tadashi Saito
nobu
2008-10-24
1
-1
/
+4
*
* util.c (freedtoa): made static to get rid of name clash. a patch by
nobu
2008-10-24
1
-0
/
+7
*
* parse.y (lambda): need to adjust lpar_beg for both of the parser and
nobu
2008-10-24
1
-0
/
+5
*
* ext/mathn/rational/rational.c: undef duplicated macro definition
matz
2008-10-24
1
-0
/
+8
*
* array.c (rb_ary_sample): fixed sizes and randomness.
nobu
2008-10-24
1
-0
/
+4
*
* configure.in (sitedir): considers --program-prefix and
yugui
2008-10-24
1
-0
/
+15
*
* test/ruby/test_array.rb (test_sample): add tests for size of
mame
2008-10-24
1
-0
/
+5
*
* id.h, template/id.h.tmpl (enum ruby_method_ids): reordered.
nobu
2008-10-24
1
-1
/
+5
*
* ext/mathn/rational.c: change several global functions.
keiju
2008-10-24
1
-0
/
+4
*
* lib/cgi/html.rb: allow symbolized key.
xibbar
2008-10-24
1
-0
/
+6
*
* common.mk (exts): renamed to get rid of the existent directory.
nobu
2008-10-24
1
-0
/
+4
*
* ext/mathn/rational.c: change several global functions to static
keiju
2008-10-24
1
-0
/
+5
*
* string.c (rb_str_dump): should have removed commented out
matz
2008-10-24
1
-2
/
+3
*
* string.c (rb_str_dump): do not use C++ comment.
shyouhei
2008-10-24
1
-0
/
+4
*
* id.h (enum ruby_method_ids): ISO C forbids comma at end of
shyouhei
2008-10-24
1
-0
/
+5
*
* lib/mathn.rb: moved into ext/mathn/rational/rational.c and
keiju
2008-10-24
1
-0
/
+6
*
* test/ruby/test_array.rb (TestArray#test_join): should restore
matz
2008-10-24
1
-0
/
+7
*
ChangeLog: adjust indent.
matz
2008-10-24
1
-2
/
+2
*
* parse.y (lambda): need to adjust lpar_beg for ripper as well.
matz
2008-10-24
1
-0
/
+5
*
fix typo
xibbar
2008-10-24
1
-2
/
+2
*
* lib/cgi/core.rb (read_multipart): change field value as String
xibbar
2008-10-24
1
-0
/
+8
*
* common.mk (ext): split out the target for extension library.
nobu
2008-10-24
1
-1
/
+3
*
* common.mk (encs): depends on enc and trans.
nobu
2008-10-24
1
-0
/
+4
*
* test/ruby/test_signal.rb (TestSignal#test_exit_action): Thread
kazu
2008-10-24
1
-0
/
+5
*
* distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9
yugui
2008-10-23
1
-0
/
+5
*
* class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]
matz
2008-10-23
1
-0
/
+4
*
* lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.
matz
2008-10-23
1
-0
/
+6
*
* ext/socket/socket.c (sock_s_getservbyport): check if the port range.
nobu
2008-10-23
1
-0
/
+5
*
* string.c (rb_str_dump): use \u{ff} escape for UTF-8 encoding
matz
2008-10-23
1
-0
/
+5
*
* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary
nobu
2008-10-23
1
-1
/
+4
*
* ext/socket/socket.c (sock_s_getservbyport): the port should be
nobu
2008-10-23
1
-0
/
+6
*
* ext/socket/socket.c (sock_s_getservbyport): cast to get rid of
usa
2008-10-23
1
-0
/
+5
*
* ext/socket/socket.c (sock_s_getservbyport): port should be
matz
2008-10-22
1
-0
/
+5
*
* string.c (rb_str_conv_enc_opts): new function to convert with
matz
2008-10-22
1
-0
/
+14
*
* lib/mkmf.rb (create_tmpsrc): get rid of side effects.
nobu
2008-10-22
1
-0
/
+4
*
* cont.c: separate data structure between rb_fiber_t and
ko1
2008-10-22
1
-0
/
+6
*
* io.c (pipe_open): remove unnecessary flush before fork.
matz
2008-10-22
1
-0
/
+6
*
* vm_insnhelper.c (vm_yield_setup_args): should not drop arguments
nobu
2008-10-22
1
-0
/
+5
*
* parse.y (f_larglist): should not allow semicolon separated local
matz
2008-10-22
1
-0
/
+7
*
* string.c (rb_external_str_new_with_enc): no implicit strlen call.
matz
2008-10-22
1
-0
/
+17
*
* re.c (unescape_escaped_nonascii): back out the last change on
matz
2008-10-22
1
-0
/
+5
*
* ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget
matz
2008-10-21
1
-0
/
+10
[next]