summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-128/+128
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-27/+27
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-23/+25
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-31/+33
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-22/+23
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-31/+32
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-8/+10
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-52/+52
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-2/+2
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-43/+44
* build-fixes when _CONST_X_STRING is definedThomas E. Dickey2019-07-013-7/+8
* Avoid warning about missing getpagesize() prototype on WindowsJon Turney2019-06-031-0/+6
* Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelectionAlan Coopersmith2019-03-091-3/+2
* Scrollbar.c: Add Btn4 & Btn5 to default translationsRoberto Branciforti2018-05-051-0/+2
* Fix misleading indentation in TextAction.cAlan Coopersmith2018-05-051-1/+1
* Fix xload crashes if the window is wider than 2048 pixelsAlan Coopersmith2018-03-301-3/+13
* NULL pointer dereference in XawAsciiSinkInitializeTobias Stoeckmann2017-03-151-2/+2
* darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetC...Jeremy Huddleston Sequoia2016-08-291-3/+12
* editres can trigger sigsegv in inspected application (Debian bug 790325)Alan Coopersmith2016-01-011-0/+8
* 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
* 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
* 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-251-0/+4
* 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
* 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
* Remove include directive to <X11/Xaw>Gaetan Nadon2011-09-031-1/+0
* 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
* Removing trailing white spacesRoberto Branciforti2011-01-1242-642/+642
* Check for getpagesize() with autoconf instead of #ifdef osnameAlan Coopersmith2010-11-211-10/+1
* convert header checks/ifdefs to autoconf standard AC_CHECK_HEADERSAlan Coopersmith2010-11-211-3/+3
* Move -I CFLAGS to CPPFLAGSJeremy Huddleston2010-10-251-1/+9
* Purge cvs tags.Jesse Adkins2010-10-0647-138/+0
* Fix case statement typo in edit mode codeWalter Harms2010-08-301-1/+1
* Remove symlinks created in install-exec-hook during uninstallYaakov Selkowitz2010-08-091-0/+14
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-291-6/+0