Downloadliste

Projektbeschreibung

hilite is a utility which executes whatever command you specify, highlighting
anything it prints to stderr. It's most useful when compiling, since warnings
are printed in bright red and are therefore very hard to miss.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-11-13 20:02
1.5

Der Code wurde gestrafft und dup2 () wird nicht verwendet. Fehlerbehandlung wurde verbessert. Der Quellcode ist nun übersichtlicher. Das Programm versucht nicht mehr, um Fehlermeldungen drucken nach stderr nach dem Schließen stderr.
Tags: Minor feature enhancements
The code was streamlined, and dup2() is not used. Error handling was improved.
The source code is now neater. The program no longer attempts to print error
messages to stderr after closing stderr.

2001-10-06 00:47
1.4

Verbesserte Fehlerberichterstattung.
Tags: Minor feature enhancements
Improved error reporting.

2001-08-30 22:45
1.3

Fehlermeldungen wollten stdout anstelle von stderr. Dies wurde behoben.
Tags: Minor bugfixes
Error messages were going to stdout instead of stderr. This has been fixed.

2001-08-29 23:48
1.2

'\ e' wurde changed to '\ 033' durch die Probleme beim Kompilieren auf bestimmten Systemen.
Tags: Minor bugfixes
'\e' has been changed to '\033' due to problems compiling on certain systems.

2001-01-30 15:12
1.1

Eine Lösung für ein Problem, das L-Wert verhindert Zusammenstellung auf Solaris, reindentation und ein # include für string.h bekommen, von einer strerror (RID) Warnung.
A fix for an lvalue problem that prevented compilation on Solaris, reindentation, and a #include for string.h to get rid of a strerror() warning.

Project Resources