|
|
 |
GNU WinCvs
Download GNU WinCvs version
2.0.0.2 with cvs-2.x support.
What is GNU WinCvs?
WinCvs is Windows GUI for GNU CVS. CVS (Concurrent Versions System), is the dominant open-source network- transparent version control system. CVS is useful for everyone from individual developers to large, distributed teams:
- Its client-server access method lets developers access the latest code from anywhere there's an Internet connection.
- Its unreserved check-out model to version control avoids artificial conflicts common with the exclusive check-out model.
- Its client tools are available on most platforms.
You my read more about on WinCvs home page.
|
|
|
GNU Make
Download GNU make version 3.75.
PDF Manual, HTML Manual
What is GNU Make?
Make is a tools which controls the generation of executables and other non-source files of a program from the program's source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.
You my read more about on make home page.
|
|
|
GNU awk
Download GNU awk version 3.04b.
HTML Manual
What is GNU awk?
If you are like many computer users, you would frequently like to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. To write a program to do this in a language such as C is a time-consuming inconvenience that may take many lines of code. The job may be easier with "awk". The "awk" utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.
|
|
|
|
|