12005-02-03 Thursday 18:53  val_khokhlov
2
3	* huskylib/cvtdate.h (1.10), src/cvtdate.c (1.12): move gettz()
4	function to huskylib
5
62005-01-13 Thursday 20:08  val_khokhlov
7
8	* huskylib/fexist.h (1.6), src/fexist.c (1.10), src/genmsgid.c
9	(1.11): use FindFInfo instead of FindFOpen; add new function
10	fmtime()
11
122004-06-06 Sunday 16:16  andrew_ladutsko
13
14	* huskylib/huskyext.h (1.5), make/makefile.mgw (1.6),
15	src/genverst.c (1.6): fixed building of dll version using mingw
16	(tested with gcc 3.3.1)
17
182004-05-14 Friday 18:48  andrew_ladutsko
19
20	* src/log.c (1.8): gcc 2.95.2 doesn't know about
21	EXCEPTION_INVALID_HANDLE
22
232004-03-15 Monday 13:01  stas_degteff
24
25	* huskylib/crc.h (1.4): Fix MS VC 7.0 build
26
272004-03-13 Saturday 15:50  stas_degteff
28
29	* src/crc.c (1.5): Fix CRC16 routines for big endian and little
30	endian platforms
31
322004-02-07 Saturday 23:30  d_sergienko
33
34	* huskylib/typesize.h (1.5): NetBSD support added
35
362004-01-31 Saturday 20:34  mche
37
38	* src/patmat.c (1.12): added ability of usin '#' mask for matchin
39	digit in pattern matching now xpatmat has full compability with VB
40	"Like" operator
41
422004-01-21 Wednesday 03:51  andr_lukyanov
43
44	* make/makefile.mvc (1.13): Fix MSVC compilation
45
462004-01-21 Wednesday 03:45  andr_lukyanov
47
48	* make/makefile.mvc (1.12): Fix MSVC compilation
49
502004-01-05 Monday 04:58  d_sergienko
51
52	* src/tests/move_file.c (1.1): new test for move_file()
53
542004-01-05 Monday 02:24  d_sergienko
55
56	* src/tests/stripRoundingChars.c (1.1): new test for strip*Chars()
57
582004-01-05 Monday 02:06  d_sergienko
59
60	* src/strext.c (1.16): CRLF->LF translation
61
622003-12-29 Monday 10:51  val_khokhlov
63
64	* huskylib/huskylib.h (1.21), src/patmat.c (1.11): patmat() and
65	patimat() combined into a single function
66
672003-12-02 Tuesday 19:12  mche
68
69	* src/strext.c (1.15): new design for stripLeadingChars
70
712003-12-01 Monday 20:31  mche
72
73	* src/strext.c (1.14): function stripLeadingChars fix garbage
74	return when whole string is striped
75
762003-10-24 Friday 11:39  stas_degteff
77
78	* huskylib/compiler.h (1.20): Fix a re-definition of R_OK, X_OK,
79	W_OK, F_OK
80
812003-10-23 Thursday 08:58  stas_degteff
82
83	* make/makefile.cyg (1.14): Remove duplicated entry (first
84	declaration see in huskybse/huskymak.cfg.cyg)
85
862003-10-20 Monday 01:03  andr_lukyanov
87
88	* src/tdelay.c (1.18): Fixed MSVC compilation
89
902003-10-17 Friday 09:31  stas_degteff
91
92	* src/tdelay.c (1.17): Fix preprocesor directives
93
942003-10-17 Friday 09:31  stas_degteff
95
96	* src/mapfile.c (1.10): Fix open() usage
97
982003-10-17 Friday 09:28  stas_degteff
99
100	* make/makefile.cyg (1.13): Add a 'clean' tag
101
1022003-10-17 Friday 09:26  stas_degteff
103
104	* huskylib/compiler.h (1.19): Fix open() usage
105
1062003-10-17 Friday 08:45  stas_degteff
107
108	* src/ffind.c (1.18): Remove duplicated #include
109
1102003-10-17 Friday 07:09  andr_lukyanov
111
112	* make/: makefile.cyg (1.12), makefile.djg (1.10), makefile.emx
113	(1.6): Fix compilation with huskymak.cfg.*
114
1152003-10-17 Friday 04:36  andr_lukyanov
116
117	* src/: ffind.c (1.17), getfree.c (1.9), ioutil.c (1.11), mapfile.c
118	(1.9), tdelay.c (1.16): Fixed OS/2 EMX compilation
119
1202003-10-16 Thursday 16:56  stas_degteff
121
122	* huskylib/EMX.h (1.11), src/ffind.c (1.16), src/ioutil.c (1.10),
123	src/mapfile.c (1.8): Fix OS/2 build. Thanks to Andy Luk'yanov
124
1252003-10-13 Monday 10:00  stas_degteff
126
127	* src/ioutil.c (1.9): Fix mingw compiler warning (incompatible
128	pointer type)
129
1302003-09-30 Tuesday 19:17  i_zkh
131
132	* huskylib/huskylib.h (1.20): Minor spelling fix
133
1342003-09-28 Sunday 16:21  d_sergienko
135
136	* src/tdelay.c (1.15): added husky_*Timer() for other platforms
137
1382003-09-23 Tuesday 07:25  andr_lukyanov
139
140	* src/ioutil.c (1.8): Fix cygwin/MinGW32 compiler warning
141
1422003-09-19 Friday 09:21  andr_lukyanov
143
144	* make/makefile.mgw (1.5): Fixed mingw32 compilations
145
1462003-09-19 Friday 09:17  andr_lukyanov
147
148	* src/tdelay.c (1.14): Create husky_*Timer for DPMI, cygwin,
149	mingw32 compilations
150
1512003-09-19 Friday 06:17  stas_degteff
152
153	* src/log.c (1.7): dos2unix (part of file)
154
1552003-09-19 Friday 06:14  stas_degteff
156
157	* src/log.c (1.6): Remove unused var
158
1592003-09-19 Friday 06:14  stas_degteff
160
161	* src/tdelay.c (1.13): Fix return value in VOID function
162
1632003-09-19 Friday 06:09  stas_degteff
164
165	* huskylib/ffind.h (1.10): fix macros redefinition
166
1672003-09-18 Thursday 20:04  d_sergienko
168
169	* src/tests/timer.c (1.1): add test for tdelay()+husky_*Timer()
170	functions
171
1722003-09-18 Thursday 20:01  d_sergienko
173
174	* huskylib/huskylib.h (1.19), src/tdelay.c (1.12): changed
175	husky_*Timer() to conform real life and make them available under
176	UNIX.
177
1782003-09-17 Wednesday 15:41  mche
179
180	* huskylib/huskylib.h (1.18), src/tdelay.c (1.11): timing functions
181	added
182
1832003-09-16 Tuesday 21:24  d_sergienko
184
185	* HISTORY (1.2), src/log.c (1.5): changed time separator in log
186	files from '.' to ':'
187
1882003-08-24 Sunday 08:33  d_sergienko
189
190	* huskylib/huskylib.h (1.17), src/ioutil.c (1.7):
191	fillCmdStatement() moved to huskylib
192
1932003-08-17 Sunday 06:05  d_sergienko
194
195	* huskylib/UNIX.h (1.15): fix FreeBSD compatibility
196
1972003-08-16 Saturday 13:38  d_sergienko
198
199	* huskylib/UNIX.h (1.14): added FreeBSD 5.x support for getfree.c
200
2012003-07-23 Wednesday 05:32  mche
202
203	* src/ffind.c (1.15):	    Fix check hidden file attributes in
204	win32 for not first
205	      directory record. (Kostya Falkov)
206
2072003-07-16 Wednesday 16:08  mche
208
209	* huskylib/log.h (1.4), src/log.c (1.4): alternative exception
210	handling for win32
211
2122003-06-26 Thursday 04:58  andr_lukyanov
213
214	* huskylib/ffind.h (1.9): Fixed MSVC static compilation
215
2162003-06-25 Wednesday 14:44  mche
217
218	* src/ffind.c (1.14): check hidden file attributes in win32
219
2202003-06-18 Wednesday 03:37  andr_lukyanov
221
222	* make/makefile.emx (1.5): Fixed compilation.
223
2242003-06-18 Wednesday 03:34  andr_lukyanov
225
226	* huskylib/: EMX.h (1.10), ffind.h (1.8): Fixed declaration for
227	EMX.
228
2292003-05-25 Sunday 12:33  lmike
230
231	* huskylib/: UNIX.h (1.13), compiler.h (1.18): Added more QNX
232	specific stuff: no SYSEXITS and SYSLOG header file placement
233
2342003-05-25 Sunday 12:31  lmike
235
236	* make/makefile.qnx (1.3): Fixed bug with link to .so creation.
237
2382003-05-23 Friday 04:31  lmike
239
240	* huskylib.qpg (1.2): Previous commit was bad, fixed file contents.
241
2422003-05-20 Tuesday 14:39  d_sergienko
243
244	* huskylib.qpg (1.1), make/makefile.inc (1.30), make/makefile.qnx
245	(1.2):
246	QNX fixes; added huskylib.qpg
247
2482003-05-15 Thursday 08:16  d_sergienko
249
250	* make/makefile.qnx (1.1): makefile.qnx added
251
2522003-05-15 Thursday 08:10  d_sergienko
253
254	* huskylib/UNIX.h (1.12), huskylib/compiler.h (1.17),
255	huskylib/typesize.h (1.4), src/adcase.c (1.7), src/cvtdate.c
256	(1.11), src/genmsgid.c (1.10), src/gnmsgid.c (1.13), src/strext.c
257	(1.13):
258	QNX 6.x support
259
2602003-05-06 Tuesday 17:30  mche
261
262	* src/: tree.c (1.5), tree.c (1.6): fix bug with counting tree
263	nodes
264
2652003-04-28 Monday 19:25  d_sergienko
266
267	* src/mapfile.c (1.7): dos2unix
268
2692003-04-28 Monday 15:04  mche
270
271	* src/mapfile.c (1.6): prevent macro redefinition
272
2732003-04-27 Sunday 16:34  d_sergienko
274
275	* src/adcase.c (1.6): CRLF->LF conversion
276
2772003-04-27 Sunday 16:02  mche
278
279	* src/adcase.c (1.5): do not change filecase under win32 fix htick
280	filename case conversion
281
2822003-04-25 Friday 04:36  andr_lukyanov
283
284	* make/: makefile.cyg (1.11), makefile.djg (1.9): Fixed
285	compilation. Remark DEBUG mode.
286
2872003-04-19 Saturday 11:17  mche
288
289	* src/tree.c (1.4): fix some memory leaks
290
2912003-04-12 Saturday 13:54  mche
292
293	* make/HuskylibDll.vcproj (1.1), HuskylibDll.vcproj (1.7): change
294	location
295
2962003-04-11 Friday 07:11  mche
297
298	* HuskylibDll.vcproj (1.6): fix GUIDs of projects
299
3002003-04-02 Wednesday 18:09  mche
301
302	* src/adcase.c (1.4): fix MSVC compilation
303
3042003-04-02 Wednesday 17:51  mche
305
306	* huskylib/compiler.h (1.16): fix MSVC compilation
307
3082003-04-02 Wednesday 16:34  mche
309
310	* HuskylibDll.vcproj (1.5), src/memory.c (1.12): hotfix for MSVC 7
311	Do not use /O2 optimization (by speed) for huskylib.  Because of
312	strange optimization of (**p) pointers in functions like xstralloc
313	xscatprintf
314
3152003-04-02 Wednesday 15:39  mche
316
317	* src/version.c (1.3): fix MSVC compilation
318
3192003-04-02 Wednesday 15:15  mche
320
321	* src/adcase.c (1.3), src/cmpfname.c (1.2), src/crc.c (1.4),
322	src/cvtdate.c (1.10), src/dirlayer.c (1.4), src/fexist.c (1.9),
323	src/ffind.c (1.13), src/flush.c (1.8), src/genmsgid.c (1.9),
324	src/genverst.c (1.5), src/getfree.c (1.8), src/ioutil.c (1.6),
325	src/locking.c (1.7), src/log.c (1.3), src/mapfile.c (1.5),
326	src/memory.c (1.11), src/parsenn.c (1.8), src/patmat.c (1.10),
327	src/qksort.c (1.3), src/recode.c (1.8), src/setfsize.c (1.8),
328	src/strext.c (1.12), src/strftime.c (1.10), src/tdelay.c (1.10),
329	src/temp.c (1.5), src/tree.c (1.3), src/version.c (1.2), src/xstr.c
330	(1.3), HuskylibDll.vcproj (1.4): fix MSVC compilation
331
3322003-04-01 Tuesday 07:28  stas_degteff
333
334	* huskylib/MSVC.h (1.12): Remove duplicated line
335
3362003-03-31 Monday 18:49  mche
337
338	* HuskylibDll.vcproj (1.3): vcproj Project File added for building
339	dynamyc smapi library in Microsoft Visual Studio .NET
340
3412003-03-31 Monday 18:39  mche
342
343	* HuskylibDll.vcproj (1.2), huskylib/MSVC.h (1.11): fix function
344	redefinition
345
3462003-03-31 Monday 17:11  mche
347
348	* huskylib/MSVC.h (1.10): fix function redefinition
349
3502003-03-31 Monday 17:09  mche
351
352	* HuskylibDll.vcproj (1.1): vcproj Project File added for building
353	dynamyc huskylib library in Microsoft Visual Studio .NET
354
3552003-03-31 Monday 06:52  stas_degteff
356
357	* src/strftime.c (1.9): Remove useless assignment statement
358
3592003-03-31 Monday 06:48  stas_degteff
360
361	* huskylib/strext.h (1.11), src/strext.c (1.11): Prevent memory
362	faults (check pointers)
363
3642003-03-29 Saturday 20:32  d_sergienko
365
366	* src/strftime.c (1.8): use strUpper() instead of strupr()
367
3682003-03-28 Friday 11:08  stas_degteff
369
370	* src/ioutil.c (1.5): Fix return code value for cmdcall(): divide
371	spawnvp() code to signal and program return code
372
3732003-03-27 Thursday 08:55  stas_degteff
374
375	* src/strext.c (1.10), huskylib/strext.h (1.10): Move copyString()
376	& copyStringUntilSep() from fidoconfig to huskylib
377
3782003-03-26 Wednesday 19:32  stas_degteff
379
380	* src/genverst.c (1.4): fix win32 platforms representation in
381	version strings
382
3832003-03-26 Wednesday 19:30  stas_degteff
384
385	* huskylib/MSVC.h (1.9): Fix 64-bit integer types definitions; use
386	MS Visual C specific types for8bit, 16bit and 32bit integer types
387
3882003-03-26 Wednesday 12:26  stas_degteff
389
390	* src/genverst.c (1.3): Display warning about unknown platform
391
3922003-03-26 Wednesday 12:22  stas_degteff
393
394	* make/makefile.cyg (1.10): Remove path to groff
395
3962003-03-26 Wednesday 11:36  val_khokhlov
397
398	* src/qksort.c (1.2): fix for compiling with msvc
399
4002003-03-26 Wednesday 04:31  stas_degteff
401
402	* src/cmpfname.c (1.1): Move cmpfnames() from fidoconfig/cfg.c
403
4042003-03-26 Wednesday 03:44  andr_lukyanov
405
406	* huskylib/MSVC.h (1.8): Fixed MSVC compilation
407
4082003-03-26 Wednesday 03:41  andr_lukyanov
409
410	* src/genverst.c (1.2): Fixed cmpfnames() error
411
4122003-03-25 Tuesday 19:26  stas_degteff
413
414	* huskylib/huskylib.h (1.16), make/makefile.inc (1.29),
415	src/genverst.c (1.1), src/version.c (1.1): Move GenVersionStr from
416	fidoconfig; New function: CheckHuskylibVersion()
417
4182003-03-25 Tuesday 13:52  stas_degteff
419
420	* huskylib/huskylib.h (1.15), make/makefile.inc (1.28): Move
421	cmpfnames() from fidoconfig/cfg.c
422
4232003-03-25 Tuesday 09:33  stas_degteff
424
425	* huskylib/compiler.h (1.15), huskylib/huskylib.h (1.14),
426	huskylib/recode.h (1.6), src/crc.c (1.3), src/ffind.c (1.12),
427	src/getfree.c (1.7), src/ioutil.c (1.4), src/recode.c (1.7),
428	src/setfsize.c (1.7), src/tdelay.c (1.9): Remove old types (ULONG,
429	CHAR, UCHAR)
430
4312003-03-25 Tuesday 08:38  stas_degteff
432
433	* huskylib/BEOS5.h (1.7), huskylib/BORLANDC.h (1.3),
434	huskylib/DJGPP.h (1.7), huskylib/EMX.h (1.9), huskylib/HIGHC.h
435	(1.5), huskylib/IBMC_OS2.h (1.4), huskylib/MINGW32.h (1.7),
436	huskylib/MSC.h (1.6), huskylib/MSVC.h (1.7), huskylib/SASC.h (1.6),
437	huskylib/UNIX.h (1.11), huskylib/WATCOMC.h (1.6),
438	huskylib/compiler.h (1.14), make/makefile.bsd (1.7),
439	make/makefile.cyg (1.9), make/makefile.djg (1.8), make/makefile.emo
440	(1.4), make/makefile.emx (1.4), make/makefile.lnx (1.6),
441	make/makefile.mgw (1.4), make/makefile.rxw (1.4), make/makefile.sun
442	(1.4), make/makefile.unx (1.8): Define compiler-independent types
443	for HUSKY: hSCHAR, hUCHAR, hSINT8, hUINT8, hSINT16, hUINT16,
444	hINT32, hUINT32, hINT64, hUINT64 (64-bit defined only if awayable)
445
4462003-03-24 Monday 22:36  stas_degteff
447
448	* src/getfree.c (1.6): Remove debugging define
449
4502003-03-24 Monday 22:35  stas_degteff
451
452	* src/getfree.c (1.5): get disk free space: implementation for MS
453	DOS
454
4552003-03-24 Monday 21:02  stas_degteff
456
457	* src/flush.c (1.7): Use Microsoft C (MS DOS) specific code
458
4592003-03-24 Monday 20:57  stas_degteff
460
461	* huskylib/: MSC.h (1.5), compiler.h (1.13): Update Microsoft C (MS
462	DOS) specific declarations
463
4642003-03-24 Monday 12:56  stas_degteff
465
466	* huskylib/memory.h (1.5), src/ioutil.c (1.3): Fix compuler
467	warnings (include required header files)
468
4692003-03-24 Monday 12:55  stas_degteff
470
471	* huskylib/compiler.h (1.12): MAX and MIN values for types
472
4732003-03-24 Monday 12:54  stas_degteff
474
475	* huskylib/DJGPP.h (1.6), huskylib/EMX.h (1.8), make/makefile.djg
476	(1.7): declare 64-bit integer types
477
4782003-03-21 Friday 06:34  stas_degteff
479
480	* huskylib/huskylib.h (1.13): include huskylib/dirlayer.h
481
4822003-03-21 Friday 05:26  sfpavel
483
484	* src/getfree.c (1.4): Export fc_GetDiskFreeSpace() from MSVC dll
485
4862003-03-19 Wednesday 09:39  stas_degteff
487
488	* src/: flush.c (1.6), locking.c (1.6): Replace assembler code with
489	C code (DOS functions calls)
490
4912003-03-19 Wednesday 09:38  sfpavel
492
493	* huskylib/huskylib.h (1.12), make/makefile.inc (1.27),
494	src/qksort.c (1.1): Move qksort.c from smapi
495
4962003-03-19 Wednesday 08:26  sfpavel
497
498	* make/: makefile.bcd (1.7), makefile.bco (1.3), makefile.bcw
499	(1.3): Unify makefiles for Borland C
500
5012003-03-19 Wednesday 07:55  sfpavel
502
503	* make/makefile.bcd (1.6), src/flushasm.asm (1.1), src/sqasm.asm
504	(1.1): Move asm sources from smapi
505
5062003-03-18 Tuesday 13:03  stas_degteff
507
508	* huskylib/dirlayer.h (1.4), src/dirlayer.c (1.3): New
509	implementation for directory entries operations: husky_opendir(),
510	husky_readdir(), husky_closedir(), husky_rewinddir()
511
5122003-03-18 Tuesday 13:02  stas_degteff
513
514	* huskylib/ffind.h (1.7): Replace define to typedef: FFIND
515
5162003-03-18 Tuesday 13:01  stas_degteff
517
518	* src/ffind.c (1.11): Fix function name: FindInfo() to FFindInfo()
519
5202003-03-17 Monday 19:46  stas_degteff
521
522	* make/makefile.wcx (1.2): Try to build using Watcom C
523
5242003-03-17 Monday 19:02  stas_degteff
525
526	* make/makefile.unx (1.7): create 'make pkgdistclean'
527
5282003-03-17 Monday 18:59  stas_degteff
529
530	* make/: makefile.cyg (1.8), makefile.unx (1.6): update 'make
531	package'
532
5332003-03-17 Monday 13:08  stas_degteff
534
535	* huskylib/recode.h (1.5), huskylib/strext.h (1.9), src/recode.c
536	(1.6), src/strext.c (1.9): Hide getctab() and arrays intab, outtab:
537	new function getctabs()
538
5392003-03-17 Monday 08:12  sfpavel
540
541	* Makefile (1.19), debian/libhusky1.files (1.2), debian/rules
542	(1.2), man/Makefile (1.1), man/gnmsgid.1 (1.1), src/gnmsgid.c
543	(1.12): Write man page for gnmsgid program
544
5452003-03-17 Monday 07:44  stas_degteff
546
547	* huskylib/BCD.h (1.2), huskylib/BCO.h (1.2), huskylib/BCW.h (1.2),
548	huskylib/BEOS5.h (1.6), huskylib/BORLANDC.h (1.2), huskylib/DJGPP.h
549	(1.5), huskylib/EMX.h (1.7), huskylib/HIGHC.h (1.4),
550	huskylib/IBMC_OS2.h (1.3), huskylib/MINGW32.h (1.6), huskylib/MSC.h
551	(1.4), huskylib/MSVC.h (1.6), huskylib/SASC.h (1.5),
552	huskylib/UNIX.h (1.10), huskylib/WATCOMC.h (1.5), huskylib/WCD.h
553	(1.3), huskylib/WCO.h (1.3), huskylib/WCW.h (1.3), huskylib/WCX.h
554	(1.3), huskylib/calendar.h (1.6), huskylib/compiler.h (1.11),
555	huskylib/crc.h (1.3), huskylib/cvtdate.h (1.9), huskylib/fexist.h
556	(1.5), huskylib/ffind.h (1.6), huskylib/locking.h (1.7),
557	huskylib/log.h (1.3), huskylib/memory.h (1.4), huskylib/parsenn.h
558	(1.7), huskylib/recode.h (1.4), huskylib/strext.h (1.8),
559	huskylib/temp.h (1.4), huskylib/tree.h (1.4), huskylib/unused.h
560	(1.5), huskylib/vixie.h (1.3), huskylib/xstr.h (1.3), src/cvtdate.c
561	(1.9), src/gnmsgid.c (1.11), src/patmat.c (1.9), src/temp.c (1.4):
562	Update header files
563
5642003-03-17 Monday 07:43  stas_degteff
565
566	* src/recode.c (1.5): Make compilable on MS VC; prevent compiler
567	warnings on Watcom, BSD-like, DJGPP (partially reverts previous
568	patch
569
5702003-03-17 Monday 07:10  sfpavel
571
572	* debian/: changelog (1.4), control (1.3), libhusky-dev.links
573	(1.2), libhusky0.docs (1.2), libhusky0.files (1.2),
574	libhusky0.shlibs (1.2), libhusky1.docs (1.1), libhusky1.files
575	(1.1), libhusky1.shlibs (1.1): New debian package
576
5772003-03-17 Monday 06:55  sfpavel
578
579	* src/recode.c (1.4): Fix compiler warnings
580
5812003-03-17 Monday 06:27  d_sergienko
582
583	* huskylib/recode.h (1.3), huskylib/unused.h (1.4), src/recode.c
584	(1.3): declare intab/outtab as external
585
5862003-03-16 Sunday 20:55  d_sergienko
587
588	* Makefile (1.18), make/makefile.inc (1.26), src/getfree.c (1.3):
589	remove installation of adcase.h; fix compiling getfree.c on
590	Linux/glibc; fix uninstall in Makefile
591
5922003-03-16 Sunday 18:53  stas_degteff
593
594	* make/makefile.unx (1.5): Tune make package
595
5962003-03-16 Sunday 18:03  stas_degteff
597
598	* makefile.unx (1.5), make/makefile.unx (1.4): Update makefile for
599	unixes; remove obsolete makefile
600
6012003-03-16 Sunday 17:19  stas_degteff
602
603	* Makefile (1.17): Generic makefile tuning
604
6052003-03-16 Sunday 13:31  stas_degteff
606
607	* Makefile (1.16), huskylib/DJGPP.h (1.4), huskylib/UNIX.h (1.9),
608	huskylib/WATCOMC.h (1.4), huskylib/adcase.h (1.2),
609	huskylib/calendar.h (1.5), huskylib/compiler.h (1.10),
610	huskylib/crc.h (1.2), huskylib/cvtdate.h (1.8), huskylib/dirlayer.h
611	(1.3), huskylib/fexist.h (1.4), huskylib/ffind.h (1.5),
612	huskylib/huskylib.h (1.11), huskylib/locking.h (1.6),
613	huskylib/log.h (1.2), huskylib/memory.h (1.3), huskylib/parsenn.h
614	(1.6), huskylib/recode.h (1.2), huskylib/strext.h (1.7),
615	huskylib/temp.h (1.3), huskylib/tree.h (1.3), huskylib/typesize.h
616	(1.3), huskylib/unused.h (1.3), huskylib/vixie.h (1.2),
617	huskylib/xstr.h (1.2), make/makefile.bsd (1.6), make/makefile.inc
618	(1.25), make/makefile.unx (1.3), src/adcase.c (1.2), src/calendar.c
619	(1.7), src/crc.c (1.2), src/cvtdate.c (1.8), src/dirlayer.c (1.2),
620	src/fexist.c (1.8), src/ffind.c (1.10), src/flush.c (1.5),
621	src/genmsgid.c (1.8), src/getfree.c (1.2), src/gnmsgid.c (1.10),
622	src/ioutil.c (1.2), src/locking.c (1.5), src/log.c (1.2),
623	src/mapfile.c (1.4), src/memory.c (1.10), src/parsenn.c (1.7),
624	src/patmat.c (1.8), src/recode.c (1.2), src/setfsize.c (1.6),
625	src/strext.c (1.8), src/strftime.c (1.7), src/tdelay.c (1.8),
626	src/temp.c (1.3), src/tree.c (1.2), src/xstr.c (1.2): Fix build for
627	: unixes (GCC), MS Visual C, Cygwin, DJGPP
628
6292003-03-16 Sunday 06:42  stas_degteff
630
631	* make/makefile.bsd (1.5): Fix makefile for BSD-like OS
632
6332003-03-15 Saturday 19:17  d_sergienko
634
635	* huskylib/dirlayer.h (1.2), huskylib/huskylib.h (1.10),
636	huskylib/memory.h (1.2), huskylib/strext.h (1.6), huskylib/temp.h
637	(1.2), huskylib/tree.h (1.2), huskylib/typesize.h (1.2),
638	src/ffind.c (1.9), src/memory.c (1.9), src/patmat.c (1.7),
639	src/temp.c (1.2): fix after merge
640
6412003-03-15 Saturday 18:42  d_sergienko
642
643	* huskylib/adcase.h (1.1), huskylib/compiler.h (1.9),
644	huskylib/crc.h (1.1), huskylib/dirlayer.h (1.1),
645	huskylib/huskylib.h (1.9), huskylib/log.h (1.1), huskylib/memory.h
646	(1.1), huskylib/recode.h (1.1), huskylib/strext.h (1.5),
647	huskylib/temp.h (1.1), huskylib/tree.h (1.1), huskylib/typesize.h
648	(1.1), huskylib/xstr.h (1.1), make/makefile.inc (1.24),
649	src/adcase.c (1.1), src/crc.c (1.1), src/dirlayer.c (1.1),
650	src/getfree.c (1.1), src/ioutil.c (1.1), src/log.c (1.1),
651	src/memory.c (1.8), src/patmat.c (1.6), src/recode.c (1.1),
652	src/strext.c (1.7), src/temp.c (1.1), src/tlog.c (1.1), src/tree.c
653	(1.1), src/xstr.c (1.1): move code from fidoconfig
654
6552003-03-15 Saturday 15:25  stas_degteff
656
657	* make/: makefile.aix (1.5), makefile.bcd (1.5), makefile.be (1.5),
658	makefile.bsd (1.4), makefile.cyg (1.7), makefile.djg (1.6),
659	makefile.emo (1.3), makefile.emx (1.3), makefile.hco (1.2),
660	makefile.ibo (1.2), makefile.lnx (1.5), makefile.mgw (1.3),
661	makefile.mvc (1.11), makefile.rxw (1.3), makefile.sun (1.3):
662	Include clean to distclean
663
6642003-03-15 Saturday 15:24  stas_degteff
665
666	* huskylib/patmat.h (1.4), make/makefile.inc (1.23): Remove
667	obsolete h-file
668
6692003-03-15 Saturday 13:57  stas_degteff
670
671	* huskylib/calendar.h (1.4), huskylib/compiler.h (1.8),
672	huskylib/cvtdate.h (1.7), huskylib/fexist.h (1.3), huskylib/ffind.h
673	(1.4), huskylib/huskyext.h (1.4), huskylib/huskylib.h (1.8),
674	huskylib/locking.h (1.5), huskylib/parsenn.h (1.5),
675	huskylib/patmat.h (1.3), huskylib/strext.h (1.4), make/makefile.inc
676	(1.22), src/calendar.c (1.6), src/cvtdate.c (1.7), src/fexist.c
677	(1.7), src/ffind.c (1.8), src/flush.c (1.4), src/genmsgid.c (1.7),
678	src/gnmsgid.c (1.9), src/locking.c (1.4), src/mapfile.c (1.3),
679	src/memory.c (1.7), src/parsenn.c (1.6), src/patmat.c (1.5),
680	src/setfsize.c (1.5), src/strext.c (1.6), src/strftime.c (1.6),
681	src/tdelay.c (1.7): Fix HUSKYEXT and includes usage
682
6832003-03-15 Saturday 11:52  d_sergienko
684
685	* makefile.unx (1.4): return file
686
6872003-03-15 Saturday 11:29  d_sergienko
688
689	* huskylib/: calendar.h (1.3), cvtdate.h (1.6), fexist.h (1.2),
690	ffind.h (1.3), huskylib.h (1.7), locking.h (1.4), parsenn.h (1.4),
691	patmat.h (1.2), strext.h (1.3), unused.h (1.2): we *can't* use
692	relative paths in #include in headers which will be installed.
693
6942003-03-15 Saturday 11:00  d_sergienko
695
696	* huskylib/cvtdate.h (1.5): add huskyext.h into include list
697
6982003-03-15 Saturday 10:55  d_sergienko
699
700	* huskylib/locking.h (1.3): fix exporting sopen
701
7022003-03-15 Saturday 10:50  d_sergienko
703
704	* make/makefile.inc (1.21): install huskyext.h
705
7062003-03-15 Saturday 10:48  d_sergienko
707
708	* huskylib/huskyext.h (1.3): fix spelling
709
7102003-03-14 Friday 22:36  stas_degteff
711
712	* make/makefile.mvc (1.10): More accuracy build huskymvc.dll
713
7142003-03-14 Friday 22:21  stas_degteff
715
716	* make/: makefile.mvc (1.9), makefile.mvcdll (1.9): Unify
717	makefiles: MS Visual C/C++; Use one makefile for static library and
718	DLL
719
7202003-03-14 Friday 19:58  stas_degteff
721
722	* huskylib/: MSVC.h (1.5), compiler.h (1.7): Update MS Visual C
723	related defines
724
7252003-03-14 Friday 13:49  stas_degteff
726
727	* make/: makefile.lnx (1.4), makefile.sun (1.2): Unify makefiles
728
7292003-03-14 Friday 13:49  stas_degteff
730
731	* huskylib/UNIX.h (1.8), huskylib/huskyext.h (1.2), src/tdelay.c
732	(1.6): Fix SUN SparcStation build
733
7342003-03-14 Friday 12:32  stas_degteff
735
736	* make/makefile.rxw (1.2): Unify makefile for RSXNT build
737
7382003-03-14 Friday 12:31  stas_degteff
739
740	* make/makefile.lnx (1.3): Cosmetics
741
7422003-03-14 Friday 12:20  stas_degteff
743
744	* huskylib/: UNIX.h (1.7), compiler.h (1.6): Tune defines for Sun
745	SparcStation
746
7472003-03-14 Friday 10:56  stas_degteff
748
749	* VERSION (1.3), make/makefile.inc (1.20): Change version number to
750	1.9
751
7522003-03-13 Thursday 19:53  stas_degteff
753
754	* huskylib/huskyext.h (1.1), huskylib/huskylib.h (1.6),
755	make/makefile.mvcdll (1.8), src/calendar.c (1.5), src/cvtdate.c
756	(1.6), src/fexist.c (1.6), src/ffind.c (1.7), src/genmsgid.c (1.6),
757	src/gnmsgid.c (1.8), src/locking.c (1.3), src/mapfile.c (1.2),
758	src/memory.c (1.6), src/parsenn.c (1.5), src/patmat.c (1.4),
759	src/setfsize.c (1.4), src/strext.c (1.5), src/strftime.c (1.5),
760	src/tdelay.c (1.5): Extract HUSKYEXT define into huskyext.h; use
761	DLLEXPORT to specify export/import dll functions
762
7632003-03-13 Thursday 08:46  stas_degteff
764
765	* huskylib/huskylib.h (1.5), make/makefile.inc (1.19),
766	src/mapfile.c (1.1): Add MapFile() by Alexander Lelyakin
767	2:5020/969.115: Mapping file to memory implementation
768
7692003-03-12 Wednesday 11:08  sfpavel
770
771	* huskylib/calendar.h (1.2), huskylib/huskylib.h (1.4),
772	src/calendar.c (1.4), src/cvtdate.c (1.5), src/ffind.c (1.6),
773	src/gnmsgid.c (1.7), src/memory.c (1.5), src/strext.c (1.4),
774	src/strftime.c (1.4), src/tdelay.c (1.4): Fix export of functions
775	names for msvc/dll build
776
7772003-03-12 Wednesday 10:24  sfpavel
778
779	* make/makefile.inc (1.18): Install fexist.h header
780
7812003-03-12 Wednesday 09:55  sfpavel
782
783	* huskylib/BEOS5.h (1.5), huskylib/DJGPP.h (1.3), huskylib/EMX.h
784	(1.6), huskylib/MINGW32.h (1.5), huskylib/MSVC.h (1.4),
785	huskylib/UNIX.h (1.6), huskylib/WATCOMC.h (1.3),
786	huskylib/compiler.h (1.5), huskylib/cvtdate.h (1.4),
787	huskylib/fexist.h (1.1), huskylib/ffind.h (1.2),
788	huskylib/huskylib.h (1.3), huskylib/locking.h (1.2),
789	huskylib/parsenn.h (1.3), huskylib/strext.h (1.2), src/cvtdate.c
790	(1.4), src/fexist.c (1.5), src/ffind.c (1.5), src/genmsgid.c (1.5),
791	src/gnmsgid.c (1.6), src/locking.c (1.2), src/parsenn.c (1.4),
792	src/patmat.c (1.3), src/setfsize.c (1.3): Reorganize headers for
793	successful build with MSVC/DLL
794
7952003-03-12 Wednesday 06:35  stas_degteff
796
797	* huskylib/cvtdate.h (1.3): publish Get_Dos_Date() (set HUSKYEXT)
798
7992003-03-11 Tuesday 22:27  d_sergienko
800
801	* make/makefile.inc (1.17): install locking.h
802
8032003-03-11 Tuesday 14:00  sfpavel
804
805	* src/flush.c (1.3): Fix MSVC build
806
8072003-03-11 Tuesday 13:45  stas_degteff
808
809	* src/: calendar.c (1.3), cvtdate.c (1.3), fexist.c (1.4), ffind.c
810	(1.4), flush.c (1.2), genmsgid.c (1.4), gnmsgid.c (1.5), memory.c
811	(1.4), parsenn.c (1.3), patmat.c (1.2), setfsize.c (1.2), strext.c
812	(1.3), strftime.c (1.3), tdelay.c (1.3): Use direct path to C
813	header files
814
8152003-03-11 Tuesday 13:20  stas_degteff
816
817	* make/makefile.lnx (1.2): Unify makefile for linux
818
8192003-03-11 Tuesday 13:12  sfpavel
820
821	* make/makefile.inc (1.16), src/flush.c (1.1): Move flush.c from
822	smapi
823
8242003-03-11 Tuesday 11:28  stas_degteff
825
826	* huskylib/BEOS5.h (1.4), huskylib/EMX.h (1.5), huskylib/HIGHC.h
827	(1.3), huskylib/MINGW32.h (1.4), huskylib/MSC.h (1.3),
828	huskylib/MSVC.h (1.3), huskylib/SASC.h (1.4), huskylib/UNIX.h
829	(1.5), huskylib/locking.h (1.1), make/makefile.inc (1.15),
830	src/locking.c (1.1): move locking.c from smapi
831
8322003-03-11 Tuesday 09:33  sfpavel
833
834	* make/makefile.mvc (1.8): Fix build for gnmsgid.exe with
835	makefile.mvc
836
8372003-03-11 Tuesday 09:23  sfpavel
838
839	* Makefile (1.15), debian/changelog (1.3): Fix build for 'gnmsgid'
840	with Makefile
841
8422003-03-10 Monday 17:51  stas_degteff
843
844	* make/makefile.mgw (1.2): Unify makefiles
845
8462003-03-09 Sunday 19:36  stas_degteff
847
848	* make/: makefile.emo (1.2), makefile.emx (1.2): EMX makefiles:
849	unify form
850
8512003-03-09 Sunday 19:35  stas_degteff
852
853	* make/: makefile.cyg (1.6), makefile.djg (1.5): cosmetics
854
8552003-03-09 Sunday 19:00  stas_degteff
856
857	* make/: makefile.be (1.4), makefile.bsd (1.3), makefile.cyg (1.5),
858	makefile.djg (1.4): fix makefiles (cosmetics)
859
8602003-03-09 Sunday 18:56  stas_degteff
861
862	* make/: makefile.bco (1.2), makefile.bcw (1.2): Update Borland C
863	makefiles
864
8652003-03-09 Sunday 18:54  os2tobi
866
867	* makefile.unx (1.2), huskylib/compiler.h (1.4): added __UNIX__
868	autodetect for Mac OS X
869
8702003-03-09 Sunday 18:51  stas_degteff
871
872	* make/makefile.bsd4 (1.2): Update native FreeBSD 4.x makefile
873
8742003-03-09 Sunday 18:21  stas_degteff
875
876	* make/makefile.mvcdll (1.7): Fix MS VC build: use  macro instead
877
8782003-03-09 Sunday 18:19  stas_degteff
879
880	* make/makefile.inc (1.14): Revert LIBNAME to husky; remove illegal
881	libraries list
882
8832003-03-09 Sunday 18:09  os2tobi
884
885	* makefile.unx (1.1): added makefile.unx
886
8872003-03-09 Sunday 17:04  os2tobi
888
889	* Makefile (1.14), huskylib/UNIX.h (1.4): Fixes for Mac OS X
890
8912003-03-09 Sunday 04:37  nssoft
892
893	* License (1.3), VERSION (1.2), huskylib/BEOS5.h (1.3),
894	huskylib/EMX.h (1.4), huskylib/HIGHC.h (1.2), huskylib/IBMC_OS2.h
895	(1.2), huskylib/MINGW32.h (1.3), huskylib/MSC.h (1.2),
896	huskylib/MSVC.h (1.2), huskylib/SASC.h (1.3), huskylib/UNIX.h
897	(1.3), huskylib/WATCOMC.h (1.2): Remove "CR" from files
898
8992003-03-09 Sunday 03:57  nssoft
900
901	* make/makefile.inc (1.13): Change LIBNAME to huskylib
902
9032003-03-07 Friday 20:18  stas_degteff
904
905	* huskylib/: EMX.h (1.3), compiler.h (1.3): Fix non-unix builds
906
9072003-03-07 Friday 19:08  stas_degteff
908
909	* src/gnmsgid.c (1.4): Fix EMX warnings
910
9112003-03-07 Friday 19:05  stas_degteff
912
913	* make/makefile.djg (1.3): Fix DJGPP build after makefile.inc
914	r.1.10
915
9162003-03-07 Friday 19:03  stas_degteff
917
918	* make/makefile.inc (1.12): Fix non-unix GCC builds
919
9202003-03-07 Friday 19:01  stas_degteff
921
922	* huskylib/: BEOS5.h (1.2), DJGPP.h (1.2), EMX.h (1.2), MINGW32.h
923	(1.2), SASC.h (1.2), UNIX.h (1.2), WCD.h (1.2), WCO.h (1.2), WCW.h
924	(1.2), WCX.h (1.2), compiler.h (1.2): Fix sopen usage
925
9262003-03-07 Friday 18:36  stas_degteff
927
928	* src/gnmsgid.c (1.3): Fix locaion of include-file cvsdate.h
929
9302003-03-07 Friday 09:43  stas_degteff
931
932	* License (1.2): Fix spell. Thanks to Val Khokhlov 2:550/180
933
9342003-03-06 Thursday 12:41  sfpavel
935
936	* make/makefile.mvc (1.7), make/makefile.mvcdll (1.6),
937	src/gnmsgid.c (1.2): Rewrite building binary (gnmsgid.exe) under MS
938	VC
939
9402003-03-06 Thursday 12:11  sfpavel
941
942	* Makefile (1.13): Allow 'clean' static build
943
9442003-03-06 Thursday 12:07  sfpavel
945
946	* Makefile (1.12), make/makefile.inc (1.11): Rewrite rules for
947	building binary with Makefile
948
9492003-03-06 Thursday 11:24  sfpavel
950
951	* Makefile (1.11): Fix install/uninstall rules at Makefile
952
9532003-03-06 Thursday 10:23  sfpavel
954
955	* Makefile (1.10), make/makefile.mvc (1.6), make/makefile.mvcdll
956	(1.5): Correct makefiles
957
9582003-03-06 Thursday 09:25  sfpavel
959
960	* Makefile (1.9), huskylib/huskylib.h (1.2), make/makefile.inc
961	(1.10), make/makefile.mvc (1.5), make/makefile.mvcdll (1.4),
962	src/gnmsgid.c (1.1): Add gnmsgid program
963
9642003-03-05 Wednesday 16:28  sfpavel
965
966	* Makefile (1.8), debian/changelog (1.2), make/makefile.inc (1.9):
967	Install new include files by 'make install'
968
9692003-03-05 Wednesday 15:44  sfpavel
970
971	* .cvsignore (1.3), debian/control (1.2): Update depends for debian
972	packages
973
9742003-03-05 Wednesday 14:12  stas_degteff
975
976	* huskylib/BCD.h (1.1), huskylib/BCO.h (1.1), huskylib/BCW.h (1.1),
977	huskylib/BEOS5.h (1.1), huskylib/BORLANDC.h (1.1), huskylib/DJGPP.h
978	(1.1), huskylib/EMX.h (1.1), huskylib/HIGHC.h (1.1),
979	huskylib/IBMC_OS2.h (1.1), huskylib/MINGW32.h (1.1), huskylib/MSC.h
980	(1.1), huskylib/MSVC.h (1.1), huskylib/SASC.h (1.1),
981	huskylib/UNIX.h (1.1), huskylib/WATCOMC.h (1.1), huskylib/WCD.h
982	(1.1), huskylib/WCO.h (1.1), huskylib/WCW.h (1.1), huskylib/WCX.h
983	(1.1), huskylib/compiler.h (1.1), huskylib/cvtdate.h (1.2),
984	huskylib/parsenn.h (1.2), make/makefile.inc (1.8), src/fexist.c
985	(1.3), src/genmsgid.c (1.3), src/memory.c (1.3), src/tdelay.c
986	(1.2): split compiler.h to plaform files; move types definitions
987	from typedefs/h into these files
988
9892003-03-05 Wednesday 12:24  sfpavel
990
991	* Makefile (1.7), huskylib/calendar.h (1.1), huskylib/cvtdate.h
992	(1.1), huskylib/ffind.h (1.1), huskylib/huskylib.h (1.1),
993	huskylib/parsenn.h (1.1), huskylib/patmat.h (1.1),
994	huskylib/strext.h (1.1), huskylib/unused.h (1.1), huskylib/vixie.h
995	(1.1): Move headers from h/ to huskylib/ for better compiling
996
9972003-03-05 Wednesday 10:46  stas_degteff
998
999	* make/: makefile.aix (1.4), makefile.bcd (1.4), makefile.be (1.3),
1000	makefile.bsd (1.2), makefile.cyg (1.4), makefile.djg (1.2),
1001	makefile.inc (1.7), makefile.unx (1.2): Unify makefiles
1002
10032003-03-05 Wednesday 07:56  sfpavel
1004
1005	* make/makefile.mvc (1.4): Drop obsolete macros
1006
10072003-03-05 Wednesday 06:49  sfpavel
1008
1009	* make/: makefile.mvc (1.3), makefile.mvcdll (1.3): Use new defines
1010	from makefile.inc for MSVC building
1011
10122003-03-05 Wednesday 06:20  sfpavel
1013
1014	* Makefile (1.6), make/makefile.inc (1.6): Use defines from common
1015	makefile.inc at Makefile
1016
10172003-03-04 Tuesday 19:20  stas_degteff
1018
1019	* make/makefile.be (1.2): unify makefiles
1020
10212003-03-04 Tuesday 13:53  stas_degteff
1022
1023	* make/: makefile.aix (1.3), makefile.bcd (1.3), makefile.cyg
1024	(1.3), makefile.inc (1.5): Unify makefiles
1025
10262003-03-04 Tuesday 09:26  sfpavel
1027
1028	* make/: makefile.inc (1.4), makefile.mvc (1.2), makefile.mvcdll
1029	(1.2): Build with makefile.mvc*
1030
10312003-03-04 Tuesday 07:39  sfpavel
1032
1033	* debian/: docs (1.2), libhusky0.docs (1.1): Fix documentation for
1034	debian package
1035
10362003-03-04 Tuesday 07:36  sfpavel
1037
1038	* debian/changelog (1.1), debian/control (1.1), debian/copyright
1039	(1.1), debian/docs (1.1), debian/libhusky-dev.files (1.1),
1040	debian/libhusky-dev.links (1.1), debian/libhusky0.files (1.1),
1041	debian/libhusky0.shlibs (1.1), debian/rules (1.1),
1042	make/makefile.inc (1.3): Create debian packages
1043
10442003-03-04 Tuesday 06:39  sfpavel
1045
1046	* src/: calendar.c (1.2), cvtdate.c (1.2), fexist.c (1.2), ffind.c
1047	(1.3), genmsgid.c (1.2), memory.c (1.2), parsenn.c (1.2), strext.c
1048	(1.2), strftime.c (1.2): Update license information
1049
10502003-03-03 Monday 20:34  stas_degteff
1051
1052	* make/: makefile.aix (1.2), makefile.bcd (1.2), makefile.cyg
1053	(1.2), makefile.inc (1.2): Adopt makefiles to huskylib
1054
10552003-03-03 Monday 20:21  stas_degteff
1056
1057	* HISTORY (1.1), INSTALL (1.2): Adopt documentation to huskylib
1058
10592003-03-03 Monday 19:13  stas_degteff
1060
1061	* COPYING (1.2), License (1.1): Update license information
1062
10632003-03-03 Monday 18:36  stas_degteff
1064
1065	* Makefile (1.5): Prevent remove all files
1066
10672003-03-03 Monday 13:23  stas_degteff
1068
1069	* src/ffind.c (1.2): Use macros defined in compiler.h: bugfix for
1070	BeOS
1071
10722003-03-03 Monday 07:26  d_sergienko
1073
1074	* COPYING (1.1), INSTALL (1.1), Makefile (1.4), VERSION (1.1),
1075	afixcmd.c (1.3), afixcmd.h (1.4), afixcmn.c (1.4), arealist.c
1076	(1.2), arealist.h (1.2), crc.c (1.2), crc.h (1.2), fscmn.c (1.4),
1077	fscmn.h (1.2), log.c (1.2), log.h (1.2), makefile.cyg (1.2),
1078	makefile.inc (1.2), makefile.lnx (1.2), makefile.mvc (1.2),
1079	makefile.mvcdll (1.5), recode.c (1.2), recode.h (1.2), version.inc
1080	(1.2), make/makefile.aix (1.1), make/makefile.bcd (1.1),
1081	make/makefile.bco (1.1), make/makefile.bcw (1.1), make/makefile.be
1082	(1.1), make/makefile.bsd (1.1), make/makefile.bsd4 (1.1),
1083	make/makefile.cyg (1.1), make/makefile.djg (1.1), make/makefile.emo
1084	(1.1), make/makefile.emx (1.1), make/makefile.hco (1.1),
1085	make/makefile.ibo (1.1), make/makefile.inc (1.1), make/makefile.lnx
1086	(1.1), make/makefile.mgw (1.1), make/makefile.mvc (1.1),
1087	make/makefile.mvcdll (1.1), make/makefile.qcd (1.1),
1088	make/makefile.rxw (1.1), make/makefile.sun (1.1), make/makefile.unx
1089	(1.1), make/makefile.wcd (1.1), make/makefile.wco (1.1),
1090	make/makefile.wcw (1.1), make/makefile.wcx (1.1), src/calendar.c
1091	(1.1), src/cvtdate.c (1.1), src/fexist.c (1.1), src/ffind.c (1.1),
1092	src/genmsgid.c (1.1), src/memory.c (1.1), src/parsenn.c (1.1),
1093	src/patmat.c (1.1), src/setfsize.c (1.1), src/strext.c (1.1),
1094	src/strftime.c (1.1), src/tdelay.c (1.1):
1095	new huskylib
1096
10972002-11-27 Wednesday 00:08  nssoft
1098
1099	* afixcmd.c (1.2), afixcmd.h (1.3), afixcmn.c (1.3), fscmn.c (1.3):
1100	s_addr --> hs_addr
1101
11022002-10-28 Monday 23:37  pgul
1103
1104	* afixcmd.h (1.2), afixcmn.c (1.2): Change createKludges() args
1105
11062002-09-21 Saturday 12:57  pgul
1107
1108	* fscmn.c (1.2): cosmetic fix
1109
11102002-06-14 Friday 17:32  d.sergienko
1111
1112	* .cvsignore (1.2), Makefile (1.3), makefile.lnx (1.1), version.inc
1113	(1.1): added makefiles for linux and huskymak.cfg
1114
11152002-06-14 Friday 16:27  mche
1116
1117	* makefile.cyg (1.1): cygwin makefile added
1118
11192002-06-14 Friday 16:11  mche
1120
1121	* makefile.mvc (1.1), makefile.mvcdll (1.4): msvc makefiles added
1122
11232002-06-14 Friday 16:01  mche
1124
1125	* makefile.inc (1.1), makefile.mvcdll (1.3): makefiles structure
1126	changed
1127
11282002-06-14 Friday 15:53  mche
1129
1130	* .cvs2cl (1.1), .cvsignore (1.1): no message
1131
11322002-06-14 Friday 09:40  mche
1133
1134	* fscmn.c (1.1), fscmn.h (1.1), makefile.mvcdll (1.2): fscmn.*
1135	contain some functions works with files,directories  and their
1136	names.	taken from fidoconf/common.h
1137
11382002-06-14 Friday 09:03  mche
1139
1140	* afixcmd.c (1.1), afixcmd.h (1.1), afixcmn.c (1.1), arealist.c
1141	(1.1), arealist.h (1.1), crc.c (1.1), crc.h (1.1), log.c (1.1),
1142	log.h (1.1), makefile.mvcdll (1.1), recode.c (1.1), recode.h (1.1):
1143	there are som files that need to move from fidoconfig
1144
11452001-03-18 Sunday 08:36  oliver.grimm
1146
1147	* Makefile (1.2), compiler.h (1.2), locking.c (1.2), locking.h
1148	(1.2): OG: Removed huskylib repository
1149
11502001-03-12 Monday 17:43  oliver.grimm
1151
1152	* Makefile (1.1), compiler.h (1.1), locking.c (1.1), locking.h
1153	(1.1): Initial revision
1154
1155