CVS commit: src/lib/libc/locale

2021-02-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 15 15:38:43 UTC 2021 Modified Files: src/lib/libc/locale: duplocale.3 freelocale.3 newlocale.3 Log Message: Remove reference to multibyte(3) and trailing commas. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 s

CVS commit: src/lib/libc/locale

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:36:53 UTC 2021 Modified Files: src/lib/libc/locale: duplocale.3 freelocale.3 newlocale.3 Log Message: Remove FreeBSD portions that are not relevant to our implementation (pointed out by joerg@) To generate a diff

CVS commit: src/lib/libc/locale

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 14:35:04 UTC 2021 Modified Files: src/lib/libc/locale: Makefile.inc Added Files: src/lib/libc/locale: duplocale.3 freelocale.3 newlocale.3 Log Message: Add missing man pages (from FreeBSD) To generate a diff

CVS commit: src/lib/libc/locale

2017-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 9 22:48:00 UTC 2017 Modified Files: src/lib/libc/locale: wcstod.c wcstof.c wcstold.c Log Message: PR/52801: Kamil Rytarowski: Add missing weak aliases for wcsto{f,d,ld}_l XXX: pullup-8 To generate a diff of this commi

CVS commit: src/lib/libc/locale

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 16:07:34 UTC 2017 Modified Files: src/lib/libc/locale: towlower.3 Log Message: Add towupper to the NAME section as well. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/towlower.3 Ple

CVS commit: src/lib/libc/locale

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 17:50:24 UTC 2017 Modified Files: src/lib/libc/locale: nl_langinfo.c Log Message: pacify lint. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/locale/nl_langinfo.c Please note that diffs

CVS commit: src/lib/libc/locale

2016-06-27 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Jun 27 08:18:34 UTC 2016 Modified Files: src/lib/libc/locale: wctomb.3 Log Message: Fix function prototype in the SYNOPSIS Also, fix function name in the RETURN VALUES section. >From Henning Petersen in PR lib/51284 To gen

CVS commit: src/lib/libc/locale

2016-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 17 17:38:14 UTC 2016 Modified Files: src/lib/libc/locale: global_locale.c Log Message: undo the dso protected for clang To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/locale/global_locale.c

CVS commit: src/lib/libc/locale

2016-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 8 04:00:11 UTC 2016 Modified Files: src/lib/libc/locale: global_locale.c Log Message: Undo the __dso_protected hackery. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/locale/global_locale.c

CVS commit: src/lib/libc/locale

2016-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 29 15:18:08 UTC 2016 Modified Files: src/lib/libc/locale: global_locale.c setlocale_local.h Log Message: disable dso protected to work around binutils bug. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/lib/libc/locale

2013-08-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 19 20:41:15 UTC 2013 Modified Files: src/lib/libc/locale: wcsftime.c Log Message: Missing locale specific change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/locale/wcsftime.c Please note tha

CVS commit: src/lib/libc/locale

2013-08-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 19 09:12:59 UTC 2013 Modified Files: src/lib/libc/locale: nb_lc_messages_misc.h nb_lc_monetary_misc.h nb_lc_numeric_misc.h nb_lc_time_misc.h Log Message: Shut up lint. To generate a diff of this commit: cvs rd

CVS commit: src/lib/libc/locale

2013-08-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 17 18:48:01 UTC 2013 Removed Files: src/lib/libc/locale: runetype_misc.h Log Message: Remove empty file. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0 src/lib/libc/locale/runetype_misc.h Please note that diff

CVS commit: src/lib/libc/locale

2013-04-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 14 23:44:54 UTC 2013 Modified Files: src/lib/libc/locale: Makefile.inc setlocale_local.h Added Files: src/lib/libc/locale: c_locale.c Log Message: Provide a const copy of global_locale for libc-internal use. This wi

CVS commit: src/lib/libc/locale

2012-08-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 8 20:16:51 UTC 2012 Modified Files: src/lib/libc/locale: rune.c Log Message: Restore RCS Id lost in previous. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/locale/rune.c Please note that diffs

CVS commit: src/lib/libc/locale

2012-08-08 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Aug 8 18:37:26 UTC 2012 Modified Files: src/lib/libc/locale: rune.c Log Message: fix PR lib/46781 statically compiled bash makes locale loading fail. analyzed and patch provided by enami@ nonaka@ obache@ soda@, thanks. patc

CVS commit: src/lib/libc/locale

2012-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 21 14:11:24 UTC 2012 Modified Files: src/lib/libc/locale: fix_grouping.c global_locale.c Log Message: cast CHAR_MAX to (char) for unsigned character machines To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libc/locale

2012-01-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 18 14:22:28 UTC 2012 Modified Files: src/lib/libc/locale: runetype_misc.h Log Message: _runetype_from_ctype is unused To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/runetype_misc.h Please

CVS commit: src/lib/libc/locale

2011-03-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Mar 25 00:45:24 UTC 2011 Modified Files: src/lib/libc/locale: bsdctype.c bsdctype_file.h rune.c Log Message: Remove support for the old BSDCTYPE format. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/lib

CVS commit: src/lib/libc/locale

2011-03-16 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Mar 16 09:32:12 UTC 2011 Modified Files: src/lib/libc/locale: mbstowcs.3 wcstombs.3 Log Message: Crosslink wcstombs(3) and mbstowcs(3). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/locale/mbsto

CVS commit: src/lib/libc/locale

2010-11-30 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Tue Nov 30 15:25:05 UTC 2010 Modified Files: src/lib/libc/locale: rune.c Log Message: variable must to be nul terminated before "CODESET=foo". ISO2022 module doesn't understand this and may fail setlocale(3). To generate a diff

CVS commit: src/lib/libc/locale

2010-06-19 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sun Jun 20 02:23:15 UTC 2010 Modified Files: src/lib/libc/locale: bsdctype.c runetype_file.h runetype_local.h Added Files: src/lib/libc/locale: runetype_misc.h Log Message: fix cross build breakage mklocale(1). move inlin

CVS commit: src/lib/libc/locale

2010-06-19 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Jun 19 14:48:17 UTC 2010 Modified Files: src/lib/libc/locale: rune.c Log Message: null terminate To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libc/locale/rune.c Please note that diffs are not publi

CVS commit: src/lib/libc/locale

2010-06-12 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Jun 12 18:03:09 UTC 2010 Modified Files: src/lib/libc/locale: bsdctype.h Log Message: s/_CTYPE_NUM_CHARS/_CTYPE_CACHE_SIZE/ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/locale/bsdctype.h Please

CVS commit: src/lib/libc/locale

2010-06-11 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Jun 12 05:54:05 UTC 2010 Modified Files: src/lib/libc/locale: iswctype_mb.c rune.c rune_local.h runeglue.c runetable.c Log Message: stop to renaming _CTYPE_* -> _RUNETYPE_*. To generate a diff of this commit: cv

CVS commit: src/lib/libc/locale

2010-06-05 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Jun 5 16:37:13 UTC 2010 Modified Files: src/lib/libc/locale: rune_local.h runetype_local.h Log Message: remove unused magic. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/locale/rune_local.h cv

CVS commit: src/lib/libc/locale

2010-06-02 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Jun 2 16:04:52 UTC 2010 Modified Files: src/lib/libc/locale: bsdctype.c Log Message: uint8_t -> unsigned char, int16_t -> short. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/locale/bsdctype.c P

CVS commit: src/lib/libc/locale

2010-06-02 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Jun 2 15:47:25 UTC 2010 Modified Files: src/lib/libc/locale: _wctrans.c _wctrans_local.h _wctype.c _wctype_local.h iswctype_mb.c Log Message: remove duplicated towctrans internal function. To generate a diff of

CVS commit: src/lib/libc/locale

2010-06-01 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Tue Jun 1 18:00:28 UTC 2010 Modified Files: src/lib/libc/locale: Makefile.inc bsdctype.c bsdctype.h iswctype_sb.c localeio_lc_ctype.c Removed Files: src/lib/libc/locale: ctypeio.c ctypeio.h Log Message: refac

CVS commit: src/lib/libc/locale

2010-05-30 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sun May 30 11:36:12 UTC 2010 Modified Files: src/lib/libc/locale: ctype_local.h Log Message: remove redundant guard. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/ctype_local.h Please note tha

CVS commit: src/lib/libc/locale

2010-05-22 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat May 22 17:47:25 UTC 2010 Modified Files: src/lib/libc/locale: runetype_local.h Log Message: fix cross build breakage under linux box, reported by Andreas Gustafsson, thanks! runetype_local.h: don't include ctype_local.h whe

CVS commit: src/lib/libc/locale

2010-05-22 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat May 22 13:50:02 UTC 2010 Modified Files: src/lib/libc/locale: rune_local.h setlocale1.c setlocale32.c setlocale_local.h Log Message: move __mb_len_max_runtime from rune_local.h -> setlocale_local.h. To generate

CVS commit: src/lib/libc/locale

2010-03-28 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sun Mar 28 18:19:52 UTC 2010 Modified Files: src/lib/libc/locale: setlocale32.c Log Message: woops, fogot to include limits.h. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/setlocale32.c Pleas

CVS commit: src/lib/libc/locale

2010-03-28 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sun Mar 28 14:05:09 UTC 2010 Modified Files: src/lib/libc/locale: setlocale32.c Log Message: avoid mbrtowc/wcrtomb buffer overrun when CPUARCH=hppa and MB_CUR_MAX > 6. it is not usual case(merely used such mutibyte locale, eg. ja

CVS commit: src/lib/libc/locale

2010-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 27 16:47:05 UTC 2010 Modified Files: src/lib/libc/locale: global_locale.c Log Message: fix tpo. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/locale/global_locale.c Please note that diffs ar