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
*
* string.c (rb_str_upto): ("a"..."a").to_a should return [].
matz
2003-10-16
1
-0
/
+5
*
Add Tk::EncodedString and Tk::UTF8_String class to support characters
nagai
2003-10-16
1
-0
/
+12
*
* test/digest/test_digest.rb (test_eq): show failed class.
nobu
2003-10-15
1
-0
/
+7
*
* lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead of
nahi
2003-10-15
1
-0
/
+5
*
* lib/cgi.rb (CGI::Cookie): tiny typo fix.
matz
2003-10-15
1
-0
/
+4
*
* eval.c (ruby_run): just return FAILURE instead of parse error
nobu
2003-10-15
1
-4
/
+9
*
* ext/digest/digest.c (rb_digest_base_alloc): need to initialize
usa
2003-10-15
1
-0
/
+5
*
* marshal.c (w_object): dump extended modules as well.
matz
2003-10-15
1
-0
/
+13
*
ruby-list
nobu
2003-10-15
1
-1
/
+1
*
* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.
usa
2003-10-15
1
-0
/
+6
*
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
why
2003-10-14
1
-0
/
+16
*
* lib/generator.rb: A new library which converts an internal
knu
2003-10-14
1
-0
/
+8
*
ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :
nagai
2003-10-14
1
-0
/
+8
*
* test/digest/test_digest.rb: Moved from ext/digest/test.rb.
knu
2003-10-14
1
-0
/
+4
*
ChangeLog: forgot. sorry
nagai
2003-10-14
1
-0
/
+5
*
ext/tcltklib/tcltklib.c:
nagai
2003-10-14
1
-0
/
+26
*
forgot..
nahi
2003-10-14
1
-0
/
+22
*
* eval.c (ruby_finalize_0): return the given exit status unless
nobu
2003-10-14
1
-0
/
+5
*
* intern.h (ruby_stop): never return.
nobu
2003-10-14
1
-0
/
+6
*
* lib/pathname.rb (realpath): make ELOOP check bit more robust.
akr
2003-10-13
1
-0
/
+6
*
* eval.c (rb_require_safe): segfault after loading .so.
nobu
2003-10-13
1
-2
/
+4
*
Add ext/enumerator, a helper module for the Enumerable interface.
knu
2003-10-13
1
-0
/
+5
*
* test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],
eban
2003-10-13
1
-0
/
+5
*
* eval.c (rb_feature_p): match by classified suffix.
nobu
2003-10-13
1
-1
/
+17
*
* string.c (str_new4): should not preserve FL_TAINT status in the
matz
2003-10-13
1
-0
/
+17
*
* ext/win32ole/extconf.rb: check "windows.h", not "windows".
eban
2003-10-12
1
-0
/
+5
*
* lib/rexml/quickpath.rb (REXML::QuickPath::match):
eban
2003-10-11
1
-0
/
+5
*
* lib/pathname.rb (realpath): check existence of the file.
akr
2003-10-11
1
-1
/
+3
*
* lib/pathname.rb (realpath): re-implemented.
akr
2003-10-11
1
-3
/
+3
*
* lib/pathname.rb (realpath_rec): fix handling of symlink to absolute
akr
2003-10-11
1
-0
/
+5
*
* lib/monitor.rb: handle exceptions correctly. Thanks, Gennady
shugo
2003-10-11
1
-0
/
+5
*
* eval.c (is_defined): inheritance line adjustment as like as
nobu
2003-10-09
1
-0
/
+5
*
* marshal.c (r_object0): remove unnecessary iv restoration for
matz
2003-10-09
1
-3
/
+16
*
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add
gotoyuzo
2003-10-09
1
-0
/
+10
*
* eval.c (rb_thread_start_0): prevent thread from GC.
nobu
2003-10-09
1
-0
/
+5
*
* eval.c (rb_thread_start_0): non-volatile should be restored from
nobu
2003-10-09
1
-0
/
+5
*
* eval.c (proc_save_safe_level, proc_get_safe_level,
nobu
2003-10-09
1
-0
/
+5
*
* pack.c (uv_to_utf8): change message to "out of range", since
matz
2003-10-09
1
-0
/
+8
*
* eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level.
nobu
2003-10-09
1
-0
/
+5
*
* eval.c (rb_yield_0): no error if block is empty.
nobu
2003-10-09
1
-0
/
+4
*
commit miss.
nobu
2003-10-08
1
-4
/
+0
*
* eval.c (localjump_error): id should be ID.
nobu
2003-10-08
1
-1
/
+24
*
* lib/test/unit.rb: removed installation instructions.
ntalbott
2003-10-08
1
-0
/
+27
*
* test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.
nahi
2003-10-07
1
-0
/
+9
*
define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist with
akr
2003-10-07
1
-1
/
+1
*
* ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE.
akr
2003-10-07
1
-1
/
+3
*
* ext/socket/extconf.rb: useless assignment removed.
akr
2003-10-07
1
-0
/
+4
*
* test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now
nobu
2003-10-07
1
-0
/
+5
*
* parse.y (stmt): should not expand mrhs if lhs is solely starred.
nobu
2003-10-06
1
-0
/
+4
*
* parse.y (stmt): rhs of multiple assignment should not be
matz
2003-10-06
1
-0
/
+5
[next]