<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb, branch old</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=old</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=old'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2009-05-10T10:10:13+00:00</updated>
<entry>
<title>general warning cleanup</title>
<updated>2009-05-10T10:10:13+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-10T10:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d2a9ddeb6cc58284996fbc5367877c99fee8914e'/>
<id>urn:sha1:d2a9ddeb6cc58284996fbc5367877c99fee8914e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cygwin_tc?etattr(): dont do anything if failed to detect Cygwin tty</title>
<updated>2009-05-10T08:46:33+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-10T08:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1fa419fb3c7ef91e878398bb0388854d27d7bd8f'/>
<id>urn:sha1:1fa419fb3c7ef91e878398bb0388854d27d7bd8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get_wincon_width_height(): do not return uninitialized value if GetConsoleScreenBufferInfo() fails</title>
<updated>2009-05-10T08:43:17+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-10T08:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4e979dee506fdcf43684b55ecc52b9a2fd1dd2c1'/>
<id>urn:sha1:4e979dee506fdcf43684b55ecc52b9a2fd1dd2c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce FEATURE_CYGWIN_TTY</title>
<updated>2009-05-10T08:37:35+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-09T06:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e3448f1634fa986967b08f58752424480347217c'/>
<id>urn:sha1:e3448f1634fa986967b08f58752424480347217c</id>
<content type='text'>
This feature allows terminal-aware applications to access Cygwin-based
terminal emulator, like rxvt, by allowing access to termios structure
managed by Cygwin.

The way this works is really intrusive. It examines Cygwin's
(unofficial) shared information to find out termios data and
manipulate directly on that (without locking, for now).

Different Cygwin versions may change share info layout. This patch
only supports cygwin-1.7.0-46. Support for other versions can be added later.
</content>
</entry>
<entry>
<title>introduce libbb/termios.c for terminal-related functions</title>
<updated>2009-05-09T06:52:07+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-09T06:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d5aaacda5a4b6cbea654c0d0cca3c901b8dda3d3'/>
<id>urn:sha1:d5aaacda5a4b6cbea654c0d0cca3c901b8dda3d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libbb/lineedit: simple adaptation to support tab-completion in ash</title>
<updated>2009-05-06T10:39:23+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-06T10:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ff9e7fa2ce2e7ee2f1f09d436c796463e449363f'/>
<id>urn:sha1:ff9e7fa2ce2e7ee2f1f09d436c796463e449363f</id>
<content type='text'>
this is far from perfect as a vt100 emulation, but enough to make
ash's tab completion work.
</content>
</entry>
<entry>
<title>libb/mingw_stat(): turn S_IEXEC on for .exe files</title>
<updated>2009-04-28T05:27:57+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-04-28T05:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=045c0eb7df3c169f006c8167c52648446cbdacc3'/>
<id>urn:sha1:045c0eb7df3c169f006c8167c52648446cbdacc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libbb/xfuncs.c: reimplement get_terminal_width_height to understand Windows console</title>
<updated>2009-04-28T05:14:52+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-04-28T05:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bf132771ae56b6d5c8e5d3d1c33c3b10c9862548'/>
<id>urn:sha1:bf132771ae56b6d5c8e5d3d1c33c3b10c9862548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libbb/xconnect: initialize winsock before using it</title>
<updated>2009-04-28T04:31:59+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-04-27T10:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=087b73d87ebab807ba38e2d543756ac2bc17becc'/>
<id>urn:sha1:087b73d87ebab807ba38e2d543756ac2bc17becc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libbb/strbuf_file: stdio emulation layer for handling with Winsock handles</title>
<updated>2009-04-28T04:31:59+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-04-27T10:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1756cc5943aa545f2f18fff60d56ad0886ef6145'/>
<id>urn:sha1:1756cc5943aa545f2f18fff60d56ad0886ef6145</id>
<content type='text'>
not really robust, but enough to make wget works
</content>
</entry>
</feed>
