tcsh 6.24.01-1

2022-05-12 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution:

* tcsh-6.24.01-1

This is a bug fix release:

1. Fix return status of which (Jamie Landeg-Jones)
2. Fix quoting of ! characters in history recall (Kimmo Suominen)

Tcsh is an enhanced but completely compatible version of csh, the C
shell.  Tcsh is a command language interpreter which can be used both
as an interactive login shell and as a shell script command processor.
Tcsh includes a command line editor, programmable word completion,
spelling correction, a history mechanism, job control and a C language
like syntax.


doxygen 1.9.4-1

2022-05-12 Thread Ken Brown via Cygwin-announce

The following packages have been uploaded to the Cygwin distribution:

* doxygen-1.9.4-1
* doxygen-doxywizard-1.9.4-1
* doxygen-latex-1.9.4-1

Doxygen is the de facto standard tool for generating documentation from 
annotated C++ sources, but it also supports other popular programming languages 
such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and 
UNO/OpenOffice flavors), Fortran, VHDL, and to some extent D.  It can generate 
an on-line documentation browser (in HTML) and/or an off-line reference manual 
(in LaTeX) from a set of documented source files.  There is also support for 
generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed 
HTML, and Unix man pages.  The documentation is extracted directly from the 
sources, which makes it much easier to keep the documentation consistent with 
the source code.


Doxywizard is a GUI for creating and editing configuration files that are used 
by doxygen.


doxygen-latex is a virtual package that pulls in the TeX Live packages needed 
for producing LaTeX/pdf output from doxygen.


This is an update to the latest upstream release.  See

  https://www.doxygen.org/manual/changelog.html

for a list of changes since the previous release.

Ken Brown
Cygwin's Doxygen maintainer