+1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
+
+ * iconvdata/Makefile: Create target directory before generating
+ headers.
+
1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
# If we have the localedata add-on available we can build the conversion
# tables for numerous charsets.
define generate-8bit-table
+$(make-target-directory)
( echo "static const uint32_t to_ucs4[256] = {"; \
sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\(..\)[[:space:]]*<U\(....\)>.*/ [0x\1] = 0x\2,/p' -e d $^ | sort -u; \
echo "};"; \
ibm904.h ibm905.h ibm1047.h
define generate-8bit-gap-table
+$(make-target-directory)
( echo "static const uint32_t to_ucs4[256] = {"; \
sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\(..\)[[:space:]]*<U\(....\)>.*/ [0x\1] = 0x\2,/p' -e d $^ | sort -u; \
echo "};"; \
+1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * Makefile (linuxthreads-version): Renamed back from
+ libpthread-version.
+
1998-04-21 Ulrich Drepper <drepper@cygnus.com>
* ptlongjmp.c: Add prototypes for __libc_siglongjmp and