By: Suraj Kamya
kamyasuraj@yahoo.com
RCS file: RCS/main.c,v
Working file: main.c
head: 1.5
branch:
locks: strict
root: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
Test string is printed.
Argument checking.
----------------------------
revision 1.5 locked by: root;
date: 2016/01/18 17:00:27; author: root;
state: Exp; lines: +2 -1
Print options modified.
----------------------------
revision 1.4
date: 2016/01/17 17:21:49; author: root;
state: Exp; lines: +5 -7
Compression function is embedd in menu fcuntion.
----------------------------
revision 1.3
date: 2016/01/17 17:01:14; author: root;
state: Exp; lines: +5 -2
Function call to open and read file.
----------------------------
revision 1.2
date: 2016/01/17 15:56:24; author: root;
state: Exp; lines: +8 -0
Menu function called.
----------------------------
revision 1.1
date: 2016/01/17 15:41:59; author: root;
state: Exp;
Initial revision
=============================================================================
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.2
branch:
locks: strict
root: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
Binary to decimal function for 8 bit int array.
----------------------------
revision 1.2 locked by: root;
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.8
branch:
locks: strict
root: 1.8
access list:
symbolic names:
keyword substitution: kv
total revisions: 8; selected revisions: 8
description:
Compression function. File reading done from
file_open function.
----------------------------
revision 1.8 locked by: root;
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: ./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: ./menu.c,v
Working file: ./menu.c
head: 1.2
branch:
locks: strict
root: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
All menu of MDC provided.
----------------------------
revision 1.2 locked by: root;
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: ./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: ./prototype.h,v
Working file: ./prototype.h
head: 1.8
branch:
locks: strict
root: 1.8
access list:
symbolic names:
keyword substitution: kv
total revisions: 8; selected revisions: 8
description:
decleration of menu is defined.
----------------------------
revision 1.8 locked by: root;
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: ./header.h,v
Working file: ./header.h
head: 1.2
branch:
locks: strict
root: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
Only stdio.h
----------------------------
revision 1.2 locked by: root;
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
=============================================================================
It looks like you're new here. If you want to get involved, click one of these buttons!