RCS file: bin_codes.c,v
Working file: bin_codes.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
dec2bin conversion as per code length.
----------------------------
revision 1.1 locked by: root;
date: 2016/01/18 15:00:37; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: btod.c,v
Working file: btod.c
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
Binary to decimal function for 8 bit int array.
----------------------------
revision 1.3 locked by: root;
date: 2016/01/22 16:56:47; author: root;
state: Exp; lines: +1 -1
Nothing Changed.
----------------------------
revision 1.2
date: 2016/01/18 15:53:24; author: root;
state: Exp; lines: +2 -2
Erros corrected. <> was used in including
header.
----------------------------
revision 1.1
date: 2016/01/18 15:50:50; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: compr.c,v
Working file: compr.c
head: 1.13
branch:
locks: strict
root: 1.13
access list:
symbolic names:
keyword substitution: kv
total revisions: 13; selected revisions: 13
description:
Compression function. File reading done from
file_open function.
----------------------------
revision 1.13 locked by: root;
date: 2016/01/24 15:11:02; author: root;
state: Exp; lines: +2 -2
Return value is modified.
New return value is unique character array.
----------------------------
revision 1.12
date: 2016/01/22 16:57:08; author: root;
state: Exp; lines: +2 -2
Minor changes to try out decomp.
----------------------------
revision 1.11
date: 2016/01/19 16:48:36; author: root;
state: Exp; lines: +4 -0
Compressed results written to file.
----------------------------
revision 1.10
date: 2016/01/19 16:04:44; author: root;
state: Exp; lines: +1 -1
All debug outputs are printed.
----------------------------
revision 1.9
date: 2016/01/19 15:09:52; author: root;
state: Exp; lines: +2 -2
Length error corrected.
Instead of NULL \n was assigned.
----------------------------
revision 1.8
date: 2016/01/18 16:59:17; author: root;
state: Exp; lines: +0 -59
Seprate function has been defined for comp_str
----------------------------
revision 1.7
date: 2016/01/18 16:44:04; author: root;
state: Exp; lines: +25 -8
b_len corrected.
compression is successfull.
Seprate function is yet to be defined.
----------------------------
revision 1.6
date: 2016/01/18 15:51:08; author: root;
state: Exp; lines: +40 -4
Array containing compressed binary codes for
source string.
Seprare function is not yet defined.
----------------------------
revision 1.5
date: 2016/01/18 15:01:22; author: root;
state: Exp; lines: +17 -2
Assigning binary pattern to sourc file in
progress.
----------------------------
revision 1.4
date: 2016/01/17 17:45:54; author: root;
state: Exp; lines: +3 -2
Code for code length added.
----------------------------
revision 1.3
date: 2016/01/17 17:39:25; author: root;
state: Exp; lines: +6 -1
Size reallocation done for buff.
----------------------------
revision 1.2
date: 2016/01/17 17:35:38; author: root;
state: Exp; lines: +13 -1
Unique character function addded.
----------------------------
revision 1.1
date: 2016/01/17 17:21:14; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: comp_str.c,v
Working file: comp_str.c
head: 1.13
branch:
locks: strict
root: 1.13
access list:
symbolic names:
keyword substitution: kv
total revisions: 13; selected revisions: 13
description:
This function compress the source string for any
code length.
----------------------------
revision 1.13 locked by: root;
date: 2016/01/24 14:49:09; author: root;
state: Exp; lines: +1 -1
Commments modified.
----------------------------
revision 1.12
date: 2016/01/24 14:47:32; author: root;
state: Exp; lines: +8 -3
Major mistake regarding sp & ep to store cl
bits of each character of source file is improved.
Debug file is updated for more insight.
----------------------------
revision 1.11
date: 2016/01/24 14:15:30; author: root;
state: Exp; lines: +4 -1
Comments added!
----------------------------
revision 1.10
date: 2016/01/19 16:53:39; author: root;
state: Exp; lines: +1 -1
Debug output is supressed at screen.
----------------------------
revision 1.9
date: 2016/01/19 16:41:54; author: root;
state: Exp; lines: +8 -8
Comments modified.
----------------------------
revision 1.8
date: 2016/01/19 16:39:25; author: root;
state: Exp; lines: +0 -36
Seprate function to write debug_data is written.
----------------------------
revision 1.7
date: 2016/01/19 16:35:21; author: root;
state: Exp; lines: +43 -3
Debug write data function is written inside
file.
----------------------------
revision 1.6
date: 2016/01/19 16:05:02; author: root;
state: Exp; lines: +8 -6
All debug output are printed.
----------------------------
revision 1.5
date: 2016/01/19 15:10:14; author: root;
state: Exp; lines: +3 -2
Length error and ASCII val correction.
----------------------------
revision 1.4
date: 2016/01/19 14:55:19; author: root;
state: Exp; lines: +4 -4
While converting from char to decimal again
problem of -ve numbers solved.
Problem was due to char is a signed number from
-127 to 128.
----------------------------
revision 1.3
date: 2016/01/18 17:32:27; author: root;
state: Exp; lines: +2 -0
Comments addded.
----------------------------
revision 1.2
date: 2016/01/18 17:25:12; author: root;
state: Exp; lines: +1 -1
In loop for binary conversion cl is changed in
place of 4.
----------------------------
revision 1.1
date: 2016/01/18 16:59:36; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: decomp.c,v
Working file: decomp.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
Seprate function created to decompress string.
----------------------------
revision 1.1 locked by: root;
date: 2016/01/24 16:55:56; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: file_open.c,v
Working file: file_open.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
Function to open and read file using MALLOC and
REALLOC.
----------------------------
revision 1.1 locked by: root;
date: 2016/01/17 17:00:47; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: f_or.c,v
Working file: f_or.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
new function of file opening
----------------------------
revision 1.1 locked by: root;
date: 2016/01/22 16:57:57; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: header.h,v
Working file: header.h
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
Only stdio.h
----------------------------
revision 1.3 locked by: root;
date: 2016/01/19 15:10:42; author: root;
state: Exp; lines: +1 -0
String.h include.
----------------------------
revision 1.2
date: 2016/01/17 17:01:39; author: root;
state: Exp; lines: +6 -0
Header file copied form previous project.
----------------------------
revision 1.1
date: 2016/01/17 15:42:19; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: menu.c,v
Working file: menu.c
head: 1.13
branch:
locks: strict
root: 1.13
access list:
symbolic names:
keyword substitution: kv
total revisions: 13; selected revisions: 13
description:
All menu of MDC provided.
----------------------------
revision 1.13 locked by: root;
date: 2016/01/24 16:56:15; author: root;
state: Exp; lines: +0 -105
All functions defined in seprate files. As per
need!
----------------------------
revision 1.12
date: 2016/01/24 16:46:25; author: root;
state: Exp; lines: +29 -17
Calling transfered to seprate function in the
same file.
----------------------------
revision 1.11
date: 2016/01/24 16:36:24; author: root;
state: Exp; lines: +6 -1
Malloc is allocated to dsstr instead of char
arr.
----------------------------
revision 1.10
date: 2016/01/24 16:29:30; author: root;
state: Exp; lines: +7 -3
finally decompression successfull!
----------------------------
revision 1.9
date: 2016/01/24 16:12:10; author: root;
state: Exp; lines: +6 -3
4 bit number retrived from complete array is
converted to decimal.
----------------------------
revision 1.8
date: 2016/01/24 15:56:54; author: root;
state: Exp; lines: +11 -2
Successfully retrived the cl chunks from
complete binary array.
----------------------------
revision 1.7
date: 2016/01/24 15:43:36; author: root;
state: Exp; lines: +5 -1
Unique string is read frm the enc.txt file for
decomp function.
----------------------------
revision 1.6
date: 2016/01/24 15:20:00; author: root;
state: Exp; lines: +4 -4
write function is modified for opt 2. Turncate
and write data.
write_ddata function called to write unique
string to enc.txt
----------------------------
revision 1.5
date: 2016/01/24 15:11:37; author: root;
state: Exp; lines: +9 -8
Unique array is received from compr.
To pass in to decomp.
----------------------------
revision 1.4
date: 2016/01/24 14:57:15; author: root;
state: Exp; lines: +5 -13
Converting String to binary stream successfull.
Data written to rdebug_data.txt.
----------------------------
revision 1.3
date: 2016/01/22 16:58:09; author: root;
state: Exp; lines: +78 -1
Decompression function is called.
----------------------------
revision 1.2
date: 2016/01/17 17:22:19; author: root;
state: Exp; lines: +5 -3
Compression function called with file reading
only.
----------------------------
revision 1.1
date: 2016/01/17 15:56:39; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: pre_decomp.c,v
Working file: pre_decomp.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
Seprate function. Pre-processing before calling
decomression.
Like providing cl, ndc etc..
----------------------------
revision 1.1 locked by: root;
date: 2016/01/24 16:56:44; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: prototype.h,v
Working file: prototype.h
head: 1.12
branch:
locks: strict
root: 1.12
access list:
symbolic names:
keyword substitution: kv
total revisions: 12; selected revisions: 12
description:
decleration of menu is defined.
----------------------------
revision 1.12 locked by: root;
date: 2016/01/24 16:57:30; author: root;
state: Exp; lines: +6 -1
Two more prototype added.
pre_decomp
decomp
----------------------------
revision 1.11
date: 2016/01/24 15:12:14; author: root;
state: Exp; lines: +1 -1
Return value of Compr is modified from int to
char *.
----------------------------
revision 1.10
date: 2016/01/22 16:58:36; author: root;
state: Exp; lines: +3 -1
f_or cfunction prototype addeed.
----------------------------
revision 1.9
date: 2016/01/19 16:40:08; author: root;
state: Exp; lines: +2 -0
write_ddata prototype is defined.
----------------------------
revision 1.8
date: 2016/01/18 17:00:44; author: root;
state: Exp; lines: +9 -0
func of comp_str defined.
----------------------------
revision 1.7
date: 2016/01/18 15:53:48; author: root;
state: Exp; lines: +1 -1
btod ; added
----------------------------
revision 1.6
date: 2016/01/18 15:51:49; author: root;
state: Exp; lines: +1 -0
btod function added.
----------------------------
revision 1.5
date: 2016/01/18 15:02:01; author: root;
state: Exp; lines: +1 -0
Prototype for dec2bin added.
----------------------------
revision 1.4
date: 2016/01/17 17:36:26; author: root;
state: Exp; lines: +4 -3
un_ch prototype and comments added.
----------------------------
revision 1.3
date: 2016/01/17 17:22:39; author: root;
state: Exp; lines: +2 -1
Compression function file reading added.
----------------------------
revision 1.2
date: 2016/01/17 17:02:05; author: root;
state: Exp; lines: +1 -1
Prototype of file-open fun using malloc added.
----------------------------
revision 1.1
date: 2016/01/17 15:57:00; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: un_ch.c,v
Working file: un_ch.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
Function of unique character from previous file.
----------------------------
revision 1.1 locked by: root;
date: 2016/01/17 17:36:03; author: root;
state: Exp;
Initial revision
=============================================================================
RCS file: write_ddata.c,v
Working file: write_ddata.c
head: 1.4
branch:
locks: strict
root: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
Function to write data for debugging.
----------------------------
revision 1.4 locked by: root;
date: 2016/01/24 15:21:05; author: root;
state: Exp; lines: +28 -3
Function modifed with another option 2.
This new option enables user to turnacte file
and write data.
----------------------------
revision 1.3
date: 2016/01/22 16:58:24; author: root;
state: Exp; lines: +1 -0
not changed.
----------------------------
revision 1.2
date: 2016/01/19 16:48:53; author: root;
state: Exp; lines: +2 -2
File closed properly.
----------------------------
revision 1.1
date: 2016/01/19 16:39:44; author: root;
state: Exp;
Initial revision
=============================================================================
It looks like you're new here. If you want to get involved, click one of these buttons!