Future additions.


Here is a short list of items I hope to add or complete. If you have any ideas or want to help out, please let me know.

To be completed.

o
Libraries.

o
GDB.

o
Technique and Style.

o
Descriptions for files in O'Reilly 'Using C' Directory.

Future Sections.

o
Makefile introduction.

o
Obfusticated code examples.

o
a umask example

o
Green house problem

o
Trapping escapes sequences.


Release 1.09

(15th Nov 1998)

o
I have continued to add C++ information. The main effort has been in the non object related improvements within C++ that should make a C programmers life easier.

Release 1.08

(5th April 1998)

o
This is a minor release. It correctes a few duff links found in 1.07 and generally tidys things up.

Release 1.07

(1st Mar 1997)

o
An extra feature in struct is now documented.

o
static functions now documented.

o
All the code examples now use the same formatting standard.

o
The master index now uses 'frames' to improve the layout.

o
Number conversion page. This is a Java Applet that shows numbers in Hex, Oct, Dec, Binary and ASCII.

o
It appears that some people have problems getting CGI scripts installed. In attempt to make your lives easier, several JavaScript pages have been written to replace the CGI scripts.

Enjoy.

o
Some pages use JavaScript to change the color of the bullet. This was added just so I could see it work...

o
A bit more flesh has been added to the function reference.

o
I found the old mottled background hardwork on some terminals so I have changed it to something a little easier on the eyes.

o
A little more information added on C++ keywords.

o
The POSIX libraries are starting to appear! Check out unistd.h and pipe or fork in particular.

o
const improved.

o
Information on arrarys improved.

o
Information on pointer documentation improved.

Release 1.06

(30th March 1996)

o
This release corrects problems with 1.05! There are only minor changes.


Release 1.05

(11th March 1996)

o
Well! the most obvious change is the background. Do you like it or do you think its a distraction or maybe you have a better background I could use. Please let me know.
o
All the ANSI functions are now listed. I have supplied some of my own notes on the more common functions and all the others use man pages to provide you with information.

o
Bitwise operators have recieved some attension. There is also a Simulator that will show you whats happening. Coool....

o
Pointers reworked.

o
Strings added.

o
I know I am going to regret this move, but, I have started adding C++ notes to this documentation! If a page has brown text, it will contain C++ notes. As an example please checkout the pages on:

Please dont expect this side of the documentation to grow....

o
A large number of the pages now have buttons to jump directly to Top, Master Index, Keywords and Functions.

Check out the bottom of this page to see what I mean.

o
strtok has been reworked.

o
sizeof information expanded.

o
I have changed the numbering system by dropping the 1. bit as it does not serve much purpose.

Release 1.4

(23rd Nov 1995)

o
The following keywords have been documented by Vinay Kanitkar

else
if
switch
case

o
void keyword explanation.

o
stdin, stdout, stderr file pointers.

o
Download the HTML source to this guide.

o
malloc function.

o
GOT YA. Traps that people fall into.


Release 1.3

(15th June 1995)

o
Pointers to functions.

o
Another X program added.

o
Small fix put into stat example.

o
Corrections made to strchr documentation.

o
Keyword documentation now includes union , do , for and while.

o
Formatting using HTML 2.0 extensions now appearing on some pages.

o
Precedence table improved.

o
Link Lists.

o
ANSI functions the never ending task of documenting these continues (slowly).

o
strpbrk and bsearch are new additions.


Release 1.2

(18th April 1995)

o
Hex dump problem added.

o
Yet more links added to existing documents especially the glossary.

o
General corrections (spelling/HTML/grammar).

o
Keywords - goto documented.

o
mjl_man re-written, I kept finding bugs in V1.x. Latest version is V2.0

o
Structures - more information added.

o
Precedence table added.

o
Descriptions for my example programs.

o
Descriptions for files in O'Reilly ' Practical C' Directory.

o
ANSI functions now listed by header instead of alphabetically.

o
printf/sprintf etc formatting improved.

o
A couple of X program examples added.


Release 1.1

(5th February 1995)

This release fixes problems found with 1.0. There is no extra information added.

o
All icons now have transparent backgrounds so they will blend in with the browsers background.

o
Links placed in the glossary pointing to related info.

o
Master index tidied up.

o
Changes made to the program examples so they are displayed correctly in NCSA Mosaic and Netscape browsers.

o
Links in the 'Interesting items from the net' page actually work!!!

o
White ball icon now the correct size.


Release 1.0

(21st January 1995)

o
First public release.


Creation

(1st January 1994)

o
The saga starts here. The inital documentation started out as a bunch of files in a directory. Over time they became un-managable and got the HTML treatment and eventually grew into this seathing mass of hypertext links.....


Top Master Index Keywords Functions


Martin Leslie