infodrom/cgilib
25 years agoAdded proper install target.
Joey Schulze [Mon, 7 Dec 1998 20:08:05 +0000 (20:08 +0000)]
Added proper install target.

25 years ago * Fixed typo in jump.c comments, thanks Shaleh. debian_cgilib_0-4-3b
Joey Schulze [Sat, 12 Sep 1998 00:55:54 +0000 (00:55 +0000)]
  * Fixed typo in jump.c comments, thanks Shaleh.

25 years ago * Switched from bzero() to memset(), thanks Shaleh debian_cgilib_0-4-3
Joey Schulze [Fri, 11 Sep 1998 19:38:27 +0000 (19:38 +0000)]
  * Switched from bzero() to memset(), thanks Shaleh
  * Corrected typo in cgiInit(3), thanks Shaleh

26 years ago * Corrected html code in redirection debian_cgilib_0-4 debian_cgilib_0-4-1 debian_cgilib_0-4-2
Joey Schulze [Fri, 20 Mar 1998 08:21:32 +0000 (08:21 +0000)]
  * Corrected html code in redirection
  * Corrected number of bytes in redirection

26 years agoIncluded another example, jumpto cgilib_0-3 debian_cgilib_0-3
Joey Schulze [Mon, 23 Feb 1998 10:06:11 +0000 (10:06 +0000)]
Included another example, jumpto

26 years agoRemoved empty line
Joey Schulze [Sun, 22 Feb 1998 20:09:00 +0000 (20:09 +0000)]
Removed empty line

26 years agoFixed little mistake in offline mode
Joey Schulze [Wed, 18 Feb 1998 20:14:57 +0000 (20:14 +0000)]
Fixed little mistake in offline mode

26 years ago . Corrected debugging cgilib_0-2 debian_cgilib_0-2
Joey Schulze [Wed, 18 Feb 1998 10:29:07 +0000 (10:29 +0000)]
 . Corrected debugging
 . Added cgiRedirect()
 . Added cgiRedirect(3) manpage
 . Added call to cgiRedirect() to example cgitest.c
 . Added compile notice to cgitest.c
 . Added support for the GET method
 . Reorganized POST/GET/stdin support
 . Implemented support for multiple fields and updated manpage

26 years ago . Added support for a static libcgi.a debian_cgilib_0-1-1
Joey Schulze [Sun, 15 Feb 1998 04:44:12 +0000 (04:44 +0000)]
 . Added support for a static libcgi.a
 . Added readme file
 . Added Debian GNU/Linux control files

26 years ago . Reformatted some c-code
Joey Schulze [Sun, 15 Feb 1998 04:01:07 +0000 (04:01 +0000)]
 . Reformatted some c-code
 . Added some more debug code
 . Added new manpage cgi.5

26 years agoSome comments were written in german, translated them.
Joey Schulze [Sun, 15 Feb 1998 02:33:34 +0000 (02:33 +0000)]
Some comments were written in german, translated them.

26 years ago . cgiDebug() und cgiDebugLevel eingefuehrt
Joey Schulze [Sun, 15 Feb 1998 02:29:27 +0000 (02:29 +0000)]
 . cgiDebug() und cgiDebugLevel eingefuehrt
 . cgiDecodeString() implementiert
 . Kompletter re-write von cgiInit()
 . cgiInit() versteht nun auch lange Variableninhalte und dekodiert
   die entsprechenden %ab Werte
 . Implemented an offline input mode as known by CGI.pm
 . Manpages fuer cgiDebug(), cgiInit(), cgiGetValue() und cgiHeader()
   geschrieben
 . Testprogram added

26 years agoImport of IN-GS source cgilib_initial
Joey Schulze [Sat, 14 Feb 1998 22:25:00 +0000 (22:25 +0000)]
Import of IN-GS source