summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-07-24* lib/yaml/dbm.rb: replace indexes with values_at.why
2003-07-24* ext/openssl/extconf.rb: add check for libsocket and libnsl.gotoyuzo
2003-07-24* ext/syck/emitter.c (syck_emitter_flush): accepts countwhy
2003-07-24* lib/mkmf.rb (have_type): check if a type is defined.nobu
2003-07-24* ChangeLog (add-log-time-format): "%c" contains timezone on XEmacs.nobu
2003-07-24* configure.in (AC_C_VOLATILE): check if volatile works.nobu
2003-07-24* ext/openssl/extconf.rb: add check for win32 OpenSSL libraries.gotoyuzo
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2003-07-24* lib/pathname.rb: added.akr
2003-07-24* ext/io/wait/extconf.rb: removed unnecessary backward compatibility stuff.nobu
2003-07-24* ext/openssl/extconf.rb: revert use of dir_config.eban
2003-07-24Typo.usa
2003-07-24* ext/Win32API/lib/win32/resolv.rb: added.usa
2003-07-23* ext/openssl/ssl.h: undef X509_NAME and PKCS7_SIGNER_INFO togotoyuzo
2003-07-23Cut check for OpenSSL versionmichal
2003-07-23* ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.usa
2003-07-23* lib/webrick: imported.gotoyuzo
2003-07-23* lib/tmpdir.rb (tmpdir): new method. remove TMPDIR.eban
2003-07-23* ext/openssl: imported.gotoyuzo
2003-07-23* file.c (DOSISH): better Cygwin support.eban
2003-07-23import erb-2.0.4b1seki
2003-07-23* ext/io/wait: imported.nobu
2003-07-23* string.c (rb_str_lstrip_bang): strip NUL along with whitematz
2003-07-23* lib/mkmf.rb (log_src, checking_for, create_header):nobu
2003-07-23* ext/iconv/iconv.c (check_iconv): check if Iconv instance.nobu
2003-07-22* variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz
2003-07-22* MANIFEST (lib/cgi/session/pstore.rb, lib/yaml/baseemitter.rb): added.eban
2003-07-22* lib/tmpdir.rb: remove charcters after "\000" and regularize path.usa
2003-07-21* numeric.c (num_equal): should not use rb_equal().matz
2003-07-21* string.c (rb_str_equal): should return nil for non stringmatz
2003-07-21* lib/tmpdir.rb: new library to get temporary directory path,matz
2003-07-20* string.c: use StringValueCStr to retrieve paths to system calls.matz
2003-07-20* ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...katsu
2003-07-19* string.c (rb_str_match2): add warning to "~string".matz
2003-07-19* lib/xmlrpc: import.matz
2003-07-19* wince/stdlib.c: add bsearch().uema2
2003-07-19* eval.c (thgroup_add): do not raise ThreadError on terminatedmatz
2003-07-18* ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrappernobu
2003-07-18* ext/Win32API/lib/win32/registry.rb (Win32::Registry::Error):usa
2003-07-18* eval.c (rb_attr): extra calls of method_added. [ruby-talk:76361]nobu
2003-07-18* lib/mkmf.rb (init_mkmf): clear $INSTALLFILES. [ruby-dev:20727]nobu
2003-07-18* lib/mkmf.rb (rm_f): use FileUtils.nobu
2003-07-18* win32/win32.c (make_cmdvector): recognize quote within string.usa
2003-07-18* eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. nomatz
2003-07-17* re.c (match_captures): rename from "groups".matz
2003-07-17* eval.c (rb_clear_cache_by_class): check both klass and origin.matz
2003-07-17* eval.c (ruby_init): set ruby_running to true aftermatz
2003-07-17* lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban
2003-07-16* eval.c (rb_proc_new): call svalue_to_avalue for yield argument.matz
2003-07-16* eval.c (rb_disable_super, rb_enable_super): deprecate.matz