svn commit: r197534 - head/lib/libc/nls

2009-09-27 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Sun Sep 27 13:16:38 2009 New Revision: 197534 URL: http://svn.freebsd.org/changeset/base/197534 Log: - Add Galician NLS catalog Added: head/lib/libc/nls/gl_ES.ISO8859-1.msg (contents, props changed) Modified: head/lib/libc/nls/Makefile.inc

svn commit: r197544 - head/etc/mtree

2009-09-27 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Sun Sep 27 21:27:11 2009 New Revision: 197544 URL: http://svn.freebsd.org/changeset/base/197544 Log: - Add share/nls/gl_ES.ISO8859-1, which I forgot in my last commit Submitted by: Andrzej Tobola a...@iem.pw.edu.pl (via private mail) Modified:

Re: svn commit: r197804 - in head: include lib/libc/gen

2009-10-06 Thread Gabor Kovesdan
Robert Watson escribió: + +char * +basename(path) + const char *path; +{ + static char *bname = NULL; + Sorry if it's a trivial question but isn't ANSI prototype preferred over KR function definition? -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga

svn commit: r199042 - head/lib/libc/nls

2009-11-08 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Sun Nov 8 11:32:39 2009 New Revision: 199042 URL: http://svn.freebsd.org/changeset/base/199042 Log: - Update Ukranian catalog Submitted by: Alex Kozlov s...@rm-rf.kiev.ua (via private mail) Modified: head/lib/libc/nls/uk_UA.UTF-8.msg

svn commit: r199044 - head/lib/libc/nls

2009-11-08 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Sun Nov 8 11:55:03 2009 New Revision: 199044 URL: http://svn.freebsd.org/changeset/base/199044 Log: - Strip trailing CRs Requested by: Alex Kozlov s...@rm-rf.kiev.ua (via private mail) Modified: head/lib/libc/nls/uk_UA.UTF-8.msg Modified:

Re: svn commit: r199081 - head/lib/libc/nls

2009-11-09 Thread Gabor Kovesdan
to just have the catalogs in one encoding and convert that to all the encodings of the locale. But for now, I think we cannot do anything, so the dulicate catalogs are the only solution I think. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http

svn commit: r208867 - head/usr.bin/dc

2010-06-06 Thread Gabor Kovesdan
Author: gabor Date: Sun Jun 6 11:32:38 2010 New Revision: 208867 URL: http://svn.freebsd.org/changeset/base/208867 Log: - Fig segmentation fault Submitted by: Hizel Ildar hi...@vyborg.ru (via current@) Modified: head/usr.bin/dc/dc.c Modified: head/usr.bin/dc/dc.c

Re: svn commit: r208867 - head/usr.bin/dc

2010-06-06 Thread Gabor Kovesdan
El 2010. 06. 06. 13:32, Gabor Kovesdan escribió: Author: gabor Date: Sun Jun 6 11:32:38 2010 New Revision: 208867 URL: http://svn.freebsd.org/changeset/base/208867 Log: - Fig segmentation fault Submitted by:Hizel Ildarhi...@vyborg.ru (via current@) Approved by:delphij

svn commit: r208868 - in head/usr.bin: bc dc

2010-06-06 Thread Gabor Kovesdan
Author: gabor Date: Sun Jun 6 11:36:08 2010 New Revision: 208868 URL: http://svn.freebsd.org/changeset/base/208868 Log: - Fix signal handling in bc/dc. Now Ctrl-C terminates the execution. Requested by: gk (via private mail) Approved by: delphij (mentor) Modified:

svn commit: r208974 - head/usr.bin/dc

2010-06-10 Thread Gabor Kovesdan
Author: gabor Date: Thu Jun 10 10:17:00 2010 New Revision: 208974 URL: http://svn.freebsd.org/changeset/base/208974 Log: - Fix style(9) Submitted by: ed Approved by: delphij (mentor) Modified: head/usr.bin/dc/dc.c Modified: head/usr.bin/dc/dc.c

Re: svn commit: r208868 - in head/usr.bin: bc dc

2010-06-10 Thread Gabor Kovesdan
. Yes, it was indeed a good suggestion and then we don't have to deal with undefined behaviour. I've just committed the fix. Thanks for the suggestion. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http

svn commit: r208975 - head/usr.bin/dc

2010-06-10 Thread Gabor Kovesdan
Author: gabor Date: Thu Jun 10 10:28:38 2010 New Revision: 208975 URL: http://svn.freebsd.org/changeset/base/208975 Log: - Axe out signal handling code, the shell will take care of this Suggested by: jilles Approved by: delphij (mentor) Modified: head/usr.bin/dc/bcode.c Modified:

Re: svn commit: r209119 - head/sys/sys

2010-06-13 Thread Gabor Kovesdan
can easly lead to name collision. If you need to do it, I'd suggest '_i' or something. Maybe it would be better to make it an inline function rather than macro? And why using old BSD-stlye u_int? style(9) also suggest using ISO C types. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga

svn commit: r209249 - head/share/man/man7

2010-06-17 Thread Gabor Kovesdan
/c99.7 Thu Jun 17 12:05:47 2010(r209249) @@ -0,0 +1,183 @@ +.\ Copyright (C) 2007, 2010 Gabor Kovesdan. All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification, are permitted provided that the following conditions +.\ are met: +.\ 1

svn commit: r209254 - head/share/man/man7

2010-06-17 Thread Gabor Kovesdan
Author: gabor Date: Thu Jun 17 13:59:41 2010 New Revision: 209254 URL: http://svn.freebsd.org/changeset/base/209254 Log: - Fix typo, it should have been c78.7 Submitted by: pluknet pluk...@gmail.com Modified: head/share/man/man7/Makefile Modified: head/share/man/man7/Makefile

Re: svn commit: r209249 - head/share/man/man7

2010-06-17 Thread Gabor Kovesdan
Hi, should it be MLINKS+= c99.7 c78.7 instead? You cite c78 in manpage, but link to c79 here in Makefile. Oh, yes, I just made a typo. Fixed, thanks. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http

svn commit: r209255 - head/usr.bin/c99

2010-06-17 Thread Gabor Kovesdan
Author: gabor Date: Thu Jun 17 14:37:47 2010 New Revision: 209255 URL: http://svn.freebsd.org/changeset/base/209255 Log: - Update GCC reference from 3.3 to 4.2 [1] - Add reference to c99(7) Submitted by: stefanf Modified: head/usr.bin/c99/c99.1 Modified: head/usr.bin/c99/c99.1

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Gabor Kovesdan
Em 2010.07.08. 5:28, Randi Harper escreveu: Author: randi Date: Thu Jul 8 03:28:25 2010 New Revision: 209787 URL: http://svn.freebsd.org/changeset/base/209787 Log: Remove the ability to upgrade via sysinstall. This feature has been flaky and broken for a number of years. freebsd-update

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Gabor Kovesdan
Em 2010.07.08. 10:53, Colin Percival escreveu: My personal feeling was that since the level of interest in sysinstall from FreeBSD developers was generally low, this would be sufficient, so I told randi to go ahead and commit without also adding noise to -arch; but if you think the

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-08 Thread Gabor Kovesdan
Em 2010.07.08. 10:53, Colin Percival escreveu: I just used this feature yesterday to repair my -CURRENT installation on a netbook with an USB snapshot image. First I tried freebsd-update but it just failed to fetch the keys from the servers and was unable to produce any sensual error message

Re: svn commit: r209832 - head/usr.sbin/sysinstall

2010-07-08 Thread Gabor Kovesdan
Em 2010.07.08. 23:26, Randi Harper escreveu: Author: randi Date: Thu Jul 8 21:26:26 2010 New Revision: 209832 URL: http://svn.freebsd.org/changeset/base/209832 Log: Revert r209787 pending further discussion. Approved by: cperciva (mentor) Thanks! As I mentioned on IRC, I'll also try

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-09 Thread Gabor Kovesdan
Em 2010.07.09. 23:24, Randi Harper escreveu: 2010/7/9 Dag-Erling Smørgravd...@des.no: Gabor Kovesdanga...@freebsd.org writes: First I tried freebsd-update but it [...] was unable to produce any sensual error message Frankly, I'd be more worried if it had *succeeded* to

Re: svn commit: r209787 - head/usr.sbin/sysinstall

2010-07-09 Thread Gabor Kovesdan
Em 2010.07.09. 23:31, Dag-Erling Smørgrav escreveu: Alexey Dokuchaevda...@freebsd.org writes: Colin Percivalcperc...@freebsd.org writes: But a more *sensual* message is probably not necessary. :-) He'd probably meant sensitive. This is getting better and better...

svn commit: r210254 - in head/etc: defaults periodic/security

2010-07-19 Thread Gabor Kovesdan
Author: gabor Date: Mon Jul 19 20:19:14 2010 New Revision: 210254 URL: http://svn.freebsd.org/changeset/base/210254 Log: - Add a periodic script, which can be used to find installed ports' files with mismatched checksum PR: conf/124641 Submitted by: Alex Kozlov

svn commit: r210255 - head/usr.sbin/sysinstall

2010-07-19 Thread Gabor Kovesdan
Author: gabor Date: Mon Jul 19 20:22:21 2010 New Revision: 210255 URL: http://svn.freebsd.org/changeset/base/210255 Log: - Add Latinamerican keymaps to sysinstall's Makefile so that it can find them [1] - While here, also add a missing Spanish entry PR: bin/67365 [1]

svn commit: r210389 - in head: . share/mk tools/build/options usr.bin usr.bin/grep usr.bin/grep/nls

2010-07-22 Thread Gabor Kovesdan
-Erling Co�dan Sm�rgrav + * Copyright (C) 2008 Gabor Kovesdan ga...@freebsd.org + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code

svn commit: r210390 - head/sys/sys

2010-07-22 Thread Gabor Kovesdan
Author: gabor Date: Thu Jul 22 19:15:26 2010 New Revision: 210390 URL: http://svn.freebsd.org/changeset/base/210390 Log: - Bump __FreeBSD_version for BSD grep import Approved by: delphij (mentor) Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r210392 - head/share/man/man5

2010-07-22 Thread Gabor Kovesdan
Author: gabor Date: Thu Jul 22 19:30:13 2010 New Revision: 210392 URL: http://svn.freebsd.org/changeset/base/210392 Log: - Regenerate after adding WITH_GNU_GREP Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r210426 - in head/usr.bin/grep: . nls

2010-07-23 Thread Gabor Kovesdan
Author: gabor Date: Fri Jul 23 17:42:42 2010 New Revision: 210426 URL: http://svn.freebsd.org/changeset/base/210426 Log: - Add Russian catalog [1] - Fix two minor nits in manpage [2] - style.Makefile(5) Submitted by: pluknet pluknet at gmail.com [1], Alex

svn commit: r210461 - head/usr.bin/grep

2010-07-25 Thread Gabor Kovesdan
Author: gabor Date: Sun Jul 25 08:42:18 2010 New Revision: 210461 URL: http://svn.freebsd.org/changeset/base/210461 Log: - Fix --color behaviour to only output color sequences if stdout is a tty or if forced mode is specified [1] - While here, add some alternative names for the options

svn commit: r210479 - head/usr.bin/grep

2010-07-25 Thread Gabor Kovesdan
Author: gabor Date: Sun Jul 25 18:57:48 2010 New Revision: 210479 URL: http://svn.freebsd.org/changeset/base/210479 Log: - Fix -l and -L by really surpressing output and just showing filenames Submitted by: swel...@gmail.com Approved by: delphij (mentor) Modified:

Re: svn commit: r210479 - head/usr.bin/grep

2010-07-25 Thread Gabor Kovesdan
Em 2010.07.25. 22:17, Doug Barton escreveu: On Sun, 25 Jul 2010, Gabor Kovesdan wrote: Author: gabor Date: Sun Jul 25 18:57:48 2010 New Revision: 210479 URL: http://svn.freebsd.org/changeset/base/210479 Log: - Fix -l and -L by really surpressing output and just showing filenames Submitted

svn commit: r210578 - head/usr.bin/grep

2010-07-28 Thread Gabor Kovesdan
Author: gabor Date: Thu Jul 29 00:11:14 2010 New Revision: 210578 URL: http://svn.freebsd.org/changeset/base/210578 Log: - Use the traditional behaviour for filename and directory name inclusion and exclusion patterns [1] - Some improvements on the exiting code, like replacing memcpy with

svn commit: r210579 - head/usr.bin/grep/nls

2010-07-28 Thread Gabor Kovesdan
Author: gabor Date: Thu Jul 29 01:15:26 2010 New Revision: 210579 URL: http://svn.freebsd.org/changeset/base/210579 Log: - Add Japanese NLS catalogs Submitted by: hrs Approved by: delphij (mentor) Added: head/usr.bin/grep/nls/ja_JP.SJIS.msg (contents, props changed)

svn commit: r210622 - in head/usr.bin/grep: . nls

2010-07-29 Thread Gabor Kovesdan
Author: gabor Date: Thu Jul 29 18:02:57 2010 New Revision: 210622 URL: http://svn.freebsd.org/changeset/base/210622 Log: - Some minor changes to the messages to increase usefulness of error msgs Reviewed by: hrs (Japanese catalogs), pluknet pluknet at gmail dot com

Re: svn commit: r210578 - head/usr.bin/grep

2010-07-29 Thread Gabor Kovesdan
Em 2010.07.29. 22:20, M. Warner Losh escreveu: In message:20100729122034.ga28...@stack.nl Jilles Tjoelkerjil...@stack.nl writes: : On Thu, Jul 29, 2010 at 12:11:14AM +, Gabor Kovesdan wrote: : Author: gabor : Date: Thu Jul 29 00:11:14 2010 : New Revision: 210578 : URL: http

svn commit: r210639 - head/usr.bin/grep/nls

2010-07-30 Thread Gabor Kovesdan
Author: gabor Date: Fri Jul 30 11:07:24 2010 New Revision: 210639 URL: http://svn.freebsd.org/changeset/base/210639 Log: - Add Ukranian catalog Submitted by: Alex Kozlov s...@rm-rf.kiev.ua Added: head/usr.bin/grep/nls/uk_UA.UTF-8.msg (contents, props changed) Modified:

svn commit: r202719 - in head: . gnu/usr.bin usr.bin usr.bin/bc usr.bin/bc/USD.doc usr.bin/dc usr.bin/dc/USD.doc

2010-01-20 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Wed Jan 20 21:30:52 2010 New Revision: 202719 URL: http://svn.freebsd.org/changeset/base/202719 Log: Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good compatibility level with the GNU counterparts and have shown to be mature

Re: svn commit: r202719 - in head: . gnu/usr.bin usr.bin usr.bin/bc usr.bin/bc/USD.doc usr.bin/dc usr.bin/dc/USD.doc

2010-01-20 Thread Gabor Kovesdan
probably, yes. They are part of the GNU bc distribution and there is no implicit license information inside the files or the Examples directory, which imo means the same license apply to these files. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http

svn commit: r202722 - head/sys/sys

2010-01-20 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Wed Jan 20 22:45:59 2010 New Revision: 202722 URL: http://svn.freebsd.org/changeset/base/202722 Log: - Bump __FreeBSD_version for BSDL bc/dc import to deprecate GNU bc/dc Approved by: delphij Modified: head/sys/sys/param.h Modified:

svn commit: r202743 - head/lib/libc/nls

2010-01-21 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Thu Jan 21 11:36:40 2010 New Revision: 202743 URL: http://svn.freebsd.org/changeset/base/202743 Log: - Update Galician catalog Modified: head/lib/libc/nls/gl_ES.ISO8859-1.msg Modified: head/lib/libc/nls/gl_ES.ISO8859-1.msg

Unicode collation [Was: Re: svn commit: r202572 - head/lib/libc/gen]

2010-01-21 Thread Gabor Kovesdan
/reports/tr10/ IIRC, there was a SoC student working on collation. Do we know something about him and the status of that project? Cheers, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org

svn commit: r202992 - head/lib/libc/nls

2010-01-25 Thread Gabor Kovesdan
, Cambridge, Massachusetts. +Copyright 2010, Gabor Kovesdan ga...@freebsd.org All Rights Reserved @@ -39,6 +40,7 @@ __FBSDID($FreeBSD$); #include sys/types.h #include sys/stat.h #include sys/mman.h +#include sys/queue.h #include arpa/inet.h /* for ntohl

svn commit: r202993 - head/lib/libc/nls

2010-01-25 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Mon Jan 25 23:44:00 2010 New Revision: 202993 URL: http://svn.freebsd.org/changeset/base/202993 Log: - style(9) Approved by: delphij Modified: head/lib/libc/nls/msgcat.c Modified: head/lib/libc/nls/msgcat.c

svn commit: r203174 - head/lib/libc/nls

2010-01-29 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Fri Jan 29 18:33:59 2010 New Revision: 203174 URL: http://svn.freebsd.org/changeset/base/203174 Log: - Fix some style(9) bugs Pointed out by: bde Modified: head/lib/libc/nls/msgcat.c Modified: head/lib/libc/nls/msgcat.c

svn commit: r203370 - head/share/misc

2010-02-02 Thread Gabor Kovesdan
...@freebsd.org\n2002/05/05] fjoe [label=Max khon\nf...@freebsd.org\n2001/08/06] flz [label=Florent thoumie\n...@freebsd.org\n2006/03/30] +gabor [label=Gabor kovesdan\nga...@freebsd.org\n2010/02/02] gad [label=Garance A. drosehn\n...@freebsd.org\n2000/10/27] gallatin [label=Andrew gallatin\ngalla

svn commit: r203437 - in head/usr.bin: bc dc

2010-02-03 Thread Gabor Kovesdan
Author: gabor Date: Wed Feb 3 19:12:27 2010 New Revision: 203437 URL: http://svn.freebsd.org/changeset/base/203437 Log: - style.Makefile(5) Submitted by: uqs Approved by: delphij (mentor) Modified: head/usr.bin/bc/Makefile head/usr.bin/dc/Makefile Modified:

svn commit: r203438 - head/usr.bin/dc

2010-02-03 Thread Gabor Kovesdan
Author: gabor Date: Wed Feb 3 19:13:41 2010 New Revision: 203438 URL: http://svn.freebsd.org/changeset/base/203438 Log: - Remove dead variable assignments - Fix -x Submitted by: uqs Approved by: delphij (mentor) Modified: head/usr.bin/dc/bcode.c head/usr.bin/dc/dc.c Modified:

svn commit: r203443 - in head/usr.bin: bc dc

2010-02-03 Thread Gabor Kovesdan
Author: gabor Date: Wed Feb 3 21:06:13 2010 New Revision: 203443 URL: http://svn.freebsd.org/changeset/base/203443 Log: - style(9) Approved by: delphij (mentor) Modified: head/usr.bin/bc/bc.y head/usr.bin/bc/scan.l head/usr.bin/dc/bcode.c head/usr.bin/dc/bcode.h

svn commit: r203699 - in head/usr.bin/ee: . nls/pt_BR.ISO8859-1

2010-02-09 Thread Gabor Kovesdan
Author: gabor Date: Tue Feb 9 10:47:44 2010 New Revision: 203699 URL: http://svn.freebsd.org/changeset/base/203699 Log: - pt_BR.ISO8859-1 catalog - Add link to pt_PT.ISO8859-1 Submitted by: sylvio Approved by: delphij (mentor) Added: head/usr.bin/ee/nls/pt_BR.ISO8859-1/

svn commit: r203719 - head/lib/libc/nls

2010-02-09 Thread Gabor Kovesdan
Author: gabor Date: Tue Feb 9 19:37:12 2010 New Revision: 203719 URL: http://svn.freebsd.org/changeset/base/203719 Log: - Deal with some special cases [1] - style(9) nits Pointed out by: jilles [1] Approved by: delphij (mentor) Modified: head/lib/libc/nls/msgcat.c Modified:

svn commit: r204110 - head/lib/libc/nls

2010-02-20 Thread Gabor Kovesdan
Author: gabor Date: Sat Feb 20 08:19:19 2010 New Revision: 204110 URL: http://svn.freebsd.org/changeset/base/204110 Log: - More style(9) fixups Approved by: delphij (mentor) Modified: head/lib/libc/nls/msgcat.c Modified: head/lib/libc/nls/msgcat.c

svn commit: r204171 - in head: contrib/bc gnu/usr.bin/bc gnu/usr.bin/dc

2010-02-21 Thread Gabor Kovesdan
Author: gabor Date: Sun Feb 21 14:28:03 2010 New Revision: 204171 URL: http://svn.freebsd.org/changeset/base/204171 Log: - Remove GNU bc/dc bits. There has not been any regressions seen after BSD bc/dc import. It has been tested with make universe that this code is not used by anything

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-22 Thread Gabor Kovesdan
page. But what if a specific translation changes? What if a new translation is added? One will have to keep these in sync then. While retrieving those messages from C code is trivial and no such considerations are needed, so I vote for the perror utility. -- Gabor Kovesdan FreeBSD Volunteer

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-22 Thread Gabor Kovesdan
a few catalogs for common languages so it isn't so trivial any more... -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org ___ svn-src-all@freebsd.org

Re: svn commit: r192646 - head/lib/libc/nls

2009-05-23 Thread Gabor Kovesdan
guess you touched the mime-type? SVN only let me commit these with the mime-type set to application/octet-stream or something similar. Could you tell me how I should have set them up so that I can do it in the correct way the next time? Thanks, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: ga

svn commit: r193279 - in head/usr.bin/ee: . nls/hu_HU.ISO8859-2

2009-06-01 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Mon Jun 1 21:54:59 2009 New Revision: 193279 URL: http://svn.freebsd.org/changeset/base/193279 Log: - Add Hungarian catalog Added: head/usr.bin/ee/nls/hu_HU.ISO8859-2/ head/usr.bin/ee/nls/hu_HU.ISO8859-2/ee.msg (contents, props changed)

svn commit: r190193 - head/lib/libc/nls

2009-03-20 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Fri Mar 20 23:55:01 2009 New Revision: 190193 URL: http://svn.freebsd.org/changeset/base/190193 Log: - Add Ukranian catalog Submitted by: Alex Kozlov s...@rm-rf.kiev.ua (via private mail) Added: head/lib/libc/nls/uk_UA.UTF-8.msg (contents,

svn commit: r190397 - head/lib/libc/nls

2009-03-24 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Tue Mar 24 23:31:41 2009 New Revision: 190397 URL: http://svn.freebsd.org/changeset/base/190397 Log: - Add Belarusian catalog PR: conf/133004 Submitted by: Tatsiana Elavaya t.elav...@gmail.com Added: head/lib/libc/nls/be_BY.UTF-8.msg

svn commit: r187916 - in head/share/man: man7 man8

2009-01-30 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Fri Jan 30 15:14:58 2009 New Revision: 187916 URL: http://svn.freebsd.org/changeset/base/187916 Log: - Rename adding_user(8) to adding_user(7). There's no adding_user utility, but the man page describes conceptual information about the process of

svn commit: r187920 - head/contrib/opie

2009-01-30 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Fri Jan 30 15:43:55 2009 New Revision: 187920 URL: http://svn.freebsd.org/changeset/base/187920 Log: - Remove non-existing reference - Fix trailing comma PR: docs/85118 Submitted by: vs MFC after: 3 days Modified:

svn commit: r188073 - in stable/6/share/man: man7 man8

2009-02-03 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Tue Feb 3 14:32:06 2009 New Revision: 188073 URL: http://svn.freebsd.org/changeset/base/188073 Log: MFC: r187916 - Rename adding_user(8) to adding_user(7). There's no adding_user utility, but the man page describes conceptual information

svn commit: r188070 - stable/7/contrib/opie

2009-02-03 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Tue Feb 3 14:25:58 2009 New Revision: 188070 URL: http://svn.freebsd.org/changeset/base/188070 Log: MFC: r187920 - Remove non-existing reference - Fix trailing comma PR: docs/85118 Submitted by: vs Modified:

svn commit: r188103 - stable/7

2009-02-03 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Tue Feb 3 20:47:58 2009 New Revision: 188103 URL: http://svn.freebsd.org/changeset/base/188103 Log: MFC: Reflect adding_user.8 - adding_user.7 rename Modified: stable/7/ObsoleteFiles.inc Modified: stable/7/ObsoleteFiles.inc

svn commit: r235987 - head/usr.bin/sort

2012-05-25 Thread Gabor Kovesdan
Author: gabor Date: Fri May 25 09:30:16 2012 New Revision: 235987 URL: http://svn.freebsd.org/changeset/base/235987 Log: - Only use multi-threading for large files - Do not use mmap() by default; it can be enabled by --mmap - Add some minor optimizations for -u - Update manual page

svn commit: r236028 - head/lib/libkiconv

2012-05-25 Thread Gabor Kovesdan
Author: gabor Date: Fri May 25 22:07:13 2012 New Revision: 236028 URL: http://svn.freebsd.org/changeset/base/236028 Log: - Add support for BSD iconv when it is build into libc PR: bin/162670 Submitted by: Jan Beich jbe...@tormail.net MFC after:2 weeks Modified:

svn commit: r236185 - head/lib/libkiconv

2012-05-28 Thread Gabor Kovesdan
Author: gabor Date: Mon May 28 14:45:12 2012 New Revision: 236185 URL: http://svn.freebsd.org/changeset/base/236185 Log: - Include forgotten bsd.own.mk and fix condition Reported by: Jan Beich jbe...@tormail.org Modified: head/lib/libkiconv/Makefile Modified:

Re: svn commit: r236759 - head/usr.bin/sort

2012-06-08 Thread Gabor Kovesdan
On 2012.06.08. 19:08, Dimitry Andric wrote: In usr.bin/sort, use another method of silencing warnings about unused arguments, which does not trigger self-assignment warnings in certain circumstances (for example, using clang with ccache). MFC after: 3 days Modified:

svn commit: r236764 - head/usr.bin/sort

2012-06-08 Thread Gabor Kovesdan
Author: gabor Date: Fri Jun 8 19:21:49 2012 New Revision: 236764 URL: http://svn.freebsd.org/changeset/base/236764 Log: - Remove the UNUSED_ARG macro and use __unused in argument lists Reviewed by: dim MFC after:3 days Modified: head/usr.bin/sort/coll.c

svn commit: r237628 - head/usr.bin/sort

2012-06-26 Thread Gabor Kovesdan
Author: gabor Date: Wed Jun 27 05:50:15 2012 New Revision: 237628 URL: http://svn.freebsd.org/changeset/base/237628 Log: - Disable threaded sort by default - Fix typo in the NLS support Modified: head/usr.bin/sort/Makefile Modified: head/usr.bin/sort/Makefile

svn commit: r237629 - in head: gnu/usr.bin/sort share/mk tools/build/options usr.bin/sort

2012-06-27 Thread Gabor Kovesdan
Author: gabor Date: Wed Jun 27 05:59:01 2012 New Revision: 237629 URL: http://svn.freebsd.org/changeset/base/237629 Log: - Switch to BSD sort as default sort. GNU sort will still be installed as gnusort. Most of the BSD sort development work was done by Oleg Moskalenko

svn commit: r237630 - head/share/man/man5

2012-06-27 Thread Gabor Kovesdan
Author: gabor Date: Wed Jun 27 06:00:58 2012 New Revision: 237630 URL: http://svn.freebsd.org/changeset/base/237630 Log: - Regen after BSD sort change Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r237631 - head/sys/sys

2012-06-27 Thread Gabor Kovesdan
Author: gabor Date: Wed Jun 27 06:08:02 2012 New Revision: 237631 URL: http://svn.freebsd.org/changeset/base/237631 Log: - Bump __FreeBSD_version: default sort is BSD sort Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

Re: svn commit: r237628 - head/usr.bin/sort

2012-06-27 Thread Gabor Kovesdan
On 2012.06.27. 8:48, Eitan Adler wrote: Log: - Disable threaded sort by default Curious, why? We just want to test it a bit more before we enable it. Gabor ___ svn-src-all@freebsd.org mailing list

svn commit: r237696 - head

2012-06-28 Thread Gabor Kovesdan
Author: gabor Date: Thu Jun 28 08:22:00 2012 New Revision: 237696 URL: http://svn.freebsd.org/changeset/base/237696 Log: - Add UPDATING entry for BSD sort Modified: head/UPDATING Modified: head/UPDATING == ---

svn commit: r237698 - stable/9/lib/libkiconv

2012-06-28 Thread Gabor Kovesdan
Author: gabor Date: Thu Jun 28 09:18:11 2012 New Revision: 237698 URL: http://svn.freebsd.org/changeset/base/237698 Log: MFC 236028, 236185, 236972 - Add support for BSD iconv when it is built into libc Modified: stable/9/lib/libkiconv/Makefile stable/9/lib/libkiconv/xlat16_iconv.c

svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Gabor Kovesdan
:37:16 2012 (r235267) @@ -0,0 +1,1138 @@ +/*- + * Copyright (C) 2009 Gabor Kovesdan ga...@freebsd.org + * Copyright (C) 2012 Oleg Moskalenko oleg.moskale...@citrix.com + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification

svn commit: r235268 - in head: gnu/usr.bin/sort share/mk tools/build/options usr.bin

2012-05-11 Thread Gabor Kovesdan
Author: gabor Date: Fri May 11 12:47:21 2012 New Revision: 235268 URL: http://svn.freebsd.org/changeset/base/235268 Log: - Hook up BSD sort to the build. By default, it will be installed as bsdsort and GNU sort will be the default sort. When WITH_BSD_SORT is set, BSD sort will be the

svn commit: r235269 - head/share/man/man5

2012-05-11 Thread Gabor Kovesdan
Author: gabor Date: Fri May 11 13:03:52 2012 New Revision: 235269 URL: http://svn.freebsd.org/changeset/base/235269 Log: - Regen Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-11 Thread Gabor Kovesdan
On 2012.05.11. 15:02, Colin Percival wrote: On 05/11/12 05:48, Konstantin Belousov wrote: On Fri, May 11, 2012 at 12:37:16PM +, Gabor Kovesdan wrote: +bool byte_sort = false; + +static wchar_t **wmonths = NULL; +static unsigned char **cmonths = NULL; Such initializations are useless. You

svn commit: r235432 - head/usr.bin/sort

2012-05-14 Thread Gabor Kovesdan
Author: gabor Date: Mon May 14 09:53:54 2012 New Revision: 235432 URL: http://svn.freebsd.org/changeset/base/235432 Log: - Fix build with clang Modified: head/usr.bin/sort/file.c head/usr.bin/sort/sort.c Modified: head/usr.bin/sort/file.c

svn commit: r235434 - head/usr.bin/sort/nls

2012-05-14 Thread Gabor Kovesdan
Author: gabor Date: Mon May 14 09:55:23 2012 New Revision: 235434 URL: http://svn.freebsd.org/changeset/base/235434 Log: - Update catalogs Modified: head/usr.bin/sort/nls/C.msg head/usr.bin/sort/nls/hu_HU.ISO8859-2.msg Modified: head/usr.bin/sort/nls/C.msg

svn commit: r235435 - head/usr.bin/sort

2012-05-14 Thread Gabor Kovesdan
Author: gabor Date: Mon May 14 10:06:49 2012 New Revision: 235435 URL: http://svn.freebsd.org/changeset/base/235435 Log: - Eliminate initializations if global variables. Compilers are not required to optimize these so it may result in larger binary size. Pointed out by: kib

svn commit: r235546 - head/usr.bin/sort

2012-05-17 Thread Gabor Kovesdan
Author: gabor Date: Thu May 17 13:08:30 2012 New Revision: 235546 URL: http://svn.freebsd.org/changeset/base/235546 Log: - Fix -o option that was broken by my clang compile fix Submitted by: Oleg Moskalenko oleg.moskale...@citrix.com Modified: head/usr.bin/sort/sort.c Modified:

Re: svn commit: r235723 - in head: contrib/byacc tools/regression/usr.bin/yacc usr.bin/yacc usr.bin/yacc/test

2012-05-22 Thread Gabor Kovesdan
On 2012.05.22. 17:03, Dimitry Andric wrote: ... I mentioned it in a private email, but the issue is that the yacc used during the build seems to be coming from the base system (despite the fact that it's a bootstrap tool). Once I installed yacc onto my stable-9 system at work, all of the

svn commit: r242430 - head/usr.bin/sort

2012-11-01 Thread Gabor Kovesdan
Author: gabor Date: Thu Nov 1 11:38:34 2012 New Revision: 242430 URL: http://svn.freebsd.org/changeset/base/242430 Log: - Portability changes for ARM - Allow larger sort memory on 64-bit platforms Submitted by: Oleg Moskalenko oleg.moskale...@citrix.com Modified:

Re: svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale

2013-06-02 Thread Gabor Kovesdan
Em 25-05-2013 16:00, Ed Schouten escreveu: Jilles, Gabor, could you please take a look at the patch, whether it's any good? Now we still have the case where the system is built WITHOUT_ICONV=. I think it really depends on the future of iconv in base how complete we should attempt to make it.

svn commit: r251245 - head/usr.bin/sort

2013-06-02 Thread Gabor Kovesdan
Sun Jun 2 09:43:48 2013 (r251245) @@ -1,6 +1,6 @@ /*- * Copyright (C) 2009 Gabor Kovesdan ga...@freebsd.org - * Copyright (C) 2012 Oleg Moskalenko oleg.moskale...@citrix.com + * Copyright (C) 2012 Oleg Moskalenko mom040...@gmail.com * All rights reserved. * * Redistribution

svn commit: r249582 - in head: lib/libc/i386/string lib/libc/stdlib lib/libz sys/arm/include sys/arm/xscale/ixp425 sys/cam/scsi sys/dev/cxgb/common sys/dev/msk sys/dev/ppbus sys/dev/rndtest sys/ker...

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:40:10 2013 New Revision: 249582 URL: http://svnweb.freebsd.org/changeset/base/249582 Log: - Correct mispellings of the word occurrence Submitted by: Christoph Mallon christoph.mal...@gmx.de (via private mail) Modified: head/lib/libc/i386/string/memchr.S

svn commit: r249583 - in head: include/rpcsvc sys/dev/cas sys/dev/xen/netback sys/fs/devfs sys/fs/msdosfs sys/kern sys/netgraph usr.sbin/nandsim

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:42:40 2013 New Revision: 249583 URL: http://svnweb.freebsd.org/changeset/base/249583 Log: - Correct mispellings of the word necessary Submitted by: Christoph Mallon christoph.mal...@gmx.de (via private mail) Modified: head/include/rpcsvc/ypxfrd.x

svn commit: r249584 - in head/sys: dev/usb/wlan i386/isa

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:43:46 2013 New Revision: 249584 URL: http://svnweb.freebsd.org/changeset/base/249584 Log: - Correct mispellings of word miscellaneous Submitted by: Christoph Mallon christoph.mal...@gmx.de (via private mail) Modified: head/sys/dev/usb/wlan/if_zydreg.h

svn commit: r249585 - in head/sys: cam dev/bktr dev/ppbus dev/sound/pcm netinet pci

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:45:15 2013 New Revision: 249585 URL: http://svnweb.freebsd.org/changeset/base/249585 Log: - Corrrect mispellings of word useful Submitted by: Christoph Mallon christoph.mal...@gmx.de (via private mail) Modified: head/sys/cam/cam_periph.h

svn commit: r249586 - in head/sys: arm/ti/omap4 dev/isci/scil dev/mxge pc98/pc98

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:47:32 2013 New Revision: 249586 URL: http://svnweb.freebsd.org/changeset/base/249586 Log: - Correct mispellings of word resource Submitted by: Christoph Mallon christoph.mal...@gmx.de Modified: head/sys/arm/ti/omap4/omap4_prcm_clks.c

svn commit: r249587 - in head: share/i18n/csmapper/KAZAKH sys/dev/sound/pci tools/tools/notescheck

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:48:46 2013 New Revision: 249587 URL: http://svnweb.freebsd.org/changeset/base/249587 Log: - Correct mispellings of word and Submitted by: Christoph Mallon christoph.mal...@gmx.de (via private mail) Modified:

svn commit: r249588 - in head: share/i18n/csmapper/KAZAKH sys/amd64/include/xen sys/dev/xen/netback sys/fs/msdosfs sys/i386/isa

2013-04-17 Thread Gabor Kovesdan
Author: gabor Date: Wed Apr 17 11:56:11 2013 New Revision: 249588 URL: http://svnweb.freebsd.org/changeset/base/249588 Log: - Correct spelling in comments Submitted by: Christoph Mallon christoph.mal...@gmx.de (via private mail) Modified: head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src

svn commit: r250746 - in head/release/doc: de_DE.ISO8859-1/early-adopter de_DE.ISO8859-1/errata de_DE.ISO8859-1/hardware/alpha de_DE.ISO8859-1/hardware/common de_DE.ISO8859-1/hardware/i386 de_DE.IS...

2013-05-17 Thread Gabor Kovesdan
Author: gabor Date: Fri May 17 18:53:29 2013 New Revision: 250746 URL: http://svnweb.freebsd.org/changeset/base/250746 Log: - Update the release notes to DocBook 4.5 XML to build with the updated documentation tree Added: head/release/doc/ja_JP.eucJP/share/xml/catalog.xml - copied,

svn commit: r240508 - in head/release/doc/en_US.ISO8859-1: errata hardware readme relnotes

2012-09-14 Thread Gabor Kovesdan
Author: gabor Date: Fri Sep 14 18:33:12 2012 New Revision: 240508 URL: http://svn.freebsd.org/changeset/base/240508 Log: - Make the release notes build with the XMLified doc tree Modified: head/release/doc/en_US.ISO8859-1/errata/article.sgml

svn commit: r240516 - in head/release/doc/de_DE.ISO8859-1: early-adopter errata hardware/alpha hardware/i386 hardware/ia64 hardware/pc98 hardware/sparc64 installation/alpha installation/common inst...

2012-09-14 Thread Gabor Kovesdan
Author: gabor Date: Fri Sep 14 21:12:41 2012 New Revision: 240516 URL: http://svn.freebsd.org/changeset/base/240516 Log: - Fix build of the German release notes with the XMLified doc tree Modified: head/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml

svn commit: r240519 - in head/release/doc/fr_FR.ISO8859-1: early-adopter errata hardware/alpha hardware/common hardware/i386 hardware/ia64 hardware/pc98 hardware/sparc64 installation/alpha installa...

2012-09-14 Thread Gabor Kovesdan
Author: gabor Date: Fri Sep 14 21:36:01 2012 New Revision: 240519 URL: http://svn.freebsd.org/changeset/base/240519 Log: - Fix build of French release notes with the XMLified doc tree Modified: head/release/doc/fr_FR.ISO8859-1/early-adopter/article.sgml

svn commit: r241511 - in head: . contrib/gnu-sort gnu/usr.bin gnu/usr.bin/sort tools/build/options usr.bin/sort

2012-10-13 Thread Gabor Kovesdan
Author: gabor Date: Sat Oct 13 18:40:39 2012 New Revision: 241511 URL: http://svn.freebsd.org/changeset/base/241511 Log: - Remove GNU sort and the WITH_GNU_SORT knob Deleted: head/contrib/gnu-sort/ head/gnu/usr.bin/sort/ head/tools/build/options/WITH_GNU_SORT Modified: head/UPDATING

  1   2   >