summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-01-21* lib/net/imap.rb (envelope): allow NIL.shugo
2004-01-21* lib/mkmf.rb (merge_libs): squeeze successive same libraries.nobu
2004-01-21* lib/base64.rb: enclosed in a module. [ruby-core:02285]nobu
2004-01-21* ext/digest/rmd160/extconf.rb: have_library appends found library.nobu
2004-01-20* ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo
2004-01-20Document base64dave
2004-01-20RDoc abbrevdave
2004-01-20Document lib/English. Add top-level aliases to rdoc html outputdave
2004-01-19* test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu
2004-01-19* ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo
2004-01-19* error.c (name_err_mesg_to_str): inverted condition for result ofnobu
2004-01-19* lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban
2004-01-19* sample/exyacc.rb: escape '}' to avoid warning.eban
2004-01-19* ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2004-01-19* error.c (NameError::message): internal use only.nobu
2004-01-19* test/ruby/test_time.rb: added tests for [ruby-dev:22614] andakira
2004-01-19* ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa
2004-01-18synchronized with date2 3.5.tadf
2004-01-18* ext/iconv/charset_alias.rb: prefer us_EN locale encodings ornobu
2004-01-18* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu
2004-01-18* ruby.c: use translate_char() on Cygwin.eban
2004-01-18 * lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support ofnahi
2004-01-18* time.c (time_overflow_p): should return results. [ruby-dev:22614]nobu
2004-01-18retry committing ChangeLog and time.csiena
2004-01-17* defines.h (_WIN32): undef _WIN32 on Cygwin before defining DOSISH.eban
2004-01-17* marshal.c (class2path): check anonymous class/module beforenobu
2004-01-17* error.c (NameError::Message): new class for lazy evaluation ofnobu
2004-01-17commit miss :(usa
2004-01-17* lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema):usa
2004-01-16* eval.c (proc_eq): compare also arguments and environmentnobu
2004-01-16typonobu
2004-01-16* eavl.c (proc_eq): compare also arguments and environment.nobu
2004-01-16* marshal.c (class2path): get class path and check referable.nobu
2004-01-15* io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu
2004-01-14* test/inlinetest.rb (InlineTest::eval_part): eval under the topnobu
2004-01-14* test/inlinetest.rb (InlineTest::loadtest): require instead ofnobu
2004-01-14* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu
2004-01-14* MANIFEST: add test/net/test_httpheader.rb. (commit miss?)usa
2004-01-13* ext/syck/rubyext.c: omission of Date library code causedwhy
2004-01-13* ext/tk/lib/tk.rb: use $0 as the default application class name.nagai
2004-01-13* parse.y (primary): allow no "when" case. [ruby-dev:22578]matz
2004-01-13* lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu
2004-01-13 * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi
2004-01-13* test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu
2004-01-12* ext/syck/bytecode.c: turn off default implicit typing.why
2004-01-12Display full name in class listdave
2004-01-12* file.c (test_wr): Rdoc fix. [ruby-core:02225]matz
2004-01-12Try to use DESTDIR when installingdave
2004-01-12* parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu