summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2002-06-24* lib/mkmf.rb (create_makefile): get rid of nested string.nobu
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-22updated to the new version (based on date2 3.3).tadf
2002-06-20* lib/ftools.rb (compare): don't return with a file openedeban
2002-06-20* lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban
2002-06-19* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban
2002-06-13ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz
2002-06-13* lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).eban
2002-06-12merged differences between uri-0.9.6 and uri-0.9.7akira
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-11* lib/net/ftp.rb (noop): new method.shugo
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-06-06* lib/thread.rb (Queue::pop): get rid of race condition.nobu
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-05-30* range.c (range_step): iteration done using "+" if elements arematz
2002-05-30 * lib/cgi.rb: if StringIO is usable then use it.wakou
2002-05-29fix for POST method.wakou
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-29 * lib/cgi.rb: not use const if GET, HEAD. check multipart form head.wakou
2002-05-20Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou
2002-05-19added an entry (date/format.rb).tadf
2002-05-18use Array#select instead of Array#indexes.tadf
2002-05-18updated to the new version (based on date2 3.2.1).tadf
2002-05-04* lib/mkmf.rb: exclude topdir from the system configurationknu
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
2002-04-25* various files: macro fix-up by Michal Rokos.matz
2002-04-24discarded unused parametergotoken