forked from huskyproject/hpucode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
850 lines (486 loc) · 21.2 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
2005-01-07 Friday 13:05 mche
* src/uuefile.c (1.31): make hpucode compilable
2004-11-05 Friday 14:18 mche
* make/hpucode.vcproj (1.4): make files changed for building with
perl 5.8.*
2004-06-07 Monday 11:41 sfpavel
* debian/compat (1.1): file compat was initially added on branch
hpucode-1_4-stable.
2004-03-09 Tuesday 20:25 mche
* src/: scanmsg.c (1.30), uuefile.c (1.30): fix crash when -del or
-cut are not specified
2004-03-07 Sunday 12:44 mche
* src/scanmsg.c (1.29): fix rewriting of cut messages
2004-03-06 Saturday 20:17 mche
* h/uuecode.h (1.13), src/scanmsg.c (1.28), src/uuecode.c (1.27),
src/uuefile.c (1.29): cuting UUE code algorithm rewriten
2004-03-06 Saturday 17:12 mche
* make/hpucode.vcproj (1.3): fix project file
2004-02-07 Saturday 08:57 mche
* src/uuefile.c (1.28): some speed optimization
2004-01-14 Wednesday 03:54 andr_lukyanov
* h/version.h (1.6), src/uuecode.c (1.26): Small fix - remove
include fidoconf/version.h
2003-10-27 Monday 12:19 stas_degteff
* src/uuecode.c (1.25): Remove unused variable 'area'. (Thanks to
Any Luk'anov <[email protected]>)
2003-10-21 Tuesday 05:22 andr_lukyanov
* make/: makefile.mvc (1.4), makefile.mvcdll (1.6): Fix MSVC
compilation
2003-10-20 Monday 06:18 andr_lukyanov
* make/makefile.mvcdll (1.5): Fix MSVC compilation
2003-10-17 Friday 07:33 andr_lukyanov
* make/: makefile.cyg (1.8), makefile.djg (1.6), makefile.emx
(1.4), makefile.inc (1.1): Fix compilation with huskymak.cfg.*
2003-10-17 Friday 05:47 andr_lukyanov
* src/uuefile.c (1.27): Fixed OS/2 EMX compilation
2003-10-16 Thursday 16:28 mche
* src/scanmsg.c (1.27): fix broken '-cut' functionality
2003-09-28 Sunday 07:05 mche
* src/scanmsg.c (1.26): Added validation on amount of splited
messages
2003-07-16 Wednesday 16:08 mche
* src/uuecode.c (1.24): alternative exception handling for win32
2003-07-09 Wednesday 15:28 mche
* src/scanmsg.c (1.25): more accurate detection end of uue part
2003-06-21 Saturday 11:03 mche
* make/hpucode.vcproj (1.2): documentation build added
2003-06-16 Monday 17:50 d_sergienko
* src/scanmsg.c (1.24): fix bad pointer usage
2003-06-14 Saturday 08:20 mche
* src/scanmsg.c (1.23): fix bug with cutting UUE code from message
2003-06-14 Saturday 08:10 mche
* src/uuefile.c (1.26): memory leak fixed
2003-06-06 Friday 07:55 mche
* src/uuecode.c (1.23): prevent function names conflicts
2003-05-14 Wednesday 23:16 nssoft
* Makefile (1.11): Fix makefiles.
2003-05-12 Monday 07:25 mche
* src/uuecode.c (1.22): do not scan on run without masks
2003-05-11 Sunday 13:44 mche
* HISTORY (1.5), h/dupe.h (1.4), h/uuecode.h (1.12), h/version.h
(1.5), src/dupe.c (1.10), src/scanmsg.c (1.22), src/uuecode.c
(1.21), src/uuefile.c (1.25): Exlude masks
2003-05-09 Friday 10:10 mche
* src/uuecode.c (1.20): fix version string in logfile
2003-05-09 Friday 10:00 mche
* Makefile (1.10): hpucode Makefile fix [patch by Alexander
Gerasimov]
2003-05-05 Monday 13:07 mche
* make/hpucode.vcproj (1.1), hpucode.vcproj (1.4): change location
for project file
2003-04-24 Thursday 06:05 andr_lukyanov
* make/makefile.djg (1.5): Fixed DJGPP compilation with new library
structure
2003-04-17 Thursday 07:28 mche
* hpucode.vcproj (1.3): change optimization
2003-04-08 Tuesday 08:03 andr_lukyanov
* make/: makefile.bsd (1.5), makefile.cyg (1.7), makefile.djg
(1.4), makefile.emx (1.3), makefile.mgw (1.5), makefile.mvc (1.3),
makefile.mvcdll (1.4), makefile.sun (1.4), makefile.wco (1.4),
makefile.wcw (1.4): Fixed compilation with new library structure
2003-04-07 Monday 15:38 mche
* hpucode.vcproj (1.2), src/scanmsg.c (1.21): fix scaning messages
with SPLIT kluge
2003-04-04 Friday 06:49 mche
* hpucode.vcproj (1.1): vcproj Project File added for building
hpucode in Microsoft Visual Studio .NET
2003-03-31 Monday 20:49 d_sergienko
* Makefile (1.9): -lfidoconfig -> -lfidoconf
2003-03-17 Monday 13:08 stas_degteff
* src/uuecode.c (1.19): Hide getctab() and arrays intab, outtab:
new function getctabs()
2003-03-16 Sunday 07:41 d_sergienko
* h/dupe.h (1.3), h/uuecode.h (1.11), src/uuecode.c (1.18),
src/uuefile.c (1.24): fix compiling
2003-03-15 Saturday 20:36 d_sergienko
* src/uuecode.c (1.17): fix compiling
2003-03-15 Saturday 13:51 d_sergienko
* src/uuecode.c (1.16): use initLog()
2003-03-12 Wednesday 05:06 stas_degteff
* VERSION (1.4): Add huskylib into 'require' list
2003-03-11 Tuesday 21:49 d_sergienko
* Makefile (1.8), src/dupe.c (1.9), src/uuecode.c (1.15),
src/uuefile.c (1.23): fix compilation/linking
2003-03-09 Sunday 04:44 nssoft
* h/uuecode.h (1.10), src/dupe.c (1.8): Fix compilation
2003-02-26 Wednesday 08:36 stas_degteff
* make/makefile.cyg (1.6): Remove obsolete library 'user32' from
linkage
2003-02-26 Wednesday 08:01 stas_degteff
* src/scanmsg.c (1.20): Fix warnings (differ in signedness)
2003-02-26 Wednesday 07:08 stas_degteff
* src/: scanmsg.c (1.19), uuecode.c (1.14), uuefile.c (1.22): Check
pointers before use
2003-02-22 Saturday 14:05 mche
* src/scanmsg.c (1.18): fix detection end of section one more :)
2003-02-20 Thursday 12:29 stas_degteff
* HISTORY (1.4): Add section for 1.4-stable
2003-02-20 Thursday 07:16 sfpavel
* HISTORY (1.3), VERSION (1.3), h/version.h (1.4): Update version
info
2003-02-19 Wednesday 16:37 mche
* src/scanmsg.c (1.17): fix detection end of section
2003-02-19 Wednesday 16:27 mche
* src/scanmsg.c (1.16): fix detection end of section
2003-02-19 Wednesday 16:24 mche
* src/scanmsg.c (1.15): fix detection end of section
2003-02-19 Wednesday 14:26 stas_degteff
* src/uuefile.c (1.21): Fix compiler warning (signedless)
2003-02-19 Wednesday 14:02 stas_degteff
* src/uuecode.c (1.13): Set loglevel to '4' for messages "Scan
area", "Using importlogfile..." and "Scanning all areas..."
2003-02-11 Tuesday 10:24 sfpavel
* debian/: doc-base (1.1), docs (1.1): Update debian documentation
2003-02-10 Monday 10:16 mche
* src/uuefile.c (1.20): fix Areadesc
2003-02-07 Friday 10:25 sfpavel
* Makefile (1.7), debian/changelog (1.4), debian/control (1.2),
debian/copyright (1.2), debian/huskymak.cfg (1.2): New debian
package
2003-02-07 Friday 10:25 sfpavel
* src/scanmsg.c (1.14): Remove unused variables
2003-02-07 Friday 10:06 sfpavel
* src/: dupe.c (1.7), scanmsg.c (1.13), uuecode.c (1.12), uuefile.c
(1.19): Change C++ comments to C comments
2003-02-07 Friday 10:03 sfpavel
* HISTORY (1.2), VERSION (1.2): Update HISTORY and VERSION
2003-02-06 Thursday 11:15 mche
* src/scanmsg.c (1.12): fix warnings
2003-02-04 Tuesday 14:32 mche
* src/scanmsg.c (1.11): uue detection algorithm changed
2003-02-04 Tuesday 13:57 mche
* src/scanmsg.c (1.10), src/uuefile.c (1.18), h/uuecode.h (1.9):
uue detection algorithm changed
2003-02-04 Tuesday 10:35 mche
* src/: scanmsg.c (1.9), uuecode.c (1.11): fix tree initialization
2003-02-04 Tuesday 08:19 d_sergienko
* src/dupe.c (1.6):
return to tree_mung()
2003-02-03 Monday 18:13 mche
* src/dupe.c (1.5), src/scanmsg.c (1.8), src/uuecode.c (1.10),
src/uuefile.c (1.17), h/uuecode.h (1.8): new functionality for
decding splited messages
2003-02-03 Monday 09:34 mche
* src/dupe.c (1.4): fix compilation
2003-02-01 Saturday 20:13 stas_degteff
* Makefile (1.6): Set permitions for documentation at install
2003-01-31 Friday 11:52 stas_degteff
* src/uuefile.c (1.16): Fix illegal usage '%' in printf() format
string
2003-01-31 Friday 11:36 stas_degteff
* src/uuefile.c (1.15): Bugfix: Check NULL strings where TIC
creating
2003-01-21 Tuesday 06:19 stas_degteff
* hpucode.dsp (1.3): 0x0a --> 0x0d0x0a for *.dsp
2003-01-12 Sunday 15:11 mche
* hpucode.dsp (1.2): define INTEL for MSVC in compiler.h
2003-01-09 Thursday 06:57 mche
* src/scanmsg.c (1.7), src/uuefile.c (1.14), h/uuecode.h (1.7):
added limitat on number of sections (10000) added "Areadesc" token
to generated tic-file
2002-12-27 Friday 13:51 mche
* hpucode.dsp (1.1), h/uuecode.h (1.6), src/uuecode.c (1.9): create
bsy-file while working
2002-12-10 Tuesday 16:41 mche
* src/uuecode.c (1.8): fix loging
2002-12-10 Tuesday 13:05 mche
* h/version.h (1.3), src/uuecode.c (1.7): Implement unify version
string generation
2002-11-25 Monday 09:00 mche
* h/uuecode.h (1.5): s_addr --> hs_addr
2002-11-20 Wednesday 08:44 stas_degteff
* HISTORY (1.1), src/scanmsg.c (1.6): security fix: strip path from
filename extracted from 'begin' uu-code line.
2002-11-12 Tuesday 13:25 stas_degteff
* make/makefile.bsd (1.4): Fix FreeBSD legacy makefile (Thanks to
Oleg Kuznetsov, 2:5011/139); now this file may be use with BSD
make; compress man page & install also
2002-11-09 Saturday 10:28 mche
* hpucode.texi (1.3): fix spelling thanx to Igor Zakharoff
[2:5030/290.36]
2002-10-26 Saturday 12:16 mche
* src/uuefile.c (1.13): fix cygwing warnings
2002-10-26 Saturday 12:12 mche
* src/uuefile.c (1.12): fix cygwing warnings
2002-10-24 Thursday 12:42 stas_degteff
* make/makefile.djg (1.3), src/dupe.c (1.3), src/uuefile.c (1.11):
Tune DJGPP compilation
2002-10-24 Thursday 06:44 mche
* src/scanmsg.c (1.5): clean xmsg structure befor reading message
2002-10-24 Thursday 06:42 mche
* h/uuecode.h (1.4), src/uuefile.c (1.10): fix "origin" detection
2002-10-23 Wednesday 10:21 mche
* src/uuecode.c (1.6): clean type redefinition for win32 compilers
2002-10-22 Tuesday 10:46 sfpavel
* debian/changelog (1.3), h/version.h (1.2): New debian package
2002-10-20 Sunday 10:12 mche
* make/makefile.cyg (1.5): Remove useless defines
2002-10-20 Sunday 09:57 mche
* make/makefile.cyg (1.4): Remove useless defines
2002-10-18 Friday 12:07 stas_degteff
* make/: makefile.bsd (1.3), makefile.cyg (1.3), makefile.djg
(1.2), makefile.emx (1.2): Fix makefile's clean tag
2002-10-18 Friday 12:04 stas_degteff
* h/uuecode.h (1.3), make/makefile.bsd (1.2), make/makefile.cyg
(1.2), make/makefile.mgw (1.4), make/makefile.mvc (1.2),
make/makefile.mvcdll (1.3), make/makefile.sun (1.3),
make/makefile.wco (1.3), make/makefile.wcw (1.3), man/hpucode.1
(1.2), src/scanmsg.c (1.4), src/uuefile.c (1.9): Cosmetic
2002-10-18 Friday 11:45 stas_degteff
* h/version.h (1.1), src/uuecode.c (1.5): 1. change version
generation to husky-standard 2. set 'module' config variable to
'hpucode' (for if "[module]"=="hpucode")
2002-10-18 Friday 11:36 stas_degteff
* version.h (1.1): file version.h was initially added on branch
hpucode-1_0-stable.
2002-10-18 Friday 09:14 stas_degteff
* VERSION (1.1): Add version info file
2002-10-14 Monday 06:34 sfpavel
* src/uuefile.c (1.8): Fix OS/2 EMX build
2002-10-10 Thursday 13:11 sfpavel
* debian/changelog (1.2): New debian package: 1.2-stable
2002-10-10 Thursday 13:07 sfpavel
* src/uuecode.c (1.4): Add VER_PATCH and VER_BRANCH into version
info
2002-10-08 Tuesday 07:35 sfpavel
* debian/: changelog (1.1), control (1.1), copyright (1.1,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), dirs (1.1,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), huskymak.cfg (1.1,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), info (1.1,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), rules (1.1): Create
debian package
2002-10-08 Tuesday 07:33 sfpavel
* Makefile (1.5), man/hpucode.1 (1.1) (utags:
hpucode-1_2_4-release, hpucode-1_2_2-release, hpucode-1_2-release,
hpucode-1_2_3-release): Write man page
2002-10-04 Friday 06:14 sfpavel
* make/: makefile.djg (1.1), makefile.emx (1.1,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release): Add makefiles for
DJGPP and OS2/EMX
2002-09-25 Wednesday 08:18 mche
* src/uuefile.c (1.7): correct creating russian filenames for win32
2002-08-30 Friday 12:14 mche
* make/makefile.mgw (1.3, hpucode-1_2_4-release,
hpucode-1_2_3-release, hpucode-1_2_2-release, hpucode-1_2-release):
minGW makefiles corrected
2002-08-30 Friday 07:17 mche
* src/scanmsg.c (1.3): initilize variables
2002-08-27 Tuesday 07:22 nssoft
* Makefile (1.4): create hpucode.html, patch distclean and clean
targets
2002-08-26 Monday 15:18 d_sergienko
* hpucode.texi (1.2, hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release): added dir entry
2002-08-26 Monday 14:29 d_sergienko
* src/: uuecode.c (1.3), uuefile.c (1.6): recode description of
files in tics to transport charset
2002-08-26 Monday 11:05 d_sergienko
* Makefile (1.3): now Makefile builds docs
2002-08-25 Sunday 17:48 d_sergienko
* Makefile (1.2), hpucode.texi (1.1): increased warning verbosity
level; added documentation
2002-08-25 Sunday 16:18 d_sergienko
* src/uuefile.c (1.5): fixed cygwin warnings about return value of
filecrc32()
2002-08-25 Sunday 12:19 mche
* src/uuefile.c (1.4): fix recoding logic
2002-08-25 Sunday 12:00 mche
* src/uuefile.c (1.3): fix recoding logic
2002-08-24 Saturday 12:59 d_sergienko
* h/uuecode.h (1.2, hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), src/scanmsg.c (1.2),
src/uuecode.c (1.2), src/uuefile.c (1.2), h/dupe.h (1.2,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), src/dupe.c (1.2):
added RCS Id
2002-08-24 Saturday 12:56 d_sergienko
* make/: makefile.mgw (1.2), makefile.sun (1.2,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), makefile.wco (1.2,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), makefile.wcw (1.2,
hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release): cosmetics in makefiles
2002-08-24 Saturday 12:54 mche
* make/makefile.mvcdll (1.2, hpucode-1_2_4-release,
hpucode-1_2_3-release, hpucode-1_2_2-release, hpucode-1_2-release):
corrected
2002-08-24 Saturday 12:27 d_sergienko
* dupe.c (1.10), dupe.h (1.4), makefile (1.6), makefile.bsd (1.3),
makefile.cyg (1.4), makefile.mgw (1.2), makefile.mvc (1.4),
makefile.mvcdll (1.6), makefile.sun (1.2), makefile.wco (1.2),
makefile.wcw (1.2), scanmsg.c (1.22), uuecode.c (1.15), uuecode.h
(1.11), uuefile.c (1.26), h/dupe.h (1.1), h/uuecode.h (1.1),
make/makefile.bsd (1.1, hpucode-1_2-release), make/makefile.cyg
(1.1, hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release), make/makefile.mgw
(1.1), make/makefile.mvc (1.1, hpucode-1_2_4-release,
hpucode-1_2_3-release, hpucode-1_2_2-release, hpucode-1_2-release),
make/makefile.mvcdll (1.1), make/makefile.sun (1.1),
make/makefile.wco (1.1), make/makefile.wcw (1.1), src/dupe.c (1.1),
src/scanmsg.c (1.1), src/uuecode.c (1.1), src/uuefile.c (1.1):
moved sources, headers and makefiles to separate directories
2002-08-24 Saturday 11:46 d_sergienko
* h-decoder.dsp (1.3), uuedecoder.dsp (1.2): removed.
2002-08-23 Friday 07:14 mche
* uuefile.c (1.25): fix crc32 saving
2002-08-22 Thursday 13:06 mche
* makefile.cyg (1.3), makefile.mgw (1.1): MinGW makefile added
2002-08-18 Sunday 16:47 d_sergienko
* makefile.bsd (1.2): replaced spaces by tabs and removed \r from
the end of lines
2002-08-01 Thursday 12:58 mche
* uuefile.c (1.23): fix log message about file creation.
2002-07-24 Wednesday 11:34 mche
* uuecode.c (1.14): do not scan area twice
2002-07-22 Monday 11:56 mche
* makefile.mvcdll (1.5): corrected file cleaning
2002-07-18 Thursday 11:56 mche
* uuecode.c (1.13): OEM filenames support
2002-07-16 Tuesday 20:02 stas
* makefile.bsd (1.1): Add legacy makefile for FreeBSD
2002-07-08 Monday 14:24 mche
* uuecode.c (1.12): fix wrong log message
2002-07-04 Thursday 06:32 mche
* uuecode.c (1.11): MsgCloseApi call added
2002-07-01 Monday 14:39 mche
* scanmsg.c (1.21): fix coredump when wrong uue header treated as
right
2002-06-15 Saturday 07:57 mche
* makefile (1.5): patch by [Alexander Shiyan <[email protected]>]
2002-06-14 Friday 12:51 mche
* uuecode.c (1.10): log message corrected
2002-06-12 Wednesday 06:10 mche
* uuecode.c (1.9): misspeling fix
2002-06-06 Thursday 11:29 mche
* uuecode.c (1.8), uuecode.h (1.10), uuefile.c (1.22): Date of
compilation added to version string Scan areas using importlogfile
2002-06-01 Saturday 16:55 mche
* uuecode.c (1.7): prevent memoryleak
2002-05-18 Saturday 14:33 mche
* makefile (1.4): install, uninstall added
2002-05-14 Tuesday 15:11 mche
* scanmsg.c (1.20): detection of uue-code improved one more :)
2002-05-12 Sunday 15:29 mche
* scanmsg.c (1.19): detection of uue-code improved
2002-05-12 Sunday 12:40 mche
* scanmsg.c (1.18): detection of uue-code improved
2002-05-11 Saturday 09:37 mche
* scanmsg.c (1.17): fixed detecting end of uue part if message has
no tirline or origin
2002-05-04 Saturday 14:47 mche
* uuefile.c (1.21): uuechogroup patern match
2002-05-03 Friday 08:56 mche
* scanmsg.c (1.16): detectin end of uue part improved
2002-04-29 Monday 08:07 mche
* uuefile.c (1.20): EchoAreaGroups selection fixed
2002-04-26 Friday 09:31 d.sergienko
* makefile.wco (1.1): forgot to add new makefile :)
2002-04-26 Friday 09:30 d.sergienko
* uuefile.c (1.19): added OS/2 support (patch from Andr Luk'yanov)
2002-04-23 Tuesday 16:23 mche
* dupe.c (1.9), uuefile.c (1.18): dupe search improvement. rename
files like *.pkt to *.pkt_
2002-04-20 Saturday 12:46 mche
* dupe.c (1.8): dupe search improvement
2002-04-12 Friday 13:02 mche
* uuefile.c (1.17): EchoAreaGroups
2002-04-11 Thursday 15:35 mche
* uuefile.c (1.16): do not generate empty files
2002-04-08 Monday 13:48 mche
* vixie.h (1.2), tree.c (1.2), tree.h (1.2): no message
2002-04-08 Monday 13:41 mche
* dupe.c (1.7): speedup dupe search (need to check)
2002-04-05 Friday 14:43 mche
* dupe.c (1.6): making dupes more reliable
2002-04-04 Thursday 07:40 mche
* scanmsg.c (1.15), uuecode.c (1.6), uuecode.h (1.9): new feature
"-cut" implemented
2002-03-27 Wednesday 11:19 mche
* scanmsg.c (1.14): fix bug with detection end of uue-code
2002-03-25 Monday 09:20 mche
* dupe.c (1.5), scanmsg.c (1.13), uuecode.h (1.8), uuefile.c
(1.15): some memory leaks fixed
2002-03-21 Thursday 12:05 mche
* dupe.c (1.4), h-decoder.dsp (1.2), scanmsg.c (1.12), uuecode.c
(1.5), uuecode.h (1.7), uuefile.c (1.14): added cuting uue code and
some log warnings
2002-03-20 Wednesday 13:39 mche
* makefile.cyg (1.2): b-tree moved from hpt to fidoconfig
2002-03-19 Tuesday 15:49 mche
* makefile.sun (1.1), makefile.wcw (1.1): make files (by Serguei
Revtov)
2002-03-18 Monday 15:40 mche
* dupe.h (1.3), makefile (1.3), makefile.mvc (1.3), makefile.mvcdll
(1.4): b-tree moved from hpt to fidoconfig
2002-03-16 Saturday 09:42 mche
* scanmsg.c (1.11): fixed bug with detection "end"
2002-03-15 Friday 11:53 mche
* .cvs2cl (1.1, hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release): no message
2002-03-13 Wednesday 07:27 mche
* .cvsignore (1.1, hpucode-1_2_4-release, hpucode-1_2_3-release,
hpucode-1_2_2-release, hpucode-1_2-release): no message
2002-03-11 Monday 13:39 mche
* scanmsg.c (1.10): fixed detection uuencode messages
2002-03-11 Monday 12:21 mche
* scanmsg.c (1.9): fixed bug with detecting end of section
2002-03-11 Monday 08:04 mche
* makefile.mvcdll (1.3): speed optimization
2002-03-11 Monday 07:32 mche
* scanmsg.c (1.8): fixed bug with detecting end of section
2002-03-06 Wednesday 08:01 mche
* uuefile.c (1.13): area prefix added
2002-03-01 Friday 07:38 mche
* scanmsg.c (1.7), uuecode.c (1.4), uuecode.h (1.6), uuefile.c
(1.12): fixed bug with wrong description
2002-02-28 Thursday 13:45 mche
* scanmsg.c (1.6), uuefile.c (1.11): fixed bug with detection of
uue parts
2002-02-28 Thursday 09:16 mche
* scanmsg.c (1.5), uuefile.c (1.10): fixed bug with wrong
description
2002-02-25 Monday 14:57 mche
* scanmsg.c (1.4), uuefile.c (1.9): some warnings removed
2002-02-25 Monday 14:50 mche
* dupe.c (1.3), dupe.h (1.2): autoclean dupehistory added
2002-02-25 Monday 14:49 mche
* uuecode.h (1.5), uuefile.c (1.8): code cleanup
2002-02-24 Sunday 15:14 mche
* uuefile.c (1.7), makefile.cyg (1.1): fixed bug with compilations
under Cygwin
2002-02-24 Sunday 15:10 mche
* uuecode.h (1.4), uuefile.c (1.6): fixed bug with compilations
under Cygwin
2002-02-24 Sunday 11:35 mche
* makefile.mvc (1.2), makefile.mvcdll (1.2): changed exe-name
2002-02-24 Sunday 11:01 mche
* scanmsg.c (1.3), uuecode.c (1.3), uuecode.h (1.3), uuefile.c
(1.5): deleting decoded messages algorithm changed
2002-02-22 Friday 15:54 mche
* uuecode.c (1.2): added log messaged
2002-02-22 Friday 15:53 mche
* uuefile.c (1.4): code cleanup
2002-02-22 Friday 15:31 mche
* uuefile.c (1.3): code cleanup
2002-02-22 Friday 15:26 mche
* dupe.c (1.2), scanmsg.c (1.2): code cleanup
2002-02-22 Friday 15:21 mche
* makefile (1.2): makefile corrected
2002-02-22 Friday 15:17 mche
* uuecode.h (1.2): code cleanup
2002-02-22 Friday 13:08 mche
* uuefile.c (1.2): fixed bug with deleting decoded messages
2002-02-22 Friday 11:21 mche
* makefile (1.1): # Generic Makefile for hpucode
2002-02-22 Friday 09:15 mche
* dupe.c (1.1), dupe.h (1.1), h-decoder.dsp (1.1), makefile.mvc
(1.1), makefile.mvcdll (1.1), scanmsg.c (1.1), tree.c (1.1), tree.h
(1.1), uuecode.c (1.1), uuecode.h (1.1), uuedecoder.dsp (1.1),
uuefile.c (1.1), vixie.h (1.1): Initial revision