EmbLogic's Blog

project-1 ( mdc ): compression of text file (4-bit) : rcs status

1
2 RCS file: mdc.c,v
3 Working file: mdc.c
4 head: 1.22
5 branch:
6 locks: strict
7 access list:
8 symbolic names:
9 keyword substitution: kv
10 total revisions: 22;    selected revisions: 22
11 description:
12 Creating the rcs file
13 first run
14 —————————-
15 revision 1.22
16 date: 2014/07/02 19:19:01;  author: root;  state: Exp;  lines: +78 -2
17 new : added prototype compress_file(char *fileName) to header.h, and implemented the same in mdc.c.
18 now the program compresses the text file instead of the master array.
19 program execution successful.
20 4-bit compression successful.
21 —————————-
22 revision 1.21
23 date: 2014/07/01 11:06:01;  author: root;  state: Exp;  lines: +0 -1
24 removed the problem from the previous revision.
25 successfully compressed the master array.
26 —————————-
27 revision 1.20
28 date: 2014/07/01 11:04:06;  author: root;  state: Exp;  lines: +11 -3
29 changed the datatype of the ch, and c variable from char to unsigned char.
30 Problem : whenever the value of char variable goes beyond 127, it gives unexpectd results.
31 —————————-
32 revision 1.19
33 date: 2014/07/01 06:56:11;  author: root;  state: Exp;  lines: +9 -2
34 testing compressed file.
Type  :quit<Enter>  to exit Vim                                                                                                     1,0-1         Top

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>