EmbLogic's Blog

“Multiple Data Compression”

1
2 RCS file: main.c,v
3 Working file: main.c
4 head: 1.10
5 branch:
6 locks: strict
7 root: 1.10
8 access list:
9 symbolic names:
10 keyword substitution: kv
11 total revisions: 10;    selected revisions: 10
12 description:
13 created master array which contains distinct characters of file which is opened
14 —————————-
15 revision 1.10   locked by: root;
16 date: 2014/07/19 18:57:45;  author: root;  state: Exp;  lines: +1 -1
17 *** empty log message ***
18 —————————-
19 revision 1.9
20 date: 2014/07/19 18:50:38;  author: root;  state: Exp;  lines: +1 -3
21 called compres() function
22 —————————-
23 revision 1.8
24 date: 2014/07/19 17:31:05;  author: root;  state: Exp;  lines: +3 -3
25 called function cod_len()
26 —————————-
27 revision 1.7
28 date: 2014/07/19 17:17:13;  author: root;  state: Exp;  lines: +1 -1
29 *** empty log message ***
30 —————————-
31 revision 1.6
32 date: 2014/07/19 17:10:50;  author: root;  state: Exp;  lines: +1 -1
33 *** empty log message ***
34 —————————-
35 revision 1.5
36 date: 2014/07/19 17:04:41;  author: root;  state: Exp;  lines: +4 -1
37 called my_strlen()
38 —————————-
39 revision 1.4
40 date: 2014/07/19 15:01:32;  author: root;  state: Exp;  lines: +0 -64
41 removed function definations
42 —————————-
43 revision 1.3
44 date: 2014/07/18 16:15:11;  author: root;  state: Exp;  lines: +4 -1
45 *** empty log message ***
46 —————————-
47 revision 1.2
48 date: 2014/07/18 16:09:59;  author: root;  state: Exp;  lines: +1 -1
49 *** empty log message ***
50 —————————-
51 revision 1.1
52 date: 2014/07/18 15:55:50;  author: root;  state: Exp;
53 Initial revision
54 =============================================================================
55
56 RCS file: func.c,v
57 Working file: func.c
58 head: 1.14
59 branch:
60 locks: strict
61 root: 1.14
62 access list:
63 symbolic names:
64 keyword substitution: kv
65 total revisions: 14;    selected revisions: 14
66 description:
67 added functions which are in main fill till last revision
68 —————————-
69 revision 1.14   locked by: root;
70 date: 2014/07/19 19:17:50;  author: root;  state: Exp;  lines: +1 -1
71 *** empty log message ***
72 —————————-
73 revision 1.13
74 date: 2014/07/19 19:16:22;  author: root;  state: Exp;  lines: +1 -1
75 *** empty log message ***
76 —————————-
77 revision 1.12
78 date: 2014/07/19 19:13:09;  author: root;  state: Exp;  lines: +1 -1
79 *** empty log message ***
80 —————————-
81 revision 1.11
82 date: 2014/07/19 19:03:18;  author: root;  state: Exp;  lines: +1 -1
83 *** empty log message ***
84 —————————-
85 revision 1.10
86 date: 2014/07/19 19:01:38;  author: root;  state: Exp;  lines: +1 -1
87 *** empty log message ***
88 —————————-
89 revision 1.9
90 date: 2014/07/19 19:00:27;  author: root;  state: Exp;  lines: +1 -1
91 *** empty log message ***
92 —————————-
93 revision 1.8
94 date: 2014/07/19 18:57:44;  author: root;  state: Exp;  lines: +2 -2
95 *** empty log message ***
96 —————————-
97 revision 1.7
98 date: 2014/07/19 18:49:55;  author: root;  state: Exp;  lines: +46 -2
99 partially defined compres() & find_loc() functions
100 —————————-
101 revision 1.6
102 date: 2014/07/19 17:32:48;  author: root;  state: Exp;  lines: +2 -1
103 *** empty log message ***
104 —————————-
105 revision 1.5
106 date: 2014/07/19 17:30:45;  author: root;  state: Exp;  lines: +22 -2
107 defined function code_len()
108 —————————-
109 revision 1.4
110 date: 2014/07/19 17:05:52;  author: root;  state: Exp;  lines: +1 -1
111 declared variable i
112 —————————-
113 revision 1.3
114 date: 2014/07/19 17:04:14;  author: root;  state: Exp;  lines: +19 -0
115 added defination of function my_strlen()
116 —————————-
117 revision 1.2
118 date: 2014/07/19 15:11:14;  author: root;  state: Exp;  lines: +1 -0
119 added header file
120 —————————-
121 revision 1.1
122 date: 2014/07/19 15:00:44;  author: root;  state: Exp;
123 Initial revision
124 ============================================================================    =
125
126 RCS file: header.h,v
127 Working file: header.h
128 head: 1.12
129 branch:
130 locks: strict
131     root: 1.12
132 access list:
133 symbolic names:
134 keyword substitution: kv
135 total revisions: 12;    selected revisions: 12
136 description:
137 included nessary header files
138 —————————-
139 revision 1.12   locked by: root;
140 date: 2014/07/19 18:57:41;  author: root;  state: Exp;  lines: +1 -1
141 *** empty log message ***
142 —————————-
143 revision 1.11
144 date: 2014/07/19 18:54:10;  author: root;  state: Exp;  lines: +1 -0
145 *** empty log message ***
146 —————————-
147 revision 1.10
148 date: 2014/07/19 18:49:15;  author: root;  state: Exp;  lines: +1 -0
149 declared compres function
150 —————————-
151 revision 1.9
152 date: 2014/07/19 17:30:20;  author: root;  state: Exp;  lines: +1 -0
153 added declaration for cod_len()
154 —————————-
155 revision 1.8
156 date: 2014/07/19 17:10:30;  author: root;  state: Exp;  lines: +1 -0
157 added math.h library
158 —————————-
159 revision 1.7
160 date: 2014/07/19 17:03:38;  author: root;  state: Exp;  lines: +1 -0
161 declared function my_strlen
162 —————————-
163 revision 1.6
164 date: 2014/07/19 15:34:51;  author: root;  state: Exp;  lines: +1 -1
165 *** empty log message ***
166 —————————-
167 revision 1.5
168 date: 2014/07/19 15:14:44;  author: root;  state: Exp;  lines: +1 -1
169 *** empty log message ***
170 —————————-
171 revision 1.4
172 date: 2014/07/19 15:04:25;  author: root;  state: Exp;  lines: +1 -1
173 *** empty log message ***
174 —————————-
175 revision 1.3
176 date: 2014/07/19 15:00:21;  author: root;  state: Exp;  lines: +3 -0
177 added declaration of functions
178 —————————-
179 revision 1.2
180 date: 2014/07/18 15:58:46;  author: root;  state: Exp;  lines: +0 -4
181 removed defination of haeder
182 #ifndef_HEADER_H
183 —————————-
184 revision 1.1
185 date: 2014/07/18 15:55:25;  author: root;  state: Exp;
186 Initial revision
187 ============================================================================    =

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>