aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base64.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/base64] Bump up 0.2.0Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/base64] Enhanced Rdoc for Base64Burdette Lamar2023-11-071-60/+310
* [ruby/base64] Expose Base64::VERSIONHiroshi SHIBATA2023-04-031-0/+3
* [ruby/base64] Avoid unnecessary string duplicationJoao Fernandes2021-09-271-1/+3
* [ruby/base64] SimplifyJoao Fernandes2021-09-271-7/+1
* [ruby/base64] Improve Base64.urlsafe_encode64 performanceJoao Fernandes2021-09-271-1/+7
* base64.rb: improve performance of Base64.urlsafe_encode64Konstantin Papkovskiy2019-12-101-2/+3
* Use `unpack1` instead of `unpack` and `first`kazu2017-02-101-2/+2
* lib/base64.rb: Specify frozen_string_literal: true.kazu2017-02-101-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/base64.rb: Fix rdoc-formatting for padding argument.mame2015-05-201-1/+1
* * lib/base64.rb: make urlsafe mode user-friendly.mame2015-02-131-3/+18
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz2009-06-031-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-3/+3
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-251-0/+91
* * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.matz2007-12-171-136/+0
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-161-1/+1
* * lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu2007-02-271-1/+1
* * lib/base64.rb: added and tidied documentationgsinclair2004-02-121-25/+55
* :nodoc: the "Deprecated" moduledave2004-01-211-2/+3
* * lib/base64.rb: enclosed in a module. [ruby-core:02285]nobu2004-01-211-60/+81
* Document base64dave2004-01-201-0/+55
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-35/+10
* Initial revisionv1_0_r2matz1998-01-161-0/+54