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
*
* lib/rake/contrib: added. [ruby-core:25918]
nobu
2009-10-03
7
-2
/
+311
*
* test/rake/contrib/test_ftp.rb: moved.
nobu
2009-10-03
1
-0
/
+0
*
* test/rake: get rid of name collision.
nobu
2009-10-03
3
-15
/
+14
*
* test/rake: get rid of name collision.
nobu
2009-10-03
27
-38
/
+38
*
* test/rake/test_package_task.rb (Rake::TestPackageTask),
nobu
2009-10-03
1
-2
/
+2
*
* parse.y (bv_decls, bvar): fix for block variables.
nobu
2009-10-03
3
-3
/
+18
*
* test/ripper/test_scanner_events.rb: workaround for ruby-mode.el confusion.
nobu
2009-10-03
1
-7
/
+7
*
* test/ripper/dummyparser.rb: suppress redefinition warnings.
nobu
2009-10-03
1
-7
/
+6
*
* vm_method.c (rb_add_method_def): no redefinition warning on
nobu
2009-10-03
4
-1
/
+23
*
* object.c (rb_f_integer): now Integer() takes optional base
matz
2009-10-03
3
-12
/
+67
*
enum.c (enum_chunk): Give proper error message if no block given. cf [ruby-co...
marcandre
2009-10-03
1
-0
/
+2
*
rdoc update.
akr
2009-10-02
1
-13
/
+14
*
rdoc update.
akr
2009-10-02
1
-1
/
+1
*
* 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
[next]