[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-21 Thread Chris Bagwell
On Tue, Jan 17, 2012 at 6:13 PM, Ruediger Meier  wrote:
> On Wednesday 18 January 2012, Chris Bagwell wrote:
>> On Tue, Jan 17, 2012 at 3:01 PM, Ruediger Meier wrote:
>
>> > Thx, I just see I've messed up that patch series a little while
>> > playing around with my MUA. Could you cleanly apply it? If not then
>> > I would reroll it.
>>
>> I haven't tried yet. ?Can you resend directly to me to save time?
>> You can send as attachements to me until you get MUA worked out.
>
> Please pull from my private clone
> git://github.com/rudimeier/sane-backends.git
>
> branches
> win32/path
> win32/scsi
>

Thanks.  That was easiest way.

I've just pushed your changes.  I added a change log entry to your
second patch series.

I appreciate the scsi fix.  I was struggle with how to fix that since
it was reported not compiling with mingw64.

Chris



[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-18 Thread Ruediger Meier
On Wednesday 18 January 2012, Chris Bagwell wrote:
> On Tue, Jan 17, 2012 at 3:01 PM, Ruediger Meier wrote:

> > Thx, I just see I've messed up that patch series a little while
> > playing around with my MUA. Could you cleanly apply it? If not then
> > I would reroll it.
>
> I haven't tried yet.  Can you resend directly to me to save time? 
> You can send as attachements to me until you get MUA worked out.

Please pull from my private clone
git://github.com/rudimeier/sane-backends.git

branches
win32/path
win32/scsi


cu,
Rudi



[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-17 Thread Ruediger Meier
On Tuesday 17 January 2012, Chris Bagwell wrote:
> This patch series makes minor portability fixes to following
> backends. I've not seen any objections from various maintainers... so
> if I do not hear back by weekend, I'll commit this patch series.

Thx, I just see I've messed up that patch series a little while playing 
around with my MUA. Could you cleanly apply it? If not then I would 
reroll it.

BTW is this list the right one to send patches at all?

cu,
Rudi



[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-17 Thread Chris Bagwell
On Tue, Jan 17, 2012 at 3:01 PM, Ruediger Meier  wrote:
> On Tuesday 17 January 2012, Chris Bagwell wrote:
>> This patch series makes minor portability fixes to following
>> backends. I've not seen any objections from various maintainers... so
>> if I do not hear back by weekend, I'll commit this patch series.
>
> Thx, I just see I've messed up that patch series a little while playing
> around with my MUA. Could you cleanly apply it? If not then I would
> reroll it.
>

I haven't tried yet.  Can you resend directly to me to save time?  You
can send as attachements to me until you get MUA worked out.

> BTW is this list the right one to send patches at all?

Yes.  Although most active developers have write access and commit
themselves.  So you don't always see a lot of patches to this list.

Chris



[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-17 Thread m. allan noah
5 of the 8 backends are mine, and I have no objection.

allan

On Tue, Jan 17, 2012 at 3:40 PM, Chris Bagwell  wrote:
> This patch series makes minor portability fixes to following backends.
> ?I've not seen any objections from various maintainers... so if I do
> not hear back by weekend, I'll commit this patch series.
>
> canon_dr
> cardscan
> epjitsu
> fujitsu
> kodak
> gt68xx
> microtek2
> dll
>
> Thanks for this and other windows patches, Ruediger.
>
> Chris
>
> On Sun, Jan 15, 2012 at 8:31 AM, Ruediger Meier  wrote:
>> From: Ruediger Meier 
>>
>> This patch-set is to fix and unify PATH_SEP and DIR_PATH defines in the
>> context of seeing them conflicting on cygwin.
>>
>> Ruediger Meier (4):
>> ?fix, PATH_SEP and DIR_SEP were inconsistently defined on cygwin since
>> ? ? ? ?5168206e (also see a28bd843)
>> ?cleanup, remove all unused PATH_SEP defines
>> ?cleanup, always use the same portable PATH_SEP define (note _WIN32
>> ? ? is not defined on cygwin)
>> ?update ChangeLog for previous commits
>>
>> ?ChangeLog ? ? ? ? ? ?| ? ?6 ++
>> ?backend/canon_dr.h ? | ? ?8 
>> ?backend/cardscan.h ? | ? ?8 
>> ?backend/dll.c ? ? ? ?| ? ?6 +-
>> ?backend/epjitsu.h ? ?| ? ?8 
>> ?backend/fujitsu.h ? ?| ? ?8 
>> ?backend/gt68xx.c ? ? | ? ?2 +-
>> ?backend/kodak.h ? ? ?| ? ?8 
>> ?backend/microtek2.h ?| ? ?2 +-
>> ?sanei/sanei_access.c | ? ?2 +-
>> ?sanei/sanei_config.c | ? ?5 +
>> ?11 files changed, 11 insertions(+), 52 deletions(-)
>>
>> --
>> 1.7.6.1
>>
>> --
>> sane-devel mailing list: sane-devel at lists.alioth.debian.org
>> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
>> Unsubscribe: Send mail with subject "unsubscribe your_password"
>> ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org
>
> --
> sane-devel mailing list: sane-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
> Unsubscribe: Send mail with subject "unsubscribe your_password"
> ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org



-- 
"The truth is an offense, but not a sin"



[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-17 Thread Chris Bagwell
This patch series makes minor portability fixes to following backends.
 I've not seen any objections from various maintainers... so if I do
not hear back by weekend, I'll commit this patch series.

canon_dr
cardscan
epjitsu
fujitsu
kodak
gt68xx
microtek2
dll

Thanks for this and other windows patches, Ruediger.

Chris

On Sun, Jan 15, 2012 at 8:31 AM, Ruediger Meier  wrote:
> From: Ruediger Meier 
>
> This patch-set is to fix and unify PATH_SEP and DIR_PATH defines in the
> context of seeing them conflicting on cygwin.
>
> Ruediger Meier (4):
> ?fix, PATH_SEP and DIR_SEP were inconsistently defined on cygwin since
> ? ? ? ?5168206e (also see a28bd843)
> ?cleanup, remove all unused PATH_SEP defines
> ?cleanup, always use the same portable PATH_SEP define (note _WIN32
> ? ? is not defined on cygwin)
> ?update ChangeLog for previous commits
>
> ?ChangeLog ? ? ? ? ? ?| ? ?6 ++
> ?backend/canon_dr.h ? | ? ?8 
> ?backend/cardscan.h ? | ? ?8 
> ?backend/dll.c ? ? ? ?| ? ?6 +-
> ?backend/epjitsu.h ? ?| ? ?8 
> ?backend/fujitsu.h ? ?| ? ?8 
> ?backend/gt68xx.c ? ? | ? ?2 +-
> ?backend/kodak.h ? ? ?| ? ?8 
> ?backend/microtek2.h ?| ? ?2 +-
> ?sanei/sanei_access.c | ? ?2 +-
> ?sanei/sanei_config.c | ? ?5 +
> ?11 files changed, 11 insertions(+), 52 deletions(-)
>
> --
> 1.7.6.1
>
> --
> sane-devel mailing list: sane-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
> Unsubscribe: Send mail with subject "unsubscribe your_password"
> ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org



[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-15 Thread Ruediger Meier
From: Ruediger Meier 

This patch-set is to fix and unify PATH_SEP and DIR_PATH defines in the 
context of seeing them conflicting on cygwin.

Ruediger Meier (4):
  fix, PATH_SEP and DIR_SEP were inconsistently defined on cygwin since
5168206e (also see a28bd843)
  cleanup, remove all unused PATH_SEP defines
  cleanup, always use the same portable PATH_SEP define (note _WIN32
 is not defined on cygwin)
  update ChangeLog for previous commits

 ChangeLog|6 ++
 backend/canon_dr.h   |8 
 backend/cardscan.h   |8 
 backend/dll.c|6 +-
 backend/epjitsu.h|8 
 backend/fujitsu.h|8 
 backend/gt68xx.c |2 +-
 backend/kodak.h  |8 
 backend/microtek2.h  |2 +-
 sanei/sanei_access.c |2 +-
 sanei/sanei_config.c |5 +
 11 files changed, 11 insertions(+), 52 deletions(-)

--
1.7.6.1