summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-07-21* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu
2006-07-20* eval.c (rb_call): try local method look-up first for fcall, thenmatz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-19 * lib/irb/completion.rb: support for completion of numerickeiju
2006-07-18patch was misapplied. fixed. sorryryan
2006-07-18* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz
2006-07-17RD to RDoc conversion by Hugh Sasse.drbrain
2006-07-13Add monitor.rbdrbrain
2006-07-13* lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.matz
2006-07-11* bignum.c (bignorm): sizeof(long) may be smaller thanmatz
2006-07-09* lib/mkmf.rb (create_makefile): prevent substitution of macronobu
2006-07-09* lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu
2006-07-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2006-07-08Massive rdoc for fortran overhaul from Yasuhiro Morikawaryan
2006-07-08update doc.akr
2006-07-07* string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine
2006-07-02cancelled r1.25tadf
2006-06-30* lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): shouldgotoyuzo
2006-06-28Add optparse.rb to .document.drbrain
2006-06-28RDoc patch by Robin Stocker <robin@nibor.org>drbrain
2006-06-26Add --system, --site, --home and --gems to limit ri search path.drbrain
2006-06-23* ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr
2006-06-23* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz
2006-06-21fixed an issue about mathn.tadf
2006-06-21* lib/pp.rb (PP::PPMethods::seplist): should have preservedmatz
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-21* parse.y (method_call): remove (fn)(args) style lambdamatz
2006-06-20* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu
2006-06-19RDoc from Hugh Sasse [ruby-core:8012]drbrain
2006-06-19* ext/socket/socket.c (unix_sysaccept): typo fixed.matz
2006-06-18Add Test::Unit::Assertions.drbrain
2006-06-17* eval.c (Init_eval): add aliases invoke_method andmatz
2006-06-17* lib/pathname.rb (Kernel#Pathname): new method.akr
2006-06-16* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printedakr
2006-06-14Don't merge ri files if is nil/emptydrbrain
2006-06-14Don't print warnings when -q is set.drbrain
2006-06-11* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to thenobu
2006-06-10* lib/optparse.rb (OptionParser#getopts): new methods.nobu
2006-06-10* lib/rdoc/ri/ri_writer.rb: use String#ord.usa
2006-06-10* lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa
2006-06-09* math.c (log2): may be a macro.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-06-02* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu
2006-05-27* ext/extmk.rb (extmake): remove extinit files if no statically linkednobu
2006-05-26* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24* mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu
2006-05-24* lib/mkmf.rb (pkg_config): particular config commands support.nobu
2006-05-18* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo