Commit Graph

1301 Commits

Author SHA1 Message Date
Stas Degteff
65d6e4d2e9 Add notework.rus into official binary archives 2011-02-19 22:36:34 +00:00
Stas Degteff
1cd0dad4d0 Fix ST_EDITSTATUS format in swedish language file 2011-02-19 22:17:42 +00:00
Stas Degteff
8211dab4a0 Fix ST_EDITSTATUS checking regexp 2011-02-19 22:16:02 +00:00
Stas Degteff
72293cb2b7 Update build files for Microsoft Visual Studio. Patch from Semen Panevin 2:5025/121 2011-02-19 21:06:40 +00:00
Stas Degteff
02a87e8e2e Fix MS VS 6.0 build, where string:clear() is not exist. Use one instanse of class string for all temporary strings 2011-02-19 20:14:58 +00:00
Stas Degteff
1f25fbac5f snprintf() and vsnprintf() for compilers without his 2011-02-19 18:46:06 +00:00
Stas Degteff
3e074d5127 Update master build file. 2011-02-19 18:45:27 +00:00
Stas Degteff
d8f5f56728 Fix windows build using MS VS: use gsprintf() instead snprintf() 2011-02-19 18:31:43 +00:00
Stas Degteff
81c1d6e91e Another fix bufer overflow in wide screen: status line don't cuting but shorten 2011-02-19 02:10:10 +00:00
Stas Degteff
e3217ec9be Add comment 2011-02-19 02:08:41 +00:00
Stas Degteff
1e71076fd4 Fix secondary freeing memory block 2011-02-19 02:08:13 +00:00
Stas Degteff
54dabe3345 Fix buffer overflow on wide terminal (width >=200 characters). Bugreport from Anton Gorlov 2:5059/37 2011-02-19 01:12:12 +00:00
Stas Degteff
c4bdce3da8 Gentoo ebuild portage 2011-02-19 01:05:28 +00:00
Stas Degteff
54dee577c3 This directory contain an instructions for package managers of different OS. 2011-02-19 01:04:18 +00:00
Stas Degteff
f10cf25fa1 update reldate to 20110219 2011-02-19 00:56:25 +00:00
Stas Degteff
72a35862cc update sources date constant to 20110219 2011-02-19 00:56:24 +00:00
Stas Degteff
45304db292 Update compilation instruction 2011-02-18 23:42:24 +00:00
Stas Degteff
81cacdd48f Wrote header with comments about possible parameters for calling make 2011-02-18 22:30:49 +00:00
Stas Degteff
3a22e17caf New macros in Makefile: LIBCURSES (for specify libcurses name and location), WIDE_NCURSES (for select wide-characters version of libcurses) 2011-02-18 22:16:25 +00:00
Stas Degteff
c3eaefb7aa Move all curses-related code into gcui library. Very big thank to Semen Panevin 2:5025/121 2011-02-18 21:47:20 +00:00
Stas Degteff
a809315916 GCUI: Golded+ Character-oriented User Interface library. 2011-02-18 19:46:02 +00:00
Stas Degteff
0d2daff9c9 update reldate to 20110218 2011-02-18 11:11:44 +00:00
Stas Degteff
8dec756c09 update sources date constant to 20110218 2011-02-18 11:11:43 +00:00
Stas Degteff
d9fc014ca2 Initialise value (forget by author) 2011-02-18 11:11:39 +00:00
Stas Degteff
b4ed4dc416 Use version of strschg_environ() with control bufer overflow 2011-02-17 23:22:23 +00:00
Stas Degteff
bfd77e1a19 New C++ version for PathCopy() 2011-02-17 23:00:49 +00:00
Stas Degteff
b7e669bf1e use strschg_environ() with control length of string 2011-02-17 22:59:54 +00:00
Stas Degteff
d0ea4b0d6c Additional checks in strschg_environ 2011-02-17 22:05:27 +00:00
Stas Degteff
0119f9a971 create 2nd strschg_environ(): one with control length of string, second without this check 2011-02-17 21:35:21 +00:00
Stas Degteff
75e84ece09 Add C++ version of the function GetFilesize() 2011-02-17 19:51:28 +00:00
Stas Degteff
08e43413cf Add C++ version of function StripBackslash() 2011-02-17 19:35:27 +00:00
Stas Degteff
13d2b4f059 Describe all operations of AddBackslash() 2011-02-17 19:09:22 +00:00
Stas Degteff
5bd7fc2a28 Replace part of code of strschg_environ() using pure C++ 2011-02-17 19:06:41 +00:00
Stas Degteff
bc54b3f3b3 Accuracy, not strong test length of string in strschg_environ 2011-02-17 15:37:30 +00:00
Stas Degteff
ed63c97cc0 use lowecase files in examples 2011-02-17 13:46:47 +00:00
Stas Degteff
c0b79c8da7 fix example 2011-02-17 11:32:05 +00:00
Stas Degteff
0672ba6105 update reldate to 20110217 2011-02-17 11:18:20 +00:00
Stas Degteff
746ff994e6 update sources date constant to 20110217 2011-02-17 11:18:19 +00:00
Stas Degteff
6a6da92414 Fix FreeBSD build: include malloc.h only when a macro HAVE_MALLOC_H defined 2011-02-17 11:18:16 +00:00
Stas Degteff
043e69a93a Prevent use NULL-pointer. 2011-02-14 19:57:28 +00:00
Stas Degteff
14dd2361a4 Prevent use NULL-pointer. display message and exit 2011-02-14 19:57:01 +00:00
Stas Degteff
f24985ea2f Preprocesor macro for write to log message about null-pointer in parameter. 2011-02-14 19:14:01 +00:00
Stas Degteff
bfece6f521 Prevent use null-pointer. Exit on error if parameter is NULL 2011-02-14 19:12:26 +00:00
Stas Degteff
4ced940daf update reldate to 20110214 2011-02-14 00:27:09 +00:00
Stas Degteff
108fb6b589 update sources date constant to 20110214 2011-02-14 00:27:08 +00:00
Stas Degteff
76da9f5b0f Use macroses GOLD_SLASH_CHR GOLD_SLASH_STR GOLD_WRONG_SLASH_CHR GOLD_WRONG_SLASH_STR instead string and char constatnts / and \ 2011-02-14 00:27:05 +00:00
Stas Degteff
2202849fb2 Check config file name length, report of too long 2011-02-13 23:52:22 +00:00
Stas Degteff
29c8acf226 Prevent buffer overflow in pathnames constructor 2011-02-13 23:51:04 +00:00
Stas Degteff
5325487990 Date of last change of sources automatically remains in a files srcdate.h and golded.spec 2011-02-13 22:48:13 +00:00
Stas Degteff
4cfd41b467 update sources date constant to 20110213 2011-02-13 21:54:40 +00:00