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
*
new test file.
akr
2009-12-13
1
-0
/
+92
*
* lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]
akr
2009-12-13
2
-16
/
+17
*
doc fix: mutex.lock => self [ruby-core:27115]
naruse
2009-12-13
1
-1
/
+1
*
* test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data to
akr
2009-12-13
4
-4
/
+9
*
* ruby.c (rb_parser_dump_tree): add prototype.
naruse
2009-12-13
2
-3
/
+8
*
* 2009-12-13
svn
2009-12-12
1
-2
/
+2
*
Add rdoc and test of Encoding#replicate.
naruse
2009-12-12
2
-0
/
+14
*
* 2009-12-11
svn
2009-12-11
1
-2
/
+2
*
* bootstraptest/test_thread.rb: please please please remember that there are
usa
2009-12-11
1
-1
/
+5
*
* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added
duerst
2009-12-10
6
-8
/
+149
*
unset HTTP_PROXY, etc.
akr
2009-12-10
1
-1
/
+1
*
unset HTTP_PROXY and FTP_PROXY.
akr
2009-12-10
1
-1
/
+1
*
* vm_eval.c (yield_under): yields self the same as 1.8.
shugo
2009-12-10
3
-6
/
+5
*
* thread_pthread.c (native_mutex_reinitialize_atfork): release and
nobu
2009-12-10
3
-2
/
+14
*
* lib/un.rb (httpd): easy WEBrick HTTP server.
nobu
2009-12-10
1
-1
/
+38
*
* encoding.c (enc_replicate): add Encoding#replicate(name).
naruse
2009-12-10
2
-13
/
+36
*
* test/webrick/test_server.rb (test_daemon): simply use fork's return
naruse
2009-12-10
1
-8
/
+2
*
* string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.
naruse
2009-12-10
3
-2
/
+6
*
* node.c: svn:eol-style.
nobu
2009-12-09
0
-0
/
+0
*
* parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]
nobu
2009-12-09
3
-4
/
+26
*
* node.c (dump_node): fixed for long members.
nobu
2009-12-09
3
-8
/
+14
*
* node.c: node management added. Currently, only pretty-dumper is
mame
2009-12-09
4
-1
/
+942
*
* string.c (rb_str_justify): fixed the case a fill size is a
nobu
2009-12-09
4
-4
/
+16
*
* win32/configure.bat: now recognize --with-*-{dir,include,lib} options
usa
2009-12-08
3
-3
/
+25
*
* numeric.c (flo_eq): supress a warning on VC++ for x64.
usa
2009-12-08
2
-1
/
+5
*
* lib/rubygems: update to 1.3.5.
nobu
2009-12-08
34
-135
/
+6649
*
* lib/rubygems/defaults.rb (Gem::default_dir): removed a clause
nobu
2009-12-08
2
-5
/
+6
*
* test/ripper/test_parser_events.rb: more tests.
nobu
2009-12-08
5
-101
/
+560
*
rdoc update.
akr
2009-12-07
1
-6
/
+5
*
* file.c (rb_f_test): use string form in unknown command error
akr
2009-12-07
2
-31
/
+36
*
* 2009-12-08
svn
2009-12-07
1
-2
/
+2
*
add a test.
akr
2009-12-07
1
-0
/
+22
*
* marshal.c (w_object): reverted r26007. [ruby-dev:39845]
nobu
2009-12-07
4
-13
/
+25
*
* string.c (rb_str_justify): CVE-2009-4124.
yugui
2009-12-07
2
-28
/
+40
*
* test/dl/test_callback.rb testing callback removal
tenderlove
2009-12-07
2
-0
/
+23
*
* 2009-12-07
svn
2009-12-06
1
-2
/
+2
*
ext/bigdecimal/bigdecimal_en.html: Remove obsolete information, fix typos
marcandre
2009-12-06
1
-28
/
+24
*
* strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]
naruse
2009-12-06
2
-1
/
+5
*
* lib/find.rb (Find.find): reduce stat system call.
akr
2009-12-06
2
-2
/
+10
*
fix indent.
akr
2009-12-06
1
-1
/
+1
*
* lib/webrick/httpservlet/filehandler.rb: escape filename of index.
naruse
2009-12-06
2
-1
/
+6
*
* symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().
azav
2009-12-05
1
-0
/
+5
*
* 2009-12-06
svn
2009-12-05
1
-2
/
+2
*
* symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().
azav
2009-12-05
1
-0
/
+1
*
* marshal.c (w_object): dump instance variables when using
nobu
2009-12-05
1
-0
/
+1
*
* marshal.c (w_object): dump instance variables when using
nobu
2009-12-05
4
-1
/
+75
*
* variable.c (obj_ivar_i): fixed argument types.
nobu
2009-12-05
1
-4
/
+6
*
* configure.in: default ac_cv_prog_CC to CC.
nobu
2009-12-05
2
-0
/
+5
*
* lib/irb/extend-command.rb (def_extend_command): fixed argument
nobu
2009-12-05
2
-11
/
+16
*
* 2009-12-05
svn
2009-12-04
1
-2
/
+2
[next]