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
*
* keywords: add braces around initializers.
nobu
2002-09-28
3
-80
/
+84
*
* hash.c (rb_hash_become): should check self-assignment after
nobu
2002-09-28
2
-1
/
+6
*
* hash.c (rb_hash_become): Hash#become should check added
matz
2002-09-28
3
-1
/
+15
*
* ext/extmk.rb: The condition judgment without necessity was deleted.
H_Konishi
2002-09-28
2
-1
/
+5
*
Update.
knu
2002-09-27
4
-10
/
+37
*
Update the MANIFEST files.
knu
2002-09-27
4
-0
/
+12
*
2002-09-27
knu
2002-09-27
1
-2
/
+2
*
* eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...
nobu
2002-09-27
2
-7
/
+30
*
* eval.c (rb_eval): Class#inherited should be called after the
matz
2002-09-27
3
-5
/
+12
*
Add a knob WITH_BUNDLED_ENGINES to test.sh.
knu
2002-09-26
1
-2
/
+8
*
* ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is
knu
2002-09-26
6
-5
/
+84
*
* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It
knu
2002-09-26
6
-5
/
+88
*
* ext/digest/md5: Use OpenSSL's MD5 engine if available. It is
knu
2002-09-26
6
-4
/
+63
*
* ext/digest/digest.c (rb_digest_base_s_digest): Fix a double
knu
2002-09-26
2
-5
/
+10
*
* regex.c (re_match): p1 may exceed pend limit.
matz
2002-09-26
4
-9
/
+5
*
* dir.c (glob_helper): must not closedir() when exception raised
nobu
2002-09-25
5
-26
/
+20
*
* lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.
usa
2002-09-25
2
-2
/
+9
*
* io.c (appendline): forget to terminate with nul.
matz
2002-09-25
10
-36
/
+83
*
make it compile
michal
2002-09-24
1
-2
/
+0
*
cleanup for curses, gdbm [ruby-core:502], [ruby-core:503]
michal
2002-09-24
2
-71
/
+63
*
* eval.c (rb_call0): must not clear ruby_current_node, or
nobu
2002-09-23
5
-26
/
+35
*
* configure.in (RUBY_MINGW32): new macro. check for the MinGW
eban
2002-09-23
3
-113
/
+144
*
2002-09-22
nobu
2002-09-22
1
-2
/
+2
*
* eval.c (call_trace_func): should not call trace function while
nobu
2002-09-22
4
-6
/
+23
*
commit miss
nobu
2002-09-21
1
-4
/
+0
*
* eval.c (rb_thread_raise): no need to save dead thread context.
nobu
2002-09-21
3
-3
/
+11
*
literal_append: remove.
nobu
2002-09-20
1
-1
/
+0
*
* parse.y (block_append): eliminate unused literal nodes.
nobu
2002-09-20
3
-125
/
+83
*
* lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.
knu
2002-09-20
2
-36
/
+398
*
No exception report when the exception is not specified to catch.
nahi
2002-09-18
1
-1
/
+1
*
move struct timeval to missing.h
michal
2002-09-17
6
-54
/
+13
*
* eval.c (rb_thread_die): put thread dead state.
nobu
2002-09-17
2
-6
/
+18
*
2002-09-17
eban
2002-09-17
1
-2
/
+2
*
* eval.c (rb_mod_nesting): load wrapping module should appear in
matz
2002-09-17
4
-7
/
+20
*
* io.c: add parameter prototype.
aamine
2002-09-16
3
-4
/
+10
*
* win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".
H_Konishi
2002-09-15
2
-18
/
+30
*
* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.
eban
2002-09-15
7
-17
/
+72
*
* error.c(rb_sys_fail): remove case EPIPE on bcc32 .
H_Konishi
2002-09-14
2
-3
/
+4
*
* dir.c (glob_func_caller): add prototype to get rid of warning.
nobu
2002-09-13
2
-4
/
+11
*
2002-09-13
nobu
2002-09-13
1
-2
/
+2
*
* eval.c (rb_eval): avoid uninitialized global/class variable
nobu
2002-09-13
3
-3
/
+15
*
Fix-Addons [ruby-core:483] with corrections from [ruby-core:484]
michal
2002-09-13
1
-8
/
+8
*
* lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.
eban
2002-09-13
2
-0
/
+6
*
* bcc32/setup.mak : Control of a message.
H_Konishi
2002-09-12
3
-13
/
+22
*
* dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)
nobu
2002-09-12
2
-2
/
+4
*
* dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)
nobu
2002-09-12
2
-0
/
+6
*
* dir.c (glob_helper): prevent memory leak using rb_protect().
matz
2002-09-12
4
-83
/
+158
*
2002-09-12
knu
2002-09-11
1
-2
/
+2
*
* eval.c (rb_trap_eval): preserve thread status and so on.
nobu
2002-09-11
2
-24
/
+84
*
* pp.rb (ARGF.pretty_print): implemented.
akr
2002-09-11
5
-17
/
+36
[next]