Commit Graph

1389 Commits

Author SHA1 Message Date
Stas Degteff
db5bbfef39 update reldate to 20110315 2011-03-15 06:50:55 +00:00
Stas Degteff
b7b1799cce update sources date constant to 20110315 2011-03-15 06:50:54 +00:00
Stas Degteff
48a1bf6e0b Prevent buffer overflows: 1 - Use dinamic arrays and std::string instead arrays created in stack, 2 - check pointers in parameters of functions 2011-03-15 06:50:50 +00:00
Stas Degteff
39bccb92ba Several dictionnaries may be defined for Spell checking feature. Patch from Semen Panevin 2:5025/121 2011-03-14 02:56:12 +00:00
Stas Degteff
16dc90cfd8 update reldate to 20110314 2011-03-14 02:31:19 +00:00
Stas Degteff
6b09d7a193 update sources date constant to 20110314 2011-03-14 02:31:18 +00:00
Stas Degteff
ba101fcb7c License comments 2011-03-14 02:31:14 +00:00
Stas Degteff
8d995a32b5 Fix MS VS build in debug mode 2011-03-08 19:03:22 +00:00
Stas Degteff
9bdc14e1aa update reldate to 20110308 2011-03-08 10:28:36 +00:00
Stas Degteff
8fef3abf59 update sources date constant to 20110308 2011-03-08 10:28:35 +00:00
Stas Degteff
34813bf8cc Fix MS VS build: declare macros HAVE_STDARG_H. Patch from Max Vasilyev 2:5057/77 2011-03-08 10:28:30 +00:00
Stas Degteff
6e3e743729 update reldate to 20110305 2011-03-05 00:32:29 +00:00
Stas Degteff
71ef68c954 update sources date constant to 20110305 2011-03-05 00:32:28 +00:00
Stas Degteff
5ee8951707 Fix usage own snprintf() and vsnprintf() 2011-03-05 00:32:23 +00:00
Stas Degteff
64d51f76b4 update reldate to 20110304 2011-03-04 19:10:18 +00:00
Stas Degteff
a940ba7741 update sources date constant to 20110304 2011-03-04 19:10:17 +00:00
Stas Degteff
106f71b816 check result-value of make 2011-03-04 19:10:13 +00:00
Stas Degteff
5a0e122d91 Fix format string 2011-03-02 13:43:56 +00:00
Stas Degteff
cccf3de058 Fix unix-like build 2011-03-02 13:36:21 +00:00
Stas Degteff
b06ac72a22 Fix DJGPP build 2011-03-02 12:42:07 +00:00
Stas Degteff
92626bd967 Fix DJGPP build (GCC 2.x). Bugreport from Max Vasilyev 2:5057/77 2011-03-02 08:54:12 +00:00
Semen Panevin
449a750688 update reldate to 20110302 2011-03-02 04:55:47 +00:00
Semen Panevin
12f31fd787 update sources date constant to 20110302 2011-03-02 04:55:46 +00:00
Semen Panevin
3049e84973 Repository name fixed according specification 2011-03-02 04:55:42 +00:00
Stas Degteff
7de72a246a update reldate to 20110301 2011-03-01 17:10:14 +00:00
Stas Degteff
51e2662435 update sources date constant to 20110301 2011-03-01 17:10:13 +00:00
Stas Degteff
c90f069a9a Define HAVE_SNPRINTF, HAVE_VSNPRINTF, HAVE_STDARG_H at compile time (Fix DJGPP build) 2011-03-01 17:10:09 +00:00
Semen Panevin
2b8880986c update reldate to 20110227 2011-02-27 08:12:11 +00:00
Semen Panevin
05442b7947 update sources date constant to 20110227 2011-02-27 08:12:10 +00:00
Semen Panevin
327a4333c9 Added build error handling 2011-02-27 08:12:06 +00:00
Stas Degteff
e3cac03cd0 Remove stuff from Visual Studio 2011-02-26 23:04:00 +00:00
Stas Degteff
e94cb1189a Update build files 2011-02-26 23:01:21 +00:00
Semen Panevin
2c387e5c36 Added directory description 2011-02-26 09:18:55 +00:00
Semen Panevin
0cd549c03d update reldate to 20110226 2011-02-26 09:11:14 +00:00
Semen Panevin
a57fc29fe0 update sources date constant to 20110226 2011-02-26 09:11:13 +00:00
Semen Panevin
dcbe9b4c92 gentoo ebuild: fix for language dependencies 2011-02-26 09:11:10 +00:00
Stas Degteff
debf5f3b6c update reldate to 20110225 2011-02-25 01:24:34 +00:00
Stas Degteff
f57aa4706a update sources date constant to 20110225 2011-02-25 01:24:33 +00:00
Stas Degteff
db846cf683 MS Visual Studio build: remove a project "BuildAll" 2011-02-25 01:24:28 +00:00
Stas Degteff
b43e08a516 fix MS VS 6 build 2011-02-23 08:03:39 +00:00
Stas Degteff
2ed51f60fe set links to topic ^find string^ 2011-02-23 01:58:57 +00:00
Stas Degteff
ed7246e101 Prevent buffer overflow (use std::string instead arrays with fixed length) 2011-02-23 01:57:45 +00:00
Stas Degteff
9d28684468 update reldate to 20110223 2011-02-23 01:42:17 +00:00
Stas Degteff
7038d104b2 update sources date constant to 20110223 2011-02-23 01:42:16 +00:00
Stas Degteff
fda0f20f59 dos2unix 2011-02-23 01:42:11 +00:00
Stas Degteff
868e4dadf5 Fix and check bufer overflow in GPickArealist::do_delayed() 2011-02-22 23:51:03 +00:00
Stas Degteff
ce9dabb83f Fix buffer overfow with zeroing stack 2011-02-22 20:25:14 +00:00
Stas Degteff
a698156d4d Check parameters of ShellToDos() and Unpack(). Bugreport from Semen Panevin 2:5025/121 2011-02-22 16:18:21 +00:00
Stas Degteff
3ec43ed652 Check parameters of ShellToDos() and Unpack(). Bugreport from Semen Panevin 2:5025/121 2011-02-22 15:44:34 +00:00
Stas Degteff
841f70e850 Small simplify 2011-02-22 14:51:06 +00:00