Commit Graph

3899 Commits

Author SHA1 Message Date
Pavel Roskin
351a118d20 * edit.h: Use eregex.h, not regex.h.
From Alexander Varakin <avarakin00@hotmail.com>
2002-03-18 21:09:50 +00:00
Pavel Roskin
7ca687c8ed * eregex.h: Update from glibc-2.2.5.
* regex.c: Likewise.
* find.c: Use eregex.h, not regex.h.
* util.c: Likewise.
* view.c: Likewise.
From Alexander Varakin <avarakin00@hotmail.com>
2002-03-18 21:08:18 +00:00
Pavel Roskin
ebe22f53db * find.c (find_parameters): Invert condition when find is case
sensitive.
2002-03-18 20:04:13 +00:00
Pavel Roskin
31fbb7507d * doc/ru/Makefile.am: Distribute xnc.hlp. 2002-03-18 18:02:17 +00:00
Marco Ciampa
77c96b9025 *** empty log message *** 2002-03-18 07:24:57 +00:00
Pavel Roskin
5e7549d346 Add mc.hlp.?? 2002-03-12 16:26:53 +00:00
Pavel Roskin
589a0fd037 * doc/Makefile.am: Adjust for doc/ru/Makefile.am. 2002-03-12 16:25:09 +00:00
Andrew V. Samoilov
061fa72493 * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:43:48 +00:00
Andrew V. Samoilov
6c0e640a9d * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.am.
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:25:34 +00:00
Andrew V. Samoilov
582e7d4eaa * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:25:33 +00:00
Andrew V. Samoilov
2390d9b4b6 * doc/ru/mc.1.in: Minor fixes.
* doc/ru/xnc.hlp: Don't hardcode version.
2002-03-12 09:33:35 +00:00
Yuri Syrota
6f44fd1128 Updated Ukrainian translation 2002-03-11 16:20:11 +00:00
Pavel Roskin
8642495c05 * doc/Makefile.am (EXTRA_DIST): Distribute doc/ru/mc.1. 2002-03-08 17:29:02 +00:00
Andrew V. Samoilov
7df53e2bd2 * direntry.c (vfs_s_resolve_symlink): Comment out buggy code.
(vfs_s_retrieve_file): Set fh->handle to -1.
(vfs_s_read): Don't manipulate with FH->handle if it is -1.
(vfs_s_write): Likewise.
(vfs_s_close): Likewise.
2002-03-06 08:46:35 +00:00
Andrew V. Samoilov
5f2ae160c0 * file.c (copy_file_file): Rollback one hunk to eliminate infinitive loop. 2002-03-06 07:37:14 +00:00
Andrew V. Samoilov
0e0fdc3aa6 * Makefile.am (mc.hlp.ru): Use mc.1 instead of mc.1.in.
(mc.hlp): Likewise.
2002-03-04 14:54:34 +00:00
Andrew V. Samoilov
4bfeff6aca * Makefile.am (mc.hlp.ru): Use mc.1 instead of mc.1.in.
(mc.hlp): Likewise.
2002-03-04 14:09:09 +00:00
Andrew V. Samoilov
8ce8833c37 * file.c (copy_file_file): Chmod destination only if
ctx->preserve is on.  Eliminate gotos.
2002-03-04 13:52:39 +00:00
Andrew V. Samoilov
d05ff778ff * configure.in (AC_CONFIG_FILES): Add doc/ru/mc.1. 2002-03-04 12:19:38 +00:00
Kjartan Maraas
3b97dbab7a 2002-03-03 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokml) translation.
2002-03-03 18:51:54 +00:00
Andrew V. Samoilov
51e1d26419 * Makefile.am (mc.hlp.ru): New rule to compile translated
help file.
(mclib_DATA): Add mc.hlp.ru.
2002-03-01 15:05:20 +00:00
Andrew V. Samoilov
3a11aa6347 * doc/ru: New directory for Russian manuals.
* doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
translated by Victor A. Kostromin for mc 4.5.30.  Converted
from binary mc.hlp.ru, corrected and actualized by me.
* doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
* doc/ru/.cvsignore: Ignore mc.1.
2002-03-01 14:39:58 +00:00
Andrew V. Samoilov
2b2dee6921 * doc/ru: New directory for Russian manuals.
* doc/ru/mc.1.in: Translated mc.1 manual page.  Originally
	translated by Victor A. Kostromin for mc 4.5.30.  Converted
	from binary mc.hlp.ru, corrected and actualized by me.
	* doc/ru/xnc.hlp: Translated lib/xnc.hlp.  See above.
	* doc/ru/.cvsignore: Ignore mc.1.
2002-03-01 14:30:21 +00:00
Andrew V. Samoilov
e587297a62 * gindex.pl: Add optional 4th argument for translated
Content section name.
2002-03-01 14:08:03 +00:00
Andrew V. Samoilov
760d6a8115 * gindex.pl: Use [nodename] as user visible section name
only if next line is empty.  Elsewhere use this nonempty line.
2002-02-28 16:49:26 +00:00
Andrew V. Samoilov
10517bd1fc * mad.c: Make mem_areas dynamically growing.
(mad_init): Allocate memory for mem_areas.
(mad_alloc): Grow mem_areas if it is exhausted.
2002-02-28 15:36:00 +00:00
Andrew V. Samoilov
0f4a7d26f8 * filegui.c (file_mask_dialog): Enable 'follow Links'
and 'preserve Attributes' features in Move dialog.
(file_bps_show): Translate messages.
(file_eta_show): Likewise.
2002-02-28 15:18:10 +00:00
Andrew V. Samoilov
b5a0c42e21 (handle_command): Handle '.\"NODE' comment. Use it for
nodename in translated manual pages.
2002-02-28 14:38:38 +00:00
Andrew V. Samoilov
ad0767356f * man2hlp.c (main): Don't crash if called without argument(s).
Make `buffer' char pointer.
2002-02-28 14:12:34 +00:00
Andrew V. Samoilov
3de820819f * find.c (find_parameters): Compile content_pattern here.
Inform user about alformed regular expression.
(search_content): Use compiled regular expression.
(do_find): Eliminate `done'.  Call regfree for compiled
content_pattern.
2002-02-28 13:50:03 +00:00
Andrew V. Samoilov
80fb518808 * editcmd.c (edit_replace_cmd): Eliminate fin_string
and use message() to fix possible buffer overflow.
(edit_search_cmd): Likewise.
2002-02-27 15:40:22 +00:00
Andrew V. Samoilov
0924daa8f5 * samba/lib/debug.c: Remove syslog support. 2002-02-27 14:17:45 +00:00
Andrew V. Samoilov
1937ae0442 (Virtual File System): Document SMB File System. 2002-02-27 13:47:26 +00:00
Andrew V. Samoilov
8755da29c0 * doc/mc.1.in (Macro Substitution): Document "%var{ENV-default}".
(FILES): Document changes in mc behavior. ~/.mc/ini now override
mc.lib settings.
2002-02-27 08:33:09 +00:00
Pavel Roskin
8b5418771b * lib/mc.ext.in: Run "file" before "nm" to avoid an error
message "no symbol found" for unsupported architectures and
provide more useful information.
2002-02-26 23:59:55 +00:00
Stanislav Visnovsky
6c4fd4c044 2002-02-26 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: Updated Slovak translation.
2002-02-26 15:40:41 +00:00
Pavel Roskin
b9e4f7c338 * chown.c (chown_cmd): Use size_trunc_len() to show the file
size.  Eliminate c_fsize, which wasn't properly initialized.
2002-02-24 07:17:47 +00:00
Pavel Roskin
4290d93939 Update from David Martin <dmartina@excite.com> 2002-02-22 23:27:37 +00:00
Pavel Roskin
d95635b074 * README.smbfs: Remove. It contained no useful information
and the webpage is now dead.
* Makefile.am: Remove README.smbfs.
2002-02-22 06:45:10 +00:00
Pavel Roskin
3576460977 * README: Mention that glib 1.2.x is required. 2002-02-22 06:09:49 +00:00
Pavel Roskin
7346c6f93e * man2hlp.c (string_len): Don't exclude characters with codes
above 128 from the string length.
2002-02-22 05:54:00 +00:00
Andrew V. Samoilov
c13770201f * ext.c (exec_extension): Use "#! /bin/sh". 2002-02-21 14:37:51 +00:00
Andrew V. Samoilov
f04c521675 * lib/edit.indent.rc: Use "#! /bin/sh"
* lib/edit.spell.rc: Likewise.
* lib/mcserv.init: Likewise.
2002-02-21 14:18:46 +00:00
Andrew V. Samoilov
14f1557b8c * lib/cedit.menu: Eliminate bashisms.
Add missed `:' in AUTHOR evaluation.
Unset LANGUAGE and make LC_ALL empty.
Use "#! /path/to/program".
2002-02-21 14:15:28 +00:00
Pavel Roskin
8c9fc66db0 * background.c (background_attention): Cast pointer to long
instead of int because it's unsafe of 64-bit systems.
* main.c (init_xterm_support): Likewise.
2002-02-21 01:49:29 +00:00
Andrew V. Samoilov
053fc87847 * doc/mc.1.in (FILES): Use ~/.mc/bindings instead of
~/.mc/ext, ~/.mc/ini instead of ~/.mc.ini.
Fix tarfs URL syntax example.  Minor typo and format fixes.
2002-02-20 11:07:59 +00:00
Pavel Roskin
eb18605ecc * Makefile.am: Don't compile mcserv if VFS is disabled.
* extfs/Makefile.am: Don't install anything if VFS is disabled.
2002-02-20 03:07:42 +00:00
Marco Ciampa
93f18d3e24 *** empty log message *** 2002-02-19 22:41:08 +00:00
Pavel Roskin
4408c4e091 * extfs.c (extfs_open): Only create a new entry if it has not
been found and O_CREAT is set.  Consider file as changed only
if it has been successfully created.
(extfs_getlocalcopy): Open file only for reading.  This prevents
marking file as changed.  Actually use the has_changed argument.
Reported by Nerijus Baliunas <nerijus@users.sourceforge.net>
2002-02-19 21:32:24 +00:00
Pavel Roskin
6c67d1918c * utilunix.c (canonicalize_pathname) [__QNX__]: Fix detection
of Qnet names.  Disable support of Qnet names under QNX Netrino.
Reported by Maurizio Rossi <MRossi@system-group.it>
2002-02-18 22:31:56 +00:00