index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/tk/extconf.rb: Framework support on MacOS X Tiger.
nagai
2005-05-23
2
-13
/
+60
*
* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):
gotoyuzo
2005-05-22
2
-2
/
+16
*
* ext/readline/readline.c (readline_attempted_completion_function):
shugo
2005-05-20
1
-3
/
+4
*
* ext/readline/extconf.rb: check rl_vi_editing_mode() and
shugo
2005-05-19
2
-6
/
+29
*
* ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]
shugo
2005-05-19
2
-113
/
+144
*
Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.
ttate
2005-05-14
2
-0
/
+7
*
* configure.in: Check for the availability of pid_t, gid_t and uid_t and
nobu
2005-05-14
1
-1
/
+1
*
* ext/extmk.rb: keep srcdir unexpanded.
nobu
2005-05-13
1
-2
/
+2
*
* ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5
naruse
2005-05-12
1
-11
/
+18
*
* ext/tk/lib/tkextlib/blt/winop.rb: fix typo
nagai
2005-05-10
2
-2
/
+6
*
added a test.
ttate
2005-05-09
1
-0
/
+6
*
replaced the local variable 'entity' with an instance variable.
ttate
2005-05-09
1
-7
/
+6
*
use DL::CStructBuilder instead of CStructBuilder.
ttate
2005-05-08
1
-2
/
+2
*
* ext/tk/lib/tk/timer.rb: fix typo
nagai
2005-05-08
10
-21
/
+25
*
* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.
nobu
2005-04-30
1
-2
/
+2
*
* ext/syck/rubyext.c: comment to be closed.
nobu
2005-04-30
1
-1
/
+1
*
* ext/stringio/stringio.c (strio_getline): suppress warnings.
nobu
2005-04-30
1
-3
/
+2
*
* ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"
nagai
2005-04-26
1
-16
/
+61
*
commit miss
ocean
2005-04-23
1
-1
/
+1
*
* ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status code
ocean
2005-04-23
1
-2
/
+3
*
updated TCLTKLIB_RELEASE_DATE
ocean
2005-04-22
1
-1
/
+1
*
* ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.
ocean
2005-04-22
1
-1
/
+2
*
* eval.c (search_required, rb_require_safe): expand path in
nobu
2005-04-18
1
-3
/
+3
*
* ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712]
ocean
2005-04-18
1
-0
/
+5
*
* ext/extmk.rb (relative_from): treat mere drive letter as an absolute
nobu
2005-04-17
1
-1
/
+2
*
* ext/extmk.rb (extmake, parse_args): do not expand destdir.
nobu
2005-04-17
1
-4
/
+6
*
* ext/openssl/extconf.rb: check for OPENSSL_cleanse.
gotoyuzo
2005-04-15
2
-0
/
+5
*
* ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE.codepage=
suke
2005-04-15
2
-2
/
+18
*
ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnil
suke
2005-04-15
1
-3
/
+40
*
* parse.y [ripper] (regexp): dispatch regexp option. [ruby-Bugs:1688]
aamine
2005-04-14
1
-2
/
+2
*
* ext/tk/tcltklib.c (ip_finalize): better modification than the
nagai
2005-04-12
1
-12
/
+32
*
* ext/tk/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval()
nagai
2005-04-12
1
-9
/
+15
*
* ext/tk/tcltklib.c (ip_finalize): add existence check of Tcl commands
nagai
2005-04-11
1
-3
/
+16
*
* ext/tk/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV when exit
nagai
2005-04-11
1
-4
/
+4
*
CUnionEntity should inherit CStructEntity.
ttate
2005-04-10
1
-1
/
+1
*
commit miss...
ocean
2005-04-10
1
-5
/
+1
*
* ext/tk/sample/tkextlib/treectrl/mailwasher.rb: fixed typo. [ruby-dev:26008]
ocean
2005-04-09
2
-1
/
+5
*
* ext/tk/lib/tk.rb: update RELEASE_DATE
nagai
2005-04-09
50
-27
/
+1868
*
* ext/tk/sample/tkextlib/treectrl/explorer.rb: File.executable? returns true
ocean
2005-04-09
2
-10
/
+7
*
* ext/tk/sample/demos-jp/goldberg.rb: reduced text size of "click to
ocean
2005-04-09
1
-2
/
+2
*
* ext/tk/sample/tkextlib/treectrl/{help,www-options}.rb: fixed typo.
ocean
2005-04-09
3
-5
/
+10
*
* ext/tk/sample/tkextlib/treectrl/imovie.rb: fixed typo. (click on clip title)
ocean
2005-04-08
2
-1
/
+5
*
* ext/tk/sample/tkextlib/treectrl/random.rb: fixed typo. (drop node outside of
ocean
2005-04-08
2
-1
/
+6
*
* ext/tk/sample/tkextlib/treectrl/outlook-newgrounp.rb: image had disappered ...
ocean
2005-04-08
2
-11
/
+12
*
* ext/extmk.rb (extmake): hdrdir needs to be defined also in
nobu
2005-04-08
1
-0
/
+1
*
* ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb: tk::treectrl uses 'aft...
ocean
2005-04-08
3
-21
/
+41
*
* lib/tkextlib/treectrl/tktreectrl.rb (selection_clear): fixed typo.
ocean
2005-04-08
4
-6
/
+15
*
* ext/tk/sample/tkextlib/treectrl/help.rb: fixed typo. (wrong color)
ocean
2005-04-07
2
-4
/
+13
*
commit miss
ocean
2005-04-07
1
-6
/
+2
*
* sample/tkextlib/treectrl/*.rb: fixed typo. (wrong itemheight)
ocean
2005-04-07
7
-24
/
+92
[next]