On Tue, Apr 20, 2010 at 11:48 PM, Mike Frysinger <[email protected]> wrote:
> On Tuesday 20 April 2010 13:47:30 Nguyen Thai Ngoc Duy wrote:
>> On Mon, Apr 19, 2010 at 9:57 PM, Mike Frysinger <[email protected]> wrote:
>> > On Thursday 15 April 2010 15:58:20 Nguyễn Thái Ngọc Duy wrote:
>> >>   win32: add missing system headers
>> >>   platform.h: support MinGW port
>> >>   win32: add termios.h
>> >>   win32: add mingw.h
>> >>   libbb.h: support MinGW port
>> >>   win32: Import fnmatch source
>> >>   win32: set binary I/O mode by default
>> >>   win32: add sleep()
>> >>   win32: add mkstemp()
>> >>   win32: add gettimeofday()
>> >>   win32: add pipe()
>> >>   win32: add gmtime_r()
>> >>   win32: add localtime_r()
>> >>   win32: add getpwuid()
>> >>   win32: add signal routines and SIGALRM support
>> >>   win32: add function to map windows errors to posix ones
>> >>   win32: add link()
>> >>   win32: add strsep()
>> >>   win32: add realpath()
>> >>   win32: add get_busybox_exec_path(), which is bb_busybox_exec_path
>> >>   win32: add mkdir()
>> >>   win32: add waitpid()
>> >>   win32: add fcntl()
>> >>   win32: add poll()
>> >>   win32: add getenv(), setenv(), unsetenv() and clearenv()
>> >
>> > this is a ton of duplicate crap and exactly why i suggested we look at
>> > integrating something like gnulib/ for portability.  busybox shouldnt be
>> > wasting any time at all on this.
>>
>> How about a subproject for the above stuff? We can get rid of them
>> easily once something like gnulib is intergrated.
>
> how about we integrate gnulib now and then we dont need a subproject.
> subprojects take time to setup, integrate, and then break down.

I'm not sure about license of gnulib. They say LGPL in info page, but
copyright header in some source files say GPL-3. Is it compatible with
busybox? If all goes well, how do you want to integrate it? As a
subproject, or pull all everything to a subdirectory? etc..
-- 
Duy
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to