Home | History | Annotate | Download | only in chpass
History log of /src/usr.bin/chpass/field.c
RevisionDateAuthorComments
 1.12  11-Apr-2009  lukem Fix WARNS=4 (-Wcast-qual -Wsign-compare -Wshadow) issues.
 1.11  17-Feb-2005  xtraeme branches: 1.11.36;
Kill __P(), use ANSI function declarations.
 1.10  30-Oct-2004  dsl Add (unsigned char) cast to ctype functions
 1.9  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.
 1.8  09-May-2002  simonb Fix warnings found by gcc-current with alpha target:
There's no use assigning the output of strtoul() to a 32-bit variable
then checking that against ULONG_MAX. Instead use a "unsigned long"
as the temporary variable. Also, only check against UID_MAX/GID_MAX;
these are both going to be smaller than ULONG_MAX on both 32- and 64-bit
platforms.
 1.7  10-Aug-1998  kim We need to initialize the "save" member in the list for GECOS fields.
If the user deletes a field while editing (as an easy way of making
that field empty) then "save" for that field will not get initialized
before referencing it when constructing the new GECOS field.
 1.6  26-Jul-1998  mycroft const poisoning.
 1.5  05-Jul-1998  mrg KNF
 1.4  18-Oct-1997  lukem WARNSify, fix .Nm usage, bzero -> memset
 1.3  26-Mar-1995  glass merged with 4.4Lite
 1.2  01-Aug-1993  mycroft Add RCS identifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  26-Mar-1995  glass Import from 4.4Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.11.36.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed