Re: svn commit: trunk/busybox: coreutils include

2008-11-12 Thread Denys Vlasenko
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

Re: svn commit: trunk/busybox/coreutils

2008-07-22 Thread Vladimir Dronnikov
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

Re: uid/gid handling: Helpers needed [was Re: svn commit: trunk/busybox: coreutils include libbb libpwdgrp loginu etc...]

2008-07-21 Thread Tito
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

Re: svn commit: trunk/busybox: coreutils testsuite

2008-07-18 Thread Denys Vlasenko
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; > >

Re: svn commit: trunk/busybox: coreutils testsuite

2008-07-17 Thread Bernhard Fischer
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

Re: svn commit: trunk/busybox: coreutils docs include

2008-01-06 Thread Bernhard Fischer
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

Re: svn commit: trunk/busybox: coreutils libbb procps

2007-12-04 Thread Denys Vlasenko
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

Re: svn commit: trunk/busybox: coreutils libbb procps

2007-12-03 Thread Mike Frysinger
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

Re: svn commit: trunk/busybox/coreutils

2007-04-20 Thread Bernhard Fischer
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

Re: svn commit: trunk/busybox/coreutils

2007-04-19 Thread Denis Vlasenko
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

Re: svn commit: trunk/busybox/coreutils

2007-04-19 Thread Bernhard Fischer
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

Re: svn commit: trunk/busybox/coreutils

2007-04-10 Thread Bernhard Fischer
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

Re: svn commit: trunk/busybox/coreutils

2007-04-05 Thread Denis Vlasenko
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

Re: svn commit: trunk/busybox/coreutils

2007-04-05 Thread Bernhard Fischer
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 { >>

Re: svn commit: trunk/busybox/coreutils

2007-04-05 Thread Bernhard Fischer
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

Re: svn commit: trunk/busybox/coreutils

2007-04-04 Thread Denis Vlasenko
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_

Re: svn commit: trunk/busybox/coreutils

2007-04-04 Thread Denis Vlasenko
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 _