History log of /src/lib/libc/string/wcscasecmp.c |
Revision | | Date | Author | Comments |
1.4 |
| 17-May-2013 |
joerg | Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide LC_GLOBAL_LOCALE in a way that works with all locale functions. Merge constant data used by the initial global locale and the C locale. Drop function call layer for _current_locale() and directly return the locale reference, not a pointer to it. Use protected access for global variables, so that libc references can avoid the GOT overhead.
|
1.3 |
| 18-Apr-2013 |
joerg | Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l, mbrlen_l, mbsinit_l, mbsrtowcs_l, wcrtomb_l, wcsrtombs_l and wctob_l.
|
1.2 |
| 26-Aug-2006 |
christos | branches: 1.2.2; 1.2.44; 1.2.50; Add copyright notices.
|
1.1 |
| 22-Aug-2006 |
christos | PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions
|
1.2.50.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.2.44.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2.2.2 |
| 01-Sep-2006 |
riz | Pull up following revision(s) (requested by tron in ticket #78): lib/libc/string/wcsdup.c: revision 1.2 lib/libc/string/wcsdup.3: revision 1.1 lib/libc/string/wcscasecmp.3: revision 1.1 lib/libc/string/wcscasecmp.c: revision 1.2 distrib/sets/lists/comp/mi: revision 1.917 lib/libc/string/Makefile.inc: revision 1.64 lib/libc/string/Makefile.inc: revision 1.65 lib/libc/string/wcsncasecmp.c: revision 1.2 Add copyright notices. PR/34238: Aleksey Cheusov: man pages for wcsdup, wcscasecmp and wcsncasecmp functions add man pages for wcsdup, wcscasecmp, wcsncasecmp fix xtos's pasto
|
1.2.2.1 |
| 27-Aug-2006 |
riz | Pull up following revision(s) (requested by tron in ticket #64): lib/libc/include/namespace.h: revision 1.119 lib/libc/string/wcsdup.c: revision 1.1 lib/libc/string/wcscasecmp.c: revision 1.1 lib/libc/include/namespace.h: revision 1.120 distrib/sets/lists/base/shl.mi: revision 1.366 lib/libc/shlib_version: revision 1.182 include/wchar.h: revision 1.26 lib/libc/string/Makefile.inc: revision 1.62 lib/libc/string/Makefile.inc: revision 1.63 lib/libc/string/wcsncasecmp.c: revision 1.1 PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions libc 147 for wcsdup and wcs{n,}casecmp include one more new file. add wcsdup, wcscasecmp and wcsncasecmp. fixes build problems.. I think we want both wcs{c,n}casecmp weak.
|