aboutsummaryrefslogtreecommitdiffstats
path: root/lib/English.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/English] Combine duplicate aliases into single sections to more clearly...Keith R. Bennett2023-11-071-16/+2
* [ruby/English] Remove `$IGNORECASE`Nobuyoshi Nakada2023-11-071-4/+0
* [ruby/English] Replace HTML5 deprecated tag <tt> with <code>ccmywish2023-02-061-20/+20
* Fixed class, module and method references [ci skip]Nobuyoshi Nakada2019-08-161-23/+21
* Fixed a markup in different format [ci skip]Nobuyoshi Nakada2019-08-151-1/+1
* Remove strange formatting from English [ci skip]Nikolai B2019-08-141-1/+1
* `$IGNORECASE` is no longer effective. [ci skip]kazu2017-08-251-3/+1
* lib/English.rb: Specify frozen_string_literal: true.kazu2017-01-021-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]zzak2014-05-311-2/+2
* English.rb: no setnobu2013-02-041-2/+1
* * lib/English.rb: Add English module for RDoc to parse, thenzzak2013-02-031-1/+32
* * lib/English.rb: Remove some confusing words from rdoc. [Bug #7406]mame2013-02-021-5/+5
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-5/+5
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-021-9/+0
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-201-0/+137
* * lib/English.rb: typomatz2002-01-111-1/+1
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-1/+0
* Initial revisionv1_0_r2matz1998-01-161-0/+28