summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXaw 1.0.13libXaw-1.0.13Alan Coopersmith2015-04-301-1/+1
* Include <unistd.h>Jon TURNEY2015-03-231-0/+1
* Use SEEK_* names instead of raw numbers for fseek whence argumentAlan Coopersmith2014-11-073-4/+4
* Just use C89 size_t instead of rolling our own Size_tAlan Coopersmith2014-11-072-20/+4
* Use autoconf HAVE_UNISTD_H instead of imake X_NOT_POSIX to find <unistd.h>Alan Coopersmith2014-11-071-1/+1
* Fix abs() usage.Thomas Klausner2014-07-171-1/+1
* autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith2014-06-041-1/+3
* configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2014-06-042-2/+1
* Makefile: use $(LN_S) for better code portabilityGaetan Nadon2013-12-141-4/+4
* Fix build with gcc -Werror=format-securityAdam Jackson2013-11-211-1/+1
* Makefile: use AM_V_GEN and AM_V_at to implement automake silent rulesGaetan Nadon2013-09-271-12/+12
* libXaw 1.0.12libXaw-1.0.12Alan Coopersmith2013-09-071-1/+1
* Replace TXT16 with XChar2b inlineAlan Coopersmith2013-07-061-7/+5
* Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)Alan Coopersmith2013-07-061-53/+0
* Fix fd leak when write() fails in WriteToFile()Alan Coopersmith2013-04-211-3/+6
* Fix fd leak when fdopen() fails in InitStringOrFile()Alan Coopersmith2013-04-212-0/+4
* unifdef -U__UNIXOS2__baserock/morphAlan Coopersmith2013-01-084-29/+1
* Include winsock header on WIN32 to provide fd_set etc.Ryan Pavlik2012-10-252-0/+13
* libXaw 1.0.11libXaw-1.0.11Alan Coopersmith2012-06-011-1/+1
* Only call XawStackFree if XawStackAlloc was used for allocationAlan Coopersmith2012-05-281-2/+3
* Correct order of arguments to XawStackFree()Alan Coopersmith2012-05-281-2/+2
* Correct undefined behavior access to out of scope pointer contents.pcpa2012-05-221-1/+1
* libXaw 1.0.10libXaw-1.0.10Alan Coopersmith2012-03-221-1/+1
* Include headers instead of using extern definitionsMatt Turner2012-02-011-38/+29
* Build fix for -Werror=pointer-to-int-castJeremy Huddleston2011-11-011-6/+6
* Cleanup IDs and links in docMatt Dew2011-10-0539-264/+266
* specs: refactor multi license legal textGaetan Nadon2011-09-191-16/+15
* Strip trailing whitespaceAlan Coopersmith2011-09-1615-73/+73
* specs: fix orphan author affiliation.Gaetan Nadon2011-09-131-1/+1
* docs: use the &fullrelvers; entity to set X11 release informationGaetan Nadon2011-09-121-2/+5
* docs: remove <productnumber> which is not used by defaultGaetan Nadon2011-09-111-1/+0
* docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon2011-09-081-2/+0
* docbook.am: global maintenance update - entities, images and olinkingGaetan Nadon2011-09-071-52/+62
* Remove include directive to <X11/Xaw>Gaetan Nadon2011-09-031-1/+0
* man page: replace hard coded section number with __libmansuffix__Gaetan Nadon2011-06-181-1/+1
* Install xml versions of specs even if HAVE_XMLTO is falseGaetan Nadon2011-06-122-2/+2
* Install target dbs alongside generated documentsGaetan Nadon2011-06-112-3/+3
* Add id attributes to funcsynopsis to allow other docs to olink to them.Matt Dew2011-06-0415-73/+73
* Correct path to examples in X11R5 contrib archiveAlan Coopersmith2011-05-281-1/+1
* Bug 37536: Documentation refers to invalid contrib/examples/mit/XawAlan Coopersmith2011-05-271-4/+5
* Documentation: add Docbook external references supportGaetan Nadon2011-03-304-59/+113
* fix potential infinte loop in XawBoxQueryGeometry() (bug 11569)Glenn Burkhardt2011-03-011-2/+3
* Convert XmuSnprintf calls to just plain snprintfAlan Coopersmith2011-02-0213-116/+107
* Typo fix: sintax error -> syntax errorAlan Coopersmith2011-02-021-1/+1
* config: comment, minor upgrade and layout configure.acGaetan Nadon2011-02-021-4/+7
* config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon2011-01-281-2/+2
* config: remove unrequired AC_HEADER_STDCGaetan Nadon2011-01-281-1/+0
* Removing trailing white spacesRoberto Branciforti2011-01-1299-914/+914
* libXaw 1.0.9libXaw-1.0.9Alan Coopersmith2011-01-111-1/+1
* config: prevent config.status from being generated three timesGaetan Nadon2010-11-211-7/+9