Update of /cvsroot/lib/LIB
In directory usw-pr-cvs1:/tmp/cvs-serv4627
Modified Files:
ChangeLog ostatnia_zmiana rozne.c
Log Message:
* poprawiony debian/dirs
Index: ChangeLog
===================================================================
RCS file: /cvsroot/lib/LIB/ChangeLog,v
retrieving revision 1.290
retrieving revision 1.291
diff -C2 -d -r1.290 -r1.291
*** ChangeLog 10 Jul 2002 22:13:49 -0000 1.290
--- ChangeLog 10 Jul 2002 23:11:55 -0000 1.291
***************
*** 1,2 ****
--- 1,5 ----
+ 2002/07/11 1:11:37 przewdnik
+ * poprawiony debian/dirs
+
2002/07/11 0:13:25 przewdnik
* usuniêty komunikat o braku ./lib.data
Index: ostatnia_zmiana
===================================================================
RCS file: /cvsroot/lib/LIB/ostatnia_zmiana,v
retrieving revision 1.180
retrieving revision 1.181
diff -C2 -d -r1.180 -r1.181
*** ostatnia_zmiana 10 Jul 2002 22:13:49 -0000 1.180
--- ostatnia_zmiana 10 Jul 2002 23:11:55 -0000 1.181
***************
*** 1,3 ****
! * usuniêty komunikat o braku ./lib.data
! * rozgrzebane init_locale
! * uaktualnione intl/
--- 1 ----
! * poprawiony debian/dirs
Index: rozne.c
===================================================================
RCS file: /cvsroot/lib/LIB/rozne.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** rozne.c 10 Jul 2002 22:13:49 -0000 1.13
--- rozne.c 10 Jul 2002 23:11:55 -0000 1.14
***************
*** 52,57 ****
#ifdef LINUX
printf("EN\n");
! setenv("LC_MESSAGES", "en", 1);
! strcpy(_locale, "en");
#endif
#if defined(CYGWIN) || defined(_DJGPP)
--- 52,57 ----
#ifdef LINUX
printf("EN\n");
! setenv("LC_MESSAGES", "en_EN", 1);
! strcpy(_locale, "en_EN");
#endif
#if defined(CYGWIN) || defined(_DJGPP)
|