<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/scripts, branch 1_2_0</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_2_0</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_2_0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2006-07-02T19:47:05+00:00</updated>
<entry>
<title>Standardize on the vi editing directives being on the first line.</title>
<updated>2006-07-02T19:47:05+00:00</updated>
<author>
<name>"Robert P. J. Day"</name>
<email>rpjday@mindspring.com</email>
</author>
<published>2006-07-02T19:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=63fc1a9e08fabfc8ba96bad80731673ef40bf5cb'/>
<id>urn:sha1:63fc1a9e08fabfc8ba96bad80731673ef40bf5cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Yet more "#if 0" content removed.</title>
<updated>2006-07-01T15:09:17+00:00</updated>
<author>
<name>"Robert P. J. Day"</name>
<email>rpjday@mindspring.com</email>
</author>
<published>2006-07-01T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7ccb65f3a4f5c84d010978d450df57d3c1b13297'/>
<id>urn:sha1:7ccb65f3a4f5c84d010978d450df57d3c1b13297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- use shorter boilerplate, more accurate header guard</title>
<updated>2006-06-15T21:56:28+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-06-15T21:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1761b9dabe9b1bd5ca5233e181fd8926ade5a390'/>
<id>urn:sha1:1761b9dabe9b1bd5ca5233e181fd8926ade5a390</id>
<content type='text'>
- don't use multi-line string literals
</content>
</entry>
<entry>
<title>- drats.</title>
<updated>2006-06-15T21:39:34+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-06-15T21:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7011dd0e06334b01533553a654ecb044ccf2eed7'/>
<id>urn:sha1:7011dd0e06334b01533553a654ecb044ccf2eed7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- let the scripts be prerequisites of the files the generate</title>
<updated>2006-06-15T21:35:35+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-06-15T21:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=42f091a76120b4bf2ab7466dfaaf8907f9d9b189'/>
<id>urn:sha1:42f091a76120b4bf2ab7466dfaaf8907f9d9b189</id>
<content type='text'>
- make sure that bbconfig isn't too stupid
</content>
</entry>
<entry>
<title>- remove superfluous CONFIG_BEGIN and CONFIG_END</title>
<updated>2006-06-11T18:04:23+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-06-11T18:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f81ac42689be490b86b3845f9dc772c8e3d048d5'/>
<id>urn:sha1:f81ac42689be490b86b3845f9dc772c8e3d048d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Since we have less than 100k of usage.h data anyway, using bzip -9 is silly.</title>
<updated>2006-05-30T19:19:45+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-05-30T19:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3252b625b751a2de794ae4f8e48b80b4ff09dfdc'/>
<id>urn:sha1:3252b625b751a2de794ae4f8e48b80b4ff09dfdc</id>
<content type='text'>
That says use 900k chunks when compressing, which needs about 4 megs of data
structures to undo the Burrows-Wheeler transform.  Switching it down to
bzip -1 (100k chunks) should have no impact on the compression (since it
still all fits in one chunk) but should reduce runtime decompression memory
requirements to something like 500k.  Still larger than gunzip, but not
egregiously so.
</content>
</entry>
<entry>
<title>Teach bloatometer about .rodata, and tweak the display into something that</title>
<updated>2006-05-29T20:56:27+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-05-29T20:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f14f7fc5cad5cac1a0913b85c8304f6fb77697ad'/>
<id>urn:sha1:f14f7fc5cad5cac1a0913b85c8304f6fb77697ad</id>
<content type='text'>
has a better chance of getting merged.
</content>
</entry>
<entry>
<title>- use strtol instead of strtoll if the latter does not exist</title>
<updated>2006-05-26T19:58:58+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-05-26T19:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d29337580e6ad49ca3353a22b9099e9e47a4bd17'/>
<id>urn:sha1:d29337580e6ad49ca3353a22b9099e9e47a4bd17</id>
<content type='text'>
- add and use wrapper for attribute
- add and use replacement for vasprintf if it is unavailable
</content>
</entry>
<entry>
<title>- use the SED given by the user</title>
<updated>2006-05-26T13:28:39+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-05-26T13:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7fca7e3378715ab17b93984b90f6780bf44ea28e'/>
<id>urn:sha1:7fca7e3378715ab17b93984b90f6780bf44ea28e</id>
<content type='text'>
- use the portable `` instead of $(). There is no bbsh, so this is needed.
</content>
</entry>
</feed>
