Commit Graph

7807 Commits

Author SHA1 Message Date
Patrick Winnertz
1409e47337 Merge branch '168_unused_uninitialised_vars' into mc-4.6
Conflicts:
	ChangeLog
2009-01-18 23:13:08 +01:00
Patrick Winnertz
e5a3a7cf0c Closing #168 (unused vars and functions) added Changelog entry 2009-01-18 23:09:23 +01:00
Enrico Weigelt, metux IT service
74c1fd9d11 changed includes from ../mhl/ to <mhl/...> 2009-01-16 20:16:05 +01:00
Patrick Winnertz
5f1140f894 Renamed all mhl files as some of them are also present under /usr/include
with the same name:
 - memory.h
 - string.h
In order to do not have two .h files with the same name these two needs to be renamed.
I've renamed the others too, in order to have the same naming rules here.

Updated README to reflect this change
2009-01-16 11:50:10 +01:00
Enrico Weigelt, metux IT service
9f369abe25 added mandriva patch: subshell pty close-on-exec 2009-01-16 02:17:57 +01:00
Patrick Winnertz
01e12904bf Revert patches from slavaz and moved them into a separate branch
since this should go into 4.6.2
2009-01-15 14:10:45 +01:00
Slava Zanko
21df8b1cf5 * be.po: Added traditional Belarussian translate from mc-ru-fork.
Thanks to Pavel Piatruk <piatruk.p@gmail.com> (AKA berserker)
2009-01-15 13:25:58 +02:00
Slava Zanko
735a402d91 * po/ChangeLog: Added strings about changes with be.po and be-tarask.po 2009-01-15 12:17:04 +02:00
Slava Zanko
4d3be539cf * po/be-tarask.po:
recode to UTF-8
2009-01-15 12:11:01 +02:00
Slava Zanko
45140019b0 * po/be.po: rename be.po to be-tarask.po 2009-01-15 12:09:42 +02:00
Patrick Winnertz
537b55b46e Move this var into if condition as it's only needed there 2009-01-14 23:28:35 +01:00
Slava Zanko
4eee697592 Create some function for init recode stuff. 2009-01-14 16:10:47 +02:00
Slava Zanko
b79817bdb8 Added empty files mhl_recode.[ch]
In future these files will deprecate src/charsets.[ch]
2009-01-14 13:45:52 +02:00
Slava Zanko
521fe2fefb Add .gitignore to mhl dir. 2009-01-14 13:21:58 +02:00
Slava Zanko
c4e5080201 src/makefile.am: link executable with mhl/libmhl.a 2009-01-14 13:20:47 +02:00
Slava Zanko
51a81ec6e3 mhl/string.c: rename to mhl_string.c
mhl/string.h: rename to mhl_string.h
mhl/memory.h:
 - Remove REGEX_MALLOC
 - avoid "alloca redefined" warning
2009-01-14 12:48:12 +02:00
Slava Zanko
ffd6b19279 Merge branch 'mc-4.6'
* mc-4.6:
  lib/mc.ext.in: change filemask for recognize 7z-files
2009-01-14 12:07:49 +02:00
Slava Zanko
9623a85506 lib/mc.ext.in: change filemask for recognize 7z-files
vfs/extfs/u7z:
  - change only LC_DATE global variable for correct work with arhive;
  - add sorting by filename in output of list files
2009-01-14 11:54:02 +02:00
Patrick Winnertz
a144f2e4f6 Apply patch to fix localised history headers to mc-4.6 branch.
This is bad as if the localised string changed or you start mc
in another language your history will be lost.
2009-01-14 01:01:18 +01:00
Enrico Weigelt, metux IT service
183a66f7f5 changing return types of *read() and *write() functions to ssize_t 2009-01-13 19:00:25 +01:00
Slava Zanko
c9bdf6f0a4 Make compileable mhl library.
Create mhl/string.c file
2009-01-13 17:35:02 +02:00
Slava Zanko
14b078b908 Add support of GLIB library. 2009-01-13 16:24:41 +02:00
Patrick Winnertz
60e84fdba8 use size_t where needed. 2009-01-13 07:32:14 +01:00
Patrick Winnertz
aed7edf0f6 Removed some unused vars and functions 2009-01-12 22:47:05 +01:00
Patrick Winnertz
bcab304c4b Add the unused pointer again as this doesn't belong into this fix. 2009-01-12 21:47:58 +01:00
Enrico Weigelt, metux IT service
456e41a2a2 removed mhl_str_concat_XXX() inlines 2009-01-12 21:42:45 +01:00
Patrick Winnertz
2fa781eeeb Merge branch 'mc-4.6'
Conflicts:
	ChangeLog
2009-01-12 21:29:30 +01:00
Patrick Winnertz
025ab0baee Added Enrico, Slava and me as authors. 2009-01-12 21:26:53 +01:00
Enrico Weigelt, metux IT service
b64ad34ad6 merged mc-4.6: some bashism fixups 2009-01-12 21:01:26 +01:00
Enrico Weigelt, metux IT service
7770bc7899 fixed some bashisms in vfs/extfs/* 2009-01-12 20:58:50 +01:00
Enrico Weigelt, metux IT service
f516d1c1d1 merged in: 155_want_widgets_METUX 2009-01-12 00:35:21 +01:00
Enrico Weigelt, metux IT service
be3a8e13f9 variable args implementation of mhl_str_concat 2009-01-11 23:59:57 +01:00
Patrick Winnertz
c3a8fe91c8 make the concat stuff a bit more variable and use stdarg.h for this 2009-01-11 23:59:57 +01:00
Enrico Weigelt, metux IT service
e2acd70013 added the mhl/ subdir - micro helper library 2009-01-11 23:59:57 +01:00
Enrico Weigelt, metux IT service
0ffd179979 Merge commit 'origin/mc-4.6' 2009-01-11 22:11:11 +01:00
Enrico Weigelt, metux IT service
8fef98a418 Merge commit 'origin/96_segfault_invalid_mtime' into mc-4.6 2009-01-11 22:07:25 +01:00
Enrico Weigelt, metux IT service
a871e29a3f minor changelog fixes 2009-01-11 21:59:27 +01:00
Enrico Weigelt, metux IT service
8c917bb602 Merge commit '315633ecce31cd5af92112ab9903f6e7e8ae8df7' 2009-01-11 21:39:12 +01:00
Enrico Weigelt, metux IT service
315633ecce changed the HQ to http://www.midnight-commander.org/ 2009-01-11 21:37:27 +01:00
Enrico Weigelt, metux IT service
6ab482769b Merge commit 'origin/163_syntax_awk' 2009-01-11 19:48:20 +01:00
Patrick Winnertz
e5f4a2535a Merge branch 'mc-4.6' 2009-01-11 19:32:06 +01:00
Patrick Winnertz
a0e3398414 Merge branch '151_fix_uninitialised_var_edit.c' into mc-4.6 2009-01-11 19:31:54 +01:00
Enrico Weigelt, metux IT service
c63fc340b9 Merge branch 'mc-4.6' 2009-01-11 19:24:41 +01:00
Enrico Weigelt, metux IT service
40d105b11b replaced obsolete autoconf macros AC_GNU_SOURCE AC_AIX AC_MINIX by AC_USE_SYSTEM_EXTENSIONS 2009-01-11 19:21:15 +01:00
Patrick Winnertz
dab3fd8abf Merge branch 'mc-4.6'
Merge Changelog entry about pascal syntax highlighting

Conflicts:
	ChangeLog
2009-01-11 14:51:03 +01:00
Patrick Winnertz
06fe566df2 Add changelog entry about the pascal syntax highlighting. 2009-01-11 14:49:56 +01:00
Patrick Winnertz
8eed97ff4b Merge branch 'mc-4.6' 2009-01-11 14:47:39 +01:00
Patrick Winnertz
8273e499b7 Merge branch '65_additional_delphi_keywords' into mc-4.6 2009-01-11 14:47:28 +01:00
Slava Zanko
f2f8ef42f0 Merge branch 'master' of ssh://www.midnight-commander.org:2222/git/mc 2009-01-11 15:24:43 +02:00
Patrick Winnertz
8e9a9a03ac Remove whitespace on EOL 2009-01-11 12:49:47 +01:00