History log of /seL4-test-master/projects/musllibc/include/pwd.h
Revision Date Author Comments
# 7597fc25 20-Oct-2016 Rich Felker <dalias@aerifal.cx>

fix various header namespace issues under feature-test-macro control

reported and changes suggested by Daniel Sabogal.


# befa5866 03-Jul-2016 Rich Felker <dalias@aerifal.cx>

make brace placement in public header struct definitions consistent

placing the opening brace on the same line as the struct keyword/tag
is the style I prefer and seems to be the prevailing practice in more
recent additions.

these changes were generated by the command:

find include/ arch/*/bits -name '*.h' \
-exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} +

and subsequently checked by hand to ensure that the regex did not pick
up any false positives.


# ddfb267b 04-Apr-2013 Rich Felker <dalias@aerifal.cx>

add put*ent functions for passwd/group files and similar for shadow

since shadow does not yet support enumeration (getspent), the
corresponding FILE-based get and put versions are also subbed out for
now. this is partly out of laziness and partly because it's not clear
how they should work in the presence of TCB shadow files. the stubs
should make it possible to compile some software that expects them to
exist, but such software still may not work properly.


# c1a9658b 07-Sep-2012 Rich Felker <dalias@aerifal.cx>

default features: make musl usable without feature test macros

the old behavior of exposing nothing except plain ISO C can be
obtained by defining __STRICT_ANSI__ or using a compiler option (such
as -std=c99) that predefines it. the new default featureset is POSIX
with XSI plus _BSD_SOURCE. any explicit feature test macros will
inhibit the default.

installation docs have also been updated to reflect this change.


# 3db29f03 20-May-2012 Rich Felker <dalias@aerifal.cx>

move getpass decl to the right place


# 5e9314ff 29-Jan-2012 Rich Felker <dalias@aerifal.cx>

add fgetpwent (nonstandard function)

based on patch by Jeremy Huntwork


# ef839c73 28-Mar-2011 Rich Felker <dalias@aerifal.cx>

prototype for getpass


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0