<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32, 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>editors/vi: reimplement mysleep() because select() won't work on stdin on Windows</title>
<updated>2009-05-10T08:37:42+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-09T06:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f4e6f8d4a90571e6b9730541e37e43d353442426'/>
<id>urn:sha1:f4e6f8d4a90571e6b9730541e37e43d353442426</id>
<content type='text'>
This makes vi work on rxvt for Windows. There is work to do in
winansi.c in order to make vim work on Windows console.
</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>defconfig.mingw32: add more features that work recently</title>
<updated>2009-05-06T10:42:14+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-06T10:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4f8a4a01cdb91a0e4b0f7ee7235b69d93cd11843'/>
<id>urn:sha1:4f8a4a01cdb91a0e4b0f7ee7235b69d93cd11843</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>
</feed>
