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 (rb_method_node): new API to retrieve method body.
matz
2003-11-14
5
-2
/
+27
*
2003-11-14
eban
2003-11-14
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)
nagai
2003-11-14
4
-12
/
+21
*
inconsistency of the arguments for respond_to? in previous change is fixed.
akr
2003-11-13
2
-2
/
+2
*
Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)
ttate
2003-11-13
1
-2
/
+2
*
* lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.
akr
2003-11-13
2
-8
/
+25
*
* lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available)
nagai
2003-11-13
2
-12
/
+51
*
* lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.
akr
2003-11-13
2
-1
/
+6
*
* ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function for
gotoyuzo
2003-11-13
2
-0
/
+26
*
2003-11-13
eban
2003-11-13
1
-3
/
+3
*
* lib/optparse.rb (OptionParser::Completion#complete): prior shorter
nobu
2003-11-13
2
-13
/
+24
*
* ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classes
nagai
2003-11-12
3
-10
/
+16
*
* lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown):
nobu
2003-11-12
3
-12
/
+23
*
* test/monitor/test_monitor.rb: fix the timing problem by Queue.
shugo
2003-11-12
2
-32
/
+51
*
* test/monitor/test_monitor.rb: added.
shugo
2003-11-12
3
-0
/
+149
*
2003-11-12
eban
2003-11-12
1
-3
/
+3
*
* lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.
shugo
2003-11-12
2
-88
/
+86
*
* ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): add
gotoyuzo
2003-11-11
4
-7
/
+99
*
* lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.
ntalbott
2003-11-11
2
-0
/
+5
*
* lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle
ntalbott
2003-11-11
2
-1
/
+8
*
* io.c (appendline): file may not end with newline. a bug if
matz
2003-11-11
3
-4
/
+16
*
fixed CDATA parsing for XMLScanParser and REXMLStreamParser
mneumann
2003-11-11
1
-0
/
+5
*
2003-11-11
eban
2003-11-11
1
-3
/
+3
*
* ext/tk/lib/tk.rb: raise an exception when creating TkWindow
nagai
2003-11-11
2
-1
/
+7
*
* lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil
gotoyuzo
2003-11-10
2
-3
/
+15
*
* lib/monitor.rb (wait): return true on signal/broadcastfalse and
shugo
2003-11-10
2
-0
/
+7
*
2003-11-10
eban
2003-11-09
1
-3
/
+3
*
* parse.y (primary): primary_value may be 0 when syntax error.
nobu
2003-11-09
2
-4
/
+9
*
* lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to
ntalbott
2003-11-08
3
-4
/
+18
*
Bugfix for DL::Types::encode_type.
ttate
2003-11-08
1
-7
/
+9
*
* ext/dl/sym.c: typo fix(lasterror -> last_error).
eban
2003-11-08
1
-2
/
+2
*
* MANIFEST: added these files:
eban
2003-11-08
1
-0
/
+5
*
* test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading.
nahi
2003-11-08
14
-19
/
+816
*
2003-11-08
eban
2003-11-08
1
-3
/
+3
*
* configure.in: improvement of pthread check
nagai
2003-11-08
2
-5
/
+48
*
Add DL.win32_last_error and DL.last_error.
ttate
2003-11-08
3
-2
/
+73
*
* ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,
nagai
2003-11-07
3
-67
/
+234
*
(Pathname#parent): if self is `.', return `..'.
akr
2003-11-07
2
-12
/
+51
*
Minor documentation fix.
wew
2003-11-07
1
-2
/
+2
*
lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.
akr
2003-11-07
2
-2
/
+13
*
* lib/pathname.rb (Pathname#+): return the argument if self is `.'.
akr
2003-11-07
2
-2
/
+8
*
2003-11-07
nobu
2003-11-07
1
-3
/
+3
*
* ext/socket/socket.c (make_hostent): get rid of SEGV on aliases
nobu
2003-11-07
2
-8
/
+18
*
* ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...
katsu
2003-11-06
2
-0
/
+6
*
* eval.c (rb_load): save and restore rb_prohibit_interrupt.
matz
2003-11-06
2
-0
/
+7
*
* MANIFEST: add these files:
eban
2003-11-06
1
-0
/
+5
*
* io.c (rb_io_inspect): show the path also at a closed file.
nobu
2003-11-06
2
-4
/
+15
*
* eval.c (rb_load): allow interrupt during loaded program
matz
2003-11-06
9
-50
/
+278
*
* win32/win32.c (make_cmdvector): process backslashes even if a quote
nobu
2003-11-06
2
-3
/
+5
*
2003-11-06
eban
2003-11-06
1
-3
/
+3
[prev]
[next]