On Wednesday 12 November 2008 14:22, [EMAIL PROTECTED] wrote:
> Author: aldot
> Date: 2008-11-12 05:22:24 -0800 (Wed, 12 Nov 2008)
> New Revision: 24017
>
> Log:
> - add support for seq -s
> "FIRST, INCREMENT default to 1\n" \
> "\nArguments:" \
> - "\n -w Pad to
Notice that cut itself is "just a printing version" of parse which is a
fronend to config_read() :^))
May be make cut use config_read()?
--
Vladimir
___
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox
On Monday 21 July 2008 16:48:49 you wrote:
> On Mon, Jul 21, 2008 at 07:41:35AM -0700, [EMAIL PROTECTED] wrote:
> >Author: aldot
> >Date: 2008-07-21 07:41:33 -0700 (Mon, 21 Jul 2008)
> >New Revision: 22904
> >
> >Log:
> >- first pass to unify/cleanup uid handling (-236b)
> > This needs further lov
On Thursday 17 July 2008 11:54, Bernhard Fischer wrote:
> >--- trunk/busybox/coreutils/printf.c 2008-07-17 08:48:13 UTC (rev 22853)
> >+++ trunk/busybox/coreutils/printf.c 2008-07-17 09:17:51 UTC (rev 22854)
> >@@ -251,10 +252,12 @@
> > ++f;
> >
On Thu, Jul 17, 2008 at 02:17:53AM -0700, [EMAIL PROTECTED] wrote:
>Author: vda
>Date: 2008-07-17 02:17:51 -0700 (Thu, 17 Jul 2008)
>New Revision: 22854
>
>Log:
>printf: protect against bogus format specifiers. Hopefully closes bug 4184
>
>
>
>Modified:
> trunk/busybox/coreutils/printf.c
> trun
On Sat, Jan 05, 2008 at 10:27:18PM -0800, [EMAIL PROTECTED] wrote:
>Author: vda
>Date: 2008-01-05 22:27:17 -0800 (Sat, 05 Jan 2008)
>New Revision: 20806
>
>Log:
>tac: new applet. ~240 bytes.
>
>Copyright (C) 2003 Yang Xiaopeng
>Copyright (C) 2007 Natanael Copa <[EMAIL PROTECTED]>
>Copyright (C
On Monday 03 December 2007 21:58, Mike Frysinger wrote:
> On Tuesday 01 May 2007, [EMAIL PROTECTED] wrote:
> > Author: vda
> > Date: 2007-05-01 13:07:29 -0700 (Tue, 01 May 2007)
> > New Revision: 18534
> >
> > Log:
> > test: code size saving, no logic changes
> > ps: fix warning, make a bit smaller
On Tuesday 01 May 2007, [EMAIL PROTECTED] wrote:
> Author: vda
> Date: 2007-05-01 13:07:29 -0700 (Tue, 01 May 2007)
> New Revision: 18534
>
> Log:
> test: code size saving, no logic changes
> ps: fix warning, make a bit smaller
> kill -l: make smaller & know much more signals
>
> Modified: trunk/bu
On Fri, Apr 20, 2007 at 01:05:32AM +0200, Denis Vlasenko wrote:
>On Friday 20 April 2007 00:04, Bernhard Fischer wrote:
>> >+ "cols", /* 3 */
>> >+ "columns", /* 4 */
>> >+ "size", /* 5 */
>> >+ "ispeed"+1, /* 6 */
>> >"ispeed",
>>
>> Ca
On Friday 20 April 2007 00:04, Bernhard Fischer wrote:
> >+"cols", /* 3 */
> >+"columns", /* 4 */
> >+"size", /* 5 */
> >+"ispeed"+1, /* 6 */
> > "ispeed",
>
> Can you please explain the +1 here?
> It is not immediately obvious t
On Thu, Apr 19, 2007 at 12:55:55PM -0700, [EMAIL PROTECTED] wrote:
>Author: vda
>Date: 2007-04-19 12:55:54 -0700 (Thu, 19 Apr 2007)
>New Revision: 18499
>Changeset:
>Modified: trunk/busybox/coreutils/stty.c
>===
>--- trunk/busybox/cor
On Thu, Apr 05, 2007 at 02:44:42AM +0200, Denis Vlasenko wrote:
>This can be done better with enum. Example from find:
hmz. I may be doing something wrong, but if i apply this to dd:
http://uclibc.org/~aldot/foo.rev
then i get:
textdata bss dec hex filename
1826 0
On Thursday 05 April 2007 11:26, Bernhard Fischer wrote:
> On Thu, Apr 05, 2007 at 02:38:21AM +0200, Denis Vlasenko wrote:
> >On Wednesday 04 April 2007 15:58, [EMAIL PROTECTED] wrote:
> >> @@ -66,9 +68,9 @@
> >> static char const *human_fstype(long f_type)
> >> {
> >>int i;
> >> - static co
On Thu, Apr 05, 2007 at 02:38:21AM +0200, Denis Vlasenko wrote:
>Hi,
>
>On Wednesday 04 April 2007 15:58, [EMAIL PROTECTED] wrote:
>> @@ -66,9 +68,9 @@
>> static char const *human_fstype(long f_type)
>> {
>> int i;
>> -static const struct types {
>> +const struct types {
>>
On Thu, Apr 05, 2007 at 02:44:42AM +0200, Denis Vlasenko wrote:
>On Wednesday 04 April 2007 16:01, [EMAIL PROTECTED] wrote:
>> +#define OP_bs 0 + 1
>> +#define OP_countOP_bs + 1
>> +#define OP_seek OP_count + 1
>> +#define OP_skip OP_seek + 1
>> +#define OP
On Wednesday 04 April 2007 16:01, [EMAIL PROTECTED] wrote:
> +#define OP_bs0 + 1
> +#define OP_count OP_bs + 1
> +#define OP_seek OP_count + 1
> +#define OP_skip OP_seek + 1
> +#define OP_ifOP_skip + 1
> +#define OP_ofOP_
Hi,
On Wednesday 04 April 2007 15:58, [EMAIL PROTECTED] wrote:
> @@ -66,9 +68,9 @@
> static char const *human_fstype(long f_type)
> {
> int i;
> - static const struct types {
> + const struct types {
> long type;
Why did you remove 'static' here?
--
vda
_
17 matches
Mail list logo