Re: catopen(3) improvements

2013-06-02 Thread Stefan Sperling
On Sun, Jun 02, 2013 at 12:57:01PM -0400, vadi...@gmail.com wrote: > On 5/31/13, Stefan Sperling wrote: > > + ru-KOI8-R.msg ru.UTF-8.msg sv.ISO8859-1.msg sv.UTF-8.msg > > Shouldn't it be ru.KOI8-R.msg ? Yes, I spotted and fixed that before commit.

Re: catopen(3) improvements

2013-06-02 Thread vadimou
On 5/31/13, Stefan Sperling wrote: > + ru-KOI8-R.msg ru.UTF-8.msg sv.ISO8859-1.msg sv.UTF-8.msg Shouldn't it be ru.KOI8-R.msg ?

Call for support to continue Radeon KMS work...

2013-06-02 Thread Bob Beck
Some of you may be aware of the recent developments in current that have brought us Intel KMS Support. With this we get proper accellerated X on current and future Intel graphics hardware. There are a few other nice side benefits to this work: - We gain the ability to use the kernel debug

Re: Patch for games/trek

2013-06-02 Thread Ted Roby
On Sun, Jun 2, 2013 at 6:07 AM, Stuart Henderson wrote: > On 2013/06/02 06:33, Ingo Schwarze wrote: >> Hi Ted, >> >> Ted Roby wrote on Sat, Jun 01, 2013 at 02:25:50PM -0700: >> >> > In /usr/src/games/trek >> > > Did this get sent upstream to Eric Allman as per the comment in main.c? > Yes, I sent

Re: Fix wcsto{f,d,ld}()

2013-06-02 Thread Stefan Sperling
On Sat, Jun 01, 2013 at 11:26:17PM -0700, Matthew Dempsky wrote: > With these changes, libc++'s std::sto{f,d,ld}() unit tests pass for > wide character strings. > > ok? ok with me.

Re: Patch for games/trek

2013-06-02 Thread Stuart Henderson
On 2013/06/02 06:33, Ingo Schwarze wrote: > Hi Ted, > > Ted Roby wrote on Sat, Jun 01, 2013 at 02:25:50PM -0700: > > > In /usr/src/games/trek > > > > When computer calculates warpcost, labels are incorrectly transposed for > > "stardates" and "cost". This is affirmed by the fact that time should

mg(1) 'g' dired refresh buffer

2013-06-02 Thread Mark Lumsden
This diff uses 'g' to refresh the dired buffer. mark Index: dired.c === RCS file: /cvs/src/usr.bin/mg/dired.c,v retrieving revision 1.62 diff -u -p -r1.62 dired.c --- dired.c 2 Jun 2013 10:09:21 - 1.62 +++ dired.c 2

mg(1) rename dired commands

2013-06-02 Thread Mark Lumsden
This diff renames the dired-* command names to be in line with emacs. Any objections? mark Index: dired.c === RCS file: /cvs/src/usr.bin/mg/dired.c,v retrieving revision 1.59 diff -u -p -r1.59 dired.c --- dired.c 30 May 2013 17: