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
*
2006-07-21
matz
2006-07-20
1
-3
/
+3
*
* lib/irb/completion.rb: support for completion of numeric
keiju
2006-07-19
1
-4
/
+20
*
* eval.c (rb_yield_0): should check args_args before lambda
matz
2006-07-19
2
-2
/
+8
*
2006-07-19
ryan
2006-07-18
1
-3
/
+3
*
patch was misapplied. fixed. sorry
ryan
2006-07-18
1
-1
/
+1
*
* process.c (rb_f_system): shouldn't block SIGCHLD if it's not
usa
2006-07-18
2
-0
/
+9
*
* process.c (rb_f_system): block SIGCHLD during the process
matz
2006-07-18
2
-10
/
+20
*
* win32/win32.c (open_ifs_socket): should not use plain malloc.
usa
2006-07-18
2
-1
/
+11
*
* eval.c (yield_under_i): argument should be passed in avalue
matz
2006-07-18
2
-1
/
+8
*
* pack.c (pack_unpack): propagate association array to copied
matz
2006-07-18
2
-5
/
+19
*
* intern.h (st_foreach_safe): fix prototype.
usa
2006-07-18
4
-3
/
+79
*
* process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status
matz
2006-07-18
2
-0
/
+6
*
* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
matz
2006-07-18
2
-1
/
+6
*
* object.c (rb_cstr_to_dbl): limit out-of-range message.
nobu
2006-07-18
3
-6
/
+22
*
RD to RDoc conversion by Hugh Sasse.
drbrain
2006-07-17
2
-125
/
+109
*
* 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
-7
/
+12
*
* ext/io/wait/wait.c (io_ready_p): protoize.
matz
2006-07-17
4
-7
/
+15
*
* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
eban
2006-07-17
2
-2
/
+2
*
* configure.in: set ac_cv_func_dlopen=no on MinGW.
eban
2006-07-17
2
-0
/
+5
*
2006-07-17
usa
2006-07-17
1
-3
/
+3
*
* st.c: still need to include config.h on some platforms.
usa
2006-07-17
2
-0
/
+5
*
// comment removed.
akr
2006-07-15
1
-1
/
+0
*
2006-07-15
matz
2006-07-14
1
-3
/
+3
*
* st.c (malloc): use xmalloc/xcalloc instead of plain
matz
2006-07-14
2
-1
/
+12
*
* 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
*
2006-07-14
matz
2006-07-13
1
-3
/
+3
*
* array.c (rb_ary_pop): may cause realloc oscillation. a patch
matz
2006-07-13
2
-1
/
+7
*
* ext/tk/lib/tk/composite.rb: improve handling of the classname on the
nagai
2006-07-13
3
-1
/
+107
*
2006-07-13
matz
2006-07-12
1
-3
/
+3
*
* ruby.h (FIX2LONG): returns integer of size of VALUE.
matz
2006-07-12
2
-3
/
+10
*
2006-07-12
matz
2006-07-12
1
-3
/
+3
*
* parse.y (f_args): allow post mandatory arguments after optional
matz
2006-07-12
4
-7
/
+56
*
* ext/tk/lib/multi-tk.rb: remove restriction on the class of
nagai
2006-07-11
2
-2
/
+9
*
* ext/tk/lib/multi-tk.rb: security fix.
nagai
2006-07-11
3
-3
/
+11
*
* string.c (rb_str_dump): need to extend len for \b.
usa
2006-07-11
2
-1
/
+5
*
* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]
matz
2006-07-11
6
-42
/
+65
*
* bignum.c (bignorm): sizeof(long) may be smaller than
matz
2006-07-11
8
-22
/
+63
*
2006-07-11
akr
2006-07-11
1
-3
/
+3
*
remove an unused label and variable.
akr
2006-07-11
1
-2
/
+0
*
* gc.c (gc_sweep): expand heap earlier.
akr
2006-07-10
2
-2
/
+15
*
* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
nagai
2006-07-10
2
-1
/
+5
*
* ext/tk/tcltklib.c: make SEGV risk lower at exit.
nagai
2006-07-10
9
-40
/
+543
*
* sample/test.rb: update test suites.
matz
2006-07-10
4
-22
/
+37
*
* eval.c (rb_call): remove erroneously restored prot_tag->blkid
matz
2006-07-10
2
-1
/
+5
[next]