aboutsummaryrefslogtreecommitdiffstats
path: root/lib/modechange.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-31/+0
2006-07-28Remove obsolete comment about masks.Paul Eggert1-2/+0
2006-07-17(mode_adjust): New API.Paul Eggert1-3/+5
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-01(mode_free): Remove; all callers changed to invoke 'free'.Paul Eggert1-1/+0
2005-04-28(MODE_X_IF_ANY_X, MODE_COPY_EXISTING):Paul Eggert1-32/+5
(struct mode_change): Move to modechange.c; callers don't need to see this stuff. (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL): (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove. (mode_change, mode_adjust): Reflect the new signatures noted above.
2004-08-02unsigned -> unsigned intPaul Eggert1-2/+2
2003-08-18Sync with gnulib.Jim Meyering1-1/+1
2003-06-18(PARAMS): Remove. All uses removed.Jim Meyering1-16/+4
Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file.
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering1-1/+1
2000-07-09update copyright dateJim Meyering1-1/+1
1999-04-26Include <config.h>, <sys/types.h> for mode_t.Jim Meyering1-3/+9
(struct mode_change): Members affected and value are now mode_t instead of unsigned short.
1997-12-21Use PARAMS, not __P.Jim Meyering1-20/+25
1997-07-06(mode_create_from_ref): Add prototype.Jim Meyering1-1/+4
(MODE_MASK_ALL): New define. (MODE_BAD_REFERENCE): New define.
1996-10-29.Jim Meyering1-2/+2
1996-10-29.Jim Meyering1-2/+2
1996-07-15indent cpp-directivesJim Meyering1-5/+5
1996-07-15update FSF address in copyrightJim Meyering1-2/+2
1996-05-16Update prototypes.Jim Meyering1-8/+10
1992-10-31Initial revisionJim Meyering1-0/+55