search for: makestr

Displaying 4 results from an estimated 4 matches for "makestr".

2015 May 01
0
[ANNOUNCE] libXt 1.1.5
libXt is the X Toolkit Intrinsics library used to build older generation toolkits such as Motif & Xaw. Alan Coopersmith (8): 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 libXt 1.1.5 Gaetan Nadon (1): Use $(MKDIR...
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
...assembler + * from C code. + * + * To convert the value of a defined token to a string, XSTR(x) + * To concatenate multiple parameters separated by commas, XCONC() + * To convert the value of a defined value with commas, XCSTR() + * + * These macros are incompatible with -traditional + */ +#define MAKESTR(x) #x +#define XSTR(x) MAKESTR(x) +#define XCONC(args...) args +#define CONCSTR(x...) #x +#define XCSTR(x...) CONCSTR(x) + +/* + * Propagate these definitions as strings up to C code for convenient use + * in stringized assembler as pseudo-mnemonics; we must emit ass...
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
...assembler + * from C code. + * + * To convert the value of a defined token to a string, XSTR(x) + * To concatenate multiple parameters separated by commas, XCONC() + * To convert the value of a defined value with commas, XCSTR() + * + * These macros are incompatible with -traditional + */ +#define MAKESTR(x) #x +#define XSTR(x) MAKESTR(x) +#define XCONC(args...) args +#define CONCSTR(x...) #x +#define XCSTR(x...) CONCSTR(x) + +/* + * Propagate these definitions as strings up to C code for convenient use + * in stringized assembler as pseudo-mnemonics; we must emit ass...
2019 Jun 21
0
[ANNOUNCE] libXt 1.2.0
...ration Update configure.ac bug URL for gitlab migration Benjamin Tissoires (3): Fix leaks detected by covscan dummy fix for covscan Fix covscan complain Emil Velikov (1): autogen.sh: use quoted string variables Fabrice Fontaine (1): libXt: util: don't link makestrs with target cflags Jeremy Huddleston Sequoia (1): darwin: Don't build libXt with -flat_namespace Jon Turney (2): Fix WHITEFILL after const fixes Provide suseconds_t typedef on Win32 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autoge...