Re: [dev] [sbase] [PATCH 1/2] Fix symbolic mode parsing in parsemode

2014-11-03 Thread random832
On Sun, Nov 2, 2014, at 17:24, Michael Forney wrote: > I found quite a lot of bugs, so I ended up pretty much rewriting as I > followed the specĀ¹. How about +X? I noticed there were no test cases for that. +X acts like +x provided either the file is a directory or the file already has at least on

Re: [dev] [sbase] [PATCH 1/2] Fix symbolic mode parsing in parsemode

2014-11-03 Thread Dimitris Papastamos
Applied both of them, thanks for fixing this! :)

[dev] [sbase] [PATCH 1/2] Fix symbolic mode parsing in parsemode

2014-11-02 Thread Michael Forney
I found quite a lot of bugs, so I ended up pretty much rewriting as I followed the specĀ¹. Now, it works as follows: - Determine a mask (who) of bits that can be modified for the subsequent operations. If none are specified, select all file mode bits. - In a loop, determine which operation (+, -