]> mj.ucw.cz Git - libucw.git/history - lib/perl/CGI.pm
CGI: Added "multiline" flag, which allows newline in parameter values.
[libucw.git] / lib / perl / CGI.pm
2007-07-20 Martin MaresCGI: Added "multiline" flag, which allows newline in...
2007-07-20 Martin MaresCGI: Added url_param_escape() which writes spaces as...
2007-07-20 Martin MaresCGI: make_out_args() handles undefs correctly.
2007-07-20 Martin MaresCGI: Added functions for parsing of HTTP headers.
2007-07-20 Martin MaresCGI: Added functions for cookies.
2007-07-20 Martin MaresMoved CGI.pm to UCW namespace.
2004-12-11 Martin MaresMoved CGI.pm and Query.pm to Sherlock library.
2003-08-10 Tomas VallaRecognition of variable types in parse_args is now...
2003-07-20 Tomas VallaAdded 'array' feature to handle multiple variable occur...
2003-07-10 Tomas VallaJust to make it more comfortable.
2003-07-09 Tomas VallaPatch to allow processing of multiple occurences of...
2002-09-23 Martin MaresBetter avoid the brain-dead encoding " " as "+" when...
2002-09-23 Martin MaresFix escaping of "+" characters in outgoing parameters...
2002-09-17 Martin MaresAdded functions for automatic processing of script...
2002-09-06 Martin MaresAdded first two functions of the Poor Man's CGI module.