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
...
*
* parse.y (assignable_gen): parser_yyerror takes two arguments.
nobu
2009-10-02
2
-8
/
+12
*
* test/rake: eol-style.
nobu
2009-10-02
0
-0
/
+0
*
* lib/rake: updated to rake code to rake-0.8.7 source code base.
nobu
2009-10-02
71
-72
/
+6679
*
* parse.y (assignable_gen): get rid of macro collision.
nobu
2009-10-02
2
-25
/
+28
*
* array.c (ary_make_shared): should count frozen array itself.
nobu
2009-10-02
2
-3
/
+3
*
* lib/rake: updated to rake code to rake-0.8.7 source code base.
nobu
2009-10-02
1
-0
/
+4
*
* enc/unicode/name2ctype.h: Updated to Unicode 5.2.0.
naruse
2009-10-02
2
-821
/
+1578
*
* configure.in: workaround for regexp metacharacters of expr in
nobu
2009-10-02
2
-1
/
+6
*
* test/ripper/dummyparser.rb (DummyParser): improvement by Magnus
nobu
2009-10-02
3
-448
/
+59
*
* method.h (rb_method_type_t): remove a comma at end of
naruse
2009-10-02
2
-1
/
+6
*
* range.c (discrete_object_p): needs the argument type to get rid
nobu
2009-10-02
3
-6
/
+10
*
Updated to Unicode 5.2.0.
naruse
2009-10-02
6
-22660
/
+3766
*
get rid of unused keywords from svn:keywords.
akr
2009-10-02
0
-0
/
+0
*
* enum.c (enum_slice_before): take a pattern if no block given.
akr
2009-10-02
3
-18
/
+48
*
* parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID by
nobu
2009-10-02
4
-173
/
+331
*
update rdoc.
akr
2009-10-02
1
-0
/
+12
*
unused svn:keywords property deleted.
akr
2009-10-02
0
-0
/
+0
*
* thread.c (ruby_suppress_tracing): get rid of clobbering by
nobu
2009-10-02
2
-1
/
+7
*
* 2009-10-02
svn
2009-10-02
1
-2
/
+2
*
* eval.c (rb_origenviron): remove unused old variable.
usa
2009-10-02
2
-9
/
+5
*
* win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):
usa
2009-10-01
5
-16
/
+25
*
* 2009-10-01
svn
2009-10-01
1
-3
/
+3
*
* win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()
usa
2009-10-01
2
-2
/
+6
*
* time.c (rb_time_succ): make Time#succ obsolete since time is not
matz
2009-09-30
3
-9
/
+26
*
* vm_method.c (rb_add_method_def): show the location where
nobu
2009-09-30
5
-3
/
+37
*
* re.c (last_match): add "thread and method" to the scope.
naruse
2009-09-30
1
-1
/
+1
*
* re.c (last_match): Added note to the doc that last_match is local to curren...
marcandre
2009-09-29
1
-0
/
+3
*
* enumerator.c (enumerator_block_call): extracted.
nobu
2009-09-29
2
-36
/
+26
*
Escape as \x{XXXX} other than Unicode chars.
naruse
2009-09-29
3
-10
/
+24
*
* configure.in (THREAD_MODEL): modified message when no thread
nobu
2009-09-29
3
-2
/
+10
*
* io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.
nobu
2009-09-29
2
-1
/
+5
*
fix typos.
akr
2009-09-29
1
-3
/
+3
*
* include/ruby/intern.h (rb_struct_iv_get): deprecated because it is
akr
2009-09-29
2
-1
/
+6
*
* lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsec
akr
2009-09-29
2
-2
/
+15
*
* io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.
naruse
2009-09-29
2
-3
/
+9
*
* configure.in (--enable-pthread): deprecated.
nobu
2009-09-29
2
-5
/
+8
*
* add a reference.
mame
2009-09-29
1
-0
/
+1
*
* lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.
mame
2009-09-29
2
-2
/
+6
*
* ext/json/lib/json/common.rb (recurse_proc): removed needless
nobu
2009-09-29
2
-1
/
+5
*
* test/ruby/test_class.rb (test_method_redefinition): commit miss.
nobu
2009-09-29
1
-1
/
+1
*
* test/ruby/test_{class,module}.rb (test_method_redefinition): include
nobu
2009-09-29
2
-2
/
+32
*
* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.
nobu
2009-09-29
3
-20
/
+71
*
* test/ruby/test_module.rb: suppress warnings.
nobu
2009-09-29
1
-4
/
+4
*
* vm_method.c (rb_method_definition_eq): non-null definition is
nobu
2009-09-29
2
-4
/
+6
*
* vm_method.c (rb_add_method_def): nothing to do if old method had
nobu
2009-09-29
3
-2
/
+22
*
* vm_method.c (rb_method_entry_eq): fixed a message.
nobu
2009-09-29
1
-1
/
+1
*
* test/ruby/test_class.rb (test_module_function): tests for warnings.
nobu
2009-09-29
1
-0
/
+27
*
Refine tests arround String#inspect.
naruse
2009-09-29
1
-35
/
+12
*
* string.c (rb_str_inspect): dump as \uXXXX when the
naruse
2009-09-29
3
-33
/
+59
*
* encoding.c (rb_enc_unicode_p): defined.
naruse
2009-09-29
3
-0
/
+16
[prev]
[next]