mirror of https://github.com/MidnightCommander/mc
Now gmc, tkmc and mc build one my glibc2 system (builddir != srcdir).
Mon Sep 28 21:55:13 1998 Norbert Warmuth <nwarmuth@privat.circular.de> * src/find.c: Changed hotkey of the continue-button (both Chdir and Continue used `C'). * po/*.po: remade because one msgstr in find.c changed * src/Makefile.in: search config.status in builddir and not in rootdir, i.e. make it compile for builddir != srcdir * vfs/vfs.h (struct vfs): renamed errno to verrno because glibc2 defines errno as macro (#define errno (*__errno_location ())) * vfs/Makefile.in: search config.status in builddir and not in srcdir/.., i.e. make it compile for builddir != srcdir
This commit is contained in:
parent
78dd7ba78c
commit
c10ecb8b0f
20
po/ko.po
20
po/ko.po
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: mc VERSION\n"
|
||||
"POT-Creation-Date: 1998-05-06 14:14:45+0900\n"
|
||||
"POT-Creation-Date: 1998-09-28 22:03+0200\n"
|
||||
"PO-Revision-Date: 1998-09-26 01:56:37+0900\n"
|
||||
"Last-Translator: Sung-Hyun Nam <namsh@lgic.co.kr>\n"
|
||||
"Language-Team: Korean <ko@li.org>\n"
|
||||
|
@ -317,8 +317,7 @@ msgstr "
|
|||
#: gtkedit/editcmd.c:1932
|
||||
msgid ""
|
||||
" Invalid regular expression, or scanf expression with to many conversions "
|
||||
msgstr ""
|
||||
" 이상한 정규표현식 혹은 너무 많이 바꿔야 하는 scanf 표현 "
|
||||
msgstr " 이상한 정규표현식 혹은 너무 많이 바꿔야 하는 scanf 표현 "
|
||||
|
||||
#. "Invalid regexp string or scanf string"
|
||||
#: gtkedit/editcmd.c:2096
|
||||
|
@ -2310,8 +2309,9 @@ msgid "&Suspend"
|
|||
msgstr "일시중지(&S)"
|
||||
|
||||
#: gnome/find.c:125 src/find.c:125
|
||||
msgid "&Continue"
|
||||
msgstr "계속(&C)"
|
||||
#, fuzzy
|
||||
msgid "Con&tinue"
|
||||
msgstr "계속"
|
||||
|
||||
#: gnome/find.c:126 src/find.c:126
|
||||
msgid "&Chdir"
|
||||
|
@ -4127,7 +4127,8 @@ msgstr "
|
|||
|
||||
#: gnome/panelize.c:302 src/panelize.c:302
|
||||
msgid " I can't run external panelize while logged on a non local directory "
|
||||
msgstr " 원격 자료방으로 로그한 경우에는 외부 패널화 명령을 실행할 수 없습니다 "
|
||||
msgstr ""
|
||||
" 원격 자료방으로 로그한 경우에는 외부 패널화 명령을 실행할 수 없습니다 "
|
||||
|
||||
#: gnome/panelize.c:351 src/panelize.c:351
|
||||
msgid "Find rejects after patching"
|
||||
|
@ -4685,7 +4686,7 @@ msgstr "Slash on keypad"
|
|||
msgid "NumLock on keypad"
|
||||
msgstr "NumLock on keypad"
|
||||
|
||||
#: gnome/wtools.c:609 src/wtools.c:609 vfs/vfs.c:1598
|
||||
#: gnome/wtools.c:609 src/wtools.c:609 vfs/vfs.c:1604
|
||||
msgid "Password:"
|
||||
msgstr "비밀번호:"
|
||||
|
||||
|
@ -4713,7 +4714,7 @@ msgstr ""
|
|||
msgid " Could not set source routing (%s)"
|
||||
msgstr " 소스 라우팅 (%s)를 설정할 수 없습니다"
|
||||
|
||||
#: vfs/ftpfs.c:1773 vfs/ftpfs.c:1788
|
||||
#: vfs/ftpfs.c:1782 vfs/ftpfs.c:1797
|
||||
msgid ""
|
||||
"~/.netrc file has not correct mode.\n"
|
||||
"Remove password or correct mode."
|
||||
|
@ -4810,3 +4811,6 @@ msgstr ""
|
|||
"흠,...\n"
|
||||
"%s\n"
|
||||
"테잎 아카이브 파일같지 않습니다."
|
||||
|
||||
#~ msgid "&Continue"
|
||||
#~ msgstr "계속(&C)"
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
Mon Sep 28 21:55:13 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||
|
||||
* find.c: Changed hotkey of the continue-button (both Chdir and
|
||||
Continue used `C').
|
||||
|
||||
* Makefile.in: search config.status in builddir and not in rootdir,
|
||||
i.e. make it compile for builddir != srcdir
|
||||
|
||||
Wed Sep 23 14:06:44 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
|
||||
|
||||
* src/file.c: Made file.c use new O_LINEAR mode (so copying from
|
||||
|
|
|
@ -59,8 +59,8 @@ DISTFILES = \
|
|||
|
||||
all: mc mcmfmt @saver_target@ Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(rootdir)/config.status
|
||||
cd $(rootdir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
Makefile: $(srcdir)/Makefile.in $(builddir)/config.status
|
||||
cd $(builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
.c.o:
|
||||
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
|
||||
|
||||
|
|
|
@ -122,7 +122,7 @@ static struct {
|
|||
int x;
|
||||
} fbuts [] = {
|
||||
{ N_("&Suspend"), 11, 29 },
|
||||
{ N_("&Continue"), 12, 29 },
|
||||
{ N_("Con&tinue"), 12, 29 },
|
||||
{ N_("&Chdir"), 11, 3 },
|
||||
{ N_("&Again"), 9, 17 },
|
||||
{ N_("&Quit"), 8, 43 },
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
Mon Sep 28 21:43:16 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||
|
||||
* vfs.h (struct vfs): renamed errno to verrno because glibc2
|
||||
defines errno as macro (#define errno (*__errno_location ()))
|
||||
|
||||
Mon Sep 28 21:34:03 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||
|
||||
* Makefile.in: search config.status in builddir and not in srcdir/..,
|
||||
i. e. make it compile for builddir != srcdir
|
||||
|
||||
Sun Sep 27 16:16:52 1998 Pavel Machek <pavel@bug.ucw.cz>
|
||||
|
||||
* COPYING.LGPL, all over the code: code is now under Library
|
||||
|
|
|
@ -108,8 +108,8 @@ libvfs.so: $(VFSSOOBJS) libvfs.o
|
|||
gcc $(VFSSOOBJS) libvfs.o -shared -o libvfs.so
|
||||
|
||||
|
||||
Makefile: $(srcdir)/Make-mc.in $(srcdir)/../config.status
|
||||
cd $(rootdir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
Makefile: $(srcdir)/Make-mc.in $(builddir)/config.status
|
||||
cd $(builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -44,7 +44,7 @@ struct utimbuf {
|
|||
#define F_NET 2
|
||||
char *prefix; /* "#fish:" */
|
||||
void *data; /* this is for filesystem's own use */
|
||||
int errno;
|
||||
int verrno; /* can't use errno because glibc2 might define errno as function */
|
||||
int (*init)(struct vfs *me); /* 1..initialized succesfully */
|
||||
void (*done)(struct vfs *me);
|
||||
void (*fill_names)(struct vfs *me, void (*)(char *));
|
||||
|
|
Loading…
Reference in New Issue