cvs commit: apache-1.3/src/support htpasswd.c

1998-03-18 Thread marc
marc98/03/17 16:58:35 Modified:src/support htpasswd.c Log: Why should we include sys/signal.h? That is bogus. Also, explicitly cast crypt() return to char*. We should include the right header file (ie. crypt.h), but that is painful right now. These both follow

cvs commit: apache-1.3/src/main util.c

1998-03-18 Thread dgaudet
dgaudet 98/03/18 00:26:40 Modified:src/main util.c Log: It would be so nice if the whole world used unsigned chars. signed chars make no sense to me. Oh well. Revision ChangesPath 1.107 +1 -1 apache-1.3/src/main/util.c Index: util.c

cvs commit: apache-1.3/src Configure

1998-03-18 Thread jim
jim 98/03/18 12:50:40 Modified:src Configure Log: Submitted by: Jim Jagielski BUG: Configure wasn't using CC consistantly... We set CC to whatever it eventually is set to in Makefile Revision ChangesPath 1.213 +20 -12apache-1.3/src/Configure

cvs commit: apache-1.3/src Configure

1998-03-18 Thread jim
jim 98/03/18 14:09:30 Modified:src Configure Log: PR: 1901 Submitted by: Jim Jagielski BUG: Use -n32 for IRIX only if CC is cc Revision ChangesPath 1.214 +47 -25apache-1.3/src/Configure Index: Configure