aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr2005-06-091-0/+10
* add ML ref. [ruby-dev:26297]akr2005-06-091-0/+1
* * configure.in, eval.c, gc.c: use libunwind only on HP-UX.akr2005-06-091-0/+4
* * array.c (rb_ary_nitems): add the block feature to Array#nitems.matz2005-06-081-0/+6
* * bignum.c (get2comp): revert all prior changes, and calculatematz2005-06-081-1/+9
* * enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu2005-06-071-0/+9
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-0/+18
* * ext/curses/curses.c (curses_insertln): merged a patch frommatz2005-06-071-0/+10
* * lib/thread.rb: RDoc documentation from Eric Hodelmatz2005-06-071-0/+5
* * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu2005-06-071-1/+6
* * ChangeLog: fix typo.nobu2005-06-071-1/+1
* * parse.y (parser_yylex): small error fixed.matz2005-06-071-2/+4
* * parse.y (parser_yylex): allow ';;' to be block terminator inmatz2005-06-071-0/+20
* * ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai2005-06-071-0/+5
* * ext/ripper/depend: add .y to .SUFFIXES for nmake.usa2005-06-061-0/+4
* * ext/tk/lib/tk/console.rb: create console when requirednagai2005-06-051-0/+6
* * signal.c (ruby_signal): don't set SA_RESTART.akr2005-06-051-0/+5
* * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr2005-06-041-1/+5
* * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb withakr2005-06-031-0/+5
* * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu2005-06-031-0/+14
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-031-0/+4
* * parse.y: pragma support on ripper. [ruby-dev:26266]nobu2005-06-021-1/+5
* * parse.y (method_call): new experiment: "(expr)(args...)" tomatz2005-06-021-0/+9
* * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine2005-06-011-0/+7
* * bcc32/Makefile.sub: can use single quote character in DESTDIR.ocean2005-06-011-0/+8
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo2005-05-311-0/+9
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-301-0/+11
* * test/openssl/test_x509store.rb: add test for expired CRLgotoyuzo2005-05-281-0/+5
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): shouldgotoyuzo2005-05-271-0/+5
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-05-271-0/+6
* * lib/mkmf.rb: use the semicolon as the path separatoreban2005-05-271-0/+5
* * lib/fileutils.rb (remove_entry_secure): add documentation.aamine2005-05-261-0/+7
* * vms/vmsruby_private.c, vms/vmsruby_private.h: private routinesnobu2005-05-251-3/+10
* * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]aamine2005-05-251-0/+18
* * ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai2005-05-251-0/+4
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-251-0/+40
* * lib/fileutils.rb (rm_r): does chown(2). [ruby-dev:26199]aamine2005-05-251-0/+4
* * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr2005-05-251-1/+5
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-241-0/+11
* * test/readline/test_readline.rb: do not test libedit.shugo2005-05-241-0/+5
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu2005-05-231-0/+5
* * test/soap/calc: method name 'set' was able to crash with a class Set.nahi2005-05-231-0/+8
* * ext/tk/extconf.rb: Framework support on MacOS X Tiger.nagai2005-05-231-0/+6
* * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO).usa2005-05-231-0/+5
* * re.c (make_regexp): should not return junk address duringmatz2005-05-231-0/+5
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-221-0/+79
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo2005-05-221-0/+7
* * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198]nobu2005-05-221-0/+6
* add ML link [ruby-dev:26100]aamine2005-05-211-1/+2
* * lib/fileutils.rb (rm_r): new option :secure (default = true).aamine2005-05-211-0/+13