index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cgi
/
session
Age
Commit message (
Expand
)
Author
2021-12-15
[ruby/cgi] Extract CGI::Session#new_store_file
Nobuyoshi Nakada
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2017-02-18
{lib,test}/cgi: Specify frozen_string_literal: true.
kazu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-08-10
* lib/cgi/session/pstore.rb: separated sample code.
hsbt
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-11-08
* lib/cgi/session/pstore.rb: fix indentation.
xibbar
2008-06-04
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2006-07-30
* lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.
nobu
2004-12-15
* lib/set.rb (Set#==): [ruby-dev:25206]
matz
2004-11-19
* string.c (str_gsub): internal buffer should not be listed by
matz
2004-10-19
* io.c (read_all): block string buffer modification during
matz
2004-08-24
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not
shugo
2004-07-23
* gc.c (define_final): should not disclose NODE* to Ruby world.
matz
2003-10-16
consistent parentheses in assignment RHS.
matz
2003-08-29
Add documentation in RDoc format.
wew
2003-07-15
* lib/matrix.rb: remove elements conversion to_f, to_i, to_r.
matz