summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-08-041-0/+2
* 2006-08-05drbrain2006-08-041-3/+3
* * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju2006-08-043-18/+38
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-042-2/+8
* 2006-08-04nobu2006-08-041-3/+3
* * pack.c (pack_pack): check argument overrun for 'P'. based on anobu2006-08-042-4/+10
* * win32/win32.c (init_stdhandle): assign standard file handles.nobu2006-08-012-0/+26
* 2006-08-01nobu2006-08-011-4/+4
* * eval.c (Init_Binding): fix old commit miss.nobu2006-08-012-1/+5
* * ChangeLog: typo.usa2006-07-311-1/+0
* * win32/win32.c (exit_handler): new function; release winsock andusa2006-07-312-19/+45
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-312-1/+11
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-318-13/+34
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-313-1/+65
* 2006-07-31gotoyuzo2006-07-311-3/+3
* * eval.c (rb_call0): trace call/return of method defined from block.nobu2006-07-302-1/+12
* * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu2006-07-303-25/+15
* 2006-07-30nobu2006-07-301-3/+3
* * eval.c (rb_trap_eval): make the current thread runnable to deal withnobu2006-07-302-0/+6
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-282-1/+5
* * lib/logger.rb: improves the amount of documentation that Rdocmatz2006-07-282-3/+10
* 2006-07-29matz2006-07-281-3/+3
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-283-6/+20
* 2006-07-28matz2006-07-271-3/+3
* * math.c (domain_check): a new function to check domain errormatz2006-07-272-24/+40
* * time.c (time_to_s): fixed format mismatch.nobu2006-07-272-1/+5
* * time.c: need to declare time_utc_offset.eban2006-07-272-0/+5
* * time.c (time_to_s): use +0900 style timezone string for local time.matz2006-07-272-1/+21
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-272-9/+14
* 2006-07-27matz2006-07-271-3/+3
* * configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz2006-07-264-0/+15
* small document fixaamine2006-07-261-1/+1
* restore (wrongly) removed testsaamine2006-07-261-3/+74
* * lib/net/http.rb: sync with HEAD (rev 1.132).aamine2006-07-263-93/+96
* * ext/strscan/strscan.c: sync with HEAD (rev 1.25).aamine2006-07-263-170/+209
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-262-22/+34
* * sprintf.c (rb_f_sprintf): prepend ".." to %u for negative bignum,nobu2006-07-262-19/+21
* * string.c (rb_str_scan): add string modification check.matz2006-07-262-0/+7
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz2006-07-262-0/+9
* 2006-07-26nobu2006-07-251-3/+3
* * configure.in: suppress warnings by automake 1.8 or later.nobu2006-07-252-5/+9
* RD to RDoc conversion by Hugh Sasse.drbrain2006-07-253-125/+112
* * lib/mkmf.rb (configuration): typo.usa2006-07-252-1/+5
* 2006-07-25matz2006-07-251-3/+3
* * process.c (rb_proc_times): rename hz to hertz to avoid namematz2006-07-252-5/+10
* * eval.c (backtrace): skip frames successive on node and method name.nobu2006-07-242-2/+7
* * process.c (rb_f_system): add security check. [ruby-talk:202947]matz2006-07-242-1/+9
* don't compare struct sockaddr directly.akr2006-07-241-2/+2
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-242-1/+8
* 2006-07-24matz2006-07-241-3/+3