cvs commit: apache-1.3/src/modules/standard mod_include.c

1999-05-22 Thread jim
jim 99/05/21 16:58:01 Modified:src Configure src/helpers TestCompile src/modules/standard mod_include.c Log: The final phases of the great 'quad' update. ap_snprintf() can now handle quads, assuming the compiler knows about them, and we now

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/21 17:16:51 Modified:src/ap ap_snprintf.c Log: Really handle the short 'h' flag now Revision ChangesPath 1.29 +27 -4 apache-1.3/src/ap/ap_snprintf.c Index: ap_snprintf.c ===

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/21 18:37:43 Modified:src/ap ap_snprintf.c Log: Some fine-tuning... use enums rather than 3 stupid vars Revision ChangesPath 1.30 +23 -30apache-1.3/src/ap/ap_snprintf.c Index: ap_snprintf.c

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/21 18:46:48 Modified:src/ap ap_snprintf.c Log: Final touch tonight... avoid the possibility that var_type isn't defined. To work around possible buggy compilers, we create an enum type and then the var and then assign it Revision ChangesPath 1.31

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/21 20:49:33 Modified:src/ap ap_snprintf.c Log: Provide some faster versions of the conversion functions when the number value doesn't warrant use of quads Revision ChangesPath 1.32 +89 -6 apache-1.3/src/ap/ap_snprintf.c Index:

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/22 04:24:42 Modified:src/ap ap_snprintf.c Log: More mucking with ap_snprintf(). Some speed tuneups but also a renaming of some internal functions. After some sleep, I thought that making the 'quad' specific functions as having the noted names made better sense,

cvs commit: apache-1.3/htdocs/manual stopping.html

1999-05-22 Thread pcs
pcs 99/05/22 06:12:39 Modified:htdocs/manual stopping.html Log: Note that -t may is useful to test configurations before doing a restart Revision ChangesPath 1.16 +12 -7 apache-1.3/htdocs/manual/stopping.html Index: stopping.html