search for: seek_

Displaying 7 results from an estimated 7 matches for "seek_".

Did you mean: seek
2015 Apr 17
0
[ANNOUNCE] xditview 1.0.4
...printf calls to snprintf config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Const cleanup unifdef -UNOTDEF -UNOTUSED Remove #if 0 code Combine usage message strings Remove CVS/RCS $Id tags Use SEEK_* names instead of raw numbers for fseek whence argument xditview 1.0.4 git tag: xditview-1.0.4 http://xorg.freedesktop.org/archive/individual/app/xditview-1.0.4.tar.bz2 MD5: e0d4497c963022eaa86bed6159882c69 SHA1: 5fa4247f75bc1d10e78a4c215c8bd3b9c4651dfb SHA256: 307f8df1bc3e90a7fba74dfe1684...
2015 May 01
0
[ANNOUNCE] libXaw 1.0.13
...x build with gcc -Werror=format-security Alan Coopersmith (6): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Use autoconf HAVE_UNISTD_H instead of imake X_NOT_POSIX to find <unistd.h> Just use C89 size_t instead of rolling our own Size_t Use SEEK_* names instead of raw numbers for fseek whence argument libXaw 1.0.13 Gaetan Nadon (2): Makefile: use AM_V_GEN and AM_V_at to implement automake silent rules Makefile: use $(LN_S) for better code portability Jon TURNEY (1): Include <unistd.h> Thomas Klausner (1):...
2018 Mar 10
0
[ANNOUNCE] xrdb 1.1.1
...more m4 quoting to quiet autoconf complaints Remove unused macro RESOURCE_PROPERTY_NAME Clean up sign/size conversion warnings from clang Stop casting free() arguments to (char *) unifdef -U__UNIXOS2__ Print which option was in error along with usage message Use SEEK_* names instead of raw numbers for fseek whence argument Reformat code to X.Org standard coding style Fix "editting" typo in comment Use reallocarray() for array allocations & resizing xrdb 1.1.1 Emil Velikov (1): autogen.sh: use quoted string variables...
2018 Jun 19
0
[ANNOUNCE] libXaw3d 1.6.3
...port (unifdef -UCRAY -UWORD64) Replace TXT16 with XChar2b inline Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV) configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Just use C89 size_t instead of rolling our own Size_t & Off_t Use SEEK_* names instead of raw numbers for fseek whence argument Get rid of some extraneous ; at the end of C source lines Avoid using dead pointer in _XawTextSetSelection Emil Velikov (1): autogen.sh: use quoted string variables Javier Pello (1): Fix --disable-feature options in c...
2019 Mar 16
0
[ANNOUNCE] imake 1.0.8
...for new OS or platform releases. Anyone shipping software still using imake to build should be working on moving to something that is still adding support for new platforms and runtimes. Alan Coopersmith (7): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Use SEEK_* names instead of raw numbers for fseek whence argument README: reword status section Update README for gitlab migration Update configure.ac bug URL for gitlab migration imake 1.0.8 Andrew Savchenko (1): imake support for lcc compiler Mihail Konev (1): autogen:...
2012 May 31
1
klibc 2.0 release
...of _IONBF [klibc] SYSCALLS.def: add openat() on 64-bit platforms [klibc] Rename llseek.c to lseek.c [klibc] lseek: give gcc a little optimization hint [klibc] Add trivial lseek test [klibc] Add dup3() system call [klibc] Add pipe2() system call [klibc] Move SEEK_ constants to a common header file [klibc] sys/sysmacros.h: use __static_inline [klibc] sys/sysmacros.h: define major, minor, and makedev as macros KUMAAN (6): [klibc] ipconfig: Write $UPTIME as uptime [klibc] ipconfig: Write $DHCPLEASETIME as dhcp-lease-time [klibc] i...
2015 Aug 21
0
Wine release 1.7.50
...: Remove redeclaration of optarg and optind. wrc: Remove redeclaration of optarg and optind. winecfg: Simplify code by using SetDlgItemInt. msvcrt: Call SetFilePointer() with correct parameters. msvcrt: Use MSVCRT_xxx macros instead of the same ones from GLIBC. msvcrt: SEEK_* macros from GLIBC should be replaced with safer MSVCRT_SEEK_* macros. Daniel Lehman (1): msxml3: Fix crash when merging Text nodes. Dmitry Timoshkov (14): ntdll: Separate image relocation from NtMapViewOfSection. msi: Avoid using dialog record after free. advapi32/tests:...