aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (xsystem): mkmf.log.eban2002-09-051-1/+1
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-041-6/+10
* - ==(o) should be aware of all the Set variant instances, not justknu2002-09-041-2/+2
* * extmk.rb: require mkmf.rb. remove duplicate methods.eban2002-09-031-36/+51
* Add set.rb.knu2002-08-301-0/+778
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-134/+119
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-0/+3
* * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou2002-08-251-3/+7
* * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr2002-08-242-12/+41
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-231-0/+1
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-0/+24
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-0/+3
* * lib/rational.rb(Rational#hash): modify algorism for hash-function.keiju2002-08-151-1/+1
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-121-1/+1
* * lib/optparse.rb (String): must provide conversion block.nobu2002-08-081-2/+2
* * lib/optparse.rb (OptionParser::Switch::parse_arg): require blocknobu2002-08-072-3/+3
* * lib/optparse/time.rb: prior time.rb.nobu2002-08-071-2/+2
* * optparse.rb (OptionParser::Completion::convert): returned allnobu2002-08-071-7/+7
* * lib/optparse/uri.rb: require standard uri module. thanks tonobu2002-08-071-12/+3
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-294-7/+7
* * lib/net/ftp.rb (set_socket): new method.shugo2002-07-181-1/+10
* importnobu2002-07-123-0/+31
* * lib/resolv.rb (Resolv::DNS::open, close): new.nobu2002-07-122-17/+1646
* * lib/net/http.rb: rename HTTP.get_uri get_response.aamine2002-07-111-24/+55
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-115-8/+15
* * lib/resolv.rb: untaint strings read from /etc/hosts andshugo2002-07-111-0/+6
* * irb 0.9keiju2002-07-0935-482/+1267
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-051-1/+4
* * lib/net/ftp.rb (get): new method.shugo2002-07-031-6/+25
* * lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo2002-07-031-2/+2
* * lib/net/ftp.rb: use &block and yield for speed.shugo2002-07-031-49/+16
* expand TABs.akr2002-07-031-130/+130
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-031-0/+1
* * lib/cgi.rb (CGI#header): accept any type as value.wakou2002-07-021-1/+1
* made object address test to compare inspect's result.akr2002-06-301-2/+1
* fix object address test.akr2002-06-291-1/+1
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-284-4/+4
* lib/pp.rb: fix object address.akr2002-06-281-7/+11
* * lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr2002-06-272-258/+293
* refine previous change.akr2002-06-271-10/+25
* * lib/prettyprint.rb: re-implemented for incremental output to handleakr2002-06-272-290/+287
* * parse.y (yylex): __END__ should not be effective withinmatz2002-06-241-2/+1
* * lib/mkmf.rb (create_makefile): get rid of nested string.nobu2002-06-241-1/+1
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-3/+3
* updated to the new version (based on date2 3.3).tadf2002-06-222-123/+164
* * lib/ftools.rb (compare): don't return with a file openedeban2002-06-201-2/+2
* * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban2002-06-201-26/+11
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-2/+3
* ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz2002-06-131-2/+2
* * lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).eban2002-06-131-1/+1