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
*
* runruby.rb: should load built rbconfig.rb.
nobu
2005-06-23
2
-5
/
+11
*
* 2005-06-23
eban
2005-06-23
1
-3
/
+3
*
fixed typo in the example of URI.extract.
akira
2005-06-23
1
-2
/
+2
*
* ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.
nagai
2005-06-23
5
-41
/
+275
*
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replaced
akr
2005-06-20
2
-11
/
+35
*
* ChangeLog: add ML index.
usa
2005-06-20
1
-0
/
+1
*
* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?
usa
2005-06-20
9
-3
/
+94
*
* gc.c (define_final): document fix: finalizers never get called
nobu
2005-06-19
2
-37
/
+42
*
* 2005-06-20
eban
2005-06-19
1
-3
/
+3
*
* ext/openssl/openssl_missing.c, ext/openssl/ossl.h,
gotoyuzo
2005-06-19
6
-5
/
+16
*
* 2005-06-19
nobu
2005-06-19
1
-3
/
+3
*
* gc.c (run_final): commit miss to add new variable.
nobu
2005-06-19
1
-1
/
+1
*
* gc.c (run_final): reduce unnecessary object allocation during
nobu
2005-06-19
2
-4
/
+17
*
* lib/time.rb (Time.parse): fix previous leap seconds support.
akr
2005-06-17
2
-25
/
+129
*
* 2005-06-17
eban
2005-06-16
1
-3
/
+3
*
add tests for leapseconds on an environment without leapseconds support.
akr
2005-06-16
1
-28
/
+21
*
* lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.
nagai
2005-06-16
3
-0
/
+14
*
* ext/tcltklib/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.
ocean
2005-06-16
2
-1
/
+6
*
* ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which return
nagai
2005-06-16
2
-1
/
+12
*
* lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" was
akr
2005-06-16
2
-4
/
+58
*
* ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return.
ocean
2005-06-15
2
-0
/
+6
*
* 2005-06-16
eban
2005-06-15
1
-3
/
+3
*
* ext/tk/sample/demos-jp/ctext.rb: modify improper message text.
nagai
2005-06-15
1
-1
/
+1
*
* 2005-06-15
nobu
2005-06-15
1
-3
/
+3
*
* ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]
nagai
2005-06-15
3
-1
/
+124
*
* ext/tk/tkutil.c: forgot update RELEASE_DATE
nagai
2005-06-14
1
-1
/
+1
*
* 2005-06-14
eban
2005-06-13
1
-3
/
+3
*
* ext/tk/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) &
nagai
2005-06-13
3
-1
/
+150
*
* hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186]
ocean
2005-06-13
2
-16
/
+17
*
* 2005-06-13
eban
2005-06-12
1
-3
/
+3
*
* signal.c (sigexit): call rb_thread_signal_exit() instead of
matz
2005-06-12
9
-116
/
+70
*
* 2005-06-10
nobu
2005-06-10
1
-3
/
+3
*
* missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179]
nobu
2005-06-10
2
-0
/
+7
*
* ext/Win32API/Win32API.c (Win32API_Call): disable global
nobu
2005-06-09
3
-3
/
+12
*
* enum.c (enum_inject): default the result value to Qundef to use
nobu
2005-06-09
2
-2
/
+9
*
* 2005-06-09
eban
2005-06-09
1
-3
/
+3
*
* eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.
akr
2005-06-09
3
-23
/
+52
*
Data object is automatically converted to a PtrData object using to_ptr().
ttate
2005-06-08
1
-1
/
+15
*
small fix
ocean
2005-06-08
1
-1
/
+1
*
* ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances of
nagai
2005-06-08
2
-1
/
+10
*
* bignum.c (get2comp): calculate proper 2's complement for
matz
2005-06-08
6
-10
/
+58
*
* enum.c (enum_min_by, enum_max_by): return nil if no iteration.
nobu
2005-06-07
4
-96
/
+96
*
* 2005-06-08
eban
2005-06-07
1
-3
/
+3
*
* ext/curses/curses.c (curses_insertln): merged a patch from
matz
2005-06-07
3
-0
/
+40
*
* lib/thread.rb: RDoc documentation from Eric Hodel
matz
2005-06-07
2
-20
/
+89
*
* lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.
nobu
2005-06-07
2
-5
/
+17
*
* ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: also support tile 0.4.
ocean
2005-06-07
3
-9
/
+29
*
* ChangeLog: fix typo.
nobu
2005-06-07
1
-1
/
+1
*
* object.c (rb_mod_cvar_get): Module#class_variable_get(): back
matz
2005-06-07
2
-0
/
+67
*
* sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),
matz
2005-06-07
2
-1
/
+6
[next]