Commit History

Author SHA1 Message Date
  Denis Vlasenko 4139fe5aec Fix bug 575 and other small problems noticed along the way. 17 years ago
  Bernhard Reutner-Fischer c28c512dce - Generate dummy rules for prerequisites. 17 years ago
  Bernhard Reutner-Fischer 4cc4b30426 - adds several config-options to allow for turning off certain features 17 years ago
  Bernhard Reutner-Fischer 1f124eb028 - breakup lines of compile.c and add a variable to hold filter-out PHONY target. 17 years ago
  Denis Vlasenko d8dfa34f0e Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead, 17 years ago
  Denis Vlasenko c9a2b6c249 fix trivial mismatch in return type of build_wcs_upper_buffer() 17 years ago
  Denis Vlasenko a1c0be1a06 Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusing 17 years ago
  Denis Vlasenko 0b0a9a449d dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"), 17 years ago
  Denis Vlasenko 3ff4c54cc8 libc/stdlib/stdlib.c: fix whitespace damage. No code changes 17 years ago
  Denis Vlasenko b1bebd2955 fix bug 1577: '`' is not an acceptable digit for strto[u]l(). 17 years ago
  Denis Vlasenko d666e2a911 libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverse 17 years ago
  Denis Vlasenko 0725864228 libc/inet/addr.c: fix broked indentation and bad style. No code changes. 17 years ago
  Denis Vlasenko ad636db9fe fix fallout from libc_hidden_proto removal 17 years ago
  Denis Vlasenko 0119403c3a suppress a few "might be used uninitialized" warnings. No code growth. 17 years ago
  Denis Vlasenko eed923be3e Rework smallint machinery so that it will reliably fail to compile 17 years ago
  Denis Vlasenko 999f12709a build system: stop creating ugly double-slash symlinks like 17 years ago
  Denis Vlasenko f92843b334 fix compile breakage in libc/string/wcscasecmp.c 17 years ago
  Denis Vlasenko 87726c7887 add missing includes of unistd.h for smallint usage 17 years ago
  Bernd Schmidt a3bfc1991a Still forgot some libraries in one of the previous commits. 17 years ago
  Bernd Schmidt 68d02d6473 A slight improvement over my previous commit which ensured we always rebuild 17 years ago
  Bernd Schmidt 809dbec58f Use $(<D) rather than $(^D), as the latter now contains an element 17 years ago
  Bernhard Reutner-Fischer e41fbf6daa - since we force make into trying to rebuild unconditionally, we have to 17 years ago
  Bernhard Reutner-Fischer 6f53879929 - store the used compiler plus flags in the .%.dep files too and 17 years ago
  Bernd Schmidt 778c71e5a9 Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule to 17 years ago
  Bernhard Reutner-Fischer 20ef4ea02a - rm all deps on distclean 17 years ago
  Bernhard Reutner-Fischer 590514724a Oh, and prepend a dot to the basename so i don't have to change my habit of 17 years ago
  Bernhard Reutner-Fischer 8040ad5d52 - generate deps via gcc 17 years ago
  Bernhard Reutner-Fischer 49d47f2b7e - fix whitespace 17 years ago
  Bernhard Reutner-Fischer d6442235e7 - fix prerequisites of sysnum.h (has to depend on the script that generates it) 17 years ago
  Bernhard Reutner-Fischer f51a8f2c8e - default kernel-modules funcs to on. 17 years ago