summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-02* pack.c (utf8_to_uv): added checks for malformed or redundantmatz
2002-12-01* lib/optparse.rb (OptionParser::new): same as OptionParser#on butnobu
2002-12-012002-12-01nobu
2002-12-01* win32/win32.c (rb_w32_stat): empty path is invalid, and returnnobu
2002-12-01Clarify that this file is not actively maintained.knu
2002-11-28* lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" inknu
2002-11-272002-11-27knu
2002-11-27* lib/mkmf.rb: Make sure to dig the destination directory beforeknu
2002-11-27* dln.c (init_funcname_len): remove MAXPATHLEN dependency.matz
2002-11-27* ext/syslog/syslog.c: Cut redundancy.knu
2002-11-27* ext/syslog/test.rb: Syslog.close should raise RuntimeError whenknu
2002-11-27* ext/digest/test.rb: Switch from RUnit to Test::Unit.knu
2002-11-27* ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu
2002-11-27* ext/syslog/test.rb: Switch from RUnit to Test::Unit.knu
2002-11-262002-11-26nobu
2002-11-26commit missnobu
2002-11-26* error.c (exit_initialize): add SystemExit#initialize to setnobu
2002-11-26dlsizeof() should handle 'S' and 's'.ttate
2002-11-25* ext/extmk.rb (extmake): return true if not dynamic and not static.eban
2002-11-24typofix.eban
2002-11-24* dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.eban
2002-11-24* dln.c: move the MAXPATHLEN definition in front.eban
2002-11-22* sprintf.c (rb_f_sprintf): preceding ".." for negativematz
2002-11-22* instruby.rb: Install batch files on Windows. [Submitted by usa]knu
2002-11-222002-11-22eban
2002-11-22* eval.c (rb_add_method): node may be NULL.matz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-11-22change default prompt.keiju
2002-11-21* erb.rb: fix def_class bug.seki
2002-11-21* bin/erb: fix -S 4 option bug.seki
2002-11-21* lib/net/smtp.rb: changes coding style.aamine
2002-11-21* lib/net/http.rb: unify coding style.aamine
2002-11-21sorry, conflicts in ChangeLog is now resolved.aamine
2002-11-21modify ChangeLog.aamine
2002-11-21* lib/net/http.rb: should not overwrite Host: header. (Original patch is cont...aamine
2002-11-21* lib/net/http.rb: support Proxy-Authorization. (Original patch is contribute...aamine
2002-11-20add bin/erbseki
2002-11-19* array.c (rb_ary_zip): iterates over items in the receiver.matz
2002-11-19URI::extract extracts only URIs of specified schemes when schemes are specified.akira
2002-11-19initialize hackmatz
2002-11-18defines.h: hack for the case sizeof(short) == sizeof(int)matz
2002-11-18* instruby.rb: Do not install various working files under bin/.knu
2002-11-18* instruby.rb: not rewrite installed scripts when dry-run mode.nobu
2002-11-18Oops, I mean ruby_install_name.knu
2002-11-18* instruby.rb: Rewrite installed scripts' shebang lines.knu
2002-11-18sample/irb.rb -> bin/irbknu
2002-11-18* bin/irb: Moved from sample/irb.rb.knu
2002-11-18Improve the comment section.knu
2002-11-17* lib/tempfile.rb: Make this libary thread safe.knu
2002-11-17* add ERBseki