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
...
*
* eval.c (search_required): handle static linked extensions.
nobu
2005-04-18
2
-1
/
+6
*
* 2005-04-19
eban
2005-04-18
1
-3
/
+3
*
* eval.c (search_required, rb_require_safe): expand path in
nobu
2005-04-18
4
-21
/
+48
*
* eval.c (rb_attr): attribute name check added.
matz
2005-04-18
5
-7
/
+14
*
* 2005-04-18
eban
2005-04-18
1
-3
/
+3
*
* ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712]
ocean
2005-04-18
2
-0
/
+9
*
* ext/extmk.rb (relative_from): treat mere drive letter as an absolute
nobu
2005-04-17
2
-2
/
+6
*
* 2005-04-17
nobu
2005-04-17
1
-3
/
+3
*
* ext/extmk.rb (extmake, parse_args): do not expand destdir.
nobu
2005-04-17
2
-4
/
+10
*
* sample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss):
kou
2005-04-16
2
-9
/
+15
*
* configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL.
nobu
2005-04-16
3
-7
/
+19
*
* 2005-04-16
eban
2005-04-16
1
-3
/
+3
*
* bcc32/Makefile.sub: quick hack... prepend DESTDIR.
ocean
2005-04-16
2
-2
/
+7
*
* ext/openssl/extconf.rb: check for OPENSSL_cleanse.
gotoyuzo
2005-04-15
3
-0
/
+11
*
* ext/win32ole/tests/testWIN32OLE.rb: add test for WIN32OLE.codepage=
suke
2005-04-15
3
-2
/
+24
*
ext/win32ole/win32ole.c(ole_invoke): retry after converting Qnil
suke
2005-04-15
2
-3
/
+45
*
* parse.y [ripper] (regexp): dispatch regexp option. [ruby-Bugs:1688]
aamine
2005-04-14
3
-3
/
+10
*
* lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.
aamine
2005-04-14
3
-21
/
+62
*
* lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]
keiju
2005-04-14
5
-6
/
+28
*
* lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rb
keiju
2005-04-14
4
-6
/
+11
*
* doc/irb/irb.rd.ja: a lost of release IRB 0.9.5.
keiju
2005-04-13
3
-4
/
+13
*
* bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5(new files)
keiju
2005-04-13
3
-0
/
+313
*
* 2005-04-14
eban
2005-04-13
1
-3
/
+3
*
* bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.
keiju
2005-04-13
33
-319
/
+446
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.
kou
2005-04-13
3
-4
/
+15
*
* lib/optparse.rb (OptionParser#order!): delete debug output.
nobu
2005-04-13
1
-2
/
+0
*
* lib/optparse.rb (OptionParser#order!): call handlers iff matches
nobu
2005-04-13
2
-4
/
+15
*
* configure.in (mingw32): extract msvcr*.dll from objdump result.
eban
2005-04-13
2
-2
/
+6
*
* 2005-04-13
eban
2005-04-13
1
-3
/
+3
*
* configure.in (mingw32): use actual runtime DLL name as ruby DLL
nobu
2005-04-13
4
-11
/
+90
*
* lib/optparse.rb (OptionParser#make_switch, OptionParser#order!):
nobu
2005-04-12
2
-12
/
+59
*
* ext/tk/tcltklib.c (ip_finalize): better modification than the
nagai
2005-04-12
2
-12
/
+37
*
* ext/tk/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval()
nagai
2005-04-12
2
-9
/
+20
*
* 2005-04-12
eban
2005-04-11
1
-3
/
+3
*
* ext/tk/tcltklib.c (ip_finalize): add existence check of Tcl commands
nagai
2005-04-11
2
-3
/
+21
*
adhoc patch for [druby-ja:123]
seki
2005-04-11
3
-5
/
+35
*
* dir.c, file.c (lstat): avoid warnings for mingw.
eban
2005-04-11
3
-4
/
+8
*
* ext/tk/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV when exit
nagai
2005-04-11
2
-4
/
+9
*
* lib/mkmf.rb (configuration): shouldn't output hdrdir twice.
usa
2005-04-11
2
-1
/
+5
*
* 2005-04-11
eban
2005-04-11
1
-3
/
+3
*
CUnionEntity should inherit CStructEntity.
ttate
2005-04-10
1
-1
/
+1
*
commit miss...
ocean
2005-04-10
1
-5
/
+1
*
* 2005-04-10
eban
2005-04-09
1
-3
/
+3
*
Applied Nobu's patch to the XML document encoding structure in REXML. It
ser
2005-04-09
9
-114
/
+98
*
* 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
51
-27
/
+1882
*
* sample/rss/tdiary_plugin/rss-recent.rb: supported configuration
kou
2005-04-09
4
-0
/
+73
*
* 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
[prev]
[next]