summaryrefslogtreecommitdiff
path: root/lib/debug.rb
AgeCommit message (Expand)Author
2002-03-29Changed the regexp again to simplify code. See also [ruby-dev:16682].nahi
2002-03-29Changed regexp for parsing break command '.*?+' to '.+'.nahi
2002-02-25Corrected mis-indentation. Try diff -w to find that these are the same withoutnahi
2002-02-23Refactoring. Added Context#format_frame to format a frame, used by up/downnahi
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-23* eval.c (svalue_to_avalue): new conversion scheme between singlematz
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2000-12-27matzmatz
2000-12-25cvs.netlab.co.jp last commitmatz
2000-10-20matzmatz
2000-10-14matzmatz
2000-08-28matzmatz
2000-08-15matzmatz
2000-08-07matzmatz
2000-07-18matzmatz
2000-06-28matzmatz
2000-05-092000-05-09matz
2000-05-012000-05-01matz
2000-03-172000-03-17matz
2000-02-292000-02-29matz
2000-02-082000-02-08matz
2000-01-082000-01-08matz
2000-01-0520000105matz
1999-11-1019991110matz
1999-11-0819991108matz
1999-10-15-r debug, -s, etc.matz
1999-08-131.4.0matz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz
2019-08-17version 1.0-971002v1_0_971002Yukihiro Matsumoto