summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-09Fix the conversion method.ttate
2002-12-07Teach eval the correct line number to report.knu
2002-12-042002-12-04nobu
2002-12-04* object.c (copy_object): copy finalizers as well if any.matz
2002-12-02* lib/pp.rb (PP.singleline_pp): new method.akr
2002-12-02WinCE MANIFESTmatz
2002-12-022002-12-02nobu
2002-12-02renamed OptionParser#new to #define.nobu
2002-12-02WinCE patch mergedmatz
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