aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/locale.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-241-1/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-34/+34
* lib/irb/locale.rb: fix typonobu2014-07-041-1/+1
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-1/+1
* * remove trailing spaces.nobu2011-05-151-1/+1
* * lib/irb/locale.rb (IRB::Locale::#search_file):yugui2011-01-311-1/+1
* * lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE):yugui2011-01-091-10/+8
* * lib/irb/locale.rb (IRB::Locale#search_file): make it possibleyugui2011-01-051-42/+31
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-5/+5
* * lib/irb/locale.rb (IRB::Locale#initialize)yugui2008-12-201-1/+2
* * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui2008-12-181-49/+60
* * lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr2008-02-181-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-141-1/+1
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-091-2/+2
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-261-0/+2
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-131-2/+2
* * ext/readline/readline.c: suppress warnings.nobu2005-01-161-9/+5
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-241-12/+11
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-10/+10
* * irb 0.9keiju2002-07-091-1/+2
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-271-2/+2
* * lib/irb/locale.rb: fix for require "kconv" problemkeiju2001-06-221-15/+14
* Initial revisionknu2001-04-301-0/+187