aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/vprintf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-06silence nonsensical warnings in timer_createRich Felker1-2/+2
2013-04-06add support for program_invocation[_short]_name•••this is a bit ugly, and the motivation for supporting it is questionable. however the main factors were: 1. it will be useful to have this for certain internal purposes anyway -- things like syslog. 2. applications can just save argv[0] in main, but it's hard to fix non-portable library code that's depending on being able to get the invocation name without the main application's help. Rich Felker3-2/+18
2013-04-06fix argument omission in ABI-compat weak_alias for fscanfRich Felker1-1/+1
2013-04-05Add ABI compatability aliases.•••GNU used several extensions that were incompatible with C99 and POSIX, so they used alternate names for the standard functions. The result is that we need these to run standards-conformant programs that were linked with glibc. Isaac Dunham13-0/+38
2013-04-06fix type error in pthread_create, introduced with pthread_getattr_npRich Felker1-1/+1
2013-04-06getifaddrs: remove unused labelrofl0r1-1/+0
2013-04-05getifaddrs: use if_nameindex to enumerate interfacesrofl0r1-23/+9
2013-04-05getifaddrs: one less indent levelrofl0r1-30/+28
2013-04-05getifaddrs: less mallocrofl0r1-55/+52
2013-04-05include/ifaddrs.h: add prototypes for get/freeifaddrsrofl0r1-0/+3
2013-04-05add getifaddrs•••supports ipv4 and ipv6, but not the "extended" usage where usage statistics and other info are assigned to ifa_data members of duplicate entries with AF_PACKET family. rofl0r2-0/+222
2013-04-05net/if.h: add some missing IFF_ constantsrofl0r1-0/+5
2013-04-04add prototype for dn_skipnameRich Felker1-0/+1