EmbLogic's Blog

Project MDCEIT by rcs, gdb and split multiple files

RCS file: header.h,v
Working file: header.h
head: 1.4
branch:
locks: strict
emblogic: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4;    selected revisions: 4
description:
contains only headers
—————————-
revision 1.4    locked by: emblogic;
date: 2015/06/26 10:40:10;  author: emblogic;  state: Exp;  lines: +0 -5
removed prototypes
—————————-
revision 1.3
date: 2015/06/26 09:08:57;  author: emblogic;  state: Exp;  lines: +1 -1
edited compression with int
—————————-
revision 1.2
date: 2015/06/26 08:57:42;  author: emblogic;  state: Exp;  lines: +1 -0
extern compression
—————————-
revision 1.1
date: 2015/06/26 08:31:58;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: prototype.h,v
Working file: prototype.h
head: 1.4
branch:
locks: strict
emblogic: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4;    selected revisions: 4
description:
contais only prototypes
—————————-
revision 1.4    locked by: emblogic;
date: 2015/06/27 06:44:44;  author: emblogic;  state: Exp;  lines: +1 -1
removed int frm open file
—————————-
revision 1.3
date: 2015/06/26 13:26:49;  author: emblogic;  state: Exp;  lines: +8 -1
declared prototypes for compression 2,3,4,5,6,7.
—————————-
revision 1.2
date: 2015/06/26 11:54:05;  author: emblogic;  state: Exp;  lines: +1 -1
changed arguement of code length and length of aaray
—————————-
revision 1.1
date: 2015/06/26 10:51:29;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: mdc_realloc_main.c,v
Working file: mdc_realloc_main.c
head: 1.12
branch:
locks: strict
emblogic: 1.12
access list:
symbolic names:
keyword substitution: kv
total revisions: 12;    selected revisions: 12
description:
create file
created master array using realloc
save master array
—————————-
revision 1.12    locked by: emblogic;
date: 2015/06/27 07:23:28;  author: emblogic;  state: Exp;  lines: +1 -1
removed erroe in open file “” buffer
—————————-
revision 1.11
date: 2015/06/27 06:43:12;  author: emblogic;  state: Exp;  lines: +3 -4
declared in main function
—————————-
revision 1.10
date: 2015/06/27 06:30:44;  author: emblogic;  state: Exp;  lines: +1 -0
declared argv in open file
—————————-
revision 1.9
date: 2015/06/27 06:29:02;  author: emblogic;  state: Exp;  lines: +1 -1
entered argv to open file
—————————-
revision 1.8
date: 2015/06/27 03:42:03;  author: emblogic;  state: Exp;  lines: +1 -1
declared len in int
—————————-
revision 1.7
date: 2015/06/26 13:27:40;  author: emblogic;  state: Exp;  lines: +2 -2
passed argument in open file so that file can be changed at the time of execution
removed open filed and insted of that we have entered argument command so that file can be changed at the time of execution
—————————-
revision 1.6
date: 2015/06/26 11:56:09;  author: emblogic;  state: Exp;  lines: +2 -5
removed code length and length of array
shifted code length and array length to comression
—————————-
revision 1.5
date: 2015/06/26 10:37:49;  author: emblogic;  state: Exp;  lines: +1 -0
*** empty log message ***
—————————-
revision 1.4
date: 2015/06/26 09:11:23;  author: emblogic;  state: Exp;  lines: +5 -4
called compression in main
—————————-
revision 1.3
date: 2015/06/26 08:51:23;  author: emblogic;  state: Exp;  lines: +1 -0
called compression function
—————————-
revision 1.2
date: 2015/06/26 08:33:58;  author: emblogic;  state: Exp;  lines: +1 -8
created header file seperately
deleted headers in this file
called header using include header.h
—————————-
revision 1.1
date: 2015/06/26 08:28:01;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: compression.c,v
Working file: compression.c
head: 1.12
branch:
locks: strict
emblogic: 1.12
access list:
symbolic names:
keyword substitution: kv
total revisions: 12;    selected revisions: 12
description:
created compression file
—————————-
revision 1.12    locked by: emblogic;
date: 2015/06/27 03:37:08;  author: emblogic;  state: Exp;  lines: +2 -0
edited switch command
—————————-
revision 1.11
date: 2015/06/26 13:48:59;  author: emblogic;  state: Exp;  lines: +1 -1
*** empty log message ***
—————————-
revision 1.10
date: 2015/06/26 13:35:52;  author: emblogic;  state: Exp;  lines: +12 -1
*** empty log message ***
—————————-
revision 1.9
date: 2015/06/26 13:33:37;  author: emblogic;  state: Exp;  lines: +1 -1
declared ret in int
—————————-
revision 1.8
date: 2015/06/26 13:29:39;  author: emblogic;  state: Exp;  lines: +32 -1
switch stages
compression cases and comparing the cases according to code length .
—————————-
revision 1.7
date: 2015/06/26 12:00:16;  author: emblogic;  state: Exp;  lines: +7 -12
calling code length and array length from the main
as these is no need of code lenght and array length in main function.
—————————-
revision 1.6
date: 2015/06/26 10:24:13;  author: emblogic;  state: Exp;  lines: +1 -0
*** empty log message ***
—————————-
revision 1.5
date: 2015/06/26 09:16:10;  author: emblogic;  state: Exp;  lines: +1 -1
error removed
—————————-
revision 1.4
date: 2015/06/26 09:14:51;  author: emblogic;  state: Exp;  lines: +1 -1
error removed
—————————-
revision 1.3
date: 2015/06/26 09:13:23;  author: emblogic;  state: Exp;  lines: +1 -1
removed error
—————————-
revision 1.2
date: 2015/06/26 09:07:25;  author: emblogic;  state: Exp;  lines: +11 -3
edited program
—————————-
revision 1.1
date: 2015/06/26 08:45:32;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: compression2.c,v
Working file: compression2.c
head: 1.1
branch:
locks: strict
emblogic: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
printed compression2 file
—————————-
revision 1.1    locked by: emblogic;
date: 2015/06/27 06:22:23;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: compression3.c,v
Working file: compression3.c
head: 1.1
branch:
locks: strict
emblogic: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
printed compression3 file
—————————-
revision 1.1    locked by: emblogic;
date: 2015/06/27 06:22:39;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: compression4.c,v
Working file: compression4.c
head: 1.1
branch:
locks: strict
emblogic: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
printed compression4 file
—————————-
revision 1.1    locked by: emblogic;
date: 2015/06/27 06:22:55;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: compression5.c,v
Working file: compression5.c
head: 1.1
branch:
locks: strict
emblogic: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
printed compression 5 file
—————————-
revision 1.1    locked by: emblogic;
date: 2015/06/27 06:23:18;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: compression6.c,v
Working file: compression6.c
head: 1.1
branch:
locks: strict
emblogic: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
printed compression 6 file
—————————-
revision 1.1    locked by: emblogic;
date: 2015/06/27 06:23:33;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

RCS file: compression7.c,v
Working file: compression7.c
head: 1.1
branch:
locks: strict
emblogic: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;    selected revisions: 1
description:
printed compression 7 file
—————————-
revision 1.1    locked by: emblogic;
date: 2015/06/27 06:23:46;  author: emblogic;  state: Exp;
Initial revision
=============================================================================

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>