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
*
* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]
matz
2004-09-22
1
-0
/
+15
*
* win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.
usa
2004-09-22
1
-0
/
+5
*
Add documentation to fork()
dave
2004-09-21
1
-0
/
+4
*
* array.c (rb_ary_equal): merge miss.
matz
2004-09-21
1
-0
/
+2
*
* array.c (rb_ary_uniq_bang): element size might change during
matz
2004-09-21
1
-0
/
+23
*
* array.c (rb_ary_equal): element size might change during
matz
2004-09-18
1
-0
/
+45
*
* lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]
aamine
2004-09-17
1
-0
/
+4
*
* ext/tk/lib/multi-tk.rb: improve exit operation
nagai
2004-09-17
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait
nagai
2004-09-17
1
-0
/
+17
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER
gotoyuzo
2004-09-16
1
-0
/
+9
*
* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIp
nagai
2004-09-15
1
-0
/
+5
*
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by the
nagai
2004-09-14
1
-0
/
+5
*
Add simple formatter to ri
dave
2004-09-14
1
-0
/
+6
*
* ext/tcltklib/tcltklib.c: fix SEGV
nagai
2004-09-14
1
-0
/
+10
*
* ext/zlib/zlib.c: backported from HEAD.
eban
2004-09-13
1
-0
/
+4
*
* eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]
eban
2004-09-13
1
-0
/
+4
*
* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave accept
nagai
2004-09-13
1
-0
/
+5
*
* object.c (nil_inspect): fix typo.
usa
2004-09-13
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip
nagai
2004-09-12
1
-0
/
+8
*
* util.c (ruby_strdup): remove unnecessary code. (xmalloc never
ocean
2004-09-12
1
-0
/
+7
*
* ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=
nagai
2004-09-11
1
-0
/
+21
*
Fix up cross-file class merging
dave
2004-09-11
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspicious
ocean
2004-09-10
1
-0
/
+5
*
James Buck's patch for call-seq
dave
2004-09-09
1
-0
/
+5
*
* ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...
nagai
2004-09-09
1
-0
/
+7
*
Allow spaces around parameter to define_method_under
dave
2004-09-09
1
-0
/
+5
*
* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.
nobu
2004-09-08
1
-3
/
+8
*
* ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4
nagai
2004-09-08
1
-0
/
+14
*
* ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct method
ocean
2004-09-06
1
-0
/
+4
*
* eval.c (cvar_cbase): singletons should refer outer cvar scope.
matz
2004-09-06
1
-0
/
+8
*
* eval.c (cvar_cbase): class variables cause SEGV in
matz
2004-09-03
1
-0
/
+5
*
* struct.c (make_struct): remove redefining constant when
matz
2004-09-03
1
-0
/
+5
*
* ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...
nagai
2004-09-03
1
-0
/
+5
*
* ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]
nagai
2004-09-02
1
-0
/
+8
*
* ext/extmk.rb: already built-in libraries satisfy dependencies.
nobu
2004-09-02
1
-0
/
+5
*
* eval.c (rb_obj_instance_eval): backported from HEAD.
eban
2004-09-02
1
-0
/
+4
*
* ext/tk/lib/tk/spinbox.rb: fix typo
ocean
2004-09-01
1
-0
/
+4
*
* ext/tk/tkutil.c (cbsubst_init): fix memory leak
ocean
2004-08-31
1
-0
/
+6
*
* ext/tcltklib/tcltklib.c (ip_delete): when a tcltkip is deleted, destroy its...
nagai
2004-08-31
1
-0
/
+5
*
* ext/tcltklib/tcltklib.c (del_root): fix SEGV
nagai
2004-08-31
1
-0
/
+4
*
ri now merges the documentation if it finds the same class in multiple places
dave
2004-08-30
1
-0
/
+5
*
* ext/tk/lib/multi-tk.rb: 'restart' method accepts arguments
nagai
2004-08-30
1
-0
/
+4
*
Add RDoc for Module.included
dave
2004-08-30
1
-0
/
+4
*
* configure.in (GNU/k*BSD): fixed FTBFS on GNU/k*BSD. [ruby-dev:24051]
eban
2004-08-30
1
-0
/
+4
*
* win32/win32.c (CreateChild): strip trailing spaces. [ruby-dev:24143]
usa
2004-08-30
1
-0
/
+5
*
* ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]
nagai
2004-08-29
1
-0
/
+6
*
* bignum.c (rb_big_and): protect parameters from GC.
matz
2004-08-28
1
-0
/
+5
*
*** empty log message ***
dave
2004-08-25
1
-0
/
+5
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not
shugo
2004-08-24
1
-0
/
+10
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaint
shugo
2004-08-24
1
-0
/
+5
[next]