robocop
93f58d1671
increment build number
2008-04-29 11:10:54 +00:00
robocop
f075a729a5
1.- Style.
...
2.- Cleanup.
3.- Fix an invalid memory access when returning data member belonging to an object from the stack in
ConfObject::getConcatenatedValues. I didn't see a runtime error because I don't use the feature, but reading the code is enough.
2008-04-29 11:10:35 +00:00
robocop
db995b0d02
increment build number
2008-04-29 11:05:31 +00:00
robocop
5ee6bf66b6
1.- Style.
...
2.- Cleanup.
3.- Fix what I assume may cause astray behavior. Only an inept could create an enumeration in Lex.h like this
enum TokenType {
END_OF_STREAM,
PUNCT,
NAME,
to be used in the data member tokenType but at the same time, create preprocessor macros like this
#define WHITE 1
#define PUNCT 2
to be stored and retrieved by
char charTableArray [256]
to calculate the character class (punctuation, spaces, etc) in the Lexer,
where the macro PUNCT (value 2) overrides the enum member PUNCT (value 1) and that inconsistent value is used in both tasks, causing PUNCT to be interpreted as tokenType being NAME (value 2 in the enum). Since this module has several bugs, maybe all the bugs cancel among themselves and all works as expected, but it would be pure luck.
2008-04-29 11:05:11 +00:00
alexpeshkoff
6ab931ebed
increment build number
2008-04-29 09:57:58 +00:00
alexpeshkoff
1bd985f223
increment build number
2008-04-29 09:57:57 +00:00
alexpeshkoff
9e0c4160da
Make fb_cancel_operation() public API call.
2008-04-29 09:57:55 +00:00
alexpeshkoff
db8f4f1cce
increment build number
2008-04-29 09:57:53 +00:00
alexpeshkoff
19a1fe2116
increment build number
2008-04-29 09:55:45 +00:00
alexpeshkoff
0ba2ab7ea7
Make fb_cancel_operation() public API call. Related cleanup.
2008-04-29 09:55:41 +00:00
alexpeshkoff
55a5904cac
increment build number
2008-04-29 09:55:40 +00:00
alexpeshkoff
dd6086edc0
increment build number
2008-04-29 09:55:39 +00:00
alexpeshkoff
2954db5a99
increment build number
2008-04-29 09:55:30 +00:00
paulbeach
f31bf55e38
increment build number
2008-04-29 09:40:23 +00:00
alexpeshkoff
3bb16bbef9
increment build number
2008-04-29 08:15:44 +00:00
alexpeshkoff
1b20fba1e9
Fixed "-s" switch in posix CS
2008-04-29 08:15:36 +00:00
alexpeshkoff
e6569dd06b
increment build number
2008-04-29 07:57:59 +00:00
alexpeshkoff
bf691d08c1
Cleanup - posix CS works with MT listener as expected.
2008-04-29 07:57:53 +00:00
fsg
64952fa2cd
increment build number
2008-04-28 19:21:19 +00:00
fsg
ea4970ed07
nightly update
2008-04-28 19:20:51 +00:00
hvlad
292b447238
increment build number
2008-04-28 09:35:15 +00:00
hvlad
b04aa77f13
Fixed bug CORE-1830
2008-04-28 09:35:10 +00:00
alexpeshkoff
efbdd3106d
increment build number
2008-04-28 07:41:50 +00:00
alexpeshkoff
ddeb68c733
Restored accidentially removed check - thanks to Adriano
2008-04-28 07:41:43 +00:00
fsg
e631a409a7
increment build number
2008-04-27 19:23:56 +00:00
fsg
2587337be6
increment build number
2008-04-27 19:23:15 +00:00
fsg
7f843c4cfe
nightly update
2008-04-27 19:23:06 +00:00
asfernandes
cd35f836d3
increment build number
2008-04-27 18:53:39 +00:00
asfernandes
b2abfa3d8b
Compatibility with Valgrind 3.3
2008-04-27 18:53:33 +00:00
robocop
de2d6eb02e
increment build number
2008-04-27 04:44:39 +00:00
asfernandes
efb083c560
increment build number
2008-04-27 02:39:52 +00:00
asfernandes
53a2090f65
Misc
2008-04-27 02:39:51 +00:00
asfernandes
13915998c3
increment build number
2008-04-27 02:39:47 +00:00
asfernandes
aa4ce69a7f
increment build number
2008-04-26 23:20:43 +00:00
fsg
4cd70c1b8c
increment build number
2008-04-26 19:38:39 +00:00
fsg
72ab91e67b
nightly update
2008-04-26 19:38:32 +00:00
asfernandes
3762641975
increment build number
2008-04-26 15:58:22 +00:00
asfernandes
1eef61d8e4
Fixed CORE-1859 - Arithmetic overflow or division by zero has occurred. in MAX function
2008-04-26 15:58:16 +00:00
asfernandes
aeab665515
increment build number
2008-04-26 15:49:33 +00:00
robocop
1a56fb0fde
increment build number
2008-04-26 14:50:30 +00:00
robocop
649c1733e9
Misc.
2008-04-26 14:50:27 +00:00
robocop
e1c02611c9
increment build number
2008-04-26 14:46:03 +00:00
robocop
e593a978b8
Fix the code in these almost forgotten files.
...
Close some B.O., fix the parameters (constness, type) and mark unused functions with our macro for that purpose.
2008-04-26 14:45:58 +00:00
robocop
ec03603707
increment build number
2008-04-26 14:35:24 +00:00
robocop
2a88090ed9
increment build number
2008-04-26 14:35:23 +00:00
robocop
53bf05282d
Misc.
2008-04-26 14:35:12 +00:00
robocop
b23d31fbd8
increment build number
2008-04-26 14:34:21 +00:00
robocop
dceaac8c5e
Update project files.
2008-04-26 14:33:25 +00:00
robocop
b95f9a963a
increment build number
2008-04-26 14:33:21 +00:00
robocop
299803d438
increment build number
2008-04-26 10:36:47 +00:00