Commit History

Author SHA1 Message Date
  Andrew Borodin 6718b3ec26 Indentation using GNU indent-2.2.13. 1 month ago
  Andrew Borodin 1c7da890bf (load_codepages_list_from_file): use g_ptr_array_new_full(). 3 months ago
  Andrew Borodin fe42478b97 Update copyright years. 6 months ago
  Andrew Borodin 1c81987cf6 (load_codepages_list_from_file): fix memory leak in free_codepages_list(). 9 months ago
  Andrew Borodin 0869946de5 (str_nconvert_to_input): return NULL if input is NULL. 1 year ago
  Andrew Borodin 464a2eeefc (str_nconvert_to_display): return NULL if input is NULL. 1 year ago
  Andrew Borodin 7257f794d2 Update template for .c files. 1 year ago
  Andrew Borodin cf223bec27 Use g_ptr_array_new_with_free_func() where reasonably. 1 year ago
  Kian-Meng Ang 5001232704 Fix various typos in the source code (closes MidnightCommander/mc#177). 1 year ago
  Andrew Borodin 57c61b7681 Update copyright years. 1 year ago
  Andrew Borodin 2c205c5928 Update copyright years. 2 years ago
  Andrew Borodin 7acf07ee6e (str_convert_to_input): make inline. 3 years ago
  Andrew Borodin 9ee52e77c3 Ticket #4179: code clean up before 4.8.27 release. 3 years ago
  Andrew Borodin 31b37a1f79 Ticket #4050: code cleanup before 4.8.25 release. 4 years ago
  Andrew Borodin 1dd8a47987 Ticket #3955: code cleanup before 4.8.23 release. 5 years ago
  Andrew Borodin d70a899c16 (convert_from_8bit_to_utf_c2): use convert_from_8bit_to_utf_c(). 6 years ago
  Andrew Borodin c2e2a33358 lib/charsets.c: fix coding style, trivial optimizations. 6 years ago
  Andrew V. Samoilov d78fc418ec (get_codepage_index): minor optimizations. 6 years ago
  Andrew Borodin ddd645526a Update copyright years. 6 years ago
  Andrew Borodin e9fd11bfcd Update copyright years. 7 years ago
  Andrew Borodin 28ca14d73a Aggressive use of whitespace() and whiteness() macros. 7 years ago
  Andrew Borodin 2356acc26d NULL-ize some variables to make unit tests happy. 7 years ago
  Andreas Mohr b36cec44e3 Cleanup unused macros. 8 years ago
  Andrew Borodin fde36f2d1a lib/charsets.[ch]: clarify usage of const qualifier. 8 years ago
  Andrew Borodin 471ea781ca Update copyright years. 8 years ago
  Andrew Borodin 2789e6e390 Ticket #3431: add missing default cases. 9 years ago
  Andrew Borodin 454479549c Update copyright years. 9 years ago
  Andrew Borodin e5203cb023 Fix name of FSF in all *.c files. 10 years ago
  Andrew Borodin f0da49345a Collapse list of copyright years to ranges. Add 2014 year. 10 years ago
  Slava Zanko 0d489acd58 cppcheck: reduce variable scope. 10 years ago
  Slava Zanko a3b8a2f005 Use UTF8_CHAR_LEN instead of a magic number 10 years ago
  Slava Zanko 0b0f7e3975 Refactoring: use define DEFAULT_CHARSET for "ASCII" charset. 10 years ago
  Andrew Borodin 2940b7455d Fix of DOXYGEN docs: @return instead of @returns 11 years ago
  Andrew Borodin 23c95d36ac Code cleanup: removed unused variables amd removed unnedeed code. 12 years ago
  Andrew Borodin e7fb3526f3 Core, mceditor, mcviewer and mcdiffviewer code tweak and cleanup 12 years ago
  Slava Zanko 0138645541 Ticket 1551: Update GPL version from 2 to 3 12 years ago
  Slava Zanko 6016620f42 Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 13 years ago
  Slava Zanko f31863a80a Renamed variables mc_home to mc_sysconfig_dir and mc_home_alt to mc_share_data_dir for more sence 13 years ago
  Slava Zanko 045debaa8a Moved charsets.[ch] from src to lib directory 13 years ago
  Slava Zanko dc0a963304 Refactoring: removed unused variable 13 years ago