Changeset 256
- Timestamp:
- May 28, 2003, 12:23:22 PM (22 years ago)
- Location:
- trunk/src/emx/src/lib/locale
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/locale/curlcfti.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r255 r256 1 1 /* curlcfti.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <stdlib.h> 4 5 #include <emx/locale.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/locale/curlconv.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r255 r256 1 1 /* curlconv.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <stdlib.h> 4 5 #include <limits.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/locale/localeco.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r255 r256 1 1 /* localeco.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <stdlib.h> 4 5 #include <limits.h> … … 33 34 } 34 35 } 35 36 36 37 37 38 struct lconv *_localeconv (int char_max) -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/locale/locales.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r255 r256 1 1 /* locales.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <stdlib.h> 4 5 #include <limits.h> -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/locale/setlocal.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r255 r256 1 1 /* setlocal.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */ 2 2 3 #include "libc-alias.h" 3 4 #include <stdlib.h> 4 5 #include <locale.h> … … 301 302 const char *s1, *s2; 302 303 int store, i, len; 303 static const int cat[5] = 304 static const int cat[5] = 304 305 {LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, LC_TIME}; 305 306 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.