- 07 May, 2022 4 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 14 Feb, 2020 1 commit
-
-
Thomas E. Dickey authored
add a check for lex like the existing one for yacc Signed-off-by:
Thomas E. Dickey <dickey@invisible-island.net>
-
- 02 Jul, 2019 1 commit
-
-
Thomas E. Dickey authored
Signed-off-by:
Thomas E. Dickey <dickey@invisible-island.net>
-
- 10 Mar, 2019 1 commit
-
-
Alan Coopersmith authored
When filling in the array, we correctly limited to the 256 slots allocated but then we reset the value to an unlimited number when passing it on to the function that walks the array, which could lead to it walking too far. Fixes libxaw#2 Reported-by:
Praveen Kumar <praveen.pk@samsung.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> (Adapted from libXaw commit c01d47c4c0e0a66e0989d40f73827d0a55f693cc)
-
- 08 Dec, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 20 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 30 Sep, 2018 2 commits
-
-
Alan Coopersmith authored
Reported by parfait 1.1 bug checking tool: File Descriptor Leak: Leaked File Descriptor fd at line 1098 of src/MultiSrc.c in function 'WriteToFile'. fd initialized at line 1096 with creat fd leaks when creat(name, 438) != -1 at line 1096. (Adapted from libXaw commit a30892ed9b6d193f6eb2bab5b37180ac8f63b0b1.) Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
http://bugs.freedesktop.org/show_bug.cgi?id=24635 (Adapted from libXaw commit f373e193a48eaf6d799d0b6ad32fd58d8ae8b3bd.) Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 19 Jun, 2018 1 commit
-
-
Matt Turner authored
Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
- 24 Mar, 2018 1 commit
-
-
Alan Coopersmith authored
Reported by: https://bugs.freedesktop.org/show_bug.cgi?id=94375 Fix copied from 2D libXaw commit 11c3a104141e1a4946ad949dfb5514df0b66a031 Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jan, 2017 3 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 30 Aug, 2016 1 commit
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-
- 28 Sep, 2015 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Nov, 2014 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Hans de Goede <hdegoede@redhat.com>
-
- 17 Jul, 2014 1 commit
-
-
Thomas Klausner authored
For long arguments, use labs(). Reviewed-by:
Matt Turner <mattst88@gmail.com> Signed-off-by:
Thomas Klausner <wiz@NetBSD.org>
-
- 05 Jun, 2014 2 commits
-
-
Alan Coopersmith authored
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 06 Jul, 2013 3 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
No longer need #define to substitute it now that we no longer set it to a different type on CRAY systems. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 06 Jun, 2013 1 commit
-
-
Make --disable-feature options passed to configure not enable the feature but keep it disabled instead. Signed-off-by:
Javier Pello <javier.pello@urjc.es> Signed-off-by:
James Cloos <cloos@jhcloos.com>
-
- 29 Mar, 2012 4 commits
-
-
Matt Turner authored
Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
Matt Turner authored
Makes code for _XawImCallVendorShellExtResize identical to libXaw. Fixes XawIm.c: In function '_XawImCallVendorShellExtResize': XawIm.c:1554:2: warning: passing argument 1 of 'XawVendorShellExtResize' from incompatible pointer type [enabled by default] XawIm.c:93:13: note: expected 'Widget' but argument is of type 'VendorShellWidget' Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
Matt Turner authored
Fix up from 5d367cd9 . No functional changes. Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
Matt Turner authored
Same fix appeared in libXaw as part of XFree86 4.3.0.1. Fixes: http://gnats.netbsd.org/37610 Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
- 25 Mar, 2012 3 commits
-
-
Patch found at http://gitorious.org/xaw3d/xaw3d/commit/ccb1ffde090006f5a715c1e3d4da5f4d6fae05d3 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
This ugly piece of magic was copied from libXaw, and now scrollbars will work slightly less incorrectly than they did before. Found at http://gitorious.org/xaw3d/xaw3d/commit/4ec68aebffbdc406139f880f92b6c18b835af6d4 Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 14 Mar, 2012 1 commit
-
-
Matt Turner authored
Fixes segmentation fault when closing gv. Found at http://gitorious.org/xaw3d/xaw3d/commit/23b3ca50395f180cba4a923eb8827dcc961629da Fixes: https://bugs.gentoo.org/show_bug.cgi?id=406487 Reviewed-by:
Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
- 29 Feb, 2012 1 commit
-
-
Matt Turner authored
Introduced in f6cd786d . Reported-by:
Jean-Pierre Demailly <Jean-Pierre.Demailly@ujf-grenoble.fr> Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
- 15 Feb, 2012 3 commits
-
-
Matt Turner authored
Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
Matt Turner authored
AsciiText.h doesn't include MultiSrc.h when internationalization is disabled, so dcd27a9c was breaking the build. Also fix a typo introduced in the same commit Xaw -> Xaw3d. Signed-off-by:
Matt Turner <mattst88@gmail.com>
-
When XAW_INTERNATIONALIZATION isn't defined, some uninitialized stack data was being passed to XtGetValues. This makes it not do that. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=46124 Reviewed-by:
Matt Turner <mattst88@gmail.com> Signed-off-by:
Devin J. Pohly <djpohly+xorg@gmail.com>
-
- 01 Feb, 2012 1 commit
-
-
Matt Turner authored
Noticed when comparing with libXaw's AllWidgets.c.
-