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
*
* dln.c: Ruby no longer supports Windows CE.
yugui
2008-10-04
48
-3388
/
+38
*
* dln.c: Ruby no longer supports MacOS 9 or before.
yugui
2008-10-04
13
-180
/
+32
*
* dln.c: Ruby no longer supports MS-DOS.
yugui
2008-10-04
13
-65
/
+45
*
* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
yugui
2008-10-04
23
-526
/
+67
*
* x68/_dtos18.c: removed. Ruby no longer supports human68k.
yugui
2008-10-04
20
-697
/
+67
*
* lib/date/format.rb: no need to require the "lib/rational.rb".
tadf
2008-10-04
2
-2
/
+4
*
* ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.
naruse
2008-10-04
2
-3
/
+5
*
* ext/stringio/stringio.c (strio_external_encoding): defined.
naruse
2008-10-04
2
-0
/
+39
*
* test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...
yugui
2008-10-04
27
-3569
/
+1236
*
* common.mk (gdb-ruby): new target. it runs ruby under controlled by
yugui
2008-10-04
2
-1
/
+12
*
* irb/ext/save-history.rb: typo
keiju
2008-10-04
1
-1
/
+1
*
* lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...
keiju
2008-10-04
3
-8
/
+16
*
* 2008-10-04
svn
2008-10-03
1
-3
/
+3
*
* ext/dl/extconf.rb ($distcleanfiles): added callback-?.c into
yugui
2008-10-03
2
-7
/
+11
*
* ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.
naruse
2008-10-03
4
-65
/
+30
*
* 2008-10-03
svn
2008-10-03
1
-3
/
+3
*
* win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefix
usa
2008-10-03
4
-2
/
+17
*
* lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBody
xibbar
2008-10-02
3
-135
/
+110
*
* string.c (rb_str_sub_bang): fix coderange.
akr
2008-10-02
4
-13
/
+45
*
* 2008-10-02
svn
2008-10-02
1
-3
/
+3
*
Back out the previous change after miniunit import.
knu
2008-10-02
1
-12
/
+12
*
* lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused when
mame
2008-10-01
3
-5
/
+5
*
* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
mame
2008-10-01
40
-2239
/
+2245
*
* gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data.
nobu
2008-10-01
2
-3
/
+11
*
* common.mk (parse.h): removes line directives.
nobu
2008-10-01
1
-1
/
+1
*
* gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.
nobu
2008-10-01
2
-13
/
+27
*
* marshal.c (marshal_dump): fixed for check_dump_arg.
nobu
2008-10-01
2
-20
/
+25
*
* marshal.c (marshal_dump): initializes dump_arg before any funcall.
nobu
2008-10-01
2
-10
/
+17
*
properties.
nobu
2008-09-30
0
-0
/
+0
*
* io.c (rb_io_extract_modeenc): should honor value of the
matz
2008-09-30
2
-2
/
+7
*
* string.c (rb_str_split_m): should use rb_str_subseq() which use
matz
2008-09-30
2
-2
/
+7
*
* test/ruby/test_settracefunc.rb (test_call, test_class): line number
mame
2008-09-30
2
-4
/
+9
*
* 2008-10-01
svn
2008-09-30
1
-4
/
+4
*
* process.c (check_exec_redirect): don't depend on rb_stdout and
akr
2008-09-30
2
-2
/
+8
*
Temporarily removed test/mini/* because they depend on the minitest version
yugui
2008-09-30
4
-1094
/
+12
*
Reverts the changes of lib/test/unit.rb in r19502 and r19501.
yugui
2008-09-30
23
-0
/
+3593
*
Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.
yugui
2008-09-30
6
-147
/
+14
*
* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrong
matz
2008-09-30
2
-3
/
+9
*
* sprintf.c (rb_str_format): add %<name>s style named argument
matz
2008-09-30
4
-3
/
+71
*
* parse.y (stmt): returns non zero. [ruby-dev:36633]
nobu
2008-09-30
2
-1
/
+5
*
Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...
ryan
2008-09-30
4
-17
/
+27
*
Updated miniunit to 1.3.0 r4256.
ryan
2008-09-30
2
-6
/
+6
*
Remove extra call to setup to fix ENV['HOME'] pollution
drbrain
2008-09-30
2
-1
/
+5
*
rolled out change 19608... not 1.8 compatible.
ryan
2008-09-30
2
-3
/
+14
*
properties.
nobu
2008-09-30
0
-0
/
+0
*
Updated to 1.3.0 r4255.
ryan
2008-09-30
5
-35
/
+1140
*
Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rb
drbrain
2008-09-29
4
-0
/
+23
*
* ChangeLog: restored the entries lost by a mistake.
nobu
2008-09-29
1
-0
/
+68
*
* parse.y (token_info_push, token_info_pop): do nothing for evaled
nobu
2008-09-29
2
-67
/
+7
*
* ext/nkf/nkf-utf8/nkf.c: commit miss.
nobu
2008-09-29
1
-8
/
+8
[next]