- update to 1.2.1:
* _XtCalloc actually uses a Cardinal, not size_t
* add errorhandling to _XtVaToTypedArgList()
* refactoring, reduce indent level
* work within existing interface which attempts to obtain the
display-pointer from the screen-pointer but fails when the screen-pointer
itself is invalid. Ensure that the screen-pointer is valid by checking
the default_screen value against the valid range, and forcing it to zero
if it is out of bounds.
* indent
OBS-URL: https://build.opensuse.org/request/show/866418
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=18
- Update to version 1.1.5
* Revert "Avoid shadowing variables."
* If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value
* makestrs: use strchr() instead of index()
* makestrs: Replace malloc()+strcpy() calls with strdup() calls
* makestrs: Replace strcpy()+strcat() calls with snprintf() calls
* makestrs: Use asprintf() if available
* unifdef -UCRAY -UCRAY2
* Use $(MKDIR_P) in Makefile.am for better code portability
* Include direct.h header for _getdrives() on Win32
* Include unistd.h for getpid()
* asprintf needs _GNU_SOURCE on some platforms
* Fix cross-compilation
* Add missing comma to fix DEBUG build.
* Use appropriate variable type for vsnprintf return value.
* Mark non-returning function with appropriate attribute.
* Ignore test-driver from automake-1.13.
* Avoid shadowing variables.
* Fix char vs. unsigned char warnings.
* Use string.h instead of X11/Xos.h.
* Fix _XtInherit on x86_64 Windows
OBS-URL: https://build.opensuse.org/request/show/305329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXt?expand=0&rev=9
* Revert "Avoid shadowing variables."
* If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value
* makestrs: use strchr() instead of index()
* makestrs: Replace malloc()+strcpy() calls with strdup() calls
* makestrs: Replace strcpy()+strcat() calls with snprintf() calls
* makestrs: Use asprintf() if available
* unifdef -UCRAY -UCRAY2
* Use $(MKDIR_P) in Makefile.am for better code portability
* Include direct.h header for _getdrives() on Win32
* Include unistd.h for getpid()
* asprintf needs _GNU_SOURCE on some platforms
* Fix cross-compilation
* Add missing comma to fix DEBUG build.
* Use appropriate variable type for vsnprintf return value.
* Mark non-returning function with appropriate attribute.
* Ignore test-driver from automake-1.13.
* Avoid shadowing variables.
* Fix char vs. unsigned char warnings.
* Use string.h instead of X11/Xos.h.
* Fix _XtInherit on x86_64 Windows
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXt?expand=0&rev=11