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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.
nagai
2005-06-24
1
-0
/
+10
*
* runruby.rb: should load built rbconfig.rb.
nobu
2005-06-23
1
-1
/
+5
*
* ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.
nagai
2005-06-23
1
-0
/
+12
*
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replaced
akr
2005-06-20
1
-0
/
+6
*
* 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
1
-0
/
+14
*
* gc.c (define_final): document fix: finalizers never get called
nobu
2005-06-19
1
-0
/
+5
*
* ext/openssl/openssl_missing.c, ext/openssl/ossl.h,
gotoyuzo
2005-06-19
1
-0
/
+7
*
* gc.c (run_final): reduce unnecessary object allocation during
nobu
2005-06-19
1
-2
/
+10
*
* lib/time.rb (Time.parse): fix previous leap seconds support.
akr
2005-06-17
1
-0
/
+6
*
* ext/tcltklib/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.
ocean
2005-06-16
1
-0
/
+4
*
* ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which return
nagai
2005-06-16
1
-0
/
+5
*
* lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" was
akr
2005-06-16
1
-0
/
+8
*
* ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return.
ocean
2005-06-15
1
-0
/
+5
*
* ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]
nagai
2005-06-15
1
-0
/
+7
*
* ext/tk/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) &
nagai
2005-06-13
1
-0
/
+8
*
* hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186]
ocean
2005-06-13
1
-0
/
+4
*
* signal.c (sigexit): call rb_thread_signal_exit() instead of
matz
2005-06-12
1
-0
/
+27
*
* missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179]
nobu
2005-06-10
1
-0
/
+4
*
* ext/Win32API/Win32API.c (Win32API_Call): disable global
nobu
2005-06-09
1
-0
/
+5
*
* enum.c (enum_inject): default the result value to Qundef to use
nobu
2005-06-09
1
-1
/
+6
*
* eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.
akr
2005-06-09
1
-0
/
+10
*
small fix
ocean
2005-06-08
1
-1
/
+1
*
* bignum.c (get2comp): calculate proper 2's complement for
matz
2005-06-08
1
-0
/
+18
*
* enum.c (enum_min_by, enum_max_by): return nil if no iteration.
nobu
2005-06-07
1
-0
/
+9
*
* ext/curses/curses.c (curses_insertln): merged a patch from
matz
2005-06-07
1
-0
/
+10
*
* lib/thread.rb: RDoc documentation from Eric Hodel
matz
2005-06-07
1
-0
/
+5
*
* lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.
nobu
2005-06-07
1
-3
/
+8
*
* 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
1
-0
/
+8
*
* sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),
matz
2005-06-07
1
-0
/
+5
*
* ext/tk/lib/multi-tk.rb: slave-ip fails to call procedures
nagai
2005-06-07
1
-0
/
+5
*
* ext/tk/lib/tk/console.rb: create console when required
nagai
2005-06-05
1
-0
/
+6
*
* test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.
akr
2005-06-04
1
-1
/
+5
*
* test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb with
akr
2005-06-03
1
-0
/
+5
*
* ext/tk/lib/multi-tk.rb: fix typo.
nagai
2005-06-03
1
-0
/
+4
*
* bcc32/Makefile.sub: can use single quote character in DESTDIR.
ocean
2005-06-01
1
-0
/
+5
*
* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.
nagai
2005-05-30
1
-0
/
+11
*
* test/openssl/test_x509store.rb: add test for expired CRL
gotoyuzo
2005-05-28
1
-1
/
+6
*
* ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): should
gotoyuzo
2005-05-27
1
-0
/
+5
*
* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):
gotoyuzo
2005-05-27
1
-0
/
+6
*
* lib/mkmf.rb: use the semicolon as the path separator
eban
2005-05-27
1
-0
/
+5
*
* ChangeLog: fix entry format.
nobu
2005-05-25
1
-1
/
+1
*
* ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_list
nagai
2005-05-25
1
-0
/
+4
*
* lib/irb/input-method.rb: do not use Readline::HISTORY.pop.
shugo
2005-05-25
1
-0
/
+5
*
* ext/readline/readline.c: supported libedit. (backported from HEAD)
shugo
2005-05-25
1
-0
/
+8
*
* ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJIS
nagai
2005-05-25
1
-0
/
+40
*
* lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content of
akr
2005-05-25
1
-0
/
+5
*
* numeric.c (fix_pow): support Fixnum ** Float case directly
matz
2005-05-24
1
-0
/
+10
*
* lib/getopts.rb: should warn only if verbose mode.
eban
2005-05-24
1
-0
/
+5
[next]