search for: mathch

Displaying 5 results from an estimated 5 matches for "mathch".

Did you mean: match
2006 Apr 10
5
ActiveRecord: Behavior not doumented
Hello everbody, doing a #find(:first,an_id) with Rails 1.1.0 I expected that find returns the record which id mathches the given parameter an_id or nil if it couldn''t be found. This behaviour is documented on api.rubyonrails.org. But the find returns the first available object and not nil if an_id is not in the db. Is the doc on rubyonrails.org out of sync? Greetings, -- Daniel V?lkerts Protected by...
2002 Nov 21
1
[LLVMdev] Instruction comparison
...tecting which functions have changed from one source code modification to the next. So, I have one Module representing the original code, and another module representing the new code. I think it's fairly straight forward to match functions and global variables between these modules. However, mathching functions for equality , or just trying to detect if they are still the same, seems to be quite difficult. It seems that I cannot use a simple heuristic of testing opcode or number of params, etc. because I must also detect very subtle changes, like the changing of a constant. Are there any...
2016 Jan 09
3
LGPL relicense port of rsync
...org> 704 Author: Martin Pool <mbp at samba.org> 4710 Author: Wayne Davison <wayned at samba.org> and then possible further investigate relevant output from $ git log -p | egrep -i '\<author\>'| grep -v '^Author:' and also investigate anyone not possible mathched by the above (which is all the lines from git log -p, especially surrounding copyright notices). and double check in the mailing list archives and the bug tracker. ...ugh > > Maybe you could approach these people first to get the process started. The main thing before even starting such...
2016 Jan 23
0
LGPL relicense port of rsync
...Pool <mbp at samba.org> > 4710 Author: Wayne Davison <wayned at samba.org> > > and then possible further investigate relevant output from > $ git log -p | egrep -i '\<author\>'| grep -v '^Author:' > > and also investigate anyone not possible mathched by the above (which > is all the lines from git log -p, especially surrounding copyright > notices). > > and double check in the mailing list archives and the bug tracker. > > ...ugh > > > > > Maybe you could approach these people first to get the process start...
2016 Jan 07
2
LGPL relicense port of rsync
Hi, I am maintaining a port of rsync (https://github.com/perlundq/yajsync) which is GPL:ed of course. The main purpose of the project is to provide a Java API library for the rsync protocol. It would therefore be really nice to be able to use LGPL as the license. But in order to do so I would first have to get a list of all the individual contributors to rsync and then be able to contact them