Patrick Winnertz
|
e4e135399f
Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()"
|
15 years ago |
Enrico Weigelt, metux IT service
|
54d6ec88dc
replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()
|
15 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
|
18 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.
|
19 years ago |
Pavel Roskin
|
21ea3f6740
* *.c: Remove duplicate includes.
|
19 years ago |
Roland Illig
|
ecc08f6c60
* edit.h: Removed unnecessary #include directives ...
|
19 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 |
Pavel Roskin
|
ad84a71c64
* edit-widget.h (struct WEdit): Add GTree *defines field.
|
21 years ago |
Pavel Roskin
|
f426c570a6
* syntax.c (compare_word_to_right): More checks for braces and
|
21 years ago |
Pavel Roskin
|
7f8dfa977d
* syntax.c (compare_word_to_right): Fix recent breakage - rules
|
21 years ago |
Pavel Roskin
|
fce42c9316
* syntax.c: Give names to numeric tokens.
|
21 years ago |
Pavel Roskin
|
daab7bd737
* syntax.c (compare_word_to_right): Add checks that we don't go
|
21 years ago |
Andrew V. Samoilov
|
6f35fce869
* syntax.c (edit_read_syntax_file): Fix segmentation violation.
|
21 years ago |
Andrew V. Samoilov
|
902cd4834b
* syntax.c (edit_read_syntax_rules): Check for list of defines
|
21 years ago |
Andrew V. Samoilov
|
599f3e8bfb
* syntax.c (subst_defines): New function to substitute defines.
|
21 years ago |
Andrew V. Samoilov
|
0c03bd9dd3
* (edit_read_syntax_rules): Fix memory corruption if key is redefined
|
21 years ago |
Andrew V. Samoilov
|
f0a33821e6
* syntax.c (edit_read_syntax_rules): Add args argument and it
|
22 years ago |
Andrew V. Samoilov
|
4dc31f3e06
(this_try_alloc_color_pair): Set fg to f if fg is not NULL. Likewise for
|
22 years ago |
Pavel Roskin
|
0158eaf0f3
* syntax.c (defines): New static variable for list of defines.
|
22 years ago |
Pavel Roskin
|
aaf569bd48
* edit.h: Don't inclide malloc.h. Use g_malloc() and g_free()
|
22 years ago |
Pavel Roskin
|
2f2864e500
* syntax.c (edit_load_syntax): Reuse more informative error
|
22 years ago |
Pavel Roskin
|
75fbf0b2f5
* syntax.c: Make structures key_word, context_rule and
|
22 years ago |
Pavel Roskin
|
b628d515c0
* edit.h: Don't define HAVE_SYNTAXH.
|
22 years ago |
Pavel Roskin
|
18de4488e3
* edit-widget.h: Move typedef WEdit and file names ...
|
22 years ago |
Pavel Roskin
|
5cb2ef30f3
Fix duplicate declarations.
|
22 years ago |
Pavel Roskin
|
7969f851bb
* edit.h: Decentralize includes.
|
22 years ago |