Add epoll_* ioset backend.
[srvx.git] / ChangeLog
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
3 #
4
5 2006-09-22 02:45:20 GMT Michael Poole <mdpoole@troilus.org>     patch-39
6
7     Summary:
8       Add epoll_* ioset backend.
9     Revision:
10       srvx--devo--1.3--patch-39
11
12     configure.in: Check for epoll_create(); demote select() from being required.
13     
14     src/Makefile.am (EXTRA_srvx_SOURCES): Add ioset-epoll.c.
15     
16     src/ioset-epoll.c: New file.
17
18     new files:
19      src/.arch-ids/ioset-epoll.c.id src/ioset-epoll.c
20
21     modified files:
22      ChangeLog configure.in src/Makefile.am
23
24
25 2006-09-22 02:38:21 GMT Michael Poole <mdpoole@troilus.org>     patch-38
26
27     Summary:
28       Allow multiple ioset backends.
29     Revision:
30       srvx--devo--1.3--patch-38
31
32     configure.in: Add framework to check for ioset backends.
33     
34     src/Makefile.am (noinst_DATA): Reorganize for easier patching.
35       (checkversion): Avoid spurious error message if $(GNU_ARCH) is missing.
36       (EXTRA_srvx_SOURCES): Reorganize for easier patching; add ioset-select.c.
37       (srvx_SOURCES): Add ioset-impl.h.
38     
39     src/ioset.c (ioset.h): #include "ioset-impl.h" instead.
40       (clock_skew): Make non-static for backends.
41       (engine): New variable.
42       (active_fd): New variable (kind of kludgy).
43       (io_engine_*): New variables, only one exists so far.
44       (ioset_init): New function.
45       (ioset_cleanup): Call engine's cleanup function.
46       (ioset_add): Call engine's add function.
47       (ioset_listen): New function.
48       (ioset_connect): Call engine's update functions at appropriate points.
49       (ioset_try_write): Call engine's update function on success.
50       (ioset_close): Change signature; check against active_fd; call engine's
51         remove function.
52       (ioset_accept): New function.
53       (ioset_buffered_read): Update fd->state instead of fd->eof and call
54         engine's update function as appropriate.  Use active_fd.
55       (ioset_line_read): Check fd->state instead of fd->eof.
56       (debug_fdsets): Move to ioset-select.c.
57       (ioset_events): New function.
58       (ioset_run): Move most of the logic into ioset-select loop function;
59         call it.  Rename "select_timeout" to "timeout" to match.
60       (ioset_write): Call engine->update function.
61       (ioset_printf): New function.
62     
63     src/ioset.h (common.h): #include this header to get PRINTF_LIKE macro.
64       (struct io_fd): Replace 'connected' and 'eof' fields with 'state' field.
65       (ioset_init): Declare new function.
66       (ioset_listen): Declare new function.
67       (ioset_printf): Declare new function.
68       (ioset_close): Update signature.
69     
70     src/main.c (main): Call ioset_init().
71     
72     src/mod-sockcheck.c (sockcheck_free_client): Can unconditionally call
73         ioset_close() now.
74       (expand_var): Always use C99 type names.
75       (sockcheck_begin_test): Can unconditionally call ioset_close() now.
76       (sockcheck_read_conf): Only warn about unknown host if the user set
77         one; it is silly to arn about unknown host `(null)'.
78     
79     src/proto-common.c (socket_destroyed): Check fd->state rather than
80         fd->eof.
81       (close_socket): Update signature for ioset_close().
82
83     new files:
84      src/.arch-ids/ioset-impl.h.id src/.arch-ids/ioset-select.c.id
85      src/ioset-impl.h src/ioset-select.c
86
87     modified files:
88      ChangeLog configure.in src/Makefile.am src/ioset.c src/ioset.h
89      src/main.c src/mod-sockcheck.c src/proto-common.c
90
91
92 2006-09-22 02:15:55 GMT Michael Poole <mdpoole@troilus.org>     patch-37
93
94     Summary:
95       Add "dummy client" support.
96     Revision:
97       srvx--devo--1.3--patch-37
98
99     src/hash.h (FLAGS_DUMMY): New flag for non-propagated clients.
100       (IsDummy): Check it.
101     
102     src/helpfile.c (send_message): Allow sending to dummy clients.
103       (send_message_type): Likewise.
104     
105     src/proto-bahamut.c (irc_user): Bail if user is NULL or has a dummy nickname.
106       (deliver_to_dummy): New function.
107       (irc_privmsg): Try to deliver via dummy method before sending to IRC.
108       (irc_notice): Likewise.
109       (irc_notice_user): Likewise.
110       (AddUser): If the first user mode character is '*', mark as a dummy.
111       (DelUser): Unregister callback functions when destroying local clients.
112     
113     src/proto-p10.c (irc_user): Bail if user is NULL or has a dummy nickname.
114       (deliver_to_dummy): New function.
115       (irc_notice): Try to deliver via dummy method before sending to IRC.
116       (irc_notice_user): Likewise.
117       (irc_privmsg): Likewise.
118       (AddUser): If the first user mode character is '*', mark as a dummy.
119       (DelUser): Unregister callback functions when destroying local clients.
120
121     modified files:
122      ChangeLog src/hash.h src/helpfile.c src/proto-bahamut.c
123      src/proto-p10.c
124
125
126 2006-09-22 01:56:07 GMT Michael Poole <mdpoole@troilus.org>     patch-36
127
128     Summary:
129       Delete obsolete and non-propagated user modes.
130     Revision:
131       srvx--devo--1.3--patch-36
132
133     src/hash.h (FLAGS_LOCOP): Delete.
134       (FLAGS_SERVNOTICE): Delete.
135       (FLAGS_HELPER): Delete.
136       (IsServNotice): Delete.
137       (IsHelperIrcu): Delete.
138     
139     src/opserv.c (cmd_whois): Remove IsServNotice() or IsHelperIrcu().
140     
141     src/proto-bahamut.c (mod_usermode): Do not handle +O/+s/+h, we never see them.
142     
143     src/proto-p10.c (irc_user): Do not emit +s or +h, we never set them..
144       (mod_usermode): Do not handle +O/+s/+h, we never see them.
145
146     modified files:
147      ChangeLog src/hash.h src/opserv.c src/proto-bahamut.c
148      src/proto-p10.c
149
150
151 2006-09-22 01:48:00 GMT Michael Poole <mdpoole@troilus.org>     patch-35
152
153     Summary:
154       Merge AddService(), AddClone() into AddLocalUser()
155     Revision:
156       srvx--devo--1.3--patch-35
157
158     src/chanserv.c (init_chanserv): Convert AddService() call to AddLocalUser().
159     
160     src/global.c (init_global): Likewise.
161     
162     src/mod-helpserv.c (register_helpserv): Likewise.
163     
164     src/modcmd.c (cmd_service_add): Likewise.
165       (modcmd_load_bots): Likewise.
166     
167     src/nickserv.c (regex.h): Fall back to rxposix.h from local rx package.
168       (init_nickserv): Convert AddService() call to AddLocalUser().
169     
170     src/opserv.c (opserv_add_reserve): Convert AddClone() call to AddLocalUser().
171       (cmd_clone): Likewise.
172       (add_reserved): Likewise.
173       (init_opserv): Convert AddService() call to AddLocalUser().
174     
175     src/proto-bahamut.c (AddService): Convert into AddLocalUser().
176       (AddClone): Delete.
177     
178     src/proto-p10.c (AddService): Convert into AddLocalUser().
179       (AddClone): Delete.
180     
181     src/proto.h (AddService): Convert into AddLocalUser().
182       (AddClone): Delete.
183
184     modified files:
185      ChangeLog src/chanserv.c src/global.c src/mod-helpserv.c
186      src/modcmd.c src/nickserv.c src/opserv.c src/proto-bahamut.c
187      src/proto-p10.c src/proto.h
188
189
190 2006-09-22 01:35:03 GMT Michael Poole <mdpoole@troilus.org>     patch-34
191
192     Summary:
193       Make IRC message handler 'text' const.
194     Revision:
195       srvx--devo--1.3--patch-34
196
197     src/chanserv.c (chanserv_ctcp_check): Make 'text' parameter const.
198     
199     src/mod-helpserv.c (helpserv_usermsg): Likewise.
200       (helpserv_botmsg): Likewise.
201     
202     src/modcmd.c (svccmd_invoke): Likewise.
203       (modcmd_privmsg): Likewise.
204       (modcmd_chanmsg): Likewise.
205     
206     src/modcmd.h (SVCMSG_HOOK): Likewise.
207     
208     src/proto.h (chanmsg_func_t): Likewise.
209       (privmsg_func_t): Likewise.
210
211     modified files:
212      ChangeLog src/chanserv.c src/mod-helpserv.c src/modcmd.c
213      src/modcmd.h src/proto.h
214
215
216 2006-09-22 01:23:43 GMT Michael Poole <mdpoole@troilus.org>     patch-33
217
218     Summary:
219       Add autogen.sh to distribution tarball.
220     Revision:
221       srvx--devo--1.3--patch-33
222
223     Makefile.am: Add autogen.sh to the "extra" distributed files.
224
225     modified files:
226      ChangeLog Makefile.am
227
228
229 2006-09-11 01:03:14 GMT Michael Poole <mdpoole@troilus.org>     patch-32
230
231     Summary:
232       Support and use G-line lastmod timestamp.
233     Revision:
234       srvx--devo--1.3--patch-32
235
236     src/gline.c (KEY_LASTMOD): New key string.
237       (gline_add): Use new parameter to set lastmod.
238       (gline_add_record): Look for KEY_LASTMOD values.
239       (gline_write_entry): Set KEY_LASTMOD if lastmod is set.
240       (gline_discrim_create): Allow specification of lastmod criteria.
241       (gline_discrim_match): Check lastmod if appropriate.
242     
243     src/gline.h (struct gline): Add lastmod field.
244       (struct gline_discrim): Add lastmod fields.
245       (gline_add): New parameter.
246     
247     src/mod-sockcheck.c (sockcheck_issue_gline): Set lastmod.
248     
249     src/opserv.c (OSMSG_NO_GLINE): New format string.
250       (opserv_block): Set lastmod.
251       (cmd_gline): Set lastmod.
252       (cmd_stats_glines): Allow searching for a particular G-line (just like
253         gtrace).
254       (opserv_new_user_check): Set lastmod.
255       (gtrace_print_func): Use intervals rather than fixed dates and show
256         lastmod.
257     
258     src/opserv.help (GTRACE CRITERIA): Mention lastmod criteria.
259     
260     src/proto-p10.c (irc_gline): Send lastmod if it is set.
261       (cmd_num_gline): Parse out lastmod if it is set.
262       (cmd_gline): Parse out lastmod if it is set.
263
264     modified files:
265      ChangeLog src/gline.c src/gline.h src/mod-sockcheck.c
266      src/opserv.c src/opserv.help src/proto-p10.c
267
268
269 2006-09-09 21:37:28 GMT Michael Poole <mdpoole@troilus.org>     patch-31
270
271     Summary:
272       Network event handler fixup when ChanServ is disabled.
273     Revision:
274       srvx--devo--1.3--patch-31
275
276     src/chanserv.c (init_chanserv): Do not register network event handlers if
277         ChanServ is disabled.
278
279     modified files:
280      ChangeLog src/chanserv.c
281
282
283 2006-09-03 15:24:48 GMT Michael Poole <mdpoole@troilus.org>     patch-30
284
285     Summary:
286       Make srvx compile on cygwin again.
287     Revision:
288       srvx--devo--1.3--patch-30
289
290     configure.in (AC_CHECK_HEADERS): Look for <arpa/inet.h>.
291       (AC_CHECK_FUNCS): Look for inet_aton().
292     
293     src/compat.c: Try to include <arpa/inet.h> so we get inet_addr().
294       (getaddrinfo): If inet_aton() is not provided, use inet_addr() instead.
295     
296     src/compat.h (AI_NUMERICHOST): Define this too.
297     
298     src/tools.c (irc_pton): Use the pedantically correct type for ip4.
299
300     modified files:
301      ChangeLog configure.in src/compat.c src/compat.h src/tools.c
302
303
304 2006-09-03 15:21:10 GMT Michael Poole <mdpoole@troilus.org>     patch-29
305
306     Summary:
307       DelChannelUser call and semantic fixups
308     Revision:
309       srvx--devo--1.3--patch-29
310
311     src/hash.c (DelChannel): Fix type of 'reason' arg to DelChannelUser().
312       (DelChannelUser): Only send part message if user is local.
313     
314     src/proto-bahamut.c (DelUser): Unswap arguments to DelChannelUser().
315       (cmd_part): Move to proto-common.c.
316     
317     src/proto-common.c (part_desc): New structure type.
318       (part_helper): Use it to capture user and reason.
319       (cmd_part): New common function.
320     
321     src/proto-p10.c (cmd_part): Move to proto-common.c.
322       (DelUser): Unswap arguments to DelChannelUser().
323
324     modified files:
325      ChangeLog src/hash.c src/proto-bahamut.c src/proto-common.c
326      src/proto-p10.c
327
328
329 2006-09-03 15:17:05 GMT Michael Poole <mdpoole@troilus.org>     patch-28
330
331     Summary:
332       Do not try to moderate join-flood channels with no OpServ.
333     Revision:
334       srvx--devo--1.3--patch-28
335
336     src/opserv.c (opserv_join_check): As feigling points out, it is bad for a
337         service that does not exist to join a channel and hack modes.
338
339     modified files:
340      ChangeLog src/opserv.c
341
342
343 2006-09-03 15:13:31 GMT Michael Poole <mdpoole@troilus.org>     patch-27
344
345     Summary:
346       Fix ounregnick access check.
347     Revision:
348       srvx--devo--1.3--patch-27
349
350     src/nickserv.c (cmd_ounregnick): Use the standard rank-checking function.
351
352     modified files:
353      ChangeLog src/nickserv.c
354
355
356 2006-09-03 15:11:29 GMT Michael Poole <mdpoole@troilus.org>     patch-26
357
358     Summary:
359       Fix giveownership to how it should be
360     Revision:
361       srvx--devo--1.3--patch-26
362
363     src/chanserv.c (cmd_giveownership): Only require confirmation code if the
364       user has real (normal) access and is not forcing the giveownership.
365
366     modified files:
367      ChangeLog
368
369
370 2006-09-03 15:10:58 GMT Michael Poole <mdpoole@troilus.org>     patch-25
371
372     Summary:
373       Fix giveownership to how it should be
374     Revision:
375       srvx--devo--1.3--patch-25
376
377     src/chanserv.c (cmd_giveownership): Only require confirmation code if the
378       user has real (normal) access and is not forcing the giveownership.
379
380     modified files:
381      ChangeLog src/chanserv.c
382
383
384 2006-08-19 13:31:08 GMT Michael Poole <mdpoole@troilus.org>     patch-24
385
386     Summary:
387       Mark channels as visited when high-level users leave.
388     Revision:
389       srvx--devo--1.3--patch-24
390
391     src/chanserv.c (handle_part): At ThiefMaster's suggestion, update a
392       channel's visited time when a high-level user leaves (parts, gets
393       kicked, or quits).
394
395     modified files:
396      ChangeLog src/chanserv.c
397
398
399 2006-08-07 03:11:10 GMT Michael Poole <mdpoole@troilus.org>     patch-23
400
401     Summary:
402       Require confirmation cookie for giveownership.
403     Revision:
404       srvx--devo--1.3--patch-23
405
406     src/chanserv.c (CSMSG_CONFIRM_GIVEOWNERSHIP): New translation string.
407       (cmd_giveownership): Fail for non-force unconfirmed giveownerships.
408
409     modified files:
410      ChangeLog src/chanserv.c
411
412
413 2006-07-29 01:36:39 GMT Michael Poole <mdpoole@troilus.org>     patch-22
414
415     Summary:
416       Add CSMSG_INVALID_CFLAG string.
417     Revision:
418       srvx--devo--1.3--patch-22
419
420     src/chanserv.c (msgtab): Add entry for "CSMSG_INVALID_CFLAG".
421
422     modified files:
423      ChangeLog src/chanserv.c
424
425
426 2006-07-29 01:34:17 GMT Michael Poole <mdpoole@troilus.org>     patch-21
427
428     Summary:
429       Fix ?csearch max timestamp default value.
430     Revision:
431       srvx--devo--1.3--patch-21
432
433     src/opserv.c (opserv_cdiscrim_create): Fix default value for max_ts.
434         (With an expression only a coder could love.  Improvements wanted.)
435
436     modified files:
437      ChangeLog src/opserv.c
438
439
440 2006-07-18 03:13:31 GMT Michael Poole <mdpoole@troilus.org>     patch-20
441
442     Summary:
443       Update arch-inventory files for in-tree builds.
444     Revision:
445       srvx--devo--1.3--patch-20
446
447     .arch-inventory: Add "libtool" as a preserved file.
448     
449     src/.arch-inventory: Add ".libs" as a preserved directory.  Put a \
450         before the . in .cvsignore to avoid capturing too much.
451
452     modified files:
453      .arch-inventory ChangeLog src/.arch-inventory
454
455
456 2006-07-18 02:48:32 GMT Michael Poole <mdpoole@troilus.org>     patch-19
457
458     Summary:
459       Make !bans searching more flexible
460     Revision:
461       srvx--devo--1.3--patch-19
462
463     src/chanserv.c (cmd_bans): Allow specifying a complete hostmask or a
464         nickname when searching bans.
465     
466     src/chanserv.help (BANS): Document the searching functions.
467
468     modified files:
469      ChangeLog src/chanserv.c src/chanserv.help
470
471
472 2006-07-18 01:49:56 GMT Michael Poole <mdpoole@troilus.org>     patch-18
473
474     Summary:
475       Simplify cdiscrim_match() max tests.
476     Revision:
477       srvx--devo--1.3--patch-18
478
479     src/opserv.c (opserv_cdiscrim_create): Explicitly initialize max_users
480         and max_ts.
481       (cdiscrim_match): Simplify the bounds tests for timestamp and users.
482
483     modified files:
484      ChangeLog src/opserv.c
485
486
487 2006-07-18 01:46:10 GMT Michael Poole <mdpoole@troilus.org>     patch-17
488
489     Summary:
490       Fix reclaim KILL behavior.
491     Revision:
492       srvx--devo--1.3--patch-17
493
494     src/nickserv.c (nickserv_reclaim): Use DelUser() instead of irc_kill(),
495         so that srvx's databases are appropriately updated.
496
497     modified files:
498      ChangeLog src/nickserv.c
499
500
501 2006-07-18 01:12:16 GMT Michael Poole <mdpoole@troilus.org>     patch-16
502
503     Summary:
504       Fix typo in English error message text.
505     Revision:
506       srvx--devo--1.3--patch-16
507
508     src/chanserv.c (CSMSG_TOPICMASK_CONFLICT2): Add missing "is".  Reported
509       by Harm, by way of Byte.
510
511     modified files:
512      ChangeLog src/chanserv.c
513
514
515 2006-05-14 02:54:24 GMT Michael Poole <mdpoole@troilus.org>     patch-15
516
517     Summary:
518       Update version tag for 1.3.1 release.
519     Revision:
520       srvx--devo--1.3--patch-15
521
522     configure.in: Update version tag for 1.3.1 release.
523
524     modified files:
525      ChangeLog configure.in
526
527
528 2006-05-02 02:46:39 GMT Michael Poole <mdpoole@troilus.org>     patch-14
529
530     Summary:
531       Make some ChanServ ban checks see through hidden hosts.
532     Revision:
533       srvx--devo--1.3--patch-14
534
535     src/chanserv.c (handle_join): Make this function see through hidden
536         hosts when matching users against bans.  Add comment before the
537         non-burst section; remove a redundant burst check there.
538       (handle_auth): See through hidden hosts when checking against active
539         bans.  Inactive ban check keeps MATCH_VISIBLE since bans on the true
540         hostname should have already been applied.
541       (handle_nick_change): Same as handle_auth.
542
543     modified files:
544      ChangeLog src/chanserv.c
545
546
547 2006-04-29 03:11:35 GMT Michael Poole <mdpoole@troilus.org>     patch-13
548
549     Summary:
550       Fix visible matching for fake and +x-hidden hosts.
551     Revision:
552       srvx--devo--1.3--patch-13
553
554     src/tools.c (user_matches_glob): Use correct test to determine whether
555         the user's host is hidden.
556
557     modified files:
558      ChangeLog src/tools.c
559
560
561 2006-04-07 00:56:38 GMT Michael Poole <mdpoole@troilus.org>     patch-12
562
563     Summary:
564       Fix a +o mode parsing error.
565     Revision:
566       srvx--devo--1.3--patch-12
567
568     src/proto-p10.c (mod_chanmode_parse): Check that the input argument after
569         +o is a valid one.
570
571     modified files:
572      ChangeLog src/proto-p10.c
573
574
575 2006-04-06 02:19:47 GMT Michael Poole <mdpoole@troilus.org>     patch-11
576
577     Summary:
578       Fix some IPv6 address compatibility issues.
579     Revision:
580       srvx--devo--1.3--patch-11
581
582     src/proto-p10.c (irc_p10_pton): Mark valid IPv4 addresses as v4-mapped.
583       (irc_p10_ntop): Emit invalid IPs as AAAAAA (but it could be _ for +6
584         flagged hubs).
585
586     modified files:
587      ChangeLog src/proto-p10.c
588
589
590 2006-04-05 02:07:30 GMT Michael Poole <mdpoole@troilus.org>     patch-10
591
592     Summary:
593       Fix a possible warning without debugging.
594     Revision:
595       srvx--devo--1.3--patch-10
596
597     src/alloc-slab.c (slab_unalloc): If assert() is #define'd to be empty,
598         then size is unused.  Include a (void)size to quash a warning.
599
600     modified files:
601      ChangeLog src/alloc-slab.c
602
603
604 2006-04-05 02:02:21 GMT Michael Poole <mdpoole@troilus.org>     patch-9
605
606     Summary:
607       Fix hostmask error from last year's patch-28.
608     Revision:
609       srvx--devo--1.3--patch-9
610
611     src/proto-common.c (generate_hostmask): When generating a strict hostmask
612         not by IP, we should keep the original hostname.
613
614     modified files:
615      ChangeLog src/proto-common.c
616
617
618 2006-04-05 01:59:54 GMT Michael Poole <mdpoole@troilus.org>     patch-8
619
620     Summary:
621       Fix compilation error with slab allocator and no debugging.
622     Revision:
623       srvx--devo--1.3--patch-8
624
625     src/alloc-slab.c (verify): Undefine as a macro before defining as a
626         function.
627
628     modified files:
629      ChangeLog src/alloc-slab.c
630
631
632 2006-04-05 00:24:50 GMT Michael Poole <mdpoole@troilus.org>     patch-7
633
634     Summary:
635       Fix backtracking bug after an escaped character.
636     Revision:
637       srvx--devo--1.3--patch-7
638
639     src/tools.c (match_ircglob): Fix backtracking behavior when an escaped
640         character did not match.
641
642     modified files:
643      ChangeLog src/tools.c
644
645
646 2006-04-05 00:11:31 GMT Michael Poole <mdpoole@troilus.org>     patch-6
647
648     Summary:
649       Advise the kernel that we will scan DB files sequentially.
650     Revision:
651       srvx--devo--1.3--patch-6
652
653     src/recdb.c (parse_database): Advise the kernel that we will scan the
654         recdb file sequentially, just in case it cannot notice the access
655         pattern on its own.
656
657     modified files:
658      ChangeLog src/recdb.c
659
660
661 2006-04-05 00:09:48 GMT Michael Poole <mdpoole@troilus.org>     patch-5
662
663     Summary:
664       Correctly implement AsLL pong.
665     Revision:
666       srvx--devo--1.3--patch-5
667
668     src/proto-p10.c (irc_pong_asll): New function.
669       (cmd_ping): Use it.
670
671     modified files:
672      ChangeLog src/proto-p10.c
673
674
675 2006-04-05 00:08:04 GMT Michael Poole <mdpoole@troilus.org>     patch-4
676
677     Summary:
678       Add missing underscore in translation key string.
679     Revision:
680       srvx--devo--1.3--patch-4
681
682     src/mod-helpserv.c (helpserv_usermsg): Add a missing underscore between
683         REQUEST and NOT.
684
685     modified files:
686      ChangeLog src/mod-helpserv.c
687
688
689 2006-04-05 00:05:59 GMT Michael Poole <mdpoole@troilus.org>     patch-3
690
691     Summary:
692       Update configure.in; support both baz and tla; avoid using dirent.
693     Revision:
694       srvx--devo--1.3--patch-3
695
696     configure.in: Remove AC_PROG_RANLIB since we never use ranlib.  Add
697         AC_PROG_LIBTOOL since we do use libtool.  Set GNU_ARCH and
698         HAS_GNU_ARCH based on whether the system has baz or tla.  Do not
699         check for dirent.d_type.
700     
701     src/Makefile.am: Make the "checkversion" target conditional on
702         HAS_GNU_ARCH, and use the detected $(GNU_ARCH).
703     
704     src/helpfile.c (language_read): Report error text when unable to open a
705         language directory.
706       (language_read_list): Always stat the language entry to determine
707         whether it is a directory; Cygwin has no dirent.d_type and ReiserFS
708         has a broken one.
709
710     modified files:
711      ChangeLog configure.in src/Makefile.am src/helpfile.c
712
713
714 2006-04-05 00:00:57 GMT Michael Poole <mdpoole@troilus.org>     patch-2
715
716     Summary:
717       Update ChangeLog (again?!), ltmain.sh and rx/Makefile.in
718     Revision:
719       srvx--devo--1.3--patch-2
720
721     ChangeLog: Update again (it didn't take, for some strange reason).
722     
723     ltmain.sh: Update to current version.
724     
725     rx/Makefile.in: Regenerate to match.
726
727     modified files:
728      ChangeLog ltmain.sh rx/Makefile.in
729
730
731 2006-04-04 23:58:31 GMT Michael Poole <mdpoole@troilus.org>     patch-1
732
733     Summary:
734       Rotate ChangeLog for the new year's archive.
735     Revision:
736       srvx--devo--1.3--patch-1
737
738     ChangeLog: Update for the new year's archive.
739
740     modified files:
741      .arch-ids/ChangeLog.id ChangeLog
742
743
744 2006-04-04 23:42:39 GMT Michael Poole <mdpoole@troilus.org>     base-0
745
746     Summary:
747       tag of srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-36
748     Revision:
749       srvx--devo--1.3--base-0
750
751     (automatically generated log message)
752
753     new patches:
754      sp@gamesurge.net--2005/srvx--sp--1.3--patch-1
755      sp@gamesurge.net--2005/srvx--sp--1.3--patch-2
756      srvx@srvx.net--2004-srvx/srvx--devo--1.3--base-0
757      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-1
758      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-2
759      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-3
760      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-4
761      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-5
762      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-6
763      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-7
764      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-8
765      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-9
766      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-10
767      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-11
768      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-12
769      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-13
770      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-14
771      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-15
772      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-16
773      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-17
774      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-18
775      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-19
776      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-20
777      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-21
778      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-22
779      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-23
780      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-24
781      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-25
782      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-26
783      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-27
784      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-28
785      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-29
786      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-30
787      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-31
788      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-32
789      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-33
790      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-34
791      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-35
792      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-36
793      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-37
794      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-38
795      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-39
796      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-40
797      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-41
798      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-42
799      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-43
800      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-44
801      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-45
802      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-46
803      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-47
804      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-48
805      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-49
806      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-50
807      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-51
808      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-52
809      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-53
810      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-54
811      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-55
812      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-56
813      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-57
814      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-58
815      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-59
816      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-60
817      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-61
818      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-62
819      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-63
820      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-64
821      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-65
822      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-66
823      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-67
824      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-68
825      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-69
826      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-70
827      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-71
828      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-72
829      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-73
830      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-74
831      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-75
832      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-76
833      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-77
834      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-78
835      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-79
836      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-80
837      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-81
838      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-82
839      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-83
840      srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-84
841      srvx@srvx.net--2005-srvx/srvx--devo--1.3--base-0
842      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-1
843      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-2
844      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-3
845      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-4
846      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-5
847      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-6
848      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-7
849      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-8
850      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-9
851      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-10
852      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-11
853      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-12
854      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-13
855      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-14
856      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-15
857      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-16
858      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-17
859      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-18
860      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-19
861      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-20
862      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-21
863      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-22
864      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-23
865      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-24
866      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-25
867      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-26
868      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-27
869      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-28
870      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-29
871      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-30
872      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-31
873      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-32
874      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-33
875      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-34
876      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-35
877      srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-36
878
879