summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-10-02* lib/delegate.rb (Delegator::initialize): use Object#classnobu
2002-09-25* lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-09-23* configure.in (RUBY_MINGW32): new macro. check for the MinGWeban
2002-09-20* lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu
2002-09-18No exception report when the exception is not specified to catch.nahi
2002-09-15* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban
2002-09-13* lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.eban
2002-09-11* pp.rb (ARGF.pretty_print): implemented.akr
2002-09-10* lib/mkmf.rb: $hdrdir is $top_srcdir if invoked from extmk.rbeban
2002-09-10* ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban
2002-09-08* time.c (time_free): prototype; struct time_object -> void *.eban
2002-09-08* lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-09-08bcc32/configure.bat : Control of a message.H_Konishi
2002-09-07Use Enumerable#all? to optimize a bit.knu
2002-09-07* lib/set.rb: Disallow Set.new(false). Add even more tests.knu
2002-09-07* lib/set.rb: Fix a bug in flatten()'s recursive set detection.knu
2002-09-06* lib/mkmf.rb ($CC): command to compile C source.nobu
2002-09-05* lib/mkmf.rb (xsystem): mkmf.log.eban
2002-09-04* extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban
2002-09-04- ==(o) should be aware of all the Set variant instances, not justknu
2002-09-03* extmk.rb: require mkmf.rb. remove duplicate methods.eban
2002-08-30Add set.rb.knu
2002-08-29* array.c (rb_ary_become): should not free ptr if it's shared.matz
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-25 * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou
2002-08-24* lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr
2002-08-23* configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban
2002-08-21* eval.c (rb_thread_cleanup): should not modify the globalmatz
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-15* lib/rational.rb(Rational#hash): modify algorism for hash-function.keiju
2002-08-12* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz
2002-08-08* lib/optparse.rb (String): must provide conversion block.nobu
2002-08-07* lib/optparse.rb (OptionParser::Switch::parse_arg): require blocknobu
2002-08-07* lib/optparse/time.rb: prior time.rb.nobu
2002-08-07* optparse.rb (OptionParser::Completion::convert): returned allnobu
2002-08-07* lib/optparse/uri.rb: require standard uri module. thanks tonobu
2002-07-29* numeric.c (num_to_int): default to_int implementaion for everymatz
2002-07-18* lib/net/ftp.rb (set_socket): new method.shugo
2002-07-12importnobu
2002-07-12* lib/resolv.rb (Resolv::DNS::open, close): new.nobu
2002-07-11* lib/net/http.rb: rename HTTP.get_uri get_response.aamine
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-07-11* lib/resolv.rb: untaint strings read from /etc/hosts andshugo
2002-07-09* irb 0.9keiju
2002-07-05 * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou
2002-07-03* lib/net/ftp.rb (get): new method.shugo
2002-07-03* lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo
2002-07-03* lib/net/ftp.rb: use &block and yield for speed.shugo