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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* set svn:ignore property to ext/mathn/complex and ext/mathn/rational
mame
2008-10-26
0
-0
/
+0
*
* ChangeLog: fixed indentation.
nobu
2008-10-26
1
-42
/
+44
*
* test/json/test_json.rb: remove dependency on permutation gem.
mame
2008-10-26
2
-21
/
+17
*
* gem_prelude.rb: disables debug and verbose flags to suppress failure
nobu
2008-10-26
2
-13
/
+22
*
* test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygems
nobu
2008-10-26
3
-3
/
+8
*
* ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl on
nobu
2008-10-26
3
-2
/
+9
*
* ext/etc/etc.c (sGroup): getgrent may not be available.
nobu
2008-10-26
2
-4
/
+9
*
* thread.c (blocking_region_{begin,end}): declared as inline.
nobu
2008-10-26
4
-8
/
+14
*
* missing/vsnprintf.c (BSD__sfvwrite): constified.
nobu
2008-10-26
1
-1
/
+1
*
* io.c (read_all): use the given buffer to read when needs readconv.
nobu
2008-10-26
2
-1
/
+7
*
properties.
nobu
2008-10-26
0
-0
/
+0
*
Update to RubyGems 1.3.1 r1909.
drbrain
2008-10-25
75
-407
/
+427
*
Imported minitest 1.3.0 r4429. Fixes issues reported by akira and nobu
ryan
2008-10-25
4
-32
/
+67
*
* configure.in ($MANTYPE): followed ruby.1, which had moved.
yugui
2008-10-25
4
-3
/
+11
*
* man/irb.1: new manual page.
yugui
2008-10-25
2
-0
/
+131
*
* man/ruby.1: moved into man/. added some descriptions.
yugui
2008-10-25
4
-3
/
+58
*
* 2008-10-26
svn
2008-10-25
1
-3
/
+3
*
* ruby.1 (ENVIRONMENT): refered gem help.
yugui
2008-10-25
1
-1
/
+9
*
* gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.
nari
2008-10-25
2
-3
/
+7
*
* test/ruby/test_proc.rb (test_proc_args_unleashed): test for
nobu
2008-10-25
2
-0
/
+18
*
* ruby.c (usage): updated the description of -E option.
yugui
2008-10-25
2
-1
/
+5
*
* lib/csv.rb: Fixed a bug in read_to_char() that would slurp
jeg2
2008-10-25
5
-14
/
+33
*
Import RDoc 2.2.2 r192
drbrain
2008-10-24
22
-54
/
+115
*
* enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch by
nobu
2008-10-24
2
-2
/
+5
*
* signal.c (signal_buff): made static. a patch by Tadashi Saito
nobu
2008-10-24
2
-2
/
+5
*
* util.c (freedtoa): made static to get rid of name clash. a patch by
nobu
2008-10-24
3
-3
/
+10
*
* parse.y (lambda): need to adjust lpar_beg for both of the parser and
nobu
2008-10-24
2
-1
/
+6
*
* ext/mathn/rational/rational.c: undef duplicated macro definition
matz
2008-10-24
2
-1
/
+11
*
* array.c (rb_ary_sample): fixed sizes and randomness.
nobu
2008-10-24
3
-20
/
+22
*
* configure.in (sitedir): considers --program-prefix and
yugui
2008-10-24
6
-19
/
+38
*
* test/ruby/test_array.rb (test_sample): add tests for size of
mame
2008-10-24
2
-0
/
+22
*
* id.h, template/id.h.tmpl (enum ruby_method_ids): reordered.
nobu
2008-10-24
3
-10
/
+14
*
* ext/mathn/rational.c: change several global functions.
keiju
2008-10-24
2
-11
/
+23
*
* lib/cgi/html.rb: allow symbolized key.
xibbar
2008-10-24
3
-2
/
+9
*
* common.mk (exts): renamed to get rid of the existent directory.
nobu
2008-10-24
2
-2
/
+6
*
properties.
nobu
2008-10-24
0
-0
/
+0
*
* ext/mathn/rational.c: change several global functions to static
keiju
2008-10-24
2
-0
/
+23
*
fix test for 1.8
xibbar
2008-10-24
1
-3
/
+6
*
* string.c (rb_str_dump): should have removed commented out
matz
2008-10-24
2
-3
/
+3
*
* string.c (rb_str_dump): do not use C++ comment.
shyouhei
2008-10-24
2
-1
/
+5
*
* id.h (enum ruby_method_ids): ISO C forbids comma at end of
shyouhei
2008-10-24
2
-3
/
+8
*
* lib/mathn.rb: moved into ext/mathn/rational/rational.c and
keiju
2008-10-24
6
-95
/
+3123
*
* test/ruby/test_array.rb (TestArray#test_join): should restore
matz
2008-10-24
3
-2
/
+12
*
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
2
-2
/
+7
*
fix typo
xibbar
2008-10-24
1
-2
/
+2
*
* lib/cgi/core.rb (read_multipart): change field value as String
xibbar
2008-10-24
3
-7
/
+53
*
* common.mk (ext): split out the target for extension library.
nobu
2008-10-24
2
-2
/
+5
*
* common.mk (encs): depends on enc and trans.
nobu
2008-10-24
2
-0
/
+5
*
* 2008-10-24
svn
2008-10-24
1
-3
/
+3
[prev]
[next]