summaryrefslogtreecommitdiff
path: root/lib/irb/locale.rb
AgeCommit message (Expand)Author
2024-02-23[ruby/irb] Turn on frozen literal in filesStan Lo
2024-02-01[ruby/irb] Add rubocop with a few basic styling rulesStan Lo
2023-04-27[ruby/irb] Simplify Locale#loadStan Lo
2023-04-26[ruby/irb] Remove encoding_aliases.rbStan Lo
2023-04-26[ruby/irb] Fix Locale's encoding lookup for Japanese encodingsStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2020-01-14Use Reline.encoding_system_needs if existsaycabta
2019-11-25Cache loaded module to suppress method redefined warningsaycabta
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-08-24* lib/e2mmap.rb: remove needless instance variables.hsbt
2014-08-09* lib/cmath.rb: fixed indent.hsbt
2014-07-04lib/irb/locale.rb: fix typonobu
2012-12-13* lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak
2011-05-15* remove trailing spaces.nobu
2011-01-31* lib/irb/locale.rb (IRB::Locale::#search_file):yugui
2011-01-09* lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE):yugui
2011-01-05* lib/irb/locale.rb (IRB::Locale#search_file): make it possibleyugui
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-20* lib/irb/locale.rb (IRB::Locale#initialize)yugui
2008-12-18* lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui
2008-02-18* lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2006-12-14* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz
2006-12-09* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz
2005-08-26* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-04-13 * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju
2005-01-16* ext/readline/readline.c: suppress warnings.nobu
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-07-09* irb 0.9keiju
2001-06-27* lib/matrix.rb: resolve 'ruby -w' warnings.keiju
2001-06-22* lib/irb/locale.rb: fix for require "kconv" problemkeiju
2001-04-30Initial revisionknu