1
1
mc/edit
Andrew V. Samoilov 3eea969c3b * syntax.c (syntax_g_free): New macro to release and NULLify
glib allocated memory area(s).
(strdup_convert): Rename to ...
(convert): ... this.  Don't strdup passed string.
(get_args): Use convert instead of strdup_convert.
(free_args): Make it do notning macro.
(open_include_file): Eliminate p array. Use glib function to
construct error_file_name. Use PATH_SEP instead of '/';
(edit_read_syntax_file): Use PATH_SEP_STR.
(edit_load_syntax): Use syntax_g_free to release error_file_name.
(edit_read_syntax_rules): Likewise.
2002-01-15 01:32:59 +00:00
..
.cvsignore Add .deps 2001-10-29 06:27:31 +00:00
bookmark.c * edit.h (edit_execute_cmd): Declare it here. 2001-11-05 09:23:05 +00:00
ChangeLog * syntax.c (syntax_g_free): New macro to release and NULLify 2002-01-15 01:32:59 +00:00
edit_key_translator.c * edit_key_translator.c (cooledit_key_map): 2001-11-16 07:23:36 +00:00
edit-widget.h * edit-widget.h: Change ~/.cedit to ~/.mc/cedit to keep mcedit 2001-09-07 19:10:44 +00:00
edit.c * edit.c (user_menu): Don't move the cursor before and after 2001-12-22 00:32:20 +00:00
edit.h * edit.h (edit_execute_cmd): Declare it here. 2001-11-05 09:23:05 +00:00
editcmd.c * editcmd.c (sprintf_p): Don't cast (char *) to (unsigned long). 2001-12-22 17:34:51 +00:00
editcmddef.h * edit.c: Eliminate all code disabled for the text edition. 2001-09-07 20:10:45 +00:00
editdraw.c * editdraw.c (edit_render): Eliminate f. It's only written 2001-11-28 12:31:48 +00:00
editmenu.c * editmenu.c (edit_wrap_cmd): Use g_free() on the result 2001-11-27 12:38:30 +00:00
editoptions.c * bookmark.c: Eliminate all code disabled for the text edition. 2001-09-07 18:56:07 +00:00
editwidget.c * edit.c: Stop using _EDIT_C definition. Move variable 2001-10-23 01:46:53 +00:00
Makefile.am * Makefile.am: Don't define "MIDNIGHT" - it's unused now. 2001-09-07 21:24:11 +00:00
syntax.c * syntax.c (syntax_g_free): New macro to release and NULLify 2002-01-15 01:32:59 +00:00
wordproc.c * edit.c: Eliminate all code disabled for the text edition. 2001-09-07 20:10:45 +00:00