bookmarks
- c TCL/Expect replacement
- Secure Lint
- Datadec takes recursive data types modelled on those found in functional languages (Hope, Miranda, Haskell etc) and generates ANSI C code to implement them...Datadec takes recursive data types modelled on those found in functional languages (Hope, Miranda, Haskell etc) and generates ANSI C code to implement them.
- Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better l...Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better lint.
- Patchutils is a small collection of programs that operate on patch files.
- Mktemp is a small program to allow safe temporary file creation from shell scripts.
- MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow o...MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs...MinGW uses the Microsoft runtime libraries, distributed with the Windows operating system.
- GC is a well known C/C++ source code beautifier that is now fully open source.
- The `indent' program can be used to make code easier to read. It can also convert from one style of writing C to another.
- pretty printers
- GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the mo...GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.
- Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D.
- GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python d...GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger. Besides ``usual'' front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs.


groups