robocop
|
24742873ad
|
fb_string.h is moved to common/classes.
|
2004-12-17 05:41:47 +00:00 |
|
robocop
|
d61df6f212
|
Introducing our snprintf to avoid writing
SNPRINTF(...);
buffer[sizeof(buffer) - 1] = 0;
Makes a provision to detect overruns in systems that lack the snprintf familty.
Comments welcome
|
2004-09-26 11:17:39 +00:00 |
|
robocop
|
821a83eaba
|
Take advantage of the full range in name_length(), in case we need it.
In most platforms, int <==> ptrdiff_t
|
2004-09-26 07:38:34 +00:00 |
|
robocop
|
840bf14b36
|
If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes).
|
2004-09-26 01:49:52 +00:00 |
|
robocop
|
5dce94f59f
|
Collapsed an example of Borland's advanced copy/paste technique that repeats routines in different files into a single function.
|
2004-09-15 03:49:52 +00:00 |
|
robocop
|
22d2a488d1
|
Preach with the example and change the license to the IDPL
|
2004-07-10 03:17:02 +00:00 |
|
brodsom
|
1aa7b9452c
|
Looking for extra ; at namespace declaration end
|
2004-06-13 23:45:02 +00:00 |
|
alexpeshkoff
|
eb23cf8796
|
string cleanup
|
2004-03-31 18:10:22 +00:00 |
|
robocop
|
efa538a4ca
|
adding obviously missing files, thanks Arno.
|
2003-12-31 10:33:02 +00:00 |
|