Skip to content

Commit

Permalink
Adjust README for GitHub in 1.0.4.1 release -- HJB
Browse files Browse the repository at this point in the history
  • Loading branch information
yayahjb committed May 1, 2018
1 parent d65849f commit 55b723c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
1 change: 1 addition & 0 deletions README
13 changes: 6 additions & 7 deletions README_CVector.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<h3 align="center">CVector -- ANSI C API for Dynamic Arrays</h3>
<P>
<center>
Release 1.0.4<br />
26 November 2014<br />
Release 1.0.4.1<br />
1 May 2018<br />
&#169; 2008, 2009, 2014 Herbert J. Bernstein<br/>
<script language="javascript" type="text/javascript">
<!--
Expand All @@ -28,6 +28,7 @@ <h3 align="center">CVector -- ANSI C API for Dynamic Arrays</h3>
<P>
CVector is an ANSI C implementation of dynamic arrays to provide a crude approximation to the C++ vector class.
<p>
Release 1.0.4.1 is a move from Sourceforge to Github.
Release 1.0.4 adds a CMakeLists.txt file to the kit and changes the test program to allow normal output to be written to a specified file.
Release 1.0.3 was is a minor revision of release 1.0.0 of 8 January 2009 to update the Makefile for builds under MINGW,
on 26 February 2009 to add the macro CVectorElementAt, and on 7 July 2009 to change the macro to CVECTOR_FAR and
Expand All @@ -36,11 +37,9 @@ <h3 align="center">CVector -- ANSI C API for Dynamic Arrays</h3>
<p>
<h4>Installation</h4>
<p>
The CVector package is available at <a href="http://www.sourceforge.net/projects/cvector">www.sourceforge.net/projects/cvector</a>.
A source tarball is available at <a href="http://downloads.sourceforge.net/cvector/CVector-1.0.4.tar.gz">downloads.sourceforge.net/cvector/CVector-1.0.4.tar.gz</a>.
Later tarballs may be available.
The CVector package is available on Github at <a href="https://github.com/yayahjb/cvector">https://github.com/yayahjb/cvector</a>.
<P>
When the source tarball is dowloaded and unpacked, you should have a directory CVector-1.0.4. To see the current settings for a build
To see the current settings for a build
execute
<p>
make
Expand Down Expand Up @@ -252,7 +251,7 @@ <h4>Examples</h4>

<hr>
<font size="2">
Updated 26 November 2014<br />
Updated 1 May 2018<br />
<script language="javascript" type="text/javascript">
<!--
var name = "yaya";
Expand Down
26 changes: 12 additions & 14 deletions README_CVector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,30 @@

CVector -- ANSI C API for Dynamic Arrays

Release 1.0.4
26 November 2014
(c) 2008, 2009, 2014 Herbert J. Bernstein
Release 1.0.4.1
1 May 2018
© 2008, 2009, 2014 Herbert J. Bernstein
yaya at bernstein-plus-sons dot com
You may distribute the CVector API under the LGPL

CVector is an ANSI C implementation of dynamic arrays to provide a crude
approximation to the C++ vector class.

Release 1.0.4 adds a CMakeLists.txt file to the kit and changes the test
program to allow normal output to be written to a specified file. Release
1.0.3 was is a minor revision of release 1.0.0 of 8 January 2009 to update
the Makefile for builds under MINGW, on 26 February 2009 to add the macro
Release 1.0.4.1 is a move from Sourceforge to Github. Release 1.0.4 adds a
CMakeLists.txt file to the kit and changes the test program to allow
normal output to be written to a specified file. Release 1.0.3 was is a
minor revision of release 1.0.0 of 8 January 2009 to update the Makefile
for builds under MINGW, on 26 February 2009 to add the macro
CVectorElementAt, and on 7 July 2009 to change the macro to CVECTOR_FAR
and similarly change the macros that handle memmove and memset. There are
no changes to the code. The internal copy of libtool has been removed.

Installation

The CVector package is available at www.sourceforge.net/projects/cvector.
A source tarball is available at
downloads.sourceforge.net/cvector/CVector-1.0.4.tar.gz. Later tarballs may
be available.
The CVector package is available on Github at
https://github.com/yayahjb/cvector.

When the source tarball is dowloaded and unpacked, you should have a
directory CVector-1.0.4. To see the current settings for a build execute
To see the current settings for a build execute

make

Expand Down Expand Up @@ -259,5 +257,5 @@

----------------------------------------------------------------------

Updated 26 November 2014
Updated 1 May 2018
yaya at bernstein-plus-sons dot com

0 comments on commit 55b723c

Please sign in to comment.