summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-01-14* configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz
2008-01-14 * win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.usa
2008-01-14* re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz
2008-01-14* golf_prelude.rb: Shorter method name completion. Same methodeban
2008-01-14* enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.matz
2008-01-14* thread.c: clear thread structure.ko1
2008-01-14* bootstraptest/runner.rb: add "flunk" method.ko1
2008-01-14* vm.h: remove dangerous assembler sentence.ko1
2008-01-14* encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil.naruse
2008-01-14* lib/shellwords.rb: scape should be an alias to shellescape. amatz
2008-01-14* ruby.1: a patch to describe --encoding. a patch from Yuguimatz
2008-01-14* re.c (rb_reg_prepare_re): initialize error message buffer.akr
2008-01-14Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain
2008-01-14Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-01-14 * lib/time.rb: do not reference Time directly from the inside oftadf
2008-01-13* enc/*.c: add replicas and aliases.naruse
2008-01-13* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse
2008-01-13* enc/make_encdb.h: sort encoding names by original name.naruse
2008-01-13* encoding.c: add documents.naruse
2008-01-13* encoding.c (Init_Encoding): moved initialization from encdb.h.nobu
2008-01-13* ruby.c (load_file): local variable was not initialized when -x flagnobu
2008-01-13* ruby.c (load_file): script files should not be affected by locale.nobu
2008-01-13Reorganize RDoc generatorsdrbrain
2008-01-13* encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse
2008-01-13* encoding.c (enc_table): packed all enc_table stuff.nobu
2008-01-13* encoding.c (rb_enc_init): revert removing SJIS.naruse
2008-01-13* common.mk (incs): includes encdb.h.nobu
2008-01-13* {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]nobu
2008-01-12* enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz
2008-01-12* enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse
2008-01-12removed an extra blank line which was added by naruse.tadf
2008-01-12* eval_method.c (rb_define_alloc_func, rb_undef_alloc_func): shouldnobu
2008-01-12* ext/nkf/nkf.c: rdoc update.naruse
2008-01-12 * lib/date.rb, lib/date/format.rb: tuning for performance.tadf
2008-01-12* bootstraptest/test_proc.rb: fixed wrong expected result. pointednobu
2008-01-11* ruby.c (process_options): -e'script' is locale encoding by default.naruse
2008-01-11* ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.naruse
2008-01-11* string.c (string.c): call rb_str_buf_append to update encoding ofakr
2008-01-11* proc.c (proc_mark): needs to mark the receiver too. a patch fromnobu
2008-01-11Remove lib/rdoc/usage.rbdrbrain
2008-01-11Follow namespace change for RDoc/RI [ruby-core:14964]drbrain
2008-01-11* string.c (rb_str_append): performance improvement.nobu
2008-01-11* configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILEnobu
2008-01-11* configure.in: moved broken syscall checks from process.c etc.nobu
2008-01-11* defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result ofnobu
2008-01-11* ChangeLog: commit missnobu
2008-01-11* lib/rdoc/options.rb ():nobu
2008-01-11* ext/nkf/nkf-utf8/nkf.c: update to r1.163.naruse
2008-01-11* encoding (set_base_encoding): must use rb_enc_dummy_p.naruse
2008-01-10* encoding.c (rb_to_encoding_index, rb_to_encoding): disallow nil.nobu