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
*
* keywords: add braces around initializers.
nobu
2002-09-28
1
-0
/
+4
*
* hash.c (rb_hash_become): should check self-assignment after
nobu
2002-09-28
1
-0
/
+5
*
* hash.c (rb_hash_become): Hash#become should check added
matz
2002-09-28
1
-0
/
+8
*
* ext/extmk.rb: The condition judgment without necessity was deleted.
H_Konishi
2002-09-28
1
-0
/
+4
*
* eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...
nobu
2002-09-27
1
-0
/
+8
*
* eval.c (rb_eval): Class#inherited should be called after the
matz
2002-09-27
1
-0
/
+10
*
* ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is
knu
2002-09-26
1
-0
/
+7
*
* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It
knu
2002-09-26
1
-0
/
+7
*
* ext/digest/md5: Use OpenSSL's MD5 engine if available. It is
knu
2002-09-26
1
-0
/
+7
*
* ext/digest/digest.c (rb_digest_base_s_digest): Fix a double
knu
2002-09-26
1
-0
/
+8
*
* regex.c (re_match): p1 may exceed pend limit.
matz
2002-09-26
1
-0
/
+4
*
* dir.c (glob_helper): must not closedir() when exception raised
nobu
2002-09-25
1
-1
/
+13
*
* lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.
usa
2002-09-25
1
-0
/
+4
*
* io.c (appendline): forget to terminate with nul.
matz
2002-09-25
1
-0
/
+39
*
* eval.c (rb_call0): must not clear ruby_current_node, or
nobu
2002-09-23
1
-0
/
+15
*
* configure.in (RUBY_MINGW32): new macro. check for the MinGW
eban
2002-09-23
1
-0
/
+7
*
* eval.c (call_trace_func): should not call trace function while
nobu
2002-09-22
1
-0
/
+12
*
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
1
-0
/
+8
*
* parse.y (block_append): eliminate unused literal nodes.
nobu
2002-09-20
1
-0
/
+6
*
* lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.
knu
2002-09-20
1
-0
/
+4
*
* eval.c (rb_thread_die): put thread dead state.
nobu
2002-09-17
1
-0
/
+6
*
* eval.c (rb_mod_nesting): load wrapping module should appear in
matz
2002-09-17
1
-0
/
+7
*
* io.c: add parameter prototype.
aamine
2002-09-16
1
-2
/
+8
*
* win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".
H_Konishi
2002-09-15
1
-0
/
+5
*
* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.
eban
2002-09-15
1
-0
/
+16
*
* error.c(rb_sys_fail): remove case EPIPE on bcc32 .
H_Konishi
2002-09-14
1
-0
/
+4
*
* dir.c (glob_func_caller): add prototype to get rid of warning.
nobu
2002-09-13
1
-2
/
+6
*
* eval.c (rb_eval): avoid uninitialized global/class variable
nobu
2002-09-13
1
-0
/
+7
*
* lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.
eban
2002-09-13
1
-0
/
+4
*
* bcc32/setup.mak : Control of a message.
H_Konishi
2002-09-12
1
-0
/
+6
*
* dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)
nobu
2002-09-12
1
-1
/
+3
*
* dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)
nobu
2002-09-12
1
-0
/
+4
*
* dir.c (glob_helper): prevent memory leak using rb_protect().
matz
2002-09-12
1
-0
/
+20
*
* eval.c (rb_trap_eval): preserve thread status and so on.
nobu
2002-09-11
1
-0
/
+5
*
* pp.rb (ARGF.pretty_print): implemented.
akr
2002-09-11
1
-0
/
+5
*
* eval.c (proc_to_s): refined format. [ruby-dev:18215]
nobu
2002-09-11
1
-0
/
+4
*
* win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.
usa
2002-09-11
1
-0
/
+5
*
* string.c (get_pat): Add an extra argument "quote".
knu
2002-09-11
1
-0
/
+7
*
* bcc32/Makefile.sub: remove unnecessary `.dll' from filename of
usa
2002-09-11
1
-0
/
+11
*
retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...
nobu
2002-09-11
1
-0
/
+21
*
* win32/Makefile.sub (ext): make directory `ext' on compile dir.
usa
2002-09-11
1
-0
/
+5
*
* eval.c (rb_mod_define_method): initialize orig_func too.
nobu
2002-09-10
1
-0
/
+5
*
* parse.y (nextc): restore line number after here documents.
nobu
2002-09-10
1
-0
/
+7
*
* ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).
eban
2002-09-10
1
-0
/
+7
*
* ChangeLog: specify the source.
usa
2002-09-10
1
-3
/
+4
*
* win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).
usa
2002-09-10
1
-0
/
+12
*
* win32/win32.h (S_I?USR): define only if not mingw32.
eban
2002-09-09
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_set_string): reinitialize
nobu
2002-09-09
1
-0
/
+11
*
* time.c (time_free): prototype; struct time_object -> void *.
eban
2002-09-08
1
-0
/
+7
[next]