aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-2/+2
* * ext/curses/curses.c (curses_insertln): merged a patch frommatz2005-06-071-0/+3
* * lib/thread.rb: RDoc documentation from Eric Hodelmatz2005-06-071-20/+84
* * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu2005-06-071-2/+9
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo2005-05-311-1/+4
* add a test for [ruby-dev:26127].akr2005-05-291-0/+2
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-05-271-5/+7
* * lib/mkmf.rb: use the semicolon as the path separatoreban2005-05-271-5/+9
* * lib/fileutils.rb (remove_entry_secure): add documentation.aamine2005-05-261-33/+38
* * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]aamine2005-05-251-381/+546
* * lib/fileutils.rb (rm_r): does chown(2). [ruby-dev:26199]aamine2005-05-251-8/+31
* * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr2005-05-251-1/+1
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-241-0/+9
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-2283-1737/+3646
* * lib/fileutils.rb (rm_r): new option :secure (default = true).aamine2005-05-211-89/+195
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-191-2/+2
* Merged in development from the main REXML repository.ser2005-05-1915-866/+1210
* * lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr2005-05-151-1/+1
* use raise(exception) [ruby-dev:26164]seki2005-05-151-1/+2
* * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr2005-05-151-3/+3
* restored @progressocean2005-05-141-2/+3
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-4/+4
* * lib/rdoc/parsers/parse_c.rb: more readability for mixingocean2005-05-121-4/+10
* * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean2005-05-121-0/+11
* reverted (commit miss) [ruby-dev:26141]ocean2005-05-121-3/+3
* * eval.c (break_jump): break should not cross functions.matz2005-05-112-3/+6
* * lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean2005-05-111-1/+1
* * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"ocean2005-05-081-29/+29
* * lib/mkmf.rb (have_var): no libs argument is given.nobu2005-05-071-2/+0
* * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo2005-04-292-15/+17
* * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean2005-04-252-22/+22
* * configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improvenobu2005-04-201-1/+7
* * lib/net/http.rb: add rdoc.aamine2005-04-201-13/+48
* * lib/mkmf.rb (create_makefile): support platforms have file separatornobu2005-04-201-1/+11
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-201-7/+43
* * lib/rdoc/parsers/parse_rb.rb (lex_init): use IRB module.eban2005-04-201-1/+1
* * lib/ftools.rb (File.safe_unlink): do not modify a symlinked file.eban2005-04-191-22/+31
* * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.aamine2005-04-141-8/+25
* * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]keiju2005-04-144-6/+19
* * lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rbkeiju2005-04-143-5/+5
* * doc/irb/irb.rd.ja: a lost of release IRB 0.9.5.keiju2005-04-131-1/+1
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5(new files)keiju2005-04-133-0/+313
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-1331-317/+441
* * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-3/+7
* * lib/optparse.rb (OptionParser#order!): delete debug output.nobu2005-04-131-2/+0
* * lib/optparse.rb (OptionParser#order!): call handlers iff matchesnobu2005-04-131-4/+10
* * lib/optparse.rb (OptionParser#make_switch, OptionParser#order!):nobu2005-04-121-8/+49
* adhoc patch for [druby-ja:123]seki2005-04-111-5/+19
* * lib/mkmf.rb (configuration): shouldn't output hdrdir twice.usa2005-04-111-1/+1
* Applied Nobu's patch to the XML document encoding structure in REXML. Itser2005-04-099-114/+98