summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/syck.c (syck_move_tokens): should avoid negativematz2006-08-071-0/+5
* * configure.in, common.mk: AIX link issue. a patch from Yutakamatz2006-08-071-1/+9
* * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz2006-08-071-0/+5
* * parse.y (top_local_setup): local_vars[-1] should pointmatz2006-08-071-0/+6
* %[EO]U didn't denote %U.tadf2006-08-061-0/+4
* "%\n" means "\n".tadf2006-08-051-0/+4
* add ML entrymatz2006-08-051-0/+1
* Merge RDoc and .document from HEADdrbrain2006-08-041-0/+4
* * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju2006-08-041-0/+5
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-041-0/+6
* * pack.c (pack_pack): check argument overrun for 'P'. based on anobu2006-08-041-0/+5
* * win32/win32.c (init_stdhandle): assign standard file handles.nobu2006-08-011-0/+4
* * eval.c (Init_Binding): fix old commit miss.nobu2006-08-011-0/+4
* * ChangeLog: typo.usa2006-07-311-1/+0
* * win32/win32.c (exit_handler): new function; release winsock andusa2006-07-311-0/+15
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-0/+6
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-0/+6
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-0/+5
* * eval.c (rb_call0): trace call/return of method defined from block.nobu2006-07-301-1/+4
* * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu2006-07-301-1/+4
* * eval.c (rb_trap_eval): make the current thread runnable to deal withnobu2006-07-301-0/+5
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-281-0/+4
* * lib/logger.rb: improves the amount of documentation that Rdocmatz2006-07-281-0/+7
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-281-0/+5
* * math.c (domain_check): a new function to check domain errormatz2006-07-271-0/+11
* * time.c (time_to_s): fixed format mismatch.nobu2006-07-271-0/+4
* * time.c: need to declare time_utc_offset.eban2006-07-271-0/+4
* * time.c (time_to_s): use +0900 style timezone string for local time.matz2006-07-271-0/+5
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-0/+5
* * configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz2006-07-261-0/+4
* * lib/net/http.rb: sync with HEAD (rev 1.132).aamine2006-07-261-0/+16
* * ext/strscan/strscan.c: sync with HEAD (rev 1.25).aamine2006-07-261-0/+7
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-0/+5
* * sprintf.c (rb_f_sprintf): prepend ".." to %u for negative bignum,nobu2006-07-261-0/+5
* * string.c (rb_str_scan): add string modification check.matz2006-07-261-0/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz2006-07-261-0/+6
* * configure.in: suppress warnings by automake 1.8 or later.nobu2006-07-251-0/+4
* RD to RDoc conversion by Hugh Sasse.drbrain2006-07-251-0/+4
* * lib/mkmf.rb (configuration): typo.usa2006-07-251-0/+4
* * process.c (rb_proc_times): rename hz to hertz to avoid namematz2006-07-251-0/+5
* * eval.c (backtrace): skip frames successive on node and method name.nobu2006-07-241-0/+4
* * process.c (rb_f_system): add security check. [ruby-talk:202947]matz2006-07-241-0/+7
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-241-0/+5
* * eval.c (rb_call0): revert last change. [ruby-dev:29112]matz2006-07-241-0/+6
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-231-0/+5
* * eval.c (rb_call0): include funcalled methods in caller list.nobu2006-07-211-0/+5
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-0/+5
* * ruby.h: export classes/modules to implement sandbox.matz2006-07-201-0/+5
* * lib/irb/completion.rb: support for completion of numerickeiju2006-07-191-0/+4
* * lib/rss/parser.rb, lib/rss/utils.rb: added documents.kou2006-07-191-0/+4