Leonard den Ottolander
674dac483d
complete.c: Fix autocompletion for single possible path when "complete
...
show all" is set.
2005-07-06 11:16:08 +00:00
Roland Illig
bb14c4e1da
* vfs.h, vfs-impl.h, vfs.c, local.h, local.c, sfs.c: Removed
...
support for mmap() and munmap() from the VFS. It is unused and
cannot be applied to remote file systems.
2005-07-05 21:01:57 +00:00
Roland Illig
148f56adcd
* textconf.c: mc --version prints the size of commonly used data
...
types.
2005-07-05 20:57:38 +00:00
Roland Illig
db1e5ef53c
Added an "inline" specifier to str_unconst_inlined.
2005-07-05 20:50:02 +00:00
Roland Illig
a041ed48a9
Removed unused local variable.
2005-07-05 20:31:18 +00:00
Roland Illig
d5ec027964
* configure.ac: Removed detection of the umode_t type. All
...
references to it have been replaced with mode_t.
2005-07-05 20:15:41 +00:00
Roland Illig
a1db50305e
* chmod.c: Changed all references to umode_t into mode_t.
2005-07-05 20:14:15 +00:00
Roland Illig
9f55376746
* view.c (view_load): Don't try to use fcntl() with VFS file
...
handles. That cannot work.
2005-07-05 19:19:17 +00:00
Roland Illig
a5b6014c88
* java.syntax: Cleaned up the header comment. Sorted keywords
...
alphabetically.
2005-07-05 18:26:45 +00:00
Roland Illig
ce11065fde
* html.syntax: Attribute values may also be delimited by single
...
quotes.
2005-07-05 18:25:31 +00:00
Roland Illig
93402cd8e3
Added a header comment and removed trailing empty lines.
2005-07-05 18:24:04 +00:00
Roland Illig
e3b7168498
* achown.c: Changed all references to umode_t into mode_t.
...
* file.c: Likewise.
2005-07-05 18:18:36 +00:00
Leonard den Ottolander
e51d774b10
po/lt.po: Changed spacing in two messages.
2005-07-04 23:25:32 +00:00
Roland Illig
e62ae836a3
Automatically run "make check" after a successful "make build".
2005-07-04 10:09:48 +00:00
Pavel Roskin
bfeb86150d
Add isc-posix.m4
2005-07-04 06:33:51 +00:00
Pavel Roskin
30d67e4bdb
makefile.syntax: Add all special targets of GNU make.
2005-07-04 06:33:02 +00:00
Roland Illig
2a57a2e1e3
* xdirentry.h: Added missing #include directives.
2005-07-03 22:55:55 +00:00
Roland Illig
2e316d011d
Modified the template according to the multi-file project section on
...
http://www.gnu.org/licenses/gpl-howto.html .
2005-07-03 22:47:35 +00:00
Roland Illig
ffeffd1ced
* Makevars: Rewrote the MSGMERGE flags selection so that the
...
--no-location can be overridden more easily.
2005-07-03 21:34:43 +00:00
Roland Illig
5c4334665e
* hu.po: Updated hungarian translation, provided by Arpad Biro
...
at 2005-01-23 on mc-devel.
2005-07-03 20:45:01 +00:00
Roland Illig
461e5ba69b
* *.po: Removed line numbers.
2005-07-03 20:42:51 +00:00
Roland Illig
5e9b496c69
* c.syntax: The bit-wise and, or, xor, not operators are
...
formatted in brightmagenta to make them distinguishable from the
boolean operators. (This also affects the address-of operator.)
2005-07-03 20:09:29 +00:00
Roland Illig
96223eace4
Replaced 8 space characters with one tab for indentation.
2005-07-03 15:31:55 +00:00
Leonard den Ottolander
b7552a4e40
lib/mc.ext.in: Match log files as plain text; match local man pages; add fixes
...
for gzipped man pages to plain and bzipped man pages.
2005-07-03 15:04:11 +00:00
Roland Illig
aac7b35bfc
The value of b is unused in view_set_byte().
2005-07-03 14:01:25 +00:00
Leonard den Ottolander
ba85d5b50b
NEWS: Sync entries with MC_4_6_1_PRE.
2005-07-03 13:50:35 +00:00
Leonard den Ottolander
2704385e05
lib/mc.ext.in: Move matches for plain compressed files down.
2005-07-03 12:43:15 +00:00
Roland Illig
2aae4390da
* acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
...
unnecessarily.
* configure.ac: Simplified detection of the necessary libraries
for socket() and gethostbyname().
Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
2005-07-03 11:50:30 +00:00
Roland Illig
fb43472e27
* perl.syntax: The inside of qw(...) gets green.
2005-07-03 11:47:07 +00:00
Roland Illig
a75e3a5d5a
TODO: 64 bit support.
2005-07-03 11:40:47 +00:00
Roland Illig
c3f40d150f
* textconf.c: mc --version prints the number of bits of off_t.
2005-07-03 11:37:28 +00:00
Roland Illig
1ee7a7c31f
* view.c (view_fix_cursor_position): Fixed a division-by-zero
...
bug, which had been reported by Dirk Jagdmann and Pavel Tsekov.
Pavel also tracked down the bug.
2005-07-01 20:48:29 +00:00
Roland Illig
1440266805
Fixed a typo: DS_VFS_FILE => DS_FILE.
2005-06-30 23:16:14 +00:00
Roland Illig
6e5508ef14
* global.h: Don't use MC_ENABLE_DEBUGGING_CODE to decide whether
...
to enable or disable assertions. Just use the default value.
2005-06-30 23:12:08 +00:00
Roland Illig
7f25b3154b
Added some more assertions to check whether bytes_per_line is really != 0.
2005-06-30 22:58:52 +00:00
Roland Illig
1918157719
* view.c (view_growbuf_load_until): Check the datasource in the
...
right place. (get_byte_growing_buffer): Removed an unnecessary
assertion. (view_file_load_data): Make sure the right datasource
is selected. (view_set_byte): This function is only expected to
be called when datasource == DS_FILE. Removed unused code.
2005-06-30 22:50:30 +00:00
Roland Illig
b27499f6da
* ext.c (get_file_type_local): Redirect error messages from
...
file(1) to /dev/null.
2005-06-28 13:55:33 +00:00
Roland Illig
dfbc2522aa
* view.c (display): Splitted up into view_display_hex() and
...
view_display_text().
2005-06-28 13:21:42 +00:00
Roland Illig
868c55faa6
* view.c (display): Changed return type to void.
2005-06-28 13:02:09 +00:00
Roland Illig
a095bce5ee
(do_regexp_search): Removed unnecessary type cast.
...
(do_normal_search): Likewise.
2005-06-28 12:28:35 +00:00
Roland Illig
6fdbaf90a0
* view.c (normal_search): Replaced with normal_search_cmd().
2005-06-28 12:25:34 +00:00
Roland Illig
bb8946d3e2
Removed misleading comment for view_load_command_output().
2005-06-28 12:16:17 +00:00
Roland Illig
9c27d4c71f
Removed unused variable.
2005-06-28 12:15:05 +00:00
Roland Illig
48b81cf616
* view.c: Simplified error handling when loading files.
2005-06-28 12:13:37 +00:00
Roland Illig
e030df6a27
The pkgsrc-wip version of mc does not exist anymore.
2005-06-28 10:59:25 +00:00
Roland Illig
cf9ca5b46b
* view.c: Eliminated the need for function pointer casts.
2005-06-27 23:19:32 +00:00
Roland Illig
00261c30de
* view.c: Renamed view_quit to want_to_quit and changed its type
...
to gboolean.
2005-06-27 22:38:03 +00:00
Roland Illig
fe50acadd4
Some more inline functions ...
2005-06-27 22:36:00 +00:00
Roland Illig
bb142400e1
* view.c: Massive speed-ups by reordering statements and declaring
...
functions as inline.
2005-06-27 22:11:55 +00:00
Roland Illig
d991a41c9f
(coord_cache_entry_less): Another speed-up by declaring the
...
function as inline.
2005-06-27 21:37:51 +00:00