summaryrefslogtreecommitdiff
path: root/chmod.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2010-12-16Enhance --chmod to allow octal values.Wayne Davison1-3/+27
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-09-30Got rid of some SPACE-TAB sequencs in the indentation.Wayne Davison1-3/+3
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-0/+21
- Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files).
2006-02-24- The orig_umask value is now a mode_t.Wayne Davison1-5/+5
- Use CHMOD_BITS instead of 07777.
2006-02-19Changed parse_chmod() to return the pointer to the new items onWayne Davison1-5/+6
success.
2006-01-30Changed the way the parse_chmod() function is called.Wayne Davison1-9/+9
2006-01-21Tweaked parse_chmod() so that it takes a pointer to an existing listWayne Davison1-3/+12
of chmod items (or NULL) and appends the new items onto the end.
2005-11-07New --chmod support routines.Wayne Davison1-0/+195