summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2003-07-25fix: keep linenoseki
2003-07-25remove debug messagematz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-24* lib/yaml/dbm.rb: replace indexes with values_at.why
2003-07-24* gcc -Wall clean-up.matz
2003-07-24* lib/mkmf.rb (have_type): check if a type is defined.nobu
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/Win32API/lib/win32/resolv.rb: added.usa
2003-07-23* lib/webrick: imported.gotoyuzo
2003-07-23* lib/tmpdir.rb (tmpdir): new method. remove TMPDIR.eban
2003-07-23import erb-2.0.4b1seki
2003-07-23* lib/mkmf.rb (log_src, checking_for, create_header):nobu
2003-07-22* variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz
2003-07-22* lib/tmpdir.rb: remove charcters after "\000" and regularize path.usa
2003-07-21* lib/tmpdir.rb: new library to get temporary directory path,matz
2003-07-19* string.c (rb_str_match2): add warning to "~string".matz
2003-07-19Initial commit of scanf.rb.dblack
2003-07-19* lib/xmlrpc: import.matz
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-18removed garbagenobu
2003-07-18* eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. nomatz
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-15* lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz
2003-07-11BaseEmitter left out as well.why
2003-07-11* ext/syck/emitter.c: new emitter code.why
2003-07-11* rename 'Shift-JIS' to 'SHIFT-JIS'matz
2003-07-10* lib/rexml/encodings/EUC-JP.rb (Encoding): use join.matz
2003-07-09* lib/rexml/encoding.rb (encoding=): oops, shouldn't havematz
2003-07-09* eval.c (rb_load): put rb_load_file() in a thread criticalmatz
2003-07-03* Changelog, lib/debug.rb: fix typo.matz
2003-07-03* lib/timeout.rb: add optional exception argument for compatibilityakr
2003-07-03lib/mkmf.rb (VPATH): use '&&' instead of 'and'.eban
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-07-03* lib/mkmf.rb (VPATH): convert from Windows form to Unix form oneban
2003-07-02* lib/net/smtp.rb: synchronize document with source code.aamine
2003-07-02* lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine
2003-07-02* lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...aamine
2003-07-01* lib/net/pop.rb (Net::POP3#start): typofix.eban
2003-06-28import drb-2.0.4 (use LocalJumpeError#reason)seki
2003-06-25* variable.c (autoload_delete): should delete Qundef from iv_tbl.matz
2003-06-24* lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hashwhy
2003-06-24* lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.aamine
2003-06-19* lib/csv.rb: Import csv module.nahi
2003-06-18import from drb-2.0.4b3seki
2003-06-18* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why