summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2002-07-03expand TABs.akr
2002-07-03 * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou
2002-07-02 * lib/cgi.rb (CGI#header): accept any type as value.wakou
2002-06-30made object address test to compare inspect's result.akr
2002-06-29fix object address test.akr
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-28lib/pp.rb: fix object address.akr
2002-06-27* lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr
2002-06-27refine previous change.akr
2002-06-27* lib/prettyprint.rb: re-implemented for incremental output to handleakr
2002-06-24* parse.y (yylex): __END__ should not be effective withinmatz