Age | Commit message (Expand) | Author |
---|
2023-12-05 | [ruby/cgi] Bump up 0.4.1 | Hiroshi SHIBATA |
2023-11-07 | [ruby/cgi] Bump up 0.4.0 | Hiroshi SHIBATA |
2022-11-28 | [ruby/cgi] Bump up 0.3.6 | Hiroshi SHIBATA |
2022-11-28 | [ruby/cgi] Prepare to release 0.3.6 | Hiroshi SHIBATA |
2022-11-22 | [ruby/cgi] Bump up 0.3.5 | Hiroshi SHIBATA |
2022-11-22 | [ruby/cgi] Bump up 0.3.4 | Hiroshi SHIBATA |
2022-09-22 | [ruby/cgi] Bump up 0.3.3 | Hiroshi SHIBATA |
2022-03-17 | Fix broken links of rdoc | Kazuhiro NISHIYAMA |
2022-03-03 | [ruby/cgi] Bump up v0.3.2 | Hiroshi SHIBATA |
2021-11-24 | [ruby/cgi] Bump version | Yusuke Endoh |
2021-10-14 | [ruby/cgi] Bump up cgi version to 0.3.0 | Hiroshi SHIBATA |
2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
2020-07-30 | Extract version number from the source | Nobuyoshi Nakada |
2019-08-04 | change call CGI methods from :: to . | Semyon Pupkov |
2017-02-18 | {lib,test}/cgi: Specify frozen_string_literal: true. | kazu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-12-14 | * lib/cgi.rb: fix a typo in documentation. | hsbt |
2014-08-07 | * lib/cgi.rb: remove needless condition for old ruby version. | hsbt |
2013-07-18 | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak |
2013-05-30 | * lib/cgi.rb: Add a document. | xibbar |
2012-11-30 | * lib/cgi.rb: CGI example for HTML generation | zzak |
2012-11-04 | Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <[email protected]> | xibbar |
2011-05-16 | * lib/cgi.rb: Add toplevel documentation to class CGI | drbrain |
2010-01-28 | * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194] | mame |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-09-09 | * lib/cgi*: split cgi.rb into four files. [ruby-dev:36041] | xibbar |
2008-09-08 | * lib/cgi.rb : obsolete regex "n" option. [ruby-dev:36130] | xibbar |
2008-08-29 | * lib/cgi.rb (CGI#initialize): remove unused constants. a | matz |
2008-08-27 | revert removed comment. | naruse |
2008-08-27 | * lib/cgi.rb (CGI::Cookie): remove delagate. | naruse |
2008-08-26 | * lib/cgi.rb (nOE_element_def): fix error when cascade methods which | naruse |
2008-08-24 | * lib/cgi.rb (CGI::unescapeHTML): consider ISO-8859-1. | naruse |
2008-08-23 | * lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping. | naruse |
2008-08-23 | * lib/cgi.rb (CGI#out): remove auto encoding conversion and set | naruse |
2008-08-22 | * lib/cgi.rb: use bytesize instead of size/length. | usa |
2008-06-30 | * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks inside | nobu |
2008-03-14 | * lib/cgi.rb (CGI::Cookie::initialize): performance from | matz |
2008-02-17 | * lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828] | kazu |
2008-02-04 | * lib/cgi.rb (CGI::QueryExtension::[]): no more transition | matz |
2007-12-24 | * lib/cgi.rb (CGI::escape): m17nized. | akr |
2007-12-14 | * lib/rdoc/options.rb (Options::parse): do not access $KCODE any | matz |
2007-12-09 | * lib/cgi.rb (read_multipart): exclude blanks from header values. | nobu |
2007-05-23 | * lib/cgi.rb (CGI#[]): get rid of exceptions being raised. | matz |
2007-03-12 | * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nph | knu |
2007-02-10 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parse | knu |
2007-02-08 | * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for single | matz |
2007-02-03 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug | knu |
2007-01-23 | * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == instead | matz |
2006-12-28 | * lib/cgi.rb (CGI::Cookie::initialize): use Array() again. | matz |
2006-12-21 | * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or may | matz |