Commit Graph

36 Commits

Author SHA1 Message Date
Pavel Roskin
7e8c2e9abe * key_nt.c: Remove C++ style comments. 2002-11-11 06:37:44 +00:00
Pavel Roskin
7f250dafa3 * key_nt.c: Don't use ERR - it conflicts with sys/ucontext.h
in glibc 2.1.3.
2002-11-06 06:09:21 +00:00
Pavel Roskin
82d2844bb0 * chmod.c: Eliminate x_set_dialog_title().
* drive.c: Likewise.
2002-09-02 19:29:33 +00:00
Pavel Roskin
599e14a9eb * (chmod.c): Don't include mad.h.
* (drive.c): Likewise.
* (slint_pc.c): Likewise.
2002-08-01 20:00:59 +00:00
Pavel Roskin
0ab222eed4 * chmod.c: Remove all translatable strings - gettext doesn't
work in the PC port, no need to waste translators' time.
2002-07-15 16:51:11 +00:00
Andrew V. Samoilov
1cbe19ae58 Eliminate C++ comments everywhere. 2002-07-01 19:16:17 +00:00
Andrew V. Samoilov
e48fe64e95 * util_nt.c (check_error_pipe): Use "%s" in message () to
prevent possible crash.
	(close_error_pipe): Likewise.  Don't use C++ comment.
2002-07-01 19:11:52 +00:00
Andrew V. Samoilov
64f48bbb34 * key_nt.c (define_sequence): Adjust for declaration.
* util_nt.c (close_error_pipe): Likewise.
(tilde_expand): Likewise.
2002-06-04 10:49:34 +00:00
Pavel Roskin
9e5818f696 * Makefile.am: Remove regex.h and regex.c. 2002-03-18 21:16:36 +00:00
Pavel Roskin
0f8df892cb * regex.h: Remove. We now have complete regex in src.
* regex.c: Likewise.
2002-03-18 21:11:21 +00:00
Pavel Roskin
345cc077d0 * Makefile.PC: Remove OS/2-specific parts. Substitute
TARGET_OS - it is always NT now.
2002-01-22 01:46:50 +00:00
Pavel Roskin
97a212484b * config.h: Remove definitions for UNIX-specific permission
bits - they are now in fs.h.
* dirent_nt.c: Trim includes, disable code under MSVC.
2002-01-22 01:27:53 +00:00
Pavel Roskin
0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes.
* cons_nt.c: Likewise.
* drive.c: Likewise.
* key_nt.c: Likewise.
* slint_pc.c: Likewise.
* util_nt.c: Likewise.
2002-01-22 00:32:42 +00:00
Pavel Roskin
3116cb1081 * config.h: Remove all HAS_NO_* definitions, they are unused. 2002-01-17 07:43:22 +00:00
Pavel Roskin
3249e26bd5 * chmod.c: Remove OS/2 specific code.
* config.h: Likewise.
2002-01-17 07:38:07 +00:00
Pavel Roskin
24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts.
* README: Likewise.
* TODO: Likewise.
2002-01-03 07:35:10 +00:00
Pavel Roskin
182da213b2 * Makefile.am: Remove all files used by OS/2 only. The OS/2
port is discontinued because there is no support for native OS/2
compilers in glib.  Remove sys/time.h and dirent.h - they should
not be needed anymore.
2002-01-03 07:18:52 +00:00
Pavel Roskin
0276ca4760 * config.h: Include VERSION, not ..VERSION. Use sys/utime.h
instead of utime.h for MSVC and MinGW.  Don't use dirent on
Win32 - it's replaced by glib.
2002-01-02 19:14:02 +00:00
Pavel Roskin
4d54921e9d * chmod.c: Fix includes for cross-compiler. Add gettext N_()
and _() calls.
2001-11-29 02:26:50 +00:00
Pavel Roskin
23589cf41b * regex.c: Add temporarily to fix the build.
* regex.h: Likewise.
* Makefile.am: Add regex.c and regex.h.
From Franco Bez <franco.bez@web.de>
2001-11-29 01:56:56 +00:00
Pavel Roskin
5fac744c29 * chmod.c: Remove all occurences of HAVE_X.
* drive.c: Likewise.
2001-11-14 23:13:53 +00:00
Pavel Roskin
c5df6b4367 * util_nt.c (_win32Trace): Add missing va_end(). 2001-10-23 17:10:16 +00:00
Pavel Roskin
6f8323907f Trimmed using last chtrim. Ensure exactly 2 spaces before e-mail. 2001-09-01 20:12:16 +00:00
Pavel Roskin
c2bf83aff4 * util_nt.c (canonicalize_pathname): Don't handle PATH_SEP
after backslash	in a special way.
* util_os2.c (canonicalize_pathname): Likewise (was already
commented out).
2001-07-13 21:46:48 +00:00
Pavel Roskin
a6a758e56d * dirent_nt.c: Include <config.h>. 2001-06-26 14:55:08 +00:00
Pavel Roskin
accec2e1c1 * Makefile.am: Remove src/param.h. 2001-06-15 07:51:24 +00:00
Pavel Roskin
c68f401c67 * src/param.h: Remove. Should use HAVE_SYS_PARAM_H everywhere
instead.
* key_nt.c: Use indented #error.
* key_os2.c: Use indented #error.
2001-06-14 15:55:24 +00:00
Pavel Roskin
cc78b0ccdc * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS.
* Makefile.PC: Use VERSION, not ../VERSION. Add a rule to
extract package version from ../configure.in.
* mc.rc: Include VERSION, not ../VERSION.
2001-06-11 15:39:57 +00:00
Pavel Roskin
e743432173 Updated e-mail of Pavel Roskin 2000-08-02 01:01:18 +00:00
Miguel de Icaza
9712686402 1999-09-01 Federico Mena Quintero <federico@redhat.com>
* README: Updated and spell-checked.

	* NEWS: Updated.
1999-09-01 16:13:33 +00:00
Miguel de Icaza
ca39a2e6ee Windows NT portability fixes from Ilya.
Added create directory option to gnome menu.
Removed debugging messages

Miguel.
1999-01-08 20:38:27 +00:00
Pavel Roskin
853c179690 Changes by Franco Bez <franco.bez@augsburg.baynet.de>:
* gtkedit/edit.c: Workarround for the CR/LF Translation problem.
        This is vital, because otherwise CoolEdit corrupts files -
        they keep growing each time you save the file.

        * pc/key_nt.c: fixed the problem with the AltGr Key and the
        Gray Keys. Still not optimal, but usable.
        Especially usefull for international keyboard

        * pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
        function. If one has an egrep.exe installed it's now possible
        to search for files containing a search pattern.
1998-10-14 14:09:47 +00:00
Pavel Roskin
d2e8a8696c Address of Pavel Roskin changed
I'm very, very sorry for this :-(((
1998-09-07 17:48:44 +00:00
Pavel Machek
5899d6b714 Resources support for RSX
Improved support for MinGW and RSX
1998-05-12 16:20:06 +00:00
Pavel Machek
e161b6d92c Better support for MinGW. Updates in slint_pc.c for syntax highlighting. 1998-05-08 09:58:53 +00:00
Pavel Machek
be25d282b1 Support for MinGW (very preliminary) added.
Minor update for chmod.c
1998-05-01 16:54:37 +00:00