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
*
* 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
*
* signal.c (install_nativethread_sighandler): commented out.
nagai
2006-07-10
2
-0
/
+12
*
* ruby.h: typo.
usa
2006-07-10
1
-1
/
+1
*
* eval.c (proc_invoke): should not overwrite block information in
matz
2006-07-10
7
-40
/
+124
*
2006-07-10
nobu
2006-07-10
1
-3
/
+3
*
* eval.c (rb_clear_cache_for_remove): clear entries for included
nobu
2006-07-10
2
-1
/
+7
*
* lib/mkmf.rb (create_makefile): prevent substitution of macro
nobu
2006-07-09
2
-2
/
+5
*
* lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.
nobu
2006-07-09
2
-29
/
+30
*
cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...
ryan
2006-07-08
7
-18
/
+55
*
Massive rdoc for fortran overhaul from Yasuhiro Morikawa
ryan
2006-07-08
1
-59
/
+1781
*
2006-07-09
nobu
2006-07-08
1
-3
/
+3
*
* eval.c (next_jump): deal with destination of next.
nobu
2006-07-08
2
-3
/
+34
[next]