summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-02-17* sprintf.c (rb_f_sprintf): preserve original val formatz
2004-02-17 * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:nahi
2004-02-17 * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi
2004-02-17* ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu
2004-02-17* ext/strscan/strscan.c: ScanError may be (wrongly) garbage collected. (thank...aamine
2004-02-17* ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu
2004-02-17* lib/rss/rexmlparser.rb: REXML version may be 4 digits.nobu
2004-02-17* ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa
2004-02-16* lib/rexml/encodings/SHIFT_JIS: wrong library name.nobu
2004-02-16* eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCEakr
2004-02-16* lib/fileutils.rb: new module FileUtils::DryRun.aamine
2004-02-16 * lib/csv.rb: document reduction. [ruby-core:02429]nahi
2004-02-16 * lib/generator.rb: corrected doc formatgsinclair
2004-02-16* bcc32/Makefile.sub: show more warnings. (refering to mingw)ocean
2004-02-16* win32/Makefile.sub (config.status): should create *.pdb on ext/,usa
2004-02-16* configure.in: check functions, fork spawnv.nobu
2004-02-16* lib/racc/parser.rb: add note for Racc full package.aamine
2004-02-16* ext/racc/cparse/README: new file.aamine
2004-02-16* ext/iconv/iconv.c (iconv_s_list): new method Iconv.listnobu
2004-02-16* dir.c (CompareImpl): File.fnmatch and Dir.glob get better performanceocean
2004-02-15Fix ChangeLogocean
2004-02-15* bcc32/Makefile.sub: should warn suspicious pointer conversion.ocean
2004-02-15Add ruby-dev number.ocean
2004-02-15* dir.c (push_braces): remove wrong const.ocean
2004-02-15 * sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb,nahi
2004-02-15fix TupleSpace#read, #takeseki
2004-02-15add IDispatch wrapper in val2variantsuke
2004-02-15* ruby.h, dir.c (rb_glob): add const.ocean
2004-02-14* lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).gotoyuzo
2004-02-14* mkconfig.rb: use fileutils.rb instead of ftools.rb.nobu
2004-02-14* lib/un.rb: use OptionParser instead of getopts.eban
2004-02-14import lib/drb/sampleseki
2004-02-14add pretty_printseki
2004-02-13* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz
2004-02-13 * lib/fileutils.rb: slighly improved documentation (sync with 1.8)gsinclair
2004-02-13* test/rss/test_trackback.rb: added tests for TrackBack with RSSkou
2004-02-13* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai
2004-02-13* test/fileutils/test_fileutils.rb: rescue SystemCallError instead of EINVAL....aamine
2004-02-12* test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d...aamine
2004-02-12 * lib/ftools.rb: documentedgsinclair
2004-02-12 * lib/base64.rb: added and tidied documentationgsinclair
2004-02-12* lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...aamine
2004-02-12* lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu
2004-02-12* parse.y (rparen): ignore preceding newlines to right parentheses.nobu
2004-02-12* configure.in: set ac_cv_func_link to yes to enable link() on MinGW.eban
2004-02-12* win32/win32.c (link): raise NotImplementedError on Win9X.usa
2004-02-12* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu
2004-02-11* lib/pathname.rb: use assert_raise instead of assert_raises.akr
2004-02-11* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai
2004-02-10typo.nobu