Deleted Added
full compact
revision.log (1591) revision.log (50488)
1/*
1/*
2 * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $
3 * $Log: compress.c,v $
2 * $FreeBSD: head/usr.bin/compress/doc/revision.log 50488 1999-08-28 05:11:36Z peter $
3 * $Log: revision.log,v $
4 * Revision 1.1.1.1 1994/05/27 12:30:59 rgrimes
5 * BSD 4.4 Lite Usr.bin Sources
6 *
4 * Revision 4.0 85/07/30 12:50:00 joe
5 * Removed ferror() calls in output routine on every output except first.
6 * Prepared for release to the world.
7 *
8 * Revision 3.6 85/07/04 01:22:21 joe
9 * Remove much wasted storage by overlaying hash table with the tables
10 * used by decompress: tab_suffix[1<<BITS], stack[8000]. Updated USERMEM
11 * computations. Fixed dump_tab() DEBUG routine.

--- 96 unchanged lines hidden (view full) ---

108 * Minor fixes.
109 *
110 * Revision 1.2 84/07/05 00:27:27 thomas
111 * Add variable bit length output.
112 *
113 */
114
115static char rcs_ident[] =
7 * Revision 4.0 85/07/30 12:50:00 joe
8 * Removed ferror() calls in output routine on every output except first.
9 * Prepared for release to the world.
10 *
11 * Revision 3.6 85/07/04 01:22:21 joe
12 * Remove much wasted storage by overlaying hash table with the tables
13 * used by decompress: tab_suffix[1<<BITS], stack[8000]. Updated USERMEM
14 * computations. Fixed dump_tab() DEBUG routine.

--- 96 unchanged lines hidden (view full) ---

111 * Minor fixes.
112 *
113 * Revision 1.2 84/07/05 00:27:27 thomas
114 * Add variable bit length output.
115 *
116 */
117
118static char rcs_ident[] =
116 "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $";
119 "$FreeBSD: head/usr.bin/compress/doc/revision.log 50488 1999-08-28 05:11:36Z peter $";