Andrew Borodin
|
f3730bdc41
Initial step to move TTY layer of MC to separate library.
|
16 years ago |
Enrico Weigelt, metux IT service
|
c7d04dd47a
fixed several missing #include's
|
16 years ago |
Andrew Borodin
|
fd09abaeb2
Hide private API of editor (#361).
|
15 years ago |
Slava Zanko
|
8841747560
edit/syntax.c: fixed path to Syntax file
|
16 years ago |
Slava Zanko
|
0c17219b2a
Move global config files from pkg_datadir to sysconfdir
|
16 years ago |
Slava Zanko
|
2ebdf91079
Merge branch 'm-utf-8'
|
16 years ago |
Slava Zanko
|
087ef15b1f
Total replacement to mc_search stuff in all places
|
16 years ago |
Ilia Maslakov
|
b0729f75fb
replace isalpha to g_ascii_isalpha
|
16 years ago |
Mikhail S. Pobolovets
|
6a209bdb59
Simple doxygen description for files in edit directory.
|
16 years ago |
Slava Zanko
|
e54f318cef
Completely removed MHL stuff
|
16 years ago |
Patrick Winnertz
|
3b8f37b99e
Moved some functions out of mhl into src/util.c
|
16 years ago |
Patrick Winnertz
|
d84586ba82
Reverted the use of mhl_str_dup and use g_strdup instead.
|
16 years ago |
Patrick Winnertz
|
1c287d798d
First bunch of mhl_mem_free removal patches
|
16 years ago |
Patrick Winnertz
|
3d0f9e419a
Reverted some more GString removals. (See f235b1976ee6dd7aa2be7e75c870784c424e3de3)
|
16 years ago |
Enrico Weigelt, metux IT service
|
9b9cab5874
manually merged 234_remove_g_string
|
16 years ago |
Enrico Weigelt, metux IT service
|
8b38cf44da
manully merged 227_replace_g_free
|
16 years ago |
Enrico Weigelt, metux IT service
|
035fa47c06
manually merged 228_replace_g_strdup
|
16 years ago |
Enrico Weigelt, metux IT service
|
f235b1976e
replaced GString stuff by static buffers
|
16 years ago |
Enrico Weigelt, metux IT service
|
54d6ec88dc
replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()
|
16 years ago |
Enrico Weigelt, metux IT service
|
f921cc40cd
replaced calls to g_strdup() by mhl_str_dup()
|
16 years ago |
Enrico Weigelt, metux IT service
|
15d7d47c15
replaced g_free() by mhl_mem_free()
|
16 years ago |
Pavel Tsekov
|
2f3df3af4e
* edit/bookmark.c: Update copyright notice.
|
17 years ago |
Pavel Tsekov
|
23361694b6
* src/background.c: Use the correct form of FSF's name in the copyright
|
17 years ago |
Leonard den Ottolander
|
2f8a75974b
* syntax.c (edit_read_syntax_file): Set NENTRIES to 30.
|
18 years ago |
Leonard den Ottolander
|
d5a17b01f8
* syntax.c (edit_read_syntax_rules): Zero edit->rules on allocation to
|
19 years ago |
Roland Illig
|
c29b321563
* edit.h: Removed the leading PATH_SEP_STR from EDIT_DIR, as the
|
19 years ago |
Roland Illig
|
13684ebcd7
Added many empty lines to make reading easier.
|
19 years ago |
Roland Illig
|
1c607a7414
Removed unused variable.
|
19 years ago |
Leonard den Ottolander
|
f21564b9e6
* edit/choosesyntax.c: Create file. Menu option to override syntax
|
19 years ago |
Pavel Roskin
|
1f60f44145
Update postal address of Free Software Foundation.
|
20 years ago |
Pavel Roskin
|
21ea3f6740
* *.c: Remove duplicate includes.
|
20 years ago |
Roland Illig
|
ecc08f6c60
* edit.h: Removed unnecessary #include directives ...
|
20 years ago |
Roland Illig
|
e5e3a8f87d
* editcmd.c: Fixed whitespacing issues.
|
20 years ago |
Roland Illig
|
2a281ad18d
* *.c: Removed unused parameters for static functions. Marked
|
20 years ago |
Roland Illig
|
05d2881a71
* *.c: Removed trailing whitespace.
|
20 years ago |
Roland Illig
|
259485542a
* syntax.c: Don't use catstrs anymore.
|
20 years ago |
Roland Illig
|
64eed6e12b
* edit.h (catstrs): Changed the return type to "const char *".
|
20 years ago |
Andrew V. Samoilov
|
82f580f857
* syntax.c (get_args): Use in "args_size" argument instead of
|
20 years ago |
Andrew V. Samoilov
|
f22b5d749f
* syntax.c (get_args): Use "argc" to check "args" size.
|
20 years ago |
Roland Illig
|
5d5237e557
* syntax.c (read_one_line): Fixed SEGV when reading syntax file
|
20 years ago |
Roland Illig
|
a3c3564d4d
* syntax.c (this_try_alloc_color_pair): Added const qualifiers.
|
20 years ago |
Andrew V. Samoilov
|
12d24222db
* edit.c (edit_clean): g_free handles NULL argument too,
|
20 years ago |
Roland Illig
|
9c65d36bdd
* edit.c: Replaced NULL with (char *) NULL. Likewise for 0, where
|
20 years ago |
Andrew V. Samoilov
|
83de09639c
* syntax.c(this_try_alloc_color_pair): Use g_strlcpy instead
|
20 years ago |
Roland Illig
|
243e84706e
* Code cleanup: Added const qualifier for variables and
|
20 years ago |
Andrew V. Samoilov
|
bb8bf1756e
* syntax.c (edit_read_syntax_rules): Dynamically allocate
|
20 years ago |
Roland Illig
|
3dcf497216
Added more const-ness to variables.
|
20 years ago |
Roland Illig
|
29010bfdd1
Removed explicit loop unrolling in xx_strchr as that is the job of the compiler.
|
20 years ago |
Dmitry Alexeyev
|
c459caead1
* syntax.c (edit_read_syntax_rules): Fix crash if syntax file
|
21 years ago |
Pavel Roskin
|
8bc40b44f0
Fix includes not to rely on $(top_srcdir) being in the include path.
|
21 years ago |