summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * win32/setup.mak: strip out empty lines from CPP output.nobu2008-01-151-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full pathnobu2008-01-151-0/+7
| | | | | | | | | to get rid of ./ruby.exe. * win32/enc-setup.mak: workaround for Borland make. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * encoding.c (rb_locale_charmap): use ASCII-8BIT in miniruby.nobu2008-01-151-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir whenusa2008-01-151-0/+5
| | | | | | | | invoking ruby. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]usa2008-01-151-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (eval): check if backtrace is empty. [ruby-core:15040]nobu2008-01-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk: simplified dummy objects dependencies.nobu2008-01-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu2008-01-141-0/+11
| | | | | | | | | | | | * common.mk (dmyencoding.o): added. [ruby-dev:33099] * configure.in, {win,bcc}32/Makefile.sub (MINIOBJS): added dmyencoding.o. * dmyencoding.c (rb_locale_charmap): returns nil for miniruby. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (appendline): specifying limit should not generate brokenmatz2008-01-141-0/+5
| | | | | | byte sequence. strings should be rounded. [ruby-dev:33088] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str.naruse2008-01-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz2008-01-141-0/+6
| | | | | | * bootstraptest/runner.rb (main): expand -I directory path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.usa2008-01-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz2008-01-141-0/+7
| | | | | | | | of using fixed index value. * enc/Makefile.in (encsrcdir): make US-ASCII built-in. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * golf_prelude.rb: Shorter method name completion. Same methodeban2008-01-141-0/+9
| | | | | | | | | | | | used for const missing. do_while and do_until added. Enumerator gains all of Array's abilities. Ex: '123'.m{|i|i*2} #=> "112233" '123'.pe #=> '123'.perm*' ' #=> "123 132 213 231 312 321" base on a patch from Darren Smith <darrenks AT ml1.net>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.matz2008-01-141-0/+6
| | | | | | * rubytest.rb: add -I#{srcdir} to load encoding DLL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c: clear thread structure.ko12008-01-141-0/+7
| | | | | | | | | (TODO: survey that child process should clear mutex or not). * bootstraptest/test_knownbug.rb, test_thread.rb: move a fixed test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bootstraptest/runner.rb: add "flunk" method.ko12008-01-141-0/+6
| | | | | | | | * bootstraptest/test_knownbug.rb: fix to use flunk. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm.h: remove dangerous assembler sentence.ko12008-01-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil.naruse2008-01-141-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/shellwords.rb: scape should be an alias to shellescape. amatz2008-01-141-0/+6
| | | | | | | patch from Masahiro Kawato <m-kawato AT mwb.biglobe.ne.jp> in [ruby-dev:33060]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.1: a patch to describe --encoding. a patch from Yuguimatz2008-01-141-0/+7
| | | | | | | | <yugui AT yugui.sakura.ne.jp> in [ruby-dev:33079]. * ruby.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * re.c (rb_reg_prepare_re): initialize error message buffer.akr2008-01-141-0/+11
| | | | | | | | | | | | | (rb_reg_search): ditto. (rb_reg_check_preprocess): ditto. (rb_reg_new_str): ditto. (rb_enc_reg_new): ditto. (rb_reg_compile): ditto. (rb_reg_initialize_m): ditto. (rb_reg_s_union_m): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain2008-01-141-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-141-0/+4
| | | | | | | | | * enc/ascii.c: Exchanged order of arguments for one ENC_ALIAS git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/time.rb: do not reference Time directly from the inside oftadf2008-01-141-0/+5
| | | | | | | definitions. [ruby-dev:33059] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enc/*.c: add replicas and aliases.naruse2008-01-131-0/+6
| | | | | | | * enc/make_encdb.h: add duplicate and undefined check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse2008-01-131-0/+11
| | | | | | | | | | | | | which are not builtin. * regenc.{c,h} (onigenc_mb2_code_to_mbclen, onigenc_mb4_code_to_mbclen): fix prototype. * enc/big5.c, enc/euc_kr.c, enc/euc_tw.c, enc/gb18030.c, enc/koi8_r.c, enc/windows_1251.c: imported from Oniguruma. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enc/make_encdb.h: sort encoding names by original name.naruse2008-01-131-0/+6
| | | | | | | * encoding.c, enc/*.c: define replicas and aliases. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * encoding.c: add documents.naruse2008-01-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * encoding.c (Init_Encoding): moved initialization from encdb.h.nobu2008-01-131-0/+8
| | | | | | | | | * enc/make_encdb.rb (enc_name_list): constified. * enc/make_encdb.rb (enc_init_db): moved some functions to encoding.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (load_file): local variable was not initialized when -x flagnobu2008-01-131-1/+4
| | | | | | | is given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (load_file): script files should not be affected by locale.nobu2008-01-131-0/+5
| | | | | | | [ruby-dev:33054] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Reorganize RDoc generatorsdrbrain2008-01-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-131-0/+13
| | | | | | | | | | | | | | | (rb_enc_init): EUC-JP and Shift_JIS are not builtin now. * enc/Makefile.in: ditto. * common.mk: ditto. * ruby.c (proc_options): ditto. * enc/shift_jis.c, enc/euc_jp.c: fixes for romove from builtin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * encoding.c (enc_table): packed all enc_table stuff.nobu2008-01-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * encoding.c (rb_enc_init): revert removing SJIS.naruse2008-01-131-0/+13
| | | | | | | | | | | | | | * enc/sjis.c: move to enc/shift_jis.c, to make encoding name equal to filename for convinience of loading lib. * enc/shift_jis.c: moved from enc/sjis.c. * common.mk: follows enc/shift_jis.c. * enc/Makefile.in: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (incs): includes encdb.h.nobu2008-01-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]nobu2008-01-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz2008-01-121-0/+6
| | | | | | * common.mk (encdb.h): pass enc dir from outside to make_encdb.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse2008-01-121-2/+19
| | | | | | | | | | | | | | | | | | | | * regenc.h (ENC_REPLICATE, ENC_ALIAS): added for defining replica encoding and encoding alias. * encoding.c (rb_enc_init): move alias definitions to enc/*.c. (rb_enc_find_index): search original of replica and alias when no encoding library. (rb_enc_name_list, rb_enc_aliases_enc_i, rb_enc_aliases_str_i, rb_enc_aliases, Encoding.name_list, Encoding.aliases): added. (Init_Encoding): init encdb. * enc/ascii.c, enc/us_ascii.c, enc/euc_jp.c, enc/sjis.c: add replica encoding and encoding alias difinition. * common.mk (dist-clean-local): add rule for remvoe encdb.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* removed an extra blank line which was added by naruse.tadf2008-01-121-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval_method.c (rb_define_alloc_func, rb_undef_alloc_func): shouldnobu2008-01-121-0/+7
| | | | | | | define/undef on a signleton class. [ruby-core:09959] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf.c: rdoc update.naruse2008-01-121-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/date.rb, lib/date/format.rb: tuning for performance.tadf2008-01-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bootstraptest/test_proc.rb: fixed wrong expected result. pointednobu2008-01-121-0/+6
| | | | | | | | out by Kornelius "murphy" Kalnbach <murphy AT rubychan.de> in [ruby-core:15022]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (process_options): -e'script' is locale encoding by default.naruse2008-01-111-0/+5
| | | | | | | (load_file): ruby script from stdin is locale encoding by default. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.naruse2008-01-111-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (string.c): call rb_str_buf_append to update encoding ofakr2008-01-111-0/+5
| | | | | | | str1, even if str2 is empty. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * proc.c (proc_mark): needs to mark the receiver too. a patch fromnobu2008-01-111-0/+6
| | | | | | | | Chris Heath <chris AT heathens.co.nz> in [ruby-core:14983]. [ruby-core:14885] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove lib/rdoc/usage.rbdrbrain2008-01-111-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e