search for: strcoll

Displaying 20 results from an estimated 32 matches for "strcoll".

2005 Jul 20
1
(PR#8017) build of REventLoop package crashes with 2.1 due
...onst wchar_t wc); > < size_t Rmbstowcs(wchar_t *wc, const char *s, size_t n); > < size_t Rwcstombs(char *s, const wchar_t *wc, size_t n); > < #endif > < > < /* used in relop.c and sort.c */ > < #if defined(Win32) && defined(SUPPORT_UTF8) > < #define STRCOLL Rstrcoll > < #else > < > < #ifdef HAVE_STRCOLL > < #define STRCOLL strcoll > < #else > < #define STRCOLL strcmp > < #endif > < > < #endif > < > < /* Localization */ > < > < #ifdef ENABLE_NLS > < #include <libintl...
2005 Jul 19
0
build of REventLoop package crashes with 2.1 due tosyntax error in Defn.h (PR#8017)
...s); < size_t Rwcrtomb(char *s, const wchar_t wc); < size_t Rmbstowcs(wchar_t *wc, const char *s, size_t n); < size_t Rwcstombs(char *s, const wchar_t *wc, size_t n); < #endif < < /* used in relop.c and sort.c */ < #if defined(Win32) && defined(SUPPORT_UTF8) < #define STRCOLL Rstrcoll < #else < < #ifdef HAVE_STRCOLL < #define STRCOLL strcoll < #else < #define STRCOLL strcmp < #endif < < #endif < < /* Localization */ < < #ifdef ENABLE_NLS < #include <libintl.h> < #ifdef Win32 < #define _(String) libintl_gettext (Strin...
1999 Sep 28
1
Collating sequences are used inconsistently. (PR#289)
...t;b", "B")) [1] "A" "a" "B" "b" > "a" < "B" [1] FALSE in the en_UK locale. I don't think it is good idea that sort and < have a different idea of ordering, so I rate this as a bug. As far as I can see sort uses strcoll and hence the locale, and < uses ASCII. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr)...
2004 Apr 18
0
[patch] R-1.9.0: compile error without nl_langinfo(CODESET) (PR#6789)
...ne.h strings.h \ sys/param.h sys/select.h sys/socket.h sys/stat.h sys/time.h \ @@ -1161,13 +1161,17 @@ AC_FUNC_ALLOCA AC_CHECK_FUNCS(access chdir expm1 fcntl finite ftruncate getcwd \ getgrgid getpwuid getuid hypot isascii isnan log1p matherr mkfifo \ - nl_langinfo popen putenv rint setenv strcoll stat strptime symlink \ + popen putenv rint setenv strcoll stat strptime symlink \ system times unsetenv) ## <NOTE> ## No need checking for bcopy bzero memcpy mempcpy even though ifnames ## might report corresponding HAVE_FOO conditionals. ## </NOTE> +## check whether nl_langi...
2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
...irectory, png_files[0]->d_name); 679 if(png_read(input_png, &w, &h, &yuv)) { 680 fprintf(stderr, "could not read %s\n", input_png); 681 exit(1); 682 } here ^^^ ... 146 #ifdef WIN32 147 int 148 alphasort (const void *a, const void *b) 149 { 150 return strcoll ((*(const struct dirent **) a)->d_name, 151 (*(const struct dirent **) b)->d_name); 152 } 153 154 int 155 scandir (const char *dir, struct dirent ***namelist, 156 int (*select)(const struct dirent *), int (*compar)(const void *, const void *)) 157 { 158 DIR *d; 1...
2006 Jul 31
16
Sorting performance
I''m using acts_as_ferret to index one of my rails models. Right after I start the app the first request that orders by some ferret field will take very long. Subsequent ones seem to be fast. I guess some caching is going on. Any tips on solving this? Pedro.
2008 Apr 15
2
a question of alphabetical order
Hi all, In Spanish vowels with accent like ?, ?, ... doesn't affect to the alphabetical order of vector of strings. I mean, a or ? don't matter for establishing the alphabetical order. Nevertheless, while working with R order, here is what I get. Given a file transport.txt medio#variable avi?n#34 barco#33 bicicleta#3 ?ngulo#37 cami?n#54 coche#23 tren#67 > toPlot <-
1997 Jul 30
0
R-beta: Query: installing 0.50-a1 on Solaris 2.5.1
...in/include checking for -lICE... no checking for -ldnet... no checking for -ldnet_stub... no checking for -lnsl... yes checking for -lsocket... yes checking for -lm... yes checking for -lncurses... no checking for -ltermcap... yes checking for -lreadline... yes checking for -ldl... yes checking for strcoll... yes checking whether cross-compiling... no checking for ANSI C header files... yes checking for fcntl.h... yes checking for limits.h... yes checking for dlfcn.h... yes checking for dl.h... no checking for elf.h... yes checking for time.h... yes checking for sys/times.h... yes checking for rpc/xd...
2002 Jan 02
0
R ./configure error | Solaris8 / E-450
...for isnan... yes checking for matherr... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... no checking for mkfifo... yes checking for popen... yes checking for putenv... yes checking for rint... yes checking for setenv... no checking for snprintf... yes checking for strcoll... yes checking for stat... yes checking for strptime... yes checking for system... yes checking for times... yes checking for unsetenv... no checking for vsnprintf... yes checking for strdup... yes checking for library containing connect... -lsocket checking for library containing gethostbyname......
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...s a Syslinux COM32 module > dev.h: get size_t definition > lua: the COM32 API does not provide signal.h > lua: explicitly put the console in standard mode > lua: the COM32 API does not provide locale.h > lua: use integer arithmetic > lua: the COM32 API does not provide strcoll() > lua: the COM32 API supports only part of iolib > stdlib.h: provide a stub definition for getenv() > lua: the COM32 API actually supports exit() of oslib > lua: the COM32 API does not support time() > lua: the COM32 API does not support freopen() > sys/module.h: rem...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...ce src/Makefile to build Lua as a Syslinux COM32 module dev.h: get size_t definition lua: the COM32 API does not provide signal.h lua: explicitly put the console in standard mode lua: the COM32 API does not provide locale.h lua: use integer arithmetic lua: the COM32 API does not provide strcoll() lua: the COM32 API supports only part of iolib stdlib.h: provide a stub definition for getenv() lua: the COM32 API actually supports exit() of oslib lua: the COM32 API does not support time() lua: the COM32 API does not support freopen() sys/module.h: remove the #ifdef DYNAMIC_MODULE...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...Lua as a Syslinux COM32 module dev.h: get size_t definition lua: the COM32 API does not provide signal.h lua: explicitly put the console in standard mode lua: the COM32 API does not provide locale.h lua: use integer arithmetic lua: the COM32 API does not provide strcoll() lua: the COM32 API supports only part of iolib stdlib.h: provide a stub definition for getenv() lua: the COM32 API actually supports exit() of oslib lua: the COM32 API does not support time() lua: the COM32 API does not support freopen() sys/module.h: remove th...
2012 Dec 21
0
Wine release 1.5.20
...ion. msvcrt: Added _atodbl tests. msvcrt: Sync spec files. wined3d: Recognize Nvidia GT610 card. msvcrt: Fixed codepage setting code in create_locale. msvcrt: Fixed locale matching code. msvcrt: Added more setlocale tests. msvcrt: Use LC_COLLATE category in strcoll functions. msvcrt: Use CompareString in wcscoll functions. msvcrt: Don't fail when _aligned_offset_malloc is used with size=0. msvcrt: Don't call local_unwind2 when Cookie equals MSVCRT_JMP_MAGIC in longjmp. msvcrt: Added _set_fmode and _get_fmode implementation....
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...ing for acosh... yes checking for asinh... yes checking for atanh... yes checking for bcopy... yes checking for finite... yes checking for isnan... yes checking for matherr... no checking for memcpy... yes checking for memmove... yes checking for regcomp... yes checking for rint... yes checking for strcoll... yes checking for strtod... yes checking for strtol... yes checking for times... yes checking for ANSI C header files... (cached) yes checking for dl.h... no checking for dlfcn.h... yes checking for elf.h... no checking for locale.h... yes checking for readline/history.h... no checking for rpc/xd...
1997 Dec 13
1
R-beta: Compile error; R-0.60.1, Solaris 2.6, gcc 2.7.2.1
.... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for sin in -lm... yes checking for main in -lncurses... no checking for main in -ltermcap... yes checking for main in -lreadline... no checking for dlopen in -ldl... yes checking for strcoll... yes checking for ANSI C header files... yes checking for fcntl.h... yes checking for limits.h... yes checking for dlfcn.h... yes checking for dl.h... no checking for elf.h... yes checking for time.h... yes checking for sys/times.h... yes checking for rpc/xdr.h... yes checking for readline/histor...
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...for hypot... yes checking for isascii... yes checking for log1p... yes checking for matherr... yes checking for mkdtemp... no checking for mkfifo... yes checking for popen... yes checking for putenv... yes checking for realpath... yes checking for rint... yes checking for setenv... yes checking for strcoll... yes checking for stat... yes checking for strerror... yes checking for strptime... yes checking for symlink... yes checking for system... yes checking for times... yes checking for unsetenv... yes checking whether isfinite is declared... no checking whether isnan is declared... yes checking for...
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old problem resurface: how should we deal with packages which contain Fortran code and may need to be linked against additional libraries such as -lf2c? The current consensus is that extra Fortran libraries maybe needed are handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are added by default if g77 is used.
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...for isnan... yes checking for matherr... no checking for memcpy... yes checking for memmove... yes checking for mempcpy... no checking for mkfifo... yes checking for popen... yes checking for putenv... yes checking for rint... yes checking for setenv... no checking for snprintf... yes checking for strcoll... yes checking for stat... yes checking for strptime... yes checking for system... yes checking for times... yes checking for unsetenv... no checking for vsnprintf... yes checking for strdup... yes checking for library containing connect... none required checking for library containing gethostbyna...
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o
2009 Aug 20
2
getting R 2.9.1 from the tar.gz file
...ared... yes checking whether fdopen exists and is declared... yes checking whether popen exists and is declared... yes checking whether setenv exists and is declared... yes checking whether system exists and is declared... yes checking whether unsetenv exists and is declared... yes checking whether strcoll exists and is declared... yes checking whether getrlimit exists and is declared... yes checking whether getrusage exists and is declared... yes checking whether chmod exists and is declared... yes checking whether mkfifo exists and is declared... yes checking whether stat exists and is declared......