Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

  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
2005-09-26  Derek Price  <derek@ximbiot.com>

	[bug #14639]
	* acx_with_gssapi.m4: Find the crypto library on FreeBSD 5.x.
	Patch from Serguei E. Leontiev <lse@CryptoPro.ru>.

2005-09-25  Derek Price  <derek@ximbiot.com>

	* lstat.m4: Update from GNULIB.

2005-09-19  Derek Price  <derek@ximbiot.com>

	Update from GNULIB.
	* st_mtim.m4: Remove this file.
	* timespec.m4, gnulib-cache.m4, gnulib-comp.m4: Updated.

2005-09-15  Derek Price  <derek@ximbiot.com>

	* strstr.m4: Update from GNULIB.

2005-09-09  Derek Price  <derek@ximbiot.com>

	* glob.m4: Update from GNULIB with alpha-quality glibc porting changes.

2005-09-06  Derek Price  <derek@ximbiot.com>

	Update from GNULIB with alpha-quality patch.
	* canon-host.m4, gnulib-comp.m4: Updated.
	* getaddrinfo.m4, sockpfaf.m4: New files.

2005-09-05  Derek Price  <derek@ximbiot.com>

	* mbchar.m4 (gl_MBCHAR): Only enable when wchar.h is found.
	(Patch from Yoann Vandoorselaere <yoann.v@prelude-ids.com>.)

2005-09-04  Derek Price  <derek@ximbiot.com>

	Update from GNULIB.
	* glob.m4, gnulib-cache.m4, gnulib-comp.m4: Updated.

	Add canon-host module from GNULIB.
	* canon-host.m4: New file.
	* gnulib-cache.m4, gnulib-comp.m4: Updated.
	* gnulib.m4: Removed.

	Update from GNULIB.
	* getopt.m4, getpass.m4, lib-link.m4, lib-prefix.m4, minmax.m4,
	regex.m4, strcase.m4, strstr.m4, unistd-safer.m4, xgetcwd.m4:
	Updated.
	* gnulib-cache.m4, gnulib-comp.m4, gnulib-tool.m4, mbchar.m4,
	mbiter.m4, memchr.m4: New files.

2005-09-03  Larry Jones  <lawrence.jones.ugs.com>

	* getlogin_r.m4: Fix cut & paste error.

2005-08-12  Derek Price  <derek@ximbiot.com>

	Update from GNULIB.
	* bison.m4, dup2.m4, getcwd-path-max.m4, getcwd.m4, getline.m4,
	getopt.m4, gnulib.m4, mbrtowc.m4, mkstemp.m4, onceonly_2_57.m4,
	pagealign_alloc.m4, regex.m4, save-cwd.m4, size_max.m4, strftime.m4,
	unistd-safer.m4: Updated from GNULIB.
	* getdelim.m4: New file.

2005-07-15  Derek Price  <derek@ximbiot.com>

	* glob.m4: Import new version from GNULIB.

2005-06-15  Derek Price  <derek@ximbiot.com>

	* bison.m4 (gl_BISON): Use new build-aux/bison-missing script.

2005-06-10  Derek Price  <derek@ximbiot.com>

	Sync with GNULIB.
	* getcwd-path-max.m4, rename.m4: Update from GNULIB.
	* path-concat.m4: Rename to...
	* filenamecat: ...this.

	Test new stat module.
	* stat.m4: Remove this file.
	* lstat.m4: Don't check for empty string bug.

2005-05-28  Derek Price  <derek@ximbiot.com>

	* glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/.  Add comment.

2005-05-25  Derek Price  <derek@ximbiot.com>

	* glob.m4: Don't cater to Solaris here...
	* extensions.m4: ...do it here instead.

2005-05-25  Derek Price  <derek@ximbiot.com>

	* getlogin_r.m4: New module from GNULIB.

2005-05-24  Derek Price  <derek@ximbiot.com>

	* lstat.m4, stat.m4: Define rpl_stat & rpl_lstat when needed.

2005-05-24  Derek Price  <derek@ximbiot.com>

	* glob.m4 (gl_PREREQ_GLOB): Don't look for struct dirent64 or stat64.

2005-05-23  Derek Price  <derek@ximbiot.com>

	* canonicalize.m4, path-concat.m4: Import from GNULIB.

2005-05-23  Derek Price  <derek@ximbiot.com>

	* minmax.m4: New file from GNULIB.

2005-05-19  Derek Price  <derek@ximbiot.com>

	* glob.m4 (gl_PREREQ_GLOB): Check for __posix_getpwnam_r for Solaris.

2005-05-19  Derek Price  <derek@ximbiot.com>

	* glob.m4 (gl_PREREQ_GLOB): Check for <unistd.h>.

2005-05-18  Derek Price  <derek@ximbiot.com>

	* glob.m4 (gl_GLOB): Don't check for <gnu-versions.h> explicitly.
	(gl_PREREQ_GLOB): Check for <sys/cdefs.h>.

2005-05-17  Derek Price  <derek@ximbiot.com>

	* glob.m4 (gl_GLOB): Prefer AC_COMPILE_IFELSE to AC_EGREP_CPP.
	(Suggested by Paul Eggert <eggert@cs.ucla.edu>.)

2005-05-15  Derek Price  <derek@ximbiot.com>

	* glob.m4 (gl_GLOB): Don't call gl_PREREQ_GLOB.
	(gl_PREREQ_GLOB): Replace search for lots of headers by requiring
	AC_HEADER_DIRENT.  dirent64 is a type, not a function.

2005-05-12  Derek Price  <derek@ximbiot.com>

	* d-type.m4: New file from GNULIB.
	* glob.m4 (gl_GLOB): Remove indirection.  Check gnu-versions.h instead
	of looking for glob_pattern_p().  Use new d-type macro.
	(gl_PREREQ_GLOB): Reformat to remove blanks line in the generated
	configure script.

2005-05-11  Derek Price  <derek@ximbiot.com>

	* glob.m4: New file.
	* strdup.m4: New file from GNULIB.

2005-05-10  Derek Price  <derek@ximbiot.com>

	* getopt.m4, stat-macros.m4: Update from GNULIB.

2005-05-06  Derek Price  <derek@ximbiot.com>

	* getopt.m4: Update from GNULIB.  Closes cvshome.org issue #248.

2005-05-03  Derek Price  <derek@ximbiot.com>

	Update from GNULIB.
	* clock_time.m4, gnulib.m4, lstat.m4, mkstemp.m4, nanosleep.m4,
	stat-macros.m4: Updated.
	* unistd-safer.m4: New file.

2005-05-01  Mark D. Baushke  <mdb@cvshome.org>

	* mmap-anon.m4: Update from GNULIB.

2005-04-25  Derek Price  <derek@ximbiot.com>

	* getpass.m4, gettext.m4: Update from GNULIB.

2005-03-29  Mark D. Baushke  <mdb@cvshome.org>

	* getcwd-path-max.m4: Update from GNULIB.

2005-03-22  Mark D. Baushke  <mdb@cvshome.org>

	* chdir-long.m4, closeout.m4, dirname.m4, exitfail.m4,
	fpending.m4, getcwd.m4, getdate.m4, getline.m4, getpagesize.m4,
	getpass.m4, gettext.m4, gnulib.m4, lib-link.m4, md5.m4,
	memrchr.m4, nanosleep.m4, nls.m4, pathmax.m4, po.m4, quotearg.m4,
	stat-macros.m4, stdint.m4, strftime.m4, timespec.m4,
	unlocked-io.m4, xalloc.m4, yesno.m4: Update from GNULIB.

2005-03-10  Mark D. Baushke  <mdb@cvshome.org>

	* save-cwd.m4: Update from GNULIB.

2005-03-07  Mark D. Baushke  <mdb@cvshome.org>

	* mmap-anon.m4: Update from GNULIB.

2005-03-03  Derek Price  <derek@ximbiot.com>

	* mmap-anon.m4, pagealign_alloc.m4: New files from GNULIB.

2005-03-02  Jim Meyering  <jim@meyering.net>

	* closeout.m4, fpending.m4, mbrtowc.m4, quotearg.m4: New from gnulib.
	* gnulib.m4: Regenerated.

2005-03-01  Derek Price  <derek@ximbiot.com>

	Update installed GNULIB modules.
	* alloca.m4, allocsa.m4, atexit.m4, bison.m4, clock_time.m4,
	codeset.m4, dirname.m4, dos.m4, eealloc.m4, eoverflow.m4, exitfail.m4,
	extensions.m4, fnmatch.m4, getcwd.m4, getdate.m4, gethostname.m4,
	getline.m4, getndelim2.m4, getnline.m4, getopt.m4, getpagesize.m4,
	getpass.m4, gettext.m4, gettime.m4, gettimeofday.m4, glibc21.m4,
	gnulib.m4, iconv.m4, intdiv0.m4, intmax.m4, intmax_t.m4,
	inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4, lib-link.m4,
	lib-prefix.m4, longdouble.m4, longlong.m4, lstat.m4, mbstate_t.m4,
	md5.m4, memmove.m4, mkstemp.m4, mktime.m4, nanosleep.m4, nls.m4,
	pathmax.m4, po.m4, printf-posix.m4, progtest.m4, readlink.m4, regex.m4,
	restrict.m4, rpmatch.m4, save-cwd.m4, setenv.m4, signed.m4,
	size_max.m4, ssize_t.m4, st_mtim.m4, stat.m4, stdbool.m4, stdint.m4,
	stdint_h.m4, strcase.m4, strerror.m4, strerror_r.m4, strftime.m4,
	time_r.m4, timespec.m4, tm_gmtoff.m4, tzset.m4, uint32_t.m4,
	uintmax_t.m4, ulonglong.m4, unlocked-io.m4, vasnprintf.m4,
	vasprintf.m4, wchar_t.m4, wint_t.m4, xalloc.m4, xgetcwd.m4,
	xreadlink.m4, xsize.m4, yesno.m4: Updated from GNULIB.
	* chdir-long.m4, d-ino.m4, dup2.m4, error.m4, ftruncate.m4,
	getcwd-path-max.m4, glibc2.m4, mempcpy.m4, memrchr.m4, mkdir-slash.m4,
	openat.m4, rename.m4, strstr.m4, strtol.m4, strtoul.m4: New files from
	GNULIB.

2004-11-17  Derek Price  <derek@ximbiot.com>

	* getopt.m4: Update from GNULIB.

2004-11-11  Mark D. Baushke  <mdb@cvshome.org>

	* getopt.m4: Update from GNULIB.

2004-11-09  Mark D. Baushke  <mdb@cvshome.org>

	* strftime.m4: Update from GNULIB.

2004-11-03  Mark D. Baushke  <mdb@cvshome.org>

	* uint32_t.m4: Update from GNULIB.

2004-11-03  Derek Price  <derek@ximbiot.com>

	* bison.m4 (gl_BISON): Update comment to specify the correct Automake
	version number.

2004-11-03  Mark D. Baushke  <mdb@cvshome.org>

	* readlink.m4, xreadlink.m4: New from GNULIB.
	* uint32_t.m4: Update from GNULIB.
	* gnulib.m4: Regenerated.

2004-11-02  Mark D. Baushke  <mdb@cvshome.org>

	* getpass.m4, setenv.m4: Update from GNULIB.

2004-11-01  Derek Price  <derek@ximbiot.com>

	* allocsa.m4, eealloc.m4, setenv.m4: New files from GNULIB.

2004-10-26  Derek Price  <derek@ximbiot.com>

	* bison.m4 (gl_BISON): Update comment to eliminate new spaces from
	generated configure script.

2004-10-26  Derek Price  <derek@ximbiot.com>

	* bison.m4 (gl_BISON): Update comment to specify an Automake version
	number, rather than Autoconf.

2004-10-26  Derek Price  <derek@ximbiot.com>

	* bison.m4 (gl_BISON): Comment reasons for forking form GNULIB.

2004-10-25  Derek Price  <derek@ximbiot.com>

	* rpmatch.m4, yesno.m4: New files from GNULIB.

2004-10-22  Derek Price  <derek@ximbiot.com>

	* md5.m4, uint32_t.m4: New files from GNULIB.

2004-10-21  Derek Price  <derek@ximbiot.com>

	* rpmatch.m4, yesno.m4: Back out addition.

2004-10-21  Derek Price  <derek@ximbiot.com>

	* rpmatch.m4, yesno.m4: New files from GNULIB.

2004-10-21  Derek Price  <derek@ximbiot.com>

	* getpagesize.m4: New file from GNULIB.

2004-10-21  Derek Price  <derek@ximbiot.com>

	* realloc.m4: Remove this file.

2004-10-21  Derek Price  <derek@ximbiot.com>

	* malloc.m4: Remove this file.

2004-10-20  Mark D. Baushke  <mdb@cvshome.org>

	* sunos57-select.m4: New file. Work around Solaris 7 select()
	hang.

2004-10-18  Derek Price  <derek@ximbiot.com>

	* getopt.m4: Update file from GNULIB.

2004-10-15  Derek Price  <derek@ximbiot.com>

	* vasprintf.m4: New file from GNULIB.

2004-10-09  Derek Price  <derek@ximbiot.com>

	* lstat.m4: Update from GNULIB.

2004-10-09  Derek Price  <derek@ximbiot.com>

	* stat.m4: Update from GNULIB.

2004-10-07  Derek Price  <derek@ximbiot.com>

	* .cvsignore, Makefile.am, Makefile.in: Remove.

2004-10-06  Derek Price  <derek@ximbiot.com>

	* getpass.m4: Update from GNULIB.

2004-10-06  Derek Price  <derek@ximbiot.com>

	* strcase.m4: New file from GNULIB.

2004-10-06  Derek Price  <derek@ximbiot.com>

	* ssize_t.m4: Update from GNULIB.

2004-10-06  Derek Price  <derek@ximbiot.com>

	* stdbool.m4: Update from GNULIB.

2004-10-06  Derek Price  <derek@ximbiot.com>

	* getopt.m4: Update from GNULIB.

2004-10-06  Derek Price  <derek@ximbiot.com>

	* mkstemp.m4: Update from GNULIB.

2004-10-05  Derek Price  <derek@ximbiot.com>

	* fnmatch.m4: Update from GNULIB.

2004-10-05  Derek Price  <derek@ximbiot.com>

	* dirname.m4, dos.m4: Updated from GNULIB.

2004-10-05  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add gnulib.m4.
	* gnulib.m4: New file.
	* xalloc.m4: Update from GNULIB.

2004-10-05  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new and previously missing files.
	* eoverflow.m4, intmax.m4, printf-posix.m4: New files from GNULIB.
	* gettext.m4, glibc21.m4, intmax_t.m4, inttypes_h.m4, lib-ld.m4,
	lib-link.m4, lib-prefix.m4, longlong.m4, po.m4, stdint_h.m4,
	uintmax_t.m4, ulonglong.m4, vasnprintf.m4: Import most recent versions
	from GNULIB.

2004-10-05  Derek Price  <derek@ximbiot.com>

	* save-cwd.m4: New file from GNULIB.

2004-10-05  Derek Price  <derek@ximbiot.com>

	* alloca.m4: Import latest version from GNULIB.

2004-10-05  Derek Price  <derek@ximbiot.com>

	* unlocked-io.m4: Import most recent version from GNULIB.

2004-10-05  Derek Price  <derek@ximbiot.com>

	* regex.m4: Import most recent version from GNULIB.

2004-05-20  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add strftime.m4.
	* strftime.m4: New file.

2004-05-20  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add tzset.m4.

2004-05-14  Derek Price  <derek@ximbiot.com>

	* gettime.m4: Updated from GNULIB.

2004-05-03  Derek Price  <derek@ximbiot.com>

	* bison.m4: Declare YACC & YFLAGS as precious vars.

2004-05-03  Derek Price  <derek@ximbiot.com>

	* bison.m4: Use AM_MISSING_PROG rather than a set/subst combination.

2004-05-02  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add strerror.m4 & strerror_r.m4.
	* strerror_r.m4: New file.
	* Makefile.in: Regenerated.

2004-04-28  Derek Price  <derek@ximbiot.com>

	* unlocked-io.m4: Update to most recent version from GNULIB.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new files.
	* bison.m4, tm_gmtoff.m4, getdate.m4: New files.
	* Makefile.in: Regenerated.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new file.
	* mktime.m4: New file.
	* Makefile.in: Regenerated.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new file.
	* time_r.m4: New file.
	* Makefile.in: Regenerated.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new file.
	* nanosleep.m4: New file.
	* Makefile.in: Regenerated.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new files.
	* clock_time.m4, gettime.m4: New files.
	* Makefile.in: Regenerated.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new file.
	* gettimeofday.m4: New file.
	* Makefile.in: Regenerated.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new file.
	* st_mtim.m4, timespec.m4: New file.
	* Makefile.in: Regenerated.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new file.
	* extensions.m4: New file.
	* Makefile.in: Regenerated.

2004-04-27  Derek Price  <derek@ximbiot.com>

	* dos.m4: Update from GNULIB.

2004-04-27  Derek Price  <derek@ximbiot.com>

	Add dirname module from GNULIB.

	* Makefile.am (EXTRA_DIST): Add new files.
	* dirname.m4, dos.m4: New files.
	* Makefile.in: Regenerated.

2004-04-21  Derek Price  <derek@ximbiot.com>

	Add stdbool module from GNULIB.

	* Makefile.am (EXTRA_DIST): Add stdbool.m4.
	* stdbool.m4: New files.
	* Makefile.in: Regenerated.

2004-04-14  Derek Price  <derek@ximbiot.com>

	Update to current fnmatch module from GNULIB.

	* Makefile.am (EXTRA_DIST): Add fnmatch.m4 * mbstate_t.m4.
	* fnmatch.m4, mbstate_t.m4: New files.
	* Makefile.in: Regenerated.

2004-04-07  Derek Price  <derek@ximbiot.com>

	Update regex module from GNULIB.

	* Makefile.am (EXTRA_DIST): Add regex.m4.
	* regex.m4: New file.

2004-02-20  Derek Price  <derek@ximbiot.com>

	Import xalloc module from GNULIB, as well as its remaining unimported
	dependency, the exitfail module.

	* Makefile.am (EXTRA_DIST): Add exitfail.m4 & xalloc.m4.
	* exitfail.m4, xalloc.m4: New files.
	* Makefile.in: Regenerated.

2004-02-18  Derek Price  <derek@ximbiot.com>

	* xsize.m4: Update to a more recent version which AC_REQUIREs
	AC_C_INLINE.

2004-02-15  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add alloca.m4.

2004-02-15  Derek Price  <derek@ximbiot.com>

	Import vasnprintf module from GNULIB.
	* intmax_t.m4, longdouble.m4, longlong.m4, signed.m4, vasnprintf.m4,
	wchar_t.m4, wint_t.m4: New files.
	* Makefile.am (EXTRA_DIST): Add new files.

2004-02-15  Derek Price  <derek@ximbiot.com>

	Import xsize module from GNULIB for vasnprintf().
	* size_max.m4, xsize.m4: New files.
	* Makefile.am (EXTRA_DIST): Add new files.

2004-02-15  Derek Price  <derek@ximbiot.com>

	Import alloca module from GNULIB for vasnprintf().
	* alloca.m4: New file.

2003-11-25  Mark D. Baushke  <mdb@cvshome.org>

	* Makefile.in: Regenerate for new configure.in.

2003-11-19  Derek Price  <derek@ximbiot.com>

	* getline.m4, getndelim2.m4: Import new, synchronized, versions from
	GNULIB.

2003-11-03  Derek Price  <derek@ximbiot.com>

	* acx_extract_cpp_defn.m4 (ACX_EXTRACT_CPP_DEFN): Remove leading and
	trailing white space around extracted definitions.
	(Report from Mark D. Baushke <mdb@cvshome.org>.)

2003-10-23  Derek Price  <derek@ximbiot.com>

	Avoid including getndelim.o in $(LIBOBJ) twice.

	* getndelim2.m4 (gl_GETNDELIM2): Only allow AC_LIBOBJ(getndelim2) to be
	called once.
	* getline.m4 (gl_GETLINE): Use gl_GETNDELIM2 rather than calling
	AC_LIBOBJ(getndelim2) directly.

2003-10-01  Derek Price  <derek@ximbiot.com>

	Add the GNULIB restrict module.

	* Makefile.am (EXTRA_DIST): Add restrict.m4.
	* restrict.m4: New file.
	* Makefile.in: Regenerated.

2003-10-01  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add getopt.m4.
	* getopt.m4: New file from GNULIB.
	* Makefile.in: Regenerated.

2003-10-01  Derek Price  <derek@ximbiot.com>

	* gettext.m4: Don't check for headers we assume per the notes in
	HACKING.

2003-09-30  Derek Price  <derek@ximbiot.com>

	Provide an atexit() function on systems which provide on_exit() but not
	atexit().

	* Makefile.am (EXTRA_DIST): Add atexit.m4.
	* atexit.m4: New file.
	* Makefile.in: Regenerated.

2003-08-11  Derek Price  <derek@ximbiot.com>

	* getndelim2: Update from GNULIB to eliminate warning.

2003-07-31  Derek Price  <derek@ximbiot.com>

	* getpass.m4: Update from GNULIB.

2003-07-29  Derek Price  <derek@ximbiot.com>

	* getpass.m4: New file from GNULIB.

2003-07-25  Derek Price  <derek@ximbiot.com>

	* getline.m4: Sync this file with GNULIB.

2003-07-24  Derek Price  <derek@ximbiot.com>

	* gethostname.m4: New file from GNULIB.

2003-07-22  Derek Price  <derek@ximbiot.com>

	* gettext.m4: Assume the existance of <limits.h> & <stddef.h> per C89.

2003-07-22  Derek Price  <derek@ximbiot.com>

	* strerror.m4: New file from GNULIB.

2003-07-22  Derek Price  <derek@ximbiot.com>

	* memmove.m4: New file from GNULIB.

2003-07-19  Derek Price  <derek@ximbiot.com>

	* lstat.m4: Call the *_ONCE functions.  This almost syncs us with
	GNULIB.

2003-07-19  Derek Price  <derek@ximbiot.com>

	* getline.m4: Merge more of Bruno Habile's GNULIB changes to this file
	so our fork is less divergent.
	* getndelim2.m4: Ditto.
	* getnline.m4: Ditto.

2003-07-17  Derek Price  <derek@ximbiot.com>

	* getline.m4 (gl_PREREQ_GETLINE): s/gl_FUNC_GETNDELIM2/gl_GETNDELIM2/.
	* getnline.m4 (gl_FUNC_GETNLINE): Rename to...
	(gl_GETNLINE): ...this and s/gl_FUNC_GETNDELIM2/gl_GETNDELIM2/.
	* getndelim2.m4 (gl_FUNC_GETNDELIM2): Rename to...
	(gl_GETNDELIM2): ...this.
	(Merging some of Bruno Habile's changes from GNULIB.)

2003-07-17  Derek Price  <derek@ximbiot.com>

	* getndelim2.m4: New file.
	* ssize_t.m4: Ditto.

	* getline.m4: Depend on getndelim2 rather than getnline.
	* getnline.m4: Depend on getndelim2.

2003-07-17  Derek Price  <derek@ximbiot.com>

	* getline.m4 (AM_FUNC_GETLINE): Define HAVE_GETDELIM when a working
	GNU getline() is found.
	(Thanks again to Steve McIntyre <stevem@cvshome.org> for the report.)

2003-07-16  Derek Price  <derek@ximbiot.com>

	* pathmax.m4: New file.
	* Makefile.am (EXTRA_DIST): Add new file.
	* Makefile.in: Regenerated.

2003-07-16  Derek Price  <derek@ximbiot.com>

	* getline.m4: New file based on GNULIB and resubmitted to GNULIB.
	* getnline.m4: Ditto.

	* Makefile.am (EXTRA_DIST): Add new files.

	* Makefile.in: Regenerated.

2003-07-15  Derek Price  <derek@ximbiot.com>

	* unlocked-io.m4: Use the onceonly_2_57.m4 functions.  This syncs us
	with GNULIB.

2003-06-16  Derek Price  <derek@ximbiot.com>

	* acx_with_external_zlib.m4: Fix minor typo that was preventing
	--with-external-zlib from linking.
	(Patch from Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>.)

2003-06-13  Derek Price  <derek@ximbiot.com>

	* onceonly_2_57.m4: New file.
	* Makefile.am (EXTRA_DIST): Add new file.

	* Makefile.in: Regenerated.

2003-06-13  Derek Price  <derek@ximbiot.com>

	* mkstemp.m4: New file.
	* Makefile.am (EXTRA_DIST): Add new file.

	* Makefile.in: Regenerated.

2003-06-13  Derek Price  <derek@ximbiot.com>

	* asx_version_compare.c: Check for empty strings in version subparts.

2003-06-11  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): Add new files and a few forgotten files.

	* codeset.m4: New gettext support macros.
	* gettext.m4: Ditto.
	* glibc21.m4: Ditto.
	* iconv.m4: Ditto.
	* intdiv0.m4: Ditto.
	* inttypes-pri.m4: Ditto.
	* inttypes.m4: Ditto.
	* inttypes_h.m4: Ditto.
	* isc-posix.m4: Ditto.
	* lcmessage.m4: Ditto.
	* lib-ld.m4: Ditto.
	* lib-link.m4: Ditto.
	* lib-prefix.m4: Ditto.
	* nls.m4: Ditto.
	* po.m4: Ditto.
	* progtest.m4: Ditto.
	* stdint_h.m4: Ditto.
	* uintmax_t.m4: Ditto.
	* ulonglong.m4: Ditto.

	* Makefile.in: Regenerated.

2003-05-28  Derek Price  <derek@ximbiot.com>

	* Makefile.in: Regenerated with README included in DIST_COMMON.

2003-05-27  Derek Price  <derek@ximbiot.com>

	* README: New file explaining the GNULIB origin of many of the m4
	files.

2003-05-22  Derek Price  <derek@ximbiot.com>

	* acx_with_external_zlib.m4: Check version of unused ZLIBs and warn
	when they are newer than the selected version.
	* acx_extract_cpp_defn.m4: New file.
	* asx_version_compare.m4: Ditto.

2003-05-21  Derek Price  <derek@ximbiot.com>

	* Makefile.in: Regenerate with Autoconf version 1.7.5.

2003-05-21  Derek Price  <derek@ximbiot.com>

	* unlocked-io.m4: New file from GNULIB.

2003-05-21  Derek Price  <derek@ximbiot.com>

	* realloc.m4: New file from GNULIB.

2003-05-20  Derek Price  <derek@ximbiot.com>

	* lstat.m4 (jm_FUNC_LSTAT): Add check for the lstat directory with a
	trailing slash bug.

2003-05-20  Derek Price  <derek@ximbiot.com>

	* acx_with_external_zlib.m4 (--with-external-zlib): New file with new
	ACX_WITH_SYSTEM_VLIB function to use the system's installed version of
	zlib library.
	(Original patch from Anthon Pang <apang@telus.net>.)

	* Makefile.am (EXTRA_DIST): Add new file.
	* Makefile.in: Regenerated.

2003-05-20  Derek Price  <derek@ximbiot.com>

	* Makefile.am (EXTRA_DIST): s/acx_have_gssapi.m4/acx_with_gssapi.m4/.

	* Makefile.in: Regenerated.

2003-05-20  Derek Price  <derek@ximbiot.com>

	* .cvsignore: New file.

2003-05-19  Derek Price  <derek@ximbiot.com>

	* Makefile.in (EXTRA_DIST): Add stat.m4, lstat.m4, malloc.m4.
	* malloc.m4: New file from <https://savannah.gnu.org/projects/gnulib>.

	* Makefile.in: Regenerated.

2003-05-19  Derek Price  <derek@ximbiot.com>

	* lstat.m4: New file from
	<https://savannah.gnu.org/projects/gnulib>.
	* stat.m4: Ditto.

	* Makefile.in: Regenerated.

2003-05-19  Derek Price  <derek@ximbiot.com>

	* Makefile.am: New file.
	* acx_have_gssapi.m4: Ditto.
	* cvs_func_printf_ptr.m4: Ditto.