Commit History

Author SHA1 Message Date
  Ilia Maslakov b0729f75fb replace isalpha to g_ascii_isalpha 15 years ago
  Slava Zanko e54f318cef Completely removed MHL stuff 15 years ago
  Patrick Winnertz 3b8f37b99e Moved some functions out of mhl into src/util.c 15 years ago
  Patrick Winnertz d84586ba82 Reverted the use of mhl_str_dup and use g_strdup instead. 15 years ago
  Patrick Winnertz 1c287d798d First bunch of mhl_mem_free removal patches 15 years ago
  Patrick Winnertz 3d0f9e419a Reverted some more GString removals. (See f235b1976ee6dd7aa2be7e75c870784c424e3de3) 15 years ago
  Enrico Weigelt, metux IT service 9b9cab5874 manually merged 234_remove_g_string 15 years ago
  Enrico Weigelt, metux IT service 8b38cf44da manully merged 227_replace_g_free 15 years ago
  Enrico Weigelt, metux IT service 035fa47c06 manually merged 228_replace_g_strdup 15 years ago
  Enrico Weigelt, metux IT service f235b1976e replaced GString stuff by static buffers 15 years ago
  Enrico Weigelt, metux IT service 54d6ec88dc replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() 15 years ago
  Enrico Weigelt, metux IT service f921cc40cd replaced calls to g_strdup() by mhl_str_dup() 15 years ago
  Enrico Weigelt, metux IT service 15d7d47c15 replaced g_free() by mhl_mem_free() 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 18 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. 19 years ago
  Roland Illig 2a281ad18d * *.c: Removed unused parameters for static functions. Marked 19 years ago
  Roland Illig 05d2881a71 * *.c: Removed trailing whitespace. 19 years ago
  Roland Illig 259485542a * syntax.c: Don't use catstrs anymore. 19 years ago
  Roland Illig 64eed6e12b * edit.h (catstrs): Changed the return type to "const char *". 19 years ago
  Andrew V. Samoilov 82f580f857 * syntax.c (get_args): Use in "args_size" argument instead of 19 years ago
  Andrew V. Samoilov f22b5d749f * syntax.c (get_args): Use "argc" to check "args" size. 19 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 20 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