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/cgi.rb (CGI::QueryExtension::read_multipart): check
matz
2006-07-26
2
-0
/
+9
*
2006-07-26
nobu
2006-07-25
1
-3
/
+3
*
* configure.in: suppress warnings by automake 1.8 or later.
nobu
2006-07-25
2
-5
/
+9
*
RD to RDoc conversion by Hugh Sasse.
drbrain
2006-07-25
3
-125
/
+112
*
* lib/mkmf.rb (configuration): typo.
usa
2006-07-25
2
-1
/
+5
*
2006-07-25
matz
2006-07-25
1
-3
/
+3
*
* process.c (rb_proc_times): rename hz to hertz to avoid name
matz
2006-07-25
2
-5
/
+10
*
* eval.c (backtrace): skip frames successive on node and method name.
nobu
2006-07-24
2
-2
/
+7
*
* process.c (rb_f_system): add security check. [ruby-talk:202947]
matz
2006-07-24
2
-1
/
+9
*
don't compare struct sockaddr directly.
akr
2006-07-24
1
-2
/
+2
*
* ext/readline/readline.c (readline_readline): rl_deprep_term_function
akr
2006-07-24
2
-1
/
+8
*
2006-07-24
matz
2006-07-24
1
-3
/
+3
*
* eval.c (rb_call0): revert last change. [ruby-dev:29112]
matz
2006-07-24
2
-1
/
+7
*
* test/socket/test_unix.rb: disabled on cygwin.
akr
2006-07-23
2
-1
/
+6
*
2006-07-23
akr
2006-07-23
1
-3
/
+3
*
* eval.c (rb_call0): include funcalled methods in caller list.
nobu
2006-07-21
2
-0
/
+6
*
* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter before
nobu
2006-07-21
3
-6
/
+15
*
2006-07-21
nobu
2006-07-21
1
-3
/
+3
*
* ruby.h: export classes/modules to implement sandbox.
matz
2006-07-20
7
-12
/
+26
*
* lib/irb/completion.rb: support for completion of numeric
keiju
2006-07-19
2
-4
/
+24
*
2006-07-20
keiju
2006-07-19
1
-3
/
+3
*
* lib/rss/parser.rb, lib/rss/utils.rb: added documents.
kou
2006-07-19
3
-0
/
+17
*
2006-07-19
kou
2006-07-19
1
-3
/
+3
*
* process.c (rb_f_system): block SIGCHLD during the process
matz
2006-07-18
2
-15
/
+20
*
* win32/win32.c (open_ifs_socket): should not use plain malloc.
usa
2006-07-18
2
-1
/
+11
*
* test/ruby/test_float.rb (TestFloat::test_strtod): update test to
matz
2006-07-18
2
-5
/
+5
*
* pack.c (pack_unpack): propagate association array to copied
matz
2006-07-18
2
-5
/
+19
*
* process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status
matz
2006-07-18
2
-1
/
+6
*
* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
matz
2006-07-18
3
-2
/
+7
*
* object.c (rb_cstr_to_dbl): limit out-of-range message.
nobu
2006-07-18
3
-6
/
+22
*
* util.c (ruby_strtod): stop at dot not followed by digits.
nobu
2006-07-17
1
-0
/
+5
*
* util.c (ruby_strtod): stop at dot not followed by digits.
nobu
2006-07-17
1
-2
/
+2
*
* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.
nobu
2006-07-17
2
-0
/
+7
*
2006-07-18
nobu
2006-07-17
1
-3
/
+3
*
* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for a
nobu
2006-07-17
2
-3
/
+8
*
* pack.c (define_swapx): should not use plain malloc.
matz
2006-07-17
2
-2
/
+6
*
* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
eban
2006-07-17
2
-2
/
+2
*
2006-07-17
eban
2006-07-17
1
-3
/
+3
*
* configure.in: set ac_cv_func_dlopen=no on MinGW.
eban
2006-07-17
2
-0
/
+5
*
* eval.c (rb_require_safe): wait for another thread requiring the same
nobu
2006-07-15
2
-2
/
+7
*
* st.c (malloc): use xmalloc/xcalloc instead of plain
matz
2006-07-14
2
-2
/
+2
*
* st.c (malloc): use xmalloc/xcalloc instead of plain
matz
2006-07-14
2
-0
/
+13
*
2006-07-15
nobu
2006-07-14
1
-3
/
+3
*
* dir.c (has_magic): glob names contain alphabets to enable case fold
nobu
2006-07-14
2
-5
/
+32
*
* ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5
nagai
2006-07-14
3
-4
/
+40
*
Add monitor.rb
drbrain
2006-07-13
1
-0
/
+1
*
* lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.
matz
2006-07-13
2
-0
/
+31
*
* parse.y (then): error in warning action.
matz
2006-07-13
2
-2
/
+4
*
* array.c (rb_ary_pop): may cause realloc oscillation. a patch
matz
2006-07-13
6
-6
/
+46
*
2006-07-14
matz
2006-07-13
1
-3
/
+3
[prev]
[next]