summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-02-18* ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t...aamine
2004-02-18* ext/strscan/strscan.c: merge documentation from 1.8 branch.aamine
2004-02-18removed conflict indicatorgsinclair
2004-02-18 * lib/cgi-lib.rb: deprecated after 1.8.1gsinclair
2004-02-18Strip extraneous spaces from included filenamedave
2004-02-18remove O_NONBLOCK, thanks ayseki
2004-02-18import test_rinda.rbseki
2004-02-18 * test/*: should not depend on $KCODE.nahi
2004-02-18* test/ruby/test_sprintf.rb: added tests.usa
2004-02-18* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban
2004-02-18Modify ChangeLogocean
2004-02-18* sprintf.c (rb_f_sprintf): clean up.usa
2004-02-17 * lib/rinda/rinda.rb: added documentation (from Hugh Sasse)gsinclair
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